 /*--------------------------------------
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);
	height:38px;
}

#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;
	background-color: #FAF8F6;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	padding: 10px;
	clear:both;
	overflow:hidden;


}

/* 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;
}



/* homepage/landing page specific */
/**********************************/
/** This should be taken out and put into SCRIPT blocks on the relevant page */
/** each box is paired with its IE box model hack**/

/* homepage/landing page specific */
/**********************************/
/** This should be taken out and put into SCRIPT blocks on the relevant page */
/** each box is paired with its IE box model hack**/

ul {
   margin-top : 0em;
   margin-bottom : 0em;
   padding-left: 20px;


}
ol {
   margin-top : 0em;
   margin-bottom : 0em;
   padding-left: 35px;
}
dl {
   margin-top : 0em;
   margin-bottom : 0em;
}
hr {
	border: none;
	background-color: #ADAAA7;
	color : #ADAAA7;
	height : 1px;
	/*clear: both;*/
}

div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header,div.footer
{
padding:0.5em;
color:white;
background-color:black;
clear:left;
}
h1.header
{
padding:0;
margin:0;
}
div.left
{
float:left;
width:150px;
margin:0;
background:#f1eee9
}

div.content
{
margin-left:160px;
padding:1em;
background:#f1eee9
}

/* ******************************************* */
/* Default Links        					   */
/* ******************************************* */
#content a:link {
    font-family : Arial, Helvetica, sans-serif;
    color : #006190;
	font-weight: bold;
    text-decoration : none;
}
#content a:visited {
    color : #0097c8;
	font-weight: bold;
    text-decoration : none;
}
#content a:hover {
    color : #006190;
	font-weight: bold;
    text-decoration : underline;
}
#content a:active {
    color : #006190;
	font-weight: bold;
    text-decoration : underline;
}

/* ******************************************* */
/* Default Links        					   */
/* ******************************************* */
a.moreLinks {
    font-family : Arial, Helvetica, sans-serif;
    color : #990033;
	font-size : 0.85em;
	font-weight: bold;
    text-decoration : none;
}
a.moreLinks:visited {
    color : #990033;
	font-weight: bold;
    text-decoration : none;
}
a.moreLinks:hover {
    color : #FF6600;
	font-weight: bold;
    text-decoration : none;
}
a.moreLinks:active {
    color : #FF6600;
	font-weight: bold;
    text-decoration : none;
}








/* ******************************************* */
/* Default Text Effects    					   */
/* ******************************************* */
b {
	font-weight : bold;
}
strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
u  {
	text-decoration : underline;
}
i  {
	font-style : italic;
}




