/* ********************************
	Basic Elements
******************************** */

a:link { color: #003399; }
a:visited { color: #003399; }
a:hover, a:active { color: #FF9900; }

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

	
/* ********************************
	Topnav Tabs
******************************** */

.topnavBg {
	background-image: url(../img/topnav_bg.gif);
	background-repeat: repeat-x;
	}
#tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: bottom;
	padding: 0px 20px 0px 20px;
	white-space: nowrap;
	}
#tab a:link {
	color: #666666;
	text-decoration: none; }
#tab a:visited {
	color: #666666;
	text-decoration: none; }
#tab a:hover {
	color: #003399;
	text-decoration: none; }

#tab #username {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: left;
	}

#tabOn {
	font-size: 12px;
	color: #666666;
	text-align: center;
	vertical-align: baseline;
	background: #f5f5f5 url(../img/topnav_bg_on.gif)  repeat-x center top;
	white-space: nowrap;
	line-height: 12px;
	font-weight: bold;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #999999;
	padding: 10px 20px;
	}
#tabOn a:link {
	color: #666666;
	text-decoration: none; }
#tabOn a:visited {
	color: #666666;
	text-decoration: none; }
#tabOn a:hover {
	color: #003399;
	text-decoration: none; }



/* ********************************
	Subnav
******************************** */

.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: center;
	/* height: 36px; */
	padding: 7px 15px 0 15px;
	vertical-align: top;
	white-space: nowrap; 
	}
	.subnav a:link {
		color: #666666;
		text-decoration: none; }
	.subnav a:visited {
		color: #666666;
		text-decoration: none; }
	.subnav a:hover {
		color: #003399;
		text-decoration: none; }

.subnavOn {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	/* height: 36px; */
	padding: 7px 15px 0 15px;
	vertical-align: top;
	background: url(../img/subnav_on_bg.gif) no-repeat center top;
	white-space: nowrap; 
	}
	.subnavOn a:link {
		color: #ffffff;
		text-decoration: none; }
	.subnavOn a:visited {
		color: #ffffff;
		text-decoration: none; }
	.subnavOn a:hover {
		color: #003399;
		text-decoration: none; }

	

/* ********************************
	Containers
******************************** */

td#containerside {
	vertical-align: top;
	width: 165px;
	border-right: 1px solid #CCCCCC;
	background: #ffffff;
	}
	
td#containermain {
	vertical-align: top;
	width: 100%;
	background: #ffffff;
	}
	
	
	
/* ********************************
	Sidenav
******************************** */

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	line-height: 110%;
	vertical-align: top;
	padding: 7px 5px 7px 20px;
	border-bottom: 1px solid #e5e5e5;
	}
	.sidenav a:link, .sidenav a:visited {
		color: #555555;
		text-decoration: none; }
	.sidenav a:hover {
		color: #ff9900;
		text-decoration: none; }

.sidenavOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 110%;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px solid #e5e5e5;
	padding: 7px 5px 7px 15px;
	border-left: 5px solid #ff9900;
	}
	.sidenavOn a:link, .sidenavOn a:visited {
		color: #ff9900;
		text-decoration: none; }
	.sidenavOn a:hover {
		color: #ff9900;
		text-decoration: none; }



/* ********************************
	Search
******************************** */

#searchzone {
	background: #e3edfc;
	padding: 5px 20px 5px 25px;
	margin-bottom: 0px;
	}
	
table#search {
	padding: 0px;
	margin: 3px 0px 0px 0px;
	}
	
table#search td.searchLabel {
	font-size: 11px;
	padding: 0px 3px 0px 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: left;
	}
table#search td.searchValue {
	font-size: 11px;
	padding: 0px 15px 0px 0px;
	margin: 0px;
	white-space: nowrap;
	text-align: left;
	}

table#search td select {
	font-size: 11px;
	}
	
table#search td.padding {
	padding: 0px;
	margin: 0px;
	height: 2px;
	}

.searchtext {
	font-size: 11px;
	line-height: 100%;
	color: #333333;
	padding-bottom: 2px;
	}

