body.PrinterFriendly .Header, body.PrinterFriendly .Footer, body.PrinterFriendly .LinksInternal, body.PrinterFriendly .Links, body.PrinterFriendly .PrinterFriendly
{
	display: none;
}
body
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
	background-image: url(Images/Header.jpg);
	background-repeat: no-repeat;



}

/* Font face and color */
body, td, div, p, li
{
	font-family: Verdana,Helvetica, Sans-Serif;
	color: #333;
	font-size: x-small;	
	/* css hack for IE5/win to show smaller fonts.  */
	voice-family: "\"}\""; 
	voice-family:inherit; 
	font-size: small;		
}

.Layout
{
	width:100%;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
h1
{
	font-size: 1.6em;
}
h2
{
	font-size: 1.5em;
}
h3
{
	font-size: 1.4em;
}
h4
{
	font-size: 1.3em;
}
h5
{
	font-size: 1.2em;
}
h6
{
	font-size: 1em;
}
.Wrap
{
}
.Main
{	
}
.Header
{
	height: 120px;
}

.Content
{
	padding: 1em 1em 1em 1.5em;
	width: 90%;
	vertical-align:top;
	line-height: 140%;
}

.Content div, .Content li
{
	margin-bottom: .7em;
}
.BreadCrumbTrail
{
	font-size: x-small;
	padding-bottom: .5em;	
}
.BreadCrumbTrail a
{
	color: #004488;
}
.BreadCrumbTrail a:Hover
{
	text-decoration: underline;
}
.SearchBox
{
	margin: 2em .7em .7em 0;
	padding: .5em;
	font-weight: bold;
	color: #555;
	background-color: #e8e8e8;
	border: solid 1px #CCC;
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: x-small;	
}
.SearchBox input
{
	font-size: x-small;
}
.Footer
{
	border-top: solid 1px #CCC;
	background-color: #e8e8e8;
	color: #000;
	font-size: x-small;
	padding: 5px 20px 5px 20px;
	text-align: center;
}




.Links 
{
	vertical-align: top;
	line-height: 1.4em;
	background-color: #004488;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica;
	font-size: small;
	width: 185px;
	border-left: solid 8px #2266AA;
	border-right: solid 8px #51ABFF;
	
}
.Links ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border-top: solid 1px #666;
}

.Links ul li ul, .Links ul li ul li ul
{
	background-color: #333;
}
.Links ul li ul li a, .Links ul li ul li ul li a
{
	padding-left: 22px;
}


ul.CurrentLevel
{
	background-color:#2266AA;
}
.Links  li
{	
	margin: 0;
	border-bottom: solid 1px #666;
	border-collapse: collapse;
}

.Links a
{	
	padding: 2px 2px 2px 8px;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0 0 0 0;
	width: 185px;
}
.Links a.selected, .Links a.selected:hover
{
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}
.Links a:hover, .Links a.selected:hover
{
	color: #000;
	background-color: #ccc;
}




@media print {
    .InternalLinks { display: none; }
    .Content{ margin-left: 0; width: 100%;}
}

/* standard styles used by CMS */
.DocsLinks
{
	float: right;
	clear: right;
}

.Extra
{
	margin-top: 25px;
	text-align: left;
}
.AssociatedFiles, .RelatedLinks
{
	margin: .3em 0 .3em .7em;
	padding: 0;
	background-color: #EFF2F5;
	border: solid 1px #919191;
}

.AssociatedFiles h1, .RelatedLinks h1
{
	color: #FFF;
	font-family: Tahoma, Sans-Serif;
	font-size: 70%;
	text-transform: uppercase;
	text-align: center;
	background-color: #3C79C4;
	padding: .5em;
	margin: 0;
	letter-spacing: 1px;
}

ul.AssociatedFilesList, ul.RelatedLinksList
{
	list-style: none;
	margin: 0;
	padding: .7em .4em .4em .7em; /* 7px 4px 5px 8px; */
}
.AssociatedFilesList li, .RelatedLinksList li
{
	margin-bottom: 3px;
}

/* page summary + footer section */
.PageInfo
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: x-small;
	background-color: #f5f5f5;
	color: #666666;
	border-top: solid 1px #CCCCCC;
}
.PageInfo div
{
	float: right;
	padding: 5px;
}
.PageInfo img
{
	padding-right: 5px;
}