/* ******************************************* */
/* Standard Text 							   */
/* ******************************************* */
.Header {
	font-size : 1.4em;
    font-family : Arial, Helvetica, sans-serif;
}
.LargeBody  {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
}
.MidLargeBody  {
	font-size : 1.1em;
    font-family : Arial, Helvetica, sans-serif;
}
div {
	font-size : 1em;
    font-family : Arial, Helvetica, sans-serif;
}
td {
	font-size : 1em;
    font-family : Arial, Helvetica, sans-serif;
}
.MsoNormal  {
	font-size : 1em;
    font-family : Arial, Helvetica, sans-serif;
}
.tdNormalBody  {
	font-size : 0.8em;
    font-family : Arial, Helvetica, sans-serif;
}
.NormalBody  {
	font-size : 0.8em;
    font-family : Arial, Helvetica, sans-serif;
}
.NormalBodyBold  {
	font-size : 1em;
    font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.NormalBodyItalic  {
	font-size : 1em;
    font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
}
.MidSmallBody  {
	font-size : 1em;
    font-family : Arial, Helvetica, sans-serif;
}
.SmallBody  {
	font-size : 0.8em;
    font-family : Arial, Helvetica, sans-serif;
}
.TinyBody {
	font-size : 0.75em;
    font-family : Arial, Helvetica, sans-serif;
}

/* ******************************************* */
/* Content Editor Classes   				   */
/* ******************************************* */
.CENoMargin {
	margin-bottom:0px;
	margin-top:0px;
	font-size:1em;      /* same size as body in conEd.css */
}

.OneCE {
     font-size : 0.85em;
     font-family : Arial, Helvetica, sans-serif;
}
.TwoCE {
     font-size : 1em;
     font-family : Arial, Helvetica, sans-serif;
}
.ThreeCE {
     font-size : 1.2em;
     font-family : Arial, Helvetica, sans-serif;
}
.FourCE {
     font-size : 1.4em;
     font-family : Arial, Helvetica, sans-serif;
}
.FiveCE {
     font-size : 1.7em;
     font-family : Arial, Helvetica, sans-serif;
}
.SixCE {
     font-size : 2em;
     font-family : Arial, Helvetica, sans-serif;
}
.SevenCE {
     font-size : 2.4em;
     font-family : Arial, Helvetica, sans-serif;
}

/* ******************************************* */
/* Titles									   */
/* ******************************************* */
.PageTitle  {
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
	
}
.SmallTitle  {
   font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
}
.NewsTitle {
   font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-size : 1.1em;
	font-weight : bold;
}
.NewsLink {
   font-family : Arial, Helvetica, sans-serif;
	color : #990033;
	font-size : 0.9em;
	font-weight : bold;
}
.NewsLink:visited {
	color : #990033;
}
.NewsLink:active {
	color : #ff6600;
}
.NewsLink:hover {
	color : #ff6600;
}
.NewsText {
   font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font-size : 0.9em;
	font-weight : normal;
}
.HomeHeading {
   font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 1.8em;
	font-weight : bold;
}





/* ******************************************* */
/* Main Body Text    					   */
/* ******************************************* */
.Rightbullet {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 1em;
	color : #ffffff;
    width       : 2px;
    height      : 2px;
    background : #BDB9AA;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-color : #666666;
}

.Rightborder {
	border-style : solid;
	border-color : #666666;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
    padding-top:2px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
    font-weight : bold;
	color : #666666;
    text-decoration : none;
	}

/* ******************************************* */
/* Navigation Styles						   */
/* ******************************************* */


#sidenav {
	margin:0;
	padding:0;
	list-style-type: none;
}
/* Common Stuff */
li.NavigationPreviousLink, li.NavigationChildLink, li.NavigationCurrentLink, li.NavigationSiblingLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
 	padding-top:2px;
   	padding-bottom:4px;
	line-height: 1.1em;

}

/* ******************************************* */
/* Side Navigation Previous Link			   */
/* ******************************************* */

li.NavigationPreviousLink {
	background: url(../images/snav_backarrow.gif) no-repeat 0 50%;
	padding-left: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	padding-top: 2px;
}
a.NavigationPreviousLink {
	text-decoration: none;
		color: #3a486f;
	
}
a.NavigationPreviousLink:visited {
	text-decoration: none;
		color: #3a486f;
}
a.NavigationPreviousLink:active {
	text-decoration : underline;
		color: #3a486f;
}
a.NavigationPreviousLink:hover {
	text-decoration : underline;
		color: #3a486f;
}

/* ******************************************* */
/* Side Navigation This Section  - not used    */
/* ******************************************* */

.NavigationThisSection {
    font-weight : bold;
    
}

/* ******************************************* */
/* Side Navigation Related Sections - not used */
/* ******************************************* */

.NavigationRelatedSections {
    color : #993333;
}

/* ******************************************* */
/* Side Navigation Current Link 			   */
/* ******************************************* */


li.NavigationCurrentLink {
	background: #F1EDE9 url(../images/snav_thisarrow.gif) no-repeat 0 50%;
   	padding-left:20px;

}

a.NavigationCurrentLink {
   font-weight : bold;
   	color : #666666;
		
	text-decoration: none
 }

a.NavigationCurrentLink:visited {
	text-decoration: none;
		color: #3a486f;
	}

a.NavigationCurrentLink:active {
	color: #3a486f;
   text-decoration : underline;
}
a.NavigationCurrentLink:hover {
	color: #3a486f;
   text-decoration : underline;
}

/* ******************************************* */
/* Side Navigation Child Link    			   */
/* ******************************************* */

