/* ----------------------

CSS validated 2.0 stylesheet for Directgov transactions

Notes:

There are seven main id areas within the html:

	directGovBanner		=	page header with DG branding
	transactionContainer	=	contains all content except the header
	navigation		=	left hand column
	bodyContent		=	centre column
	footer			=	page footer contained with bodyContent
	contextPanel		=	right hand column
	accreditation		=	contains the service-providing dept's logo
	help			=	contains a list of help questions with relation to the current page

---------------------- */


/*------------ GENERIC CLASSES ------------*/
BODY
{
	background: #FFF;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 80%;
	/* height: 100%; */
	margin: 0;
	padding: 0;
}

/* 
HTML > BODY
{
	height: 100%
}
*/

.clear
{
	clear: both;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

/*--- GENERIC STYLES ---*/

H1
{
	font-size: 2em;
	margin: 0;
}

IMG
{
	border: none;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

/*--- GENERIC STYLES ENDS ---*/


/*--- INITIAL LAYOUT ---*/
#bodyContent
{
	margin: 1.5em 16.7em;
}

#contextPanel
{
	position: absolute;
	right: 1.5em;
	top: 1.5em;
	width: 13.7em;
}

#navigation
{
	left: 1.5em;
	position: absolute;
	top: 1.5em;
	width: 13.7em;
}

#transactionContainer
{
	border-top: 1px solid #DFDFDF;
	clear: both;
	position: relative;
	top: 5px;
}
/*--- INITIAL LAYOUT ENDS ---*/



/*--- BODY CONTENT ---*/
#contentBegins
{

}

#bodyContent H2
{
	font-size: 1.7em;
	margin: 1.1em 0 0 0;
	color: #FE5900;
}

#bodyContent H3
{
	font-size: 1.3em;
	font-weight: bold;
	margin: .5em 0;
	padding: .2em .2em .2em .4em;
	border-top: 1px solid #DFDFDF;
	background: #F1F0EE;
}

#bodyContent H4
{
	font-size: 1.3em;
	font-weight: normal;
	margin: .5em 0 0 0;
}

#bodyContent P
{
	margin-right: .7em;
}

#map
{
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

#map IMG
{
	border: 1px solid #CCC;
	
}

#mapLinks
{
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
	height: auto;
	margin-bottom: 1em;	
	min-height: 310px; 	
	padding-top: .5em;
	width: 185px;
}

/* produces the same effect as min-height in IE */
* HTML #mapLinks
{
	height: 310px; 	
}

.additionalResults
{
	padding-top: .5em;
}

.optionsList,
.resultsList
{
	list-style-type: none;
	margin-left: .8em;
	padding-left: 0;
}

.optionsList LI,
.resultsList LI
{
	background: url(../_images/redlink_active.gif) no-repeat 0px 5px;
	padding-left: 1.0em;
}

.resultsList LI
{
	padding-bottom: 1em;
}	

.optionsList LI A,
.resultsList LI A
{
	color: #FE5900;
	text-decoration: none;
}

.optionsList LI A:hover,
.resultsList LI A:hover
{
	text-decoration: underline;
}

.rowContainer
{
	border: .1em solid #666;
	margin: 0 0 2em 0;
	padding-left: .2em;
}

.rowContainer UL
{
	margin: .6em .2em 0 .2em;
}

	
/* form elements */
#transactionForm FIELDSET
{
	border: none;
	margin: 0;
	padding: 0;
}

#transactionForm LABEL
{
	font-weight: bold;
}

#transactionForm LEGEND
{
	color: #000;
	margin: 0 0 0 -.4em;
	padding: 0;
}

#transactionForm  .localDirectgov .goButton
{
	float: left;
	background: url(../_images/buttonBackground.gif) no-repeat right;
	border: none;
	color: #FFF;
	font-weight: bold;
	margin-top: 0em;
	margin-left: 0em;
	padding: 0 20px 1px 1px;
	text-align: right;
	text-decoration: none;
	height: 21px;
}
#transactionForm  .localDirectgov .redButton_left{
	float: left;
	background: url(../_images/buttonBackgroundLeft.gif) no-repeat left;
	height: 21px;
	padding: 0 0 0 2px;
	margin-top: .3em;
	margin-left: .3em;
}
#transactionForm  .localDirectgov
{	
	background: #F1F0EE;
	border: .1em solid #DFDFDF;
	float: none;
	margin: 0;
	padding: 0 0 .3em .8em;
}
	
#transactionForm  .localDirectgov H4
{	
	font-weight: bold;
	padding-bottom: .5em;
}
	
#transactionForm  .localDirectgov LABEL
{	
	margin-right: 2em;
	display: inline;
}

#transactionForm .localDirectgov LABEL.noShow
{	
	left: -9999px;
	position: relative;
}

#transactionForm .localDirectgov #example
{
	clear: left;
	font-style: normal;
	font-size: 0.8em;
	padding: 0.5em 0.5em 0.5em 0em;
}

#transactionForm .localDirectgov .textBox
{	
	float: left;
	margin-top: .3em;
	width: 25em;
	clear: left;
}

#transactionForm .localDirectgov .textBoxShort
{	
	float: left;
	margin-top: .3em;
	width: 15em;
	clear: left;
}

/* help messages */
DIV.bar
{
	overflow: auto;
	text-align: right;
}

DIV.bar A
{
	color: #000;
}

.helpLinks
{
	background: url(../_images/redlink_active.gif) no-repeat top left;
	color: #FE5900;
	font-weight: bold;
	padding-left: .8em;
	text-decoration: none;
}

.helpLinks:hover
{
	cursor: pointer;
	text-decoration: underline;
}

.helpmsg
{
	background: #FFC;
	border-bottom: .3em solid #FFF;
	clear: left;
	line-height: 1.2em;
	margin: 0;
	padding: .6em;
}

DIV.helpmsg P
{
	margin: 0;
	font-size: 95%;
}

.helpmsgPara
{
	background: #CCC;
	clear: both;
	display: block;
	height: auto;
	margin: 0;
	padding: .5em;
	width: 100%;
}

/* submission buttons */
.buttonCenter
{
	float: left;
	padding: .7em 0;
	text-align: center;
	width: 35%;
}

.buttonLeft
{
	float: left;
	padding: .7em 0;
	width: 45%;
}

.buttonRight
{
	float: left;
	padding: .7em 0;
	text-align: right;
	width: 20%;
}

.cancelLink{
	float: left;
	background: url(../_images/buttonBackgroundGrey.gif) no-repeat right;
	border: none;
	color: #FFF;
	padding: 0.25em 0.5em 0.3em 0.3em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}

.greyButton_left{
	float: left;
	background: url(../_images/buttonBackgroundGreyLeft.gif) no-repeat left;
	padding: 0px 0px 0px 2px;
	margin: 1px 0px 0px 0px;
	height: 23px;
}

.nextButton
{
	background: #C00 url(../_images/butArrowRight.gif) no-repeat right;
	border: none;
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: .4em 2.3em .5em 0;
	text-align: right;
	text-decoration: none;
	width: 7em;
}

.previousLink{
	float: left;
	background: url(../_images/buttonBackBackground.gif) no-repeat left;
	color: #FFF;
	/*display: block;
	border: 1px dashed blue;
	width: 40px;
	height: 23px;
	padding: .4em 0.3em .5em 1.5em;*/
	padding: 0.25em 0.3em 0.3em 1.5em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	vertical-align: middle;
}
.redButton_right{
	float: left;
	background: url(../_images/buttonBackBackgroundRight.gif) no-repeat right;
	padding: 0px 2px 0px 0px;
	/*border: 1px dashed red;*/
	margin: 1px 0px 0px 0px;
	height: 23px;
}

#submissionButtons
{
	border-top: 1px solid #666;
	width: 100%;
}

#submissionButtons INPUT
{
	cursor: pointer;
}

#formSubmit UL
{
	border-top: .1em solid #F60;
	list-style: none;
	margin: 0;
	padding: .5em 0 0 0;
	text-align: center;
	width: 100%;
}

#formSubmit LI
{
	display: inline;
	width: 33%;
}

/* alert/validation messages/info */
.hazard 
{
	background: url(../_images/error.gif) no-repeat left;
	border: 1px solid #F00;
	font-weight: bold;
	margin: 1.2em 0;
	padding: .3em .3em .3em 2.9em;
}

#transactionForm .localDirectgov .hazard
{
	color: #F00;
	font-weight: normal;
	margin-bottom: .5em;
}

.hazardSpacer
{
	margin: 8em 0;
}

.hazardInForm 
{
	background: url(../_images/error.gif) no-repeat left;
	font-weight: bold;
	margin: 0;
	padding: .3em .3em .3em 2.9em;
}

.formRowContainerHazard 
{
	border: .1em solid #F00;
	margin-bottom: .3em;
	padding: 0;
}

.info 
{
	background: url(../_images/info.gif) no-repeat left;
	border: 1px solid #F00;
	font-weight: bold;
	margin: 1.2em 0;
	padding: .3em .3em .3em 2.9em;
}

.hazard P
{
	margin: .6em 0;
}

div.hazard_message
{
	background: url("../_images/hazard_arrow.gif");
	background-color: #CC0000;
	background-position: left;
	background-repeat: no-repeat;
	border-top: .2em solid #FFF;
	color: #FFF;
	font-weight: bold;
	margin: 0 0 .2em 0;
	padding: .3em 0 .3em 2.6em;
}

/*--- BODY CONTENT ENDS ---*/

/*--- skip to main content links ---*/
A.noshow
{
	border: .1em solid #666;
	font-weight: bold;
	left: -9999px;
	padding: 0.3em;
	position: absolute;
	text-decoration: underline;
	top: 0;
}

A:focus.noshow,
A:active.noshow
{
	background: #FFF;
	color: #F60;
	left: 85%;
	z-index: 10;
}

/*------------ stylesheet notes 

	image tags used in the site header should have height and 
	width attributes in the CSS, not in the HTML
	
------------*/	


/*------------ DirectGov Banner ------------*/
#directGovBanner
{
	background: #FF4E00 url(../_images/dgBanner.jpg) no-repeat right;
	border-bottom: 1px solid #F00000;
	border-top: 1px solid #864F41;
}

#directGovBanner .clear
{
	border-bottom: 1px solid #ED3D00;
	clear: both;
}


/*------------ images ------------*/
.dgBanner
{
	display: block;
	height: 64px;
	width: 630px;
}




/* ----Policing map stuff--*/

#mapbodycontent 
{ 
	width:800px;
}

#mapwrapper
{	
	position: absolute;
}

.leftsearch
{ 
	width:550px; float:left; display: block;
}

.leftcolumn 
{ 
	width:550px; float:left; display: block;
}

.rightcolumn 
{ 
	width:200px; 
	margin: 0 0 0 600px; 
}


.leftcolumnresult
{ 
	width:200px; float:left; display: block;
	
}

.rightcolumnresult 
{ 
	width:550px; float:right; display: block;

}

.smallcopy
{
	font-size: 0.8em;
	text-align: left;
	color: #FE5900;
	padding-left: 2em;
	margin-bottom: 1em;
	font-weight: bold;
}
#policingmap
{
	margin-bottom: 1em;

}

#policingmap IMG
{
	border: 1px solid #CCC;
	
}

#policingmapLinks
{
	background: #F1F0EE;
	border: 1px solid #CCC;
	height: auto;
	margin-bottom: 1em;	
	min-height: 310px; 	
	padding-top: .5em;
	width: 185px;
}

* HTML #policingmapLinks
{
	height: 310px; 	
}


#minimapcursor{
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	z-index: 10;
	background-image: url(../_images/redbox.gif);
}

/* Normalising styles between browsers */
.localDirectgov h4 {
 font-size: 1.2em;
 font-weight: bold;
 margin: 0 0 1em;
}

#policingmapLinks h4 {
 font-size: 1.2em;
 font-weight: bold;
 margin: .5em 1em;
}

