 /*--------------------------------------
Master Style Sheet
For assistance: webteam@leicester.gov.uk
-----------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

body {
	font-size: 100%;
	background-color: #D8DCE4;
	text-align: center;
	min-width: 764px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #202730;

}

#customisationPanel {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-size: 0.8em;
	color: #000000;
	margin-top:8px;
	margin-bottom:8px;
}

#customisationPanel a:link, #customisationPanel a:visited {color:#000000; text-decoration:none}
#customisationPanel a:hover, #customisationPanel a:active {color:#000000; text-decoration:underline}

#siteWrapper {
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(../images/drop-shadow.gif);
	background-repeat: repeat-y;
	
}

#siteWrapper a:link, #siteWrapper a:visited {color:#202730; text-decoration:none}
#siteWrapper a:hover, #siteWrapper a:active {color:#202730; text-decoration:underline}

#globalNav {
	width: 764px;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	background-image: url(../images/global-drop-shadow.gif);
	float:left;
}

#globalNavLogo
{
	width:244px;
	float:left;
	border:0px;
}

#globalLinkPanel
{
	margin-top: 11px;
	float:right;
	background-color: #000000;
	font-size: 0.8em;
}

#globalLinkPanel a:link, #globalLinkPanel a:visited {color:#FFFFFF; text-decoration:none}
#globalLinkPanel a:hover, #globalLinkPanel a:active {color:#FFFFFF; text-decoration:underline}

#globalNavEnd
{
	float:right;
	width:11px;
	background-image: url(../images/globalnav-end.gif);
}

#globalSearch
{
	margin-top: 6px;
	float: right;
}

#globalSearch input
{
	vertical-align:middle;
	margin-left:12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:2px;
	
}

#globalSearch input:focus {
	background-color:#CC3300;
}

#globalSearch input.globaltextbox
{
	height: 18px;
	background-image: url(../images/global-search-bg.gif);
}

#contentWrapper 
{	
	width: 730px;
	float:left;
	background-color: #FAF8F6;
	margin-right: auto;
	margin-left: 7px;
	display: inline;
	text-align:left;
	padding: 10px;
}

/* box model hack for contentWrapper */
* html #siteWrapper #contentWrapper {
	width: 750px;
	w\idth: 730px;
}

#footerWrapper
{
	width: 750px;
	background-color: #FAF8F6;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	margin-bottom: 0px;
	/* 1 pixel padding below is a hack to overide the margin collapsing in firefox */
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer
{
	width: 720px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color:#F1EDE9;
	font-size: 0.8em;
	color: #202730;
	padding: 5px;
}

/* the box model hack for the footer width in IE5.5 */
* html #siteWrapper #footerWrapper #footer
{
	width: 730px;
	w\idth: 720px;
}

/* generic clearing class - do not remove */
.clear {
 	clear: both;
}


/*this element doubles up as the bottom of the page drop shadow and clearing footer element*/
#clearingDropShadow {
	clear:both;
	height:9px;
	background-image: url(../images/bottom-shadow.gif);
	background-repeat: no-repeat;	
	width:764px;
	margin-right: auto;
	margin-left: auto;
}

/* input elements. Please assign the class below manually to your input elements */
input.button {
	background-image: url(../images/button-bg.gif);
	background-repeat:repeat-x;
	background-color:#CFCFCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	font-weight: bold;
	color: #000000;
	border: 1px solid #8D8D8D;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
}

input.textfield {
	border: 1px solid #000000;
	color:#000000
}

p { font-size: 0.8em }

.rssLink {
	color:#00ff00;
	font-size: 0.8em;
}
.rssLink img {
	border:none;
	margin-right:5px;
	vertical-align:middle;
}

.rssLink a:link, .rssLink a:visited {color:#00ff00; text-decoration:none}
.rssLink a:hover, .rssLink a:active {color:#00ff00; text-decoration:underline}

.hideFormLabels {
	position:absolute;
	left:-9000px;
}

.skipLink {
	position:absolute;
	left:-9000px;
}

.breadcrumb {
	margin-bottom:20px;
	font-size:0.85em;
}

.breadcrumb a {
	margin-bottom:20px;
	font-size:1em;
}

.hide {display:none;}

ul {
   margin-top : 0em; margin-bottom : 0em; padding-left: 20px;
}

/* print friendly */
@media print {

#header-outer, #usability-outer, #logo-outer, #main-banner-outer, #menu-outer, #footer-menu-outer { display: none; }

#left-outer { width: 0; display: none; }

#content-outer { margin-left: 0px; }
#content-inner { overflow: hidden; padding-top: 4px; }

.PageWidthRelative, .PageWidthAbsolute { width: 98%;}

.hideFormLabels
{
  display:none;  
}

}