.searchlinks {
	font-size: 10px;
	line-height: 100%;
	color: #666666;
	padding-bottom: 2px;
	background-position: left center;
	}
	.searchlinks a:link {
		color: #666666;
		text-decoration: none;
		background: url(../img/icn_arrow_smallgrey.gif) no-repeat left center;
		padding: 0px 5px 2px 10px; }
	.searchlinks a:visited {
		color: #666666;
		text-decoration: none;
		background: url(../img/icn_arrow_smallgrey.gif) no-repeat left center;
		padding: 0px 5px 2px 10px; }
	.searchlinks a:hover {
		color: #ff9900;
		text-decoration: underline;
		background: url(../img/icn_arrow_smallgrey.gif) no-repeat left center;
		padding: 0px 5px 2px 10px; }

.searchHistSelect {
	font-size: 12px;
	width: 342px;
	}

.searchzonebgoff {
	background: url(../img/searchzone_bg_off.gif) repeat-x top;
	padding: 10px 15px;
	}
	
/* ----- Custom Panel Selection in Search Parameters -----*/
			

#customPanel table {
	/* border-top: solid 1px #d5d5d5;
	border-bottom: solid 1px #d5d5d5; */
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	}
#customPanel table td {
	text-align: left;
	vertical-align: top;
	width: 33%;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 40px; 
	}
#customPanel label { 
	text-align: left;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	}
#customPanel input { 
	margin: 12px 5px 0px -20px;
	padding: 0px 0px 0px 0px;  
	}



/* ********************************
	Main
******************************** */

#maincontent {
	padding: 10px 30px 10px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.reporttitle {
	font-size: 18px;
	line-height: 110%;
	font-weight: bold;
	color: #003399;
	padding: 0px;
	}

	
h1 {
	font-size: 18px;
	line-height: 100%;
	font-weight: bold;
	color: #003399;
	padding: 0px;
	}
	
h2 {
	font-size: 15px;
	line-height: 110%;
	font-weight: bold;
	color: #5f97ea;
	}
	
h3 {
	font-size: 12px;
	line-height: 110%;
	font-weight: bold;
	color: #003399;
	}

.h1equiv {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
	color: #003399;
	}

.h3equiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #003399;
	}

.description {
	font-size: 10px;
	line-height: 110%;
	color: #666666;
	padding-right: 5px;
	}
.descriptionVariable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 110%;
	color: #ff9900;
	text-decoration: none;
}

button {
	font-size: 12px;
	color: #333333;
	background-color: #5f97ea; }

.textsmall {
	font-size: 10px;
	line-height: 125%;
	}
	
.default {
	font-size: 12px;
	}
	
#pages {
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0px 3px 0px;
	margin-bottom: 10px;
	}
	
table#paging td {
	font-size: 12px;
	line-height: 110%;
	color: #333333;
	white-space: nowrap;
	padding: 0px 1px 0px 1px;
	text-align: right;
	}

table.breadcrumbhistory td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 110%;
	color: #666666;
	padding-bottom: 4px;
	padding-left: 0px;
}
table.breadcrumbhistory td a:link {
	color: #003399;
	text-decoration: none;}
table.breadcrumbhistory td a:visited {
	color: #003399;
	text-decoration: none;}
table.breadcrumbhistory td a:hover {
	color: #ff9900;
	text-decoration: none;}

table.breadcrumb td {
	background-color: #E7F0FC;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
table.breadcrumb td.confirm {
	text-align: left;
	vertical-align: middle;
}
table.breadcrumb td.options {
	text-align: right;
	vertical-align: middle;
}

.confirmationMsg {
	font-size: 9px;
	line-height: 100%;
	color: #009933;
	display: inline;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	text-align: left;
}

.pagetitle {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}

/* ********************************
	Top anchors
******************************** */

.top {
	
	font-size: 10px;
	color: #666666;
	line-height: 125%;
	text-decoration: none;
	}
	.top a:link {
		color: #003399;
		text-decoration: none; }
	.top a:visited {
		color: #003399;
		text-decoration: none; }
	.top a:hover {
		color: #ff9900;
		text-decoration: none; }


table.create  {
	background-color: #f5f5f5;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}



/* ********************************
	Help and Tip
******************************** */

/* 	Help in left col */

#sidenavExtra {
	border-right: 1px solid #CCCCCC;
	height: 100%;}


#helpHdr {
	color: #5f97ea;
	font-weight: bold;
	font-size: 11px;
	line-height: 110%;
	background: url(../img/icn_help.gif) no-repeat 1px 2px;
	text-align: left;
	vertical-align: middle;
	width: 100px;
	padding: 5px 10px 3px 20px;
	margin: 25px 10px 0px 20px;
	white-space: nowrap;
}