li.NavigationChildLink {
    background: url(../images/snav_childarrow.gif) no-repeat 0 50%; 
	padding-left: 10px;
	margin-left: 20px;
	padding-bottom: 4px;
	line-height:1.1em;
}
a.NavigationChildLink {
  	color : #000066;
   text-decoration : none
}
a.NavigationChildLink:visited {
	text-decoration : none;
		color : #000066;
}
a.NavigationChildLink:active {
	text-decoration : underline;
		color : #000066;
}
a.NavigationChildLink:hover {
	text-decoration : underline;
		color : #000066;
}

/* ******************************************* */
/* Side Navigation Sibling Link    			   */
/* ******************************************* */

li.NavigationSiblingLink {
	padding-left:20px;
	color: #3a486f;
}
a.NavigationSiblingLink {
	text-decoration : none;
		color: #3a486f;
}
a.NavigationSiblingLink:active {
	color: #3a486f;
    text-decoration : underline;
}
a.NavigationSiblingLink:hover {
	color: #3a486f;
    text-decoration : underline;
}

a.NavigationSiblingLink:visited {
	text-decoration : none;
		color: #3a486f;
}



/* ******************************************* */
/* Medium Body - (comment on this page)						  	   */
/* ******************************************* */
.MediumBody  {
   font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font-size : 0.8em;
	font-weight : normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.MediumBody  {
    font-family : Arial, Helvetica, sans-serif;   
	color : #002C5A;
	font-size : 0.8em;
    text-decoration : underline;
}

a.MediumBody:visited  {
	color : #002C5A;
	font-size : 0.8em;
    text-decoration : underline;
}

a.MediumBody:active  {
	color : #ff6600;
	font-size : 0.8em;
    text-decoration : underline;
}

a.MediumBody:hover  {
	color : #ff6600;
	font-size : 0.8em;
    text-decoration : underline;
}


/* ******************************************* */
/* Page Footer							  	   */
/* ******************************************* */
.PageFooter  {
   font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font-size : 0.8em;
	font-weight : normal;

	padding-top: 2px;
	padding-bottom: 2px;
}

a.PageFooter  {
    font-family : Arial, Helvetica, sans-serif;   
	color : #002C5A;
	font-size : 0.8em;
    text-decoration : underline;
}

a.PageFooter:visited  {
	color : #002C5A;
	font-size : 0.8em;
    text-decoration : underline;
}

a.PageFooter:active  {
	color : #ff6600;
	font-size : 0.8em;
    text-decoration : underline;
}

a.PageFooter:hover  {
	color : #ff6600;
	font-size : 0.8em;
    text-decoration : underline;
}

/* ******************************************* */
/* Breadcrumbs				  	*/
/* ******************************************* */
.Breadcrumbs {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 1.0em;
   font-weight : bold;
	color : #333333;
   text-decoration : none;
}

/* ******************************************* */
/* Menu Remove Option				  	*/
/* ******************************************* */
.MenuOption {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 0.7em;
   font-weight : bold;
	color : #333333;
   text-decoration : none;
}



/* ******************************************* */
/* Page Footer	Table						  	   */
/* ******************************************* */
.FooterTable  {
   font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font-size : 0.8em;
	font-weight : normal;
	position: absolute;
	top: 600px;
	left: 3px;
	width: 770px;

}


/* ******************************************* */
/* Left Navigation Table						  	   */
/* ******************************************* */
.NavTable {
   font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 0.8em;
	font-weight : normal;
	position: absolute;
	top: 78px;
	left: 3px;
	width: 100%;

}

/* ******************************************* */
/* Main BodyTable						  	   */
/* ******************************************* */
.BodyTable {
   font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 0.8em;
	font-weight : normal;
	position: absolute;
	top: 86px;
	left: 152px;
	width: 378px;
	border: solid 1px;

}

/* ******************************************* */
/* A to Z Table						  	   */
/* ******************************************* */
.atozTable {
	position: absolute;
	top: 89px;
	left: 541px;
	width: 225px;

}

/* ******************************************* */
/* Body Column1 Table						  	   */
/* ******************************************* */
.Col1Table {
	position: absolute;
	top: 89px;
	left: 541px;
	width: 189px;
	border: solid 1px;
}

/* ******************************************* */
/* Body Column2 Table						  	   */
/* ******************************************* */
.Col2Table {
	position: absolute;
	top: 89px;
	left: 541px;
	width: 189px;
	border: solid 1px;
}


/* ******************************************* */
/* Copyright / Small Text Footer		  	   */
/* ******************************************* */

.Copyright  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 0.9em;
    color : #8F8F8F;
}