/* Datasheet styles */

.ds{
	clear: both;
}
.ds table{
	border: 1px solid #999999;
	width: 750px;
	margin: 20px 0 20px 0 !important;
	border-spacing: 0px;
	border-collapse: collapse;
	font-size: 0.9em;
	
}
.ds th,td{
	padding: 2px 4px 2px 4px !important;
	text-align: left;
}
.ds thead tr{
	background-color: #FF7744;
}
.ds th.sorted{
	background-color: #FF7766;
}
.ds th a,th a:visited{
	color: #333333;
}
.ds th a:hover{
	text-decoration: underline;
	color: #666666;
}
.ds th.sorted a,th.sortable a{
	display: block;
	width: 100%;
}
.ds th.sortable a{
	background: url(../images/ds/arrow_off.png) no-repeat 0 3px;
	padding-left: 13px;
}
.ds th.order1 a{
	background: url(../images/ds/arrow_down.png) no-repeat 0 3px;
}
.ds th.order2 a{
	background: url(../images/ds/arrow_up.png) no-repeat 0 3px;
}
.ds tr.odd{
	background: #ffffff;
}
.ds tr.tableRowEven,.ds tr.even{
	background: #f2f2f2;
}
.ds tr .buttonColumn{
	width: 50px;
	text-align:center;
}
.ds .pagebanner{}

.ds tr .hiddenColumn {
  display: none;
}