#helpText {
	width: 75%; }

#helpText p {
	color: #666666;
	font-size: 10px;
	line-height: 150%;
	padding: 2px 0px 5px 20px;
	}

#helpText p a:link {
	color: #5f97ea;
	text-decoration: none; }
#helpText p a:visited {
	color: #5f97ea;
	text-decoration: none; }
#helpText p a:hover {
	color: #ff9900;
	text-decoration: underline; }

/* 	Tips in left col */

#tipHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5f97ea;
	font-weight: bold;
	font-size: 11px;
	line-height: 110%;
	background: url(../img/icn_tip.gif) no-repeat 1px 2px;
	text-align: left;
	vertical-align: middle;
	width: 75%;
	padding: 3px 10px 3px 20px;
	margin: 0 10px 0 20px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	}

#tipText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 75%; }

#tipText p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	line-height: 150%;
	padding: 2px 0 5px 20px;
	}

#tipText p a:link {
	color: #5f97ea;
	text-decoration: none; }
#tipText p a:visited {
	color: #5f97ea;
	text-decoration: none; }
#tipText p a:hover {
	color: #ff9900;
	text-decoration: underline; }

/* 	Tip boxes in main content section */

table.tipbox {
	width: 90%; }

table.tipbox td {
	padding: 5px;
	border: 1px dashed #cccccc; }

table.tipbox p {
	font-size: 10px;
	line-height: 135%;
	color: #666666;
	padding-left: 30px;
	background: url(../img/icn_tip.gif) no-repeat 5px 0px;
	}
	
table.tipbox span.tipHdr {
	font-size: 11px;
	font-weight: bold;
	color: #5f97ea;}

table.tipbox td a:link {
	color: #003399;
	text-decoration: none; }
table.tipbox td a:visited {
	color: #5f97ea;
	text-decoration: none; }
table.tipbox td a:hover {
	color: #ff9900;
	text-decoration: underline; }	
	
	
/* ********************************
	Multi-Media Help
******************************** */
	
td.video {
	font-size: 10px;
	line-height: 150%;
	color: #333333;
	background: #e7f0fc url(../img/icn_video_small.gif) no-repeat 5px 8px;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #CCCCCC;
	width: 135px;
	padding: 10px 5px 5px 25px;
	}

td.video a:link, td.video a:visited {
	color: #003399;
	text-decoration: none; }
td.video a:hover {
	color: #ff9900;
	text-decoration: none;}	

.prevnext {
	font-size: 10px;
	line-height: 250%;
	color: #333333;
	display: inline;
	}
.prevnext a:link, .prevnext a:visited {
	color: #333333;
	text-decoration: none;
	}
.prevnext a:hover {
	color: #ff9900;
	text-decoration: none;
	}




/* ********************************
	Tables: Header & Content Styles
******************************** */

table.content td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding: 3px 0 2px 10px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

table.content td a:link {
	color: #003399;
	text-decoration: none; }
table.content td a:visited {
	color: #4066B3;
	text-decoration: none; }
table.content td a:hover {
	color: #ff9900;
	text-decoration: underline;}

table.content tr.r0 td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #333333;
	background-color: #f5f5f5;
	padding: 4px 5px 3px 10px;
	border-bottom: 1px solid #CCCCCC;
}
table.content tr.r0 td a:link {
	color: #333333;
	text-decoration: none; }
table.content tr.r0 td a:visited {
	color: #333333;
	text-decoration: none; }
table.content tr.r0 td a:hover {
	color: #ff9900;
	text-decoration: underline; }

table.content tr.r0home td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	color: #333333;
	background-color: #f5f5f5;
	padding: 4px 5px 3px 0px;
	border-bottom: 1px solid #CCCCCC;
}
table.content tr.r0home td a:link {
	color: #333333;
	text-decoration: none; }
table.content tr.r0home td a:visited {
	color: #333333;
	text-decoration: none; }
table.content tr.r0home td a:hover {
	color: #ff9900;
	text-decoration: underline; }


table.content tr.divider td {
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding: 3px 0 2px 10px;
	border-bottom: 1px dashed #003399;
}