a.Copyright  {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 1em;
    color : #8F8F8F;
    text-decoration : none;
}

a.Copyright:visited  {
    text-decoration : none;
    color : #8F8F8F;
}

a.Copyright:active  {
    text-decoration : underline;
    color : #000066;
}

a.Copyright:hover  {
    text-decoration : underline;
    color : #000066;
}

.SmallPurpleText {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 0.9em;
    color : #000066;
}

/* ******************************************* */
/* Pages Roots History Navigation			   */
/* ******************************************* */

.PageRoot  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 0.82em;
	font-weight : normal;
	color : #000000;
}

a.PageRoot  {
	color : #000066;
    text-decoration : none;
}

a.PageRoot:visited  {
	color : #000066;
    text-decoration : none;
}

a.PageRoot:active  {
	color : #ff6600;
    text-decoration : none;
}

a.PageRoot:hover  {
	color : #ff6600;
    text-decoration : none;
}

/* ******************************************* */
/* Results Page Navigation					   */
/* ******************************************* */

.PageNavBar  {
   font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #000000;
}

a.PageNavBar  {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #002C5A;
    text-decoration : underline;
}

a.PageNavBar:visited  {
	color : #002C5A;
    text-decoration : underline;
}

a.PageNavBar:active  {
	color : #ff6600;
   font-weight : bold;
    text-decoration : underline;
}

a.PageNavBar:hover  {
	color : #ff6600;
   font-weight : bold;
    text-decoration : underline;
}

/* ******************************************* */
/* Document Table							   */
/* ******************************************* */

/* Note: When changing Roundtable background color also change you may also */
/* need to change all /Easysite/Images/curve_* images  to match background */

td.RoundTable {
	background-color : #F1EDE9; 
}

/* Related Document Title Def */
div.SubSectionTitle  {
   font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 0.8em;
	font-weight : bold;
}
/* Related Document Cell BG */
td.SubSectionTitle  {
/*	background-color : #ffffff; */
}

.PageDocumentTitle {
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 0.8em;
    font-weight : bold;
	padding-left:5px;
}
a.PageDocumentTitle {
    font-family : Arial, Helvetica, sans-serif;
    color : #002C5A;
    font-size : 0.9em;
    font-weight : bold;
}
a.PageDocumentTitle:visited {
    color : #002C5A;
}
a.PageDocumentTitle:active {
    color : #ff6600;
}
a.PageDocumentTitle:hover {
    color : #ff6600;
}

.PageDocumentText {
   font-family : Arial, Helvetica, sans-serif;
    color : #000000;
    font-size : 0.8em;
	padding-left:10px;
}

/* ******************************************* */
/* Form Related							  	   */
/* ******************************************* */
form {
    margin-top : 0px;
    margin-bottom : 0px;
}
.FormComment  {
	 font-family : Arial, Helvetica, sans-serif;
	 color : #000000;
	
}
div.FormQuestion  {
   font-family : Arial, Helvetica, sans-serif;
   color : #000033;
   font-weight: bold;
   font-size: 90%;
   padding : 3px 3px 6px 3px; /*top, right, bottom, left */
	
}
td.FormQuestion  {
	
}
.FormText {
    font-family : Arial, Helvetica, sans-serif;
    color : #000000;
}
.FormInput {
    border: 1px solid #000000;
	color:#000000
}
input.SmallButton {
    background-image: url(../images/button-bg.gif);
	background-repeat:repeat-x;
	background-color:#CFCFCF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border: 1px solid #8D8D8D;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 8px;
}

/* ******************************************* */
/* Search Results Related					   */
/* ******************************************* */
.ResultTitle {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #000000;
}
.ResultText {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	color : #000000;
}

