body.PrinterFriendly .Header, body.PrinterFriendly .Footer, body.PrinterFriendly .LinksInternal, body.PrinterFriendly .Links, body.PrinterFriendly .PrinterFriendly
{
	display: none;
}
body /* background color */
{
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

/* 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
{
	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
{
	background-image: url(/System/Images/header_top.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color: #FFF;
	padding: 0;
	margin: 0;
	height: 105px;
}

.Content
{
	padding: 1em;
	width:100%;
	vertical-align:top;	
}

.Content div
{
	margin-bottom: 1em;
}
.BreadCrumbTrail
{
	font-size: x-small;
	padding-bottom: .5em;	
}
.BreadCrumbTrail a
{
	color: #004488;
}
.BreadCrumbTrail a:Hover
{
	text-decoration: underline;
}
.SearchBox
{
	position: absolute;
	top: 30px;
	right: 30px;
}

.Footer
{
	border-top: solid 1px #CCC;
	background-color: #e8e8e8;
	color: #000;
	font-size: x-small;
	padding: 5px 20px 5px 20px;
	text-align: center;
}









.Links
{
	border-top: 1px solid #90bade;
	background-color: #751462;
	color: #333333;
	vertical-align:top;
	width: 15em;
	padding: 0 0 0 0;
	margin: 0;
	font-family: Tahoma, Sans-Serif;
	font-size: 80%;	
}

.Links ul
{
	background-color: #2175bc;
	margin: 0;
	padding: 0;
}
.Links li
{
	list-style: none;
	border-top: 1px solid #90bade; 
}
a.selected
{
	background-color: #333;
}
.Links li a
{
	color: #fff;
	display: block;
	padding: .4em 0 .4em .4em;
	text-decoration: none;
	width: 13em;	
	border-left: 10px solid #1958b7; 
	border-right: 10px solid #508fc4; 
}
.Links li a:hover
{
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	text-decoration: underline;
}
.Links ul li ul li
{
	list-style-image: url(/System/Images/xLinkArrow2.gif);
	background-color: navy;
}
.Links ul li ul li a
{
	padding-left: 1em;	
	width: 12.4em;	
}










@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: .5em;
	margin-bottom: .5em;
	border-collapse: collapse;
	border: 1px #777 solid;
}
#HTML table tr td, th
{
	border: 1px #CCCCCC solid;
}
#tblBorderPlusInner{border-collapse: collapse; border: 1px #000000 solid}
#tblBorderPlusInner tr td,th {border: 1px #CCCCCC solid}
#tblBorderPlusInner tr th { font-size:x-small; font-weight: bold; background-color: #EDEDED; border-bottom: 1px #000000 solid;padding: 10 10 10 10}

hr {color:#4682b4; border-bottom: #ecf4ff 1px solid;}







.ImgFloatLeft
{
	float: left;
	padding: .3em;
}
.ImgFloatRight
{
	float: right;
	padding: .3em;
}
.left{text-align: left;}
.right{text-align:right;}
.center{text-align: center;}