table.content tr.divider td a:link {
	color: #003399;
	text-decoration: none; }
table.content tr.divider td a:visited {
	color: #5f97ea;
	text-decoration: none; }
table.content tr.divider td a:hover {
	color: #ff9900;
	text-decoration: underline; }

table.content td.system  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #D42A2A;
	padding: 3px 3px 2px 3px;
	background: #F9DFDF url(../img/icn_system.gif) no-repeat center center;
	}
table.content td.user {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #5f97ea;
	padding: 3px 3px 2px 3px;
	background: #E7F0FC url(../img/icn_user.gif) no-repeat center center; 
	}

table.content td.total {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
	color: #333333;
	padding: 3px 0 2px 10px;
	border-top: 1px solid #cccccc; }
table.content td.total a:link, table.content td.total a:visited {
	color: #003399;
	text-decoration: none; }
table.content td.total a:hover {
	color: #ff9900;
	text-decoration: underline; }
	
table.content td.selectall {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 125%;
	color: #333333;
	padding: 3px 0 2px 3px;
	border-top: 1px solid #cccccc;
	text-align: center;
}
table.content td.selectall a:link, table.content td.selectall a:visited {
	color: #003399;
	text-decoration: none; }
table.content td.selectall a:hover {
	color: #ff9900;
	text-decoration: underline; }

	
table.content td.on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #009933;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}
table.content td.on a:link {
	color: #009933;
	text-decoration: none; }
table.content td.on a:visited {
	color: #009933;
	text-decoration: none; }
table.content td.on a:hover {
	color: #ff9900;
	text-decoration: none; }
	
table.content td.off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #999999;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}
table.content td.off a:link {
	color: #999999;
	text-decoration: none; }
table.content td.off a:visited {
	color: #999999;
	text-decoration: none; }
table.content td.off a:hover {
	color: #ff9900;
	text-decoration: none; }


	
	
/* ********************************
	Table JRE
******************************** */

table#JRE {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	display: table;
	width: 100%;
	margin: 10px 0px 0px 0px;
	}
	
table#JRE tr.r0 td {
	font-size: 11px;
	line-height: 100%;
	color: #333333;
	background-color: #f5f5f5;
	padding: 4px 3px 3px 3px;
	border-bottom: 1px solid #CCCCCC;
	}
	
table#JRE td {
	padding: 5px 3px 10px 3px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	}
	
#searchresults a:link { color: #003399; text-decoration: none; }
#searchresults a:visited { color: #003399; text-decoration: none; }
#searchresults a:hover, a:active { color: #FF9900; text-decoration: none; }
	
#searchresults p.msgTitle {
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding: 3px 0px 2px 0px;
	margin: 0px;
	}
#searchresults p.msgBody {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-decoration: none;
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	}
#searchresults p.msgInfo {
	font-size: 11px;
	line-height: 100%;
	color: #666666;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
#searchresults span.msgLabel {
	color: #666666;
	text-decoration: none;
	}
#searchresults span.msgValue {
	color: #666666;
	text-decoration: none;
	margin-right: 15px;
	}
	
span.highlight {
	background-color: #ffff66;
	font-weight: normal;
	}
	
	
	
/* ********************************
	BPSS 1.0 Style: Tables: JRE styles
******************************** */

table.jre td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	padding: 3px 0 2px 10px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
}

table.jre td a:link {
	color: #003399;
	text-decoration: none; }
table.jre td a:visited {
	color: #4066B3;
	text-decoration: none; }
table.jre td a:hover {
	color: #ff9900;
	text-decoration: underline; }

table.jre tr.r0 td {
	font-size: 11px;
	line-height: 100%;
	color: #333333;
	background-color: #f5f5f5;
	padding: 4px 5px 3px 10px;
	border-bottom: 1px solid #CCCCCC;
	}
table.jre tr.r0 td a:link {
	color: #333333;
	text-decoration: none; }
table.jre tr.r0 td a:visited {
	color: #333333;
	text-decoration: none; }
table.jre tr.r0 td a:hover {
	color: #ff9900;
	text-decoration: underline; }

.text-header {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #454545;
	text-decoration: none;
	}
.text-header a:link{
	color: #003399;
	text-decoration: none; }
.text-header a:visited{
	color: #5f97ea;
	text-decoration: none; }