td.ResultBG {
	background-color : #eee;
	margin-top: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	
	width: 100%;
}
td.ResultStripOne  {
	background-color : #FAF8F6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}
td.ResultStripTwo  {
	background-color : #F1EDE9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align: top;
}

.ResultLink  {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	color : #000066;
}
a.ResultLink  {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #002C5A;
}
a.ResultLink:visited  {
	color : #002C5A;
}
a.ResultLink:active  {
	color : #ff6600;
    text-decoration : underline;
    background-color : transparent;
}
a.ResultLink:hover  {
	color : #ff6600;
    text-decoration : underline;
    background-color : transparent;
}

.ResultFooter  {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 0.85em;
	color : #ffffff;
}
a.ResultFooterLink  {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #ffffff;
}
a.ResultFooterLink:visited  {
	color : #ffffff;
}
a.ResultFooterLink:active  {
	color : #F1F2F3;
    background-color : transparent;
}
a.ResultFooterLink:hover  {
	color : #F1F2F3;
    background-color : transparent;
}

/* ******************************************* */
/* Tables									   */
/* ******************************************* */

td.ResultAlt1  {
	background-color : #ffffff;
	padding: 5px;
}
td.ResultAlt2  {
	background-color : #F1EDE9;
	padding: 5px;
}

.HeaderText {
    font-family : Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #000066;
}

td.Header1  {

}

td.tableBorder  {
   font-family : Arial, Helvetica, sans-serif;
	background-color : #000066;
	color : #ffffff;
	font-size : 1em;
	font-weight : bold;
	padding-bottom: 2px;
}

/* ******************************************* */
/* Search Box	            				   */
/* ******************************************* */
.SearchBox {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 0.8em;
    width       : 150px;
    height      : 13px;
    background : #FFFFFF;
    border : 1px solid #000000;
}

.SearchBoxSmall {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 0.6em;
    width       : 90px;
    height      : 13px;
    background : #FFFFFF;
    border : 1px solid #000000;
}

.SearchButton {
    font-family : Arial, Helvetica, sans-serif;
    font-size   : 0.9em;
	color : #ffffff;
    width       : 20px;
    height      : 20px;
    background : #666666;
    border : none;
	border-style : solid;
	border-color : #666666;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
    padding-top:0px;
	padding-bottom:2px;
	padding-right:0px;
	padding-left:0px;
}

/* ******************************************* */
/* Error                        	           */
/* ******************************************* */

.Error  {
    font-family : Arial, Helvetica, sans-serif;
	color : #FF0000;
	font-size : 1em;
	font-weight : bold;
}
H1, H2, H3, H4 {
	font-size : 1em;
}
.infopod {background-color:#e5eeed;
font-size: 0.8em;
text-align:left;
height: 50px;
padding-left:10px;
}
.hide {display:none;}

/* link icons */
#content a[href^="http:"] {
	background: url(../images/external-link-icon.gif) no-repeat center right;
	padding-right:15px;
}

#content a[href^="http://www.leicester.gov.uk"], #content a[href^="http://leicester.gov.uk"], #content a[href^="http://whatson.leicester.gov.uk"], #content a[href^="http://epay.leicester.gov.uk"], #content a[href^="http://rcweb.leicester.gov.uk"], #content a[href^="http://ems.leicester.gov.uk"], #content a[href^="http://bookfinder.leicester.gov.uk"], #content a[href^="http://eforms.leicester.gov.uk"] , #content a[href^="http://www.cabinet.leicester.gov.uk"], #content a[href^="http://councillor.leicester.gov.uk"] {
	background-image: none;
	padding-right: 0;
}

#content table a[href^="http:"] {
	background-image: none;
	padding-right: 0;
}

#content a[href$=".pdf"] {
	background: url(../images/pdf-icon.gif) no-repeat center left;
	padding-left:20px;
}

#content a[href$=".doc"] {
	background: url(../images/word-icon.gif) no-repeat center left;
	padding-left:20px;
}

#content a[href*="serveDocument.asp"] {
	background: url(../images/easysite-icon.gif) no-repeat center left;
	padding-left:20px;
}

#content table a[href*="serveDocument.asp"] {
	background-image: none;
	padding-left:5px;
}

/*blockquote fix for easysite*/
#content blockquote {
	margin-left:40px;
	margin-top:20px;
	margin-bottom:20px;
}