.DataListFlowBullet span
{
	
	background-image: url(Images/xBullet.gif);
	background-repeat:no-repeat;
	margin-left: 10px;
	padding-left: 15px;
	padding-top: 4px;
	display: block;
}
.DataListFlowBullet BR
{
	display:none;
}
.FolderList
{
	border: solid 1px #3366CC;
	border-collapse: collapse;
	margin-top: 15px;
}
.FolderList td
{
	border: solid 1px #3366CC;
	text-align: center;
}
.FolderList td a, .FolderList td a:visited
{
	padding: 5px;
	display: block;
	color: #002244;
	min-height: 20px;
	text-decoration: none;
}
.FolderList td a:hover
{
	color: White;
	background-color: #3366CC;
}
/* search engine highlighting */
.hl0{background-color: #FFFF99;}
.hl1{background-color: #FF99FF;}
.hl2{background-color: #99FFFF;}
.hl3{background-color: #FF9999;}
.hl4{background-color: #9999FF;}

span.Note
{
	color: #333333;
	font-size: x-small;
}
span.Label
{
	color: #333333;
	font-size: x-small;
	width: 140px;
}
.DataGrid
{
	font-size: x-small;
	width: 520px;
}
.DataGrid td
{
	padding: 2px 2px 2px 2px;
}
.DataGrid.Alt td
{
	background-color: #e8e8e8;
}
.DataGrid.Head td, .DataGrid.Head a
{
	background-color: #004488;
	color: #fff;
	font-weight: bold;
}
.DataGrid.Pager td
{
	padding: 30px 0px 10px 30px;
	color: #CCCCCC;
}
.DataGrid.Pager a
{
	border: solid 1px #000;
	background-color: #e8e8e8;
	width: auto;
	padding: 2px 5px 2px 5px;
	color: #004488;
	text-decoration: none;
}
form
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
span.DocsSummary
{
	font-size: 70%;
	color: #778899;
}
/* used to hide hidden fields from htmleditor in design view */
input.hiddenField
{
	border: none;
	color: white;
}
.HighlightMsg
{
	background-color: #f8f8f8;
	border: solid 1px #777;
	padding: 5px;
	font-weight: bold;
	font-style: italic;
	margin-top: 10px;
}
.PasswordWrap
{
	margin: 3em 0 3em 0;
	text-align:center;
	width: 450px;
}
.Password
{
	padding: 1em 0 1em 0;
	border-top: solid 10px #004488;
	border-bottom: solid 10px #004488;
	border-right: solid 1px #004488;
	border-left: solid 1px #004488;
	background-color: #f8f8f8;
	width: 450px;
	text-align: center;	
}
.FormSubmit
{
	padding: 3em 0 3em 0;
	border-top: solid 10px #004488;
	border-bottom: solid 10px #004488;
	border-right: solid 1px #004488;
	border-left: solid 1px #004488;
	background-color: #e8e8e8;
	width: 450px;
	text-align: center;
}
.Error
{
	padding: 3em 0 3em 0;
	border-top: solid 10px red;
	border-bottom: solid 10px red;
	border-right: solid 1px red;
	border-left: solid 1px red;
	background-color: #e8e8e8;
	width: 450px;
	text-align: center;
}
.serverForm
{
	margin-bottom: 5em;
}


#HTML table
{
	margin-top: 5px;
	margin-bottom: 5px;
	border-collapse: collapse;
	border: solid 1px #777;
}
#HTML table tr td, th
{
	border: solid 1px #CCC;
}
#TableNoBorder
{
	border:none;
}
hr
{
	display: block;
	border: dashed 1px #B43435;
	height: 2px;
	margin: 2em 0 2em 0;
}
div.panel
{
	margin: .7em;
	padding: .73em;
	border: solid 1px #ccc;
	background-color: #e8e8e8;
}









.ImgFloatLeft
{
	float: left;
	padding: .3em;
}
.ImgFloatRight
{
	float: right;
	padding: .3em;
}
.left{text-align: left;}
.right{text-align:right;}
.center{text-align: center;}
