/* ******************************************* */
/* Body										   */
/* ******************************************* */
body {
	background-color : #ffffff;
	/* Default Page Background Colour */
	background : #ffffff;
	/* Default Page Background Colour */
	color : #000000;
	/* Default Page Text Colour */
	font-family : arial, helvetica, sans-serif;
	/* Default Page Font Family */
   margin : 0px 0px 0px 0px;
   font-size : 80%;
}

ul {
   margin-top : 0em;
   margin-bottom : 0em;
}
ol {
   margin-top : 0em;
   margin-bottom : 0em;
}
dl {
   margin-top : 0em;
   margin-bottom : 0em;
}
hr
{
    color: #0299f4;
    height: 1px;
	clear: all;
}

/* ******************************************************************* */
/* Default Links (a on its own is only anchor destination)             */
/* ******************************************************************* */
a:link {
    font-family : arial, helvetica, sans-serif;
    color : #003399;
    text-decoration : underline;
}
a:visited {
    color : #003399;
    text-decoration : underline;
}
a:hover {
    color : #d53281;
    text-decoration : underline;
}
a:active {
    color : #d53281;
    text-decoration : underline;
}


/* ******************************************* */
/* 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, verdana, helvetica, sans-serif;
}
.LargeBody {
 font-family : arial, verdana, helvetica, sans-serif;
	font-size : 1.2em;
}
.MidLargeBody {
	font-size : 1.1em;
 font-family : arial, verdana, helvetica, sans-serif;
}
div {
	font-size : 1em;
 font-family : arial, verdana, helvetica, sans-serif;
}
td {
	font-size : 1em;
 font-family : arial, verdana, helvetica, sans-serif;
}
.MsoNormal {
	font-size : 1em;
 font-family : arial, verdana, helvetica, sans-serif;
}
.tdNormalBody {
	font-size : 1em;
 font-family : arial, verdana, helvetica, sans-serif;
}
a.NormalBody  {
	font-size : 1em;
    font-family : arial, verdana, helvetica, sans-serif;
}
.NormalBody {
	font-size : 1em;
 font-family : arial, verdana, helvetica, sans-serif;
}
.NormalBodyBold {
	font-size : 1em;
 font-family : arial, verdana, helvetica, sans-serif;
	font-weight : bold;
}
.NormalBodyItalic {
	font-size : 1em;
 font-family : arial, verdana, helvetica, sans-serif;
	font-style : italic;
}
.MidSmallBody {
	font-size : 0.95em;
 font-family : arial, verdana, helvetica, sans-serif;
}
a.MidSmallBody  {
	font-size : 1.05em;
    font-family : arial, verdana, helvetica, sans-serif;
}
.SmallBody {
	font-size : 0.9em;
 font-family : arial, verdana, helvetica, sans-serif;
}
.TinyBody {
	font-size : 0.85em;
 font-family : arial, verdana, 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, verdana, helvetica, sans-serif;
}
.TwoCE {
     font-size : 1em;
     font-family : arial, verdana, helvetica, sans-serif;
}
.ThreeCE {
     font-size : 1.2em;
     font-family : arial, verdana, helvetica, sans-serif;
}
.FourCE {
     font-size : 1.4em;
     font-family : arial, verdana, helvetica, sans-serif;
}
.FiveCE {
     font-size : 1.7em;
     font-family : arial, verdana, helvetica, sans-serif;
}
.SixCE {
     font-size : 2em;
     font-family : arial, verdana, helvetica, sans-serif;
}
.SevenCE {
     font-size : 2.4em;
     font-family : arial, verdana, helvetica, sans-serif;
}

/* ******************************************* */
/* Titles									   */
/* ******************************************* */