.text-header a:hover{
	color: #ff9900;
	text-decoration: none; }

.results-label, .results-value {
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
	}

a.results-value  {
	color: #6685C2;
	text-decoration: none;
	}
.results-value a:link {
	color: #6685C2;
	text-decoration: none; }
.results-value a:visited {
	color: #6685C2;
	text-decoration: none; }
.results-value a:hover {
	color: #ff9900;
	text-decoration: underline; }

.data-value {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	text-decoration: none;
}

	


/* ********************************
	View All links
******************************** */


.viewall {
	font-size: 10px;
	line-height: 100%;
	color: #666666;
	text-align: right;
	}
	.viewall a:link {
		color: #003399;
		text-decoration: none;
		background: url(../img/icn_arrow_smallorange.gif) no-repeat 15px center;
		padding: 0px 10px 0px 25px; }
	.viewall a:visited {
		color: #003399;
		text-decoration: none;
		background: url(../img/icn_arrow_smallorange.gif) no-repeat 15px center;
		padding: 0px 10px 0px 25px; }
	.viewall a:hover {
		color: #ff9900;
		text-decoration: underline;
		background: url(../img/icn_arrow_smallorange.gif) no-repeat 15px center;
		padding: 0px 10px 0px 25px; }



/* ********************************
	Errors
******************************** */

.errortitle {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	}
.supportTableHdr {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
	background-color: #f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	}


.popupHdr {
	text-decoration: none;
	background-color: #E7F0FC;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	margin: 0px;
	}




/* ********************************
	Actions Below Tables
******************************** */

table.actions {
	background-color: #f5f5f5;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;*/
	}
table.actions td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}

table.actionsContent td {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 0px;
	vertical-align: top;
	}
table.actionsContent td a:link {
	color: #003399;
	text-decoration: none; }
table.actionsContent td a:visited {
	color: #003399;
	text-decoration: none; }
table.actionsContent td a:hover {
	color: #ff9900;
	text-decoration: underline; }
	
a.linksmall {
	font-size: 10px;
	color: #003399;
	text-decoration: none;
	}

/* ********************************
	Labeling Actions
******************************** */

table.labelActions {
	background-color: #f5f5f5;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	border: 0;
	}
table.labelActions td {
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	border: 0;
	}
table.labelActionsContent td {
	font-size: 10px;
	line-height: 100%;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
	border: 0;
	}

/* ********************************
	Blog Profiles Styles
******************************** */

#profileSection {
	margin-left: 25px;
	clear: both;
	}
	
#profileAnchors {
	font-size: 11px;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	color: #999999;
	}

#profileAnchors a:link, #profileAnchors a:visited {
	color: #003399;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	}
#profileAnchors a:hover {
	color: #ff9900;
	text-decoration: none;
	}



/* ********************************
	Footer
******************************** */

#footer {
	border-top: 1px solid #CCCCCC;
	}
#footer p {
	font-size: 10px;
	color: #666666;
	}

.footer {
	font-size: 10px;
	color: #666666;
}

/* ********************************
	Start page announcement
******************************** */
.announce {
	font-size: 12px;
	line-height: 150%;
	color: #003399;
}



/* ********************************
	Login page styles
******************************** */

.login {
	font-size: 12px;
	color: #666666;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 35px;
	}

.error {
	font-size: 12px;
	line-height: 150%;
	color: #990000;
	text-decoration: none;
	}
	.error a:link {
		color: #990000;
		text-decoration: none; }
	.error a:visited {
		color: #990000;
		text-decoration: none; }
	.error a:hover {
		color: #003399;
		text-decoration: none; }


.loginsidebar {
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #333333;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	}

#loginsidebar p {
	font-size: 11px;
	font-weight: normal;
	line-height: 150%;
	color: #333333;
	}
#loginsidebar p a:link {
	color: #003399;
	text-decoration: none; }
#loginsidebar p a:visited {
	color: #003399;
	text-decoration: none; }
#loginsidebar p a:hover {
	color: #ff9900;
	text-decoration: none; }

#loginsidebar p.title {
	font-size: 14px;
	font-weight: normal;
	line-height: 125%;
	color: #5f97ea;
	text-transform: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}

td.loginmain {
	background-image: url(../img/searchzone_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	}
pre {
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}
