/* ******************************************* */
/* Side Navigation Current Link 			   */
/* ******************************************* */
td.NavigationCurrentLink {
	padding-top:2px;
   padding-bottom:2px;
   font-size : 0.85em;
}

div.NavigationCurrentLink {
	color : #000066;
   text-decoration : none;
   padding-left:10px;
   padding-top:2px;
   padding-bottom:2px;
}

a.NavigationCurrentLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-size : 1em;
   font-weight : bold;
   color : #000066;
   text-decoration : none;
}
a.NavigationCurrentLink:visited {
	color : #000066;
   text-decoration : none;
}
a.NavigationCurrentLink:active {
	color : #000066;
   text-decoration : underline;
}
a.NavigationCurrentLink:hover {
	color : #000066;
   text-decoration : underline;
}

.WordCapitalisation{
text-transform: uppercase;
font-weight: bold;
color: #000000;
}

/* ******************************************* */
/* Top Bar White Navigation					  	*/
/* ******************************************* */
.NavigationTopLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.7em;
   font-weight : normal;
	color : #ffffff;
   text-decoration : none;
}

a.NavigationTopLink {
   font-family :  verdana, arial, helvetica, sans-serif;
   font-size : 1em;
   font-weight : normal;
   color : #ffffff;
   text-decoration : none;
}

a.NavigationTopLink:visited {
	color : #ffffff;
    text-decoration : none;
}

a.NavigationTopLink:active {
	color : #FF6600;
    text-decoration : none;
}

a.NavigationTopLink:hover {
	color : #FF6600;
    text-decoration : none;
}

/* ******************************************* */
/* Top Bar Red Navigation					  	*/
/* ******************************************* */
.TopLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.8em;
   font-weight : normal;
	color : #000066;
   text-decoration : none;
}

a.TopLink {
   font-family :  verdana, arial, helvetica, sans-serif;
   font-size : 1em;
   font-weight : bold;
   color : #990033;
   text-decoration : none;
}

a.TopLink:visited {
	color : #990033;
    text-decoration : none;
}

a.TopLink:active {
	color : #FF6600;
    text-decoration : none;
}

a.TopLink:hover {
	color : #FF6600;
    text-decoration : none;
}
/* ******************************************* */
/* Side Navigation Previous Link			   */
/* ******************************************* */
td.NavigationPreviousLink {
   padding-top:2px;
   padding-bottom:2px;
   font-size : 0.85em;
   text-align: left;
}

div.NavigationPreviousLink {
	color : #000066;
   text-decoration : none;
   padding-top:2px;
   padding-bottom:2px;
}

a.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-size : 1em;
   font-weight : normal;
	color : #000066;
   text-decoration : none;
}
a.NavigationPreviousLink:visited {
	color : #000066;
    text-decoration : none;
}
a.NavigationPreviousLink:active {
	color : #000066;
    text-decoration : underline;
}
a.NavigationPreviousLink:hover {
	color : #000066;
    text-decoration : underline;
}

/* ******************************************* */
/* Side Navigation Sibling Link    			   */
/* ******************************************* */
td.NavigationSiblingLink {
	padding-top:2px;
   padding-bottom:2px;
   font-size : 0.85em;
}
div.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
   font-weight : bold;
	color : #000066;
   text-decoration : none;
   padding-left:10px;
   padding-right:5px;
   padding-top:2px;
   padding-bottom:2px;
}
a.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
   font-weight : bold;
	color : #000066;
   text-decoration : none;
}
a.NavigationSiblingLink:visited {
	color : #000066;
    text-decoration : none;
}
a.NavigationSiblingLink:active {
	color : #000066;
    text-decoration : underline;
}
a.NavigationSiblingLink:hover {
	color : #000066;
    text-decoration : underline;
}

/* ******************************************* */
/* Page Footer							  	   */
/* ******************************************* */
.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000066;
	font-size : 0.8em;
	font-weight : normal;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.PageFooter  {
    font-family : verdana, arial, helvetica, sans-serif;    
	color : #002C5A;
	font-size : 1em;
    text-decoration : underline;
}

a.PageFooter:visited  {
	color : #002C5A;
    text-decoration : underline;
}

a.PageFooter:active  {
	color : #ff6600;
    text-decoration : underline;
}

a.PageFooter:hover  {
	color : #ff6600;
    text-decoration : underline;
}

/* ******************************************* */
/* Copyright / Small Text Footer		  	   */
/* ******************************************* */

.Copyright  {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 0.9em;
    color : #8F8F8F;
}

a.Copyright  {
    font-family : verdana, 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 : verdana, arial, helvetica, sans-serif;
    font-size : 0.9em;
    color : #000066;
}

/* ******************************************* */
/* Pages Roots History Navigation			   */
/* ******************************************* */

.PageRoot  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.85em;
	font-weight : normal;
	color : #000000;
}

a.PageRoot  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
	font-weight : normal;
	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;
}

.NormalBody  {
	font-size : 1em;
    font-family : verdana, arial, helvetica, sans-serif;
}

.formname {
	color: #000066
}

.progress1 {
	background-color: #000066;
	border: 1px solid #000066;
	}
	
.progress0 {
	border: 1px solid #000066;
	color: #000066;
	
}

H1 {
	

	color: #000066;
 	background-color: #EBEBEB
}
.sectionnamerender {
	color: #000066;
	
}

.renderbuttonstable {
	
	border: 1px solid #cccccc;
	padding: 10px;
	background-color: #FFFFFF;
	background-image: url(http://www.leicester.gov.uk/EasySite/setup/StyleLeicester/images/shim.gif);
	background-repeat: no-repeat;
	background-position: bottom right
	
	}
	
.renderformbuttons {
	background-color: #000066;
	background-image: url(http://www.leicester.gov.uk/EasySite/setup/StyleLeicester/images/shim.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	margin: 1px;
	cursor: hand;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#CECECE', Positive='true')
}

.generictextinput {
	border: 1px solid #cccccc;
	margin-right: 2px
}

.generictextarea {
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.genericselect {
	border: 1px solid #cccccc
}

.genericrichtext {
	border: 1px solid #cccccc
}