.WebTitle  {font-family :  arial, helvetica, sans-serif; color : #003399; font-size : 1.8em; font-weight : bold;}

.PageTitle  {
   font-family :  arial, helvetica, sans-serif;
	color : #003399;
	font-size : 1.2em;
	font-weight : bold;
}
.SmallTitle  {
   font-family : arial, helvetica, sans-serif;
	color : #003399;
	font-size : 1em;
	font-weight : normal;
}
.NewsTitle {
   font-family : arial, helvetica, sans-serif;
	color : #ffffff;
	font-size : 1em;
	font-weight : bold;
}
.NewsLink {
   font-family : arial, helvetica, sans-serif;
	color : #003399;
	font-size : 1em;
	font-weight : bold;
}
.NewsLink:visited {
	color : #003399;
}
.NewsLink:active {
	color : #d53281;
}
.NewsLink:hover {
	color : #d53281;
}
.NewsText {
   font-family : arial, helvetica, sans-serif;
	color : #000000;
	font-size : 0.9em;
	font-weight : normal;
}


/* ******************************************* */
/* Top Bar Navigation					  	*/
/* ******************************************* */
td.BoxHeader {
   font-family : arial, helvetica, sans-serif;
	font-size : 0.9em;
   font-weight : normal;
	color : #003399;
   text-decoration : none;
}
a.BoxHeader {
   font-family :  arial, helvetica, sans-serif;
   font-size : 0.95em;
   font-weight : normal;
   color : #003399;
   text-decoration : none;
}

a.BoxHeader:visited {
	color : #003399;
    text-decoration : none;
}

a.BoxHeader:active {
	color : #d53281;
	font-weight : normal;
    text-decoration : none;
}

a.BoxHeader:hover {
	color : #d53281;
	font-weight : normal;
    text-decoration : none;
}

td.NavigationTopLink {
   font-family : arial, helvetica, sans-serif;
	font-size : 0.85em;
   font-weight : normal;
	color : #003399;
   text-decoration : none;
   padding-top: 2px;
}

a.NavigationTopLink {
   font-family :  arial, helvetica, sans-serif;
   font-size : 1em;
   font-weight : normal;
   color : #003399;
   text-decoration : none;
}

a.NavigationTopLink:visited {
	color : #003399;
    text-decoration : none;
}

a.NavigationTopLink:active {
	color : #d53281;
    text-decoration : none;
}

a.NavigationTopLink:hover {
	color : #d53281;
    text-decoration : none;
}

/* ******************************************* */
/* Side Navigation Previous Link			   */
/* ******************************************* */
td.NavigationPreviousLink {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFF99;	
}

div.NavigationPreviousLink {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : normal;
	color : #003399;
   text-decoration : none;
}

a.NavigationPreviousLink {
   font-family : arial, helvetica, sans-serif;
   font-size : 8pt;
   font-weight : normal;
	color : #003399;
   text-decoration : none;
}
a.NavigationPreviousLink:visited {
	color : #003399;
    text-decoration : none;
}
a.NavigationPreviousLink:active {
	color : #d53281;
    text-decoration : none;
}
a.NavigationPreviousLink:hover {
	color : #d53281;
    text-decoration : none;
}


/* ******************************************* */
/* Side Navigation Current Link 			   */
/* ******************************************* */
td.NavigationCurrentLink {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #F8ca2c;	
}

div.NavigationCurrentLinkOutline {
}

div.NavigationCurrentLink {
	color : #003399;
   text-decoration : none;
   padding-top: 1px;
	padding-bottom: 1px;
}

a.NavigationCurrentLink {
   font-family : arial, helvetica, sans-serif;
   font-size : 0.85em;
   font-weight : bold;
   color : #003399;
   text-decoration : none;
}
a.NavigationCurrentLink:visited {
	color : #003399;
   text-decoration : none;
}
a.NavigationCurrentLink:active {
	color : #d53281;
   text-decoration : none;
}
a.NavigationCurrentLink:hover {
	color :#d53281;
   text-decoration : none;
}

/* ******************************************* */
/* Side Navigation Child Link    			   */
/* ******************************************* */
td.NavigationChildLink {
    padding-top: 2px;
	padding-bottom: 2px;
}
	
td.RightChildLink {border-right: solid 1px #f8ca2c;}
td.LeftChildLink {border-left: solid 1px #f8ca2c;}	
	
div.NavigationChildLink {
	color : #003399;
   text-decoration : none;
	padding-bottom: 1px;
}
a.NavigationChildLink {
   font-family : arial, helvetica, sans-serif;
   font-size : 0.85em;
   font-weight : normal;
	color : #003399;
   text-decoration : none;
}
a.NavigationChildLink:visited {
	color : #003399;
    text-decoration : none;
}
a.NavigationChildLink:active {
	color : #d53281;
    text-decoration : none;
}
a.NavigationChildLink:hover {
	color : #d53281;
    text-decoration : none;
}

/* ******************************************* */
/* Side Navigation Sibling Link    			   */
/* ******************************************* */
td.NavigationSiblingLink {
	padding-top: 2px;
	padding-bottom: 2px;
    background-color: #f8ca2c;	
}
div.NavigationSiblingLink {
	color : #003399;
   text-decoration : none;
   padding-top: 1px;
	padding-bottom: 1px;
}
a.NavigationSiblingLink {
   font-family : arial, helvetica, sans-serif;
	font-size : 0.85em;
   font-weight : bold;
	color : #003399;
   text-decoration : none;
}
a.NavigationSiblingLink:visited {
	color : #003399;
    text-decoration : none;
}
a.NavigationSiblingLink:active {
	color : #d53281;
    text-decoration : none;
}
a.NavigationSiblingLink:hover {
	color :#d53281;
    text-decoration : none;
}

/* ******************************************* */
/* Page Footer							  	   */
/* ******************************************* */
.PageFooter  {
   font-family : arial, helvetica, sans-serif;
	color : #000000;
	font-size : 0.85em;
	font-weight : normal;
}

a.PageFooter  {
    font-family : arial, helvetica, sans-serif;    
	color : #003399;
	font-size : 1em;
    text-decoration : underline;
}

a.PageFooter:visited  {
	color : #003399;
    text-decoration : underline;
}

a.PageFooter:active  {
	color : #d53281;
    text-decoration : underline;
}

a.PageFooter:hover  {
	color : #d53281;
    text-decoration : underline;
}

/* ******************************************* */
/* Copyright / Small Text Footer		  	   */
/* ******************************************* */

.Copyright  {
    font-family : arial, helvetica, sans-serif;
    font-size : 0.85em;
	font-weight : normal;
    color : #ffffff;
}


.SmallPurpleText {
    font-family : arial, helvetica, sans-serif;
    font-size : 0.85em;
    color : #003399;
}

/* ******************************************* */
/* Pages Roots History Navigation			   */
/* ******************************************* */

.PageRoot  {
   font-family : arial, helvetica, sans-serif;
	font-size : 0.8em;
	color : #ffffff;
	text-transform:uppercase;
}

a.PageRoot  {
    font-family : arial, helvetica, sans-serif;
	font-size : 1em;
	color : #ffffff;
    text-decoration : none;
}

a.PageRoot:visited  {
	color : #ffffff;
    text-decoration : none;
}

a.PageRoot:active  {
	color : #ffffff;
    text-decoration : none;
}

a.PageRoot:hover  {
	color : #ffffff;
    text-decoration : underline;
}

/* ******************************************* */
/* Results Page Navigation					   */
/* ******************************************* */

.PageNavBar  {
   font-family : arial, helvetica, sans-serif;
	font-size : 0.9em;
	color : #000000;
}

a.PageNavBar  {
    font-family : arial, helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	color : #003399;
    text-decoration : underline;
}

a.PageNavBar:visited  {
	color : #336699;
	font-weight : bold;
    text-decoration : underline;
}

a.PageNavBar:active  {
	color : #d53281;
   font-weight : bold;
   text-decoration : underline;
}

a.PageNavBar:hover  {
	color : #d53281;
   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 : #F0F2FF; 
}

/* Related Document Title Def */
div.SubSectionTitle  {
   font-family : arial, helvetica, sans-serif;
	color : #003399;
	font-size : 1em;
	font-weight : bold;
}
/* Related Document Cell BG */
td.SubSectionTitle  {
/*	background-color : #ffffff; */
}

.PageDocumentTitle {
    font-family : arial, helvetica, sans-serif;
    color : #003399;
    font-size : 1em;
    font-weight : bold;
}
a.PageDocumentTitle {
    font-family : arial, helvetica, sans-serif;
    color : #003399;
    font-size : 1em;
    font-weight : bold;
}
a.PageDocumentTitle:visited {
    color : #d53281;
}
a.PageDocumentTitle:active {
    color : #d53281;
}
a.PageDocumentTitle:hover {
    color : #99CC00;
}

.PageDocumentText {
   font-family : arial, helvetica, sans-serif;
    color : #000000;
    font-size : 0.9em;
}

/* ******************************************* */
/* Form Related							  	   */
/* ******************************************* */
form {
    margin-top : 0px;
    margin-bottom : 0px;
}
.FormComment  {
    font-family : arial, helvetica, sans-serif;
	 color : #000000;
	 font-size : 0.8em;
}
div.FormQuestion  {
   font-family : arial, helvetica, sans-serif;
	color : #003399;
   font-size : 0.9em;
   font-weight: bold;
   padding : 3px 3px 3px 3px; /*top, right, bottom, left */
}
td.FormQuestion  {
}
.FormText {
    font-family : arial, helvetica, sans-serif;
    color : #000000;
    font-size : 0.85em;
}
.FormInput {
    font-family : arial, helvetica, sans-serif;
    font-size : 0.85em;
    border : 1px solid #000000;
    
}
input.SmallButton {
    font-family : arial, helvetica, sans-serif;
	 font-size : 0.85em;
	 color : #ffffff;
	 font-weight : bold;
    background-color : #0299f4;
    height : 18px;
    border : 1px solid #0299f4;
}

/* ******************************************* */
/* Search Results Related					   */
/* ******************************************* */

.PanelTitle { 
	font-size: 0.85em; 
	color: #003399; 
	font-weight: bold; }

#searchpanel {
	font-weight:bold;
	}
	
#keywords {
	font-size: 0.85em;
	color: #666666;
	border: 1px solid #0299f4;
	border-left: 5px solid #0299f4;
	padding-left: 3px; }
	
#searchsite {
	font-size: .85em;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #0299f4;
	max-width: 20px;
	color:#fff;
	border-color: #0299f4;
	background: #0299f4; }

.ResultTitle {
    font-family : arial, helvetica, sans-serif;
	font-size : 0.9em;
	font-weight : bold;
	color : #ffffff;
}
.ResultText {
    font-family : arial, helvetica, sans-serif;
	font-size : 0.9em;
	color : #000000;
}

td.ResultBG {
	background-color : #003399;
}
td.ResultStripOne  {
	background-color : #FFFFFF;
}
td.ResultStripTwo  {
	background-color : #F0F2FF;
}

.ResultLink  {
    font-family : arial, helvetica, sans-serif;
	font-size : 0.9em;
	color : #003399;
}
a.ResultLink  {
    font-family : arial, helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #003399;
}
a.ResultLink:visited  {
	color : #003399;
}
a.ResultLink:active  {
	color : #d53281;
    text-decoration : underline;
    background-color : transparent;
}
a.ResultLink:hover  {
	color : #d53281;
    text-decoration : underline;
    background-color : transparent;
}

.ResultFooter  {
    font-family : arial, helvetica, sans-serif;
	font-size : 0.9em;
	color : #ffffff;
}
a.ResultFooterLink  {
    font-family : arial, helvetica, sans-serif;
	font-size : 1em;
	color : #ffffff;
}
a.ResultFooterLink:visited  {
	color : #ffffff;
}
a.ResultFooterLink:active  {
	color : #ffffff;
    background-color : transparent;
	text-decoration : underline;
}
a.ResultFooterLink:hover  {
	color : #ffffff;
    background-color : transparent;
	text-decoration : underline;
}

/* ******************************************* */
/* Tables									   */
/* ******************************************* */

td.ResultAlt1  {
	background-color : #F0F2FF;
}
td.ResultAlt2  {
	background-color : #FFFFFF;
}

.HeaderText {
    font-family : arial, helvetica, sans-serif;
	font-size : 0.9em;
	color : #000000;
}

td.Header1  {

}

td.tableBorder  {
   font-family : arial, helvetica, sans-serif;
	background-color : #0299f4;
	color : #ffffff;
	font-size : 0.9em;
	font-weight : bold;
}

/* ******************************************* */
/* Search Box	            				   */
/* ******************************************* */
.SearchBox {
    font-family : arial, helvetica, sans-serif;
    font-size   : 0.85em;
	color : #006699;
    width       : 130px;
    height      : 16px;
    background : #FFFFFF;
    border : 1px solid #669900;
}

td.QuickLinks {
	padding-left: 7px;
}

.QuickLinksMenu {
    font-family : arial, helvetica, sans-serif;
    font-size   : 0.85em;
	color : #006699;
    width       : 178px;
    height      : 16px;
    background : #FFFFFF;
    border : 1px solid #669900;
}

/* ******************************************* */
/* Error                        	           */
/* ******************************************* */

.Error  {
    font-family : arial, helvetica, sans-serif;
	color : #FF0000;
	font-size : 9pt;
	font-weight : bold;
}
