/* CSS Document */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000033;
	background-image: url(/images/bg_site_grad_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	color: #000033;
	font-size: 11px;
	background-attachment: fixed;
}
.ContainerBottom {
	background-image: url(/images/images/bg_page_bottom.png);
	background-repeat: no-repeat;
	background-position: center;
}
.footer {
	font-size: 11px;
	padding: 6px;
	background-color: #0040C6;
	background-image: url(images/BlueWhite/blue-grad-bar.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #ECF1FF;
}
.footer a:link, .footer a:hover, .footer a:visited {
	color:#FFC;
}
/* Commonly used to style page titles. */
h1 {
  font-size: 18px;
}
/* Commonly used to style section titles. */
h2 {
  font-size: 16px;
}
/* Sets the style for the h3 header. */
h3 {
  font-size: 14px;
}
/**** links ****/

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #990000;
}
a:active {
	color: #999999;
}
/**** end links ****/

/**** top nav ****/
.nav_upper_corner_L {
	background-image: url(images/nav_silver/nav_corner_L.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 7px;
}
.nav_upper_corner_R {
	background-image: url(images/nav_silver/nav_corner_R.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 26px;
	width: 7px;
}
.nav_upper_bg {
	background-image: url(images/BlueWhite/bluegradbar.jpg);
	background-repeat: repeat-x;
	border: 1px solid #003366;
}
/*.nav_table {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}*/
#topNav {
	margin: 0px;
	padding: 0px;
	background-color: #000099;
	background-image: url(/images/bg_nav_top1.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
}
#topNav td {
	height:33px;
}
#topNav a:link, #topNav a:visited {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#topNav a:hover {
	background-color: #0033CC;
	text-decoration: none;
	color: #000066;
	background-image: url(/images/bg_nav_top_over.jpg);
	background-repeat: repeat-x;
}
/** end top nav **/

.topNav_under_bigPic {
	background-image: url(images/bigPic.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 150px;
	overflow: hidden;
}
.topNav_under {
	background-color: #35001C;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	vertical-align: middle;
}
.sideNavTR {
	background-color: #0066FF;
	background-image: url(/images/sidebar_01.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000B35;
	border-bottom-color: #000B35;
	border-left-color: #000B35;
}
#sideNav {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#sideNav td {
	width: 180px;
}
.sideNavImg {
	max-width:174px;
}
#sideNav a:link, #sideNav a:visited {
	display: block;
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 10px;
	border: 1px solid Transparent;
}
#sideNav a:hover {
	background-color: #000066;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(/images/Nav_Arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #0066FF;
}
.sideNavCurrent {
	background-color: #000066;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(/images/Nav_Arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #0066FF;
}
/** paragraphs, text and titles **/

.paragraph {
	padding: 6px;
}
.title {
	color: #FFF;
	font-size: 16px;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #0040C6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #002B84;
}
.title2 {
	font-weight: bold;
	color: #000033;
	font-size: 16px;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #DFF2FD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #73C6F7;
}
.title_gradBg {
	font-weight: bold;
	background-color: #003366;
	color: #FFFFFF;
	background-image: url(/images/BlueWhite/bluegradbar.jpg);
	background-repeat: repeat-x;
	font-size: 13px;
	vertical-align: middle;
	background-position: bottom;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 6px;
}
.lTxt {
	font-size: 16px;
}
.xlTxt {
	font-size: 18px;
}
.wTxt {
	color: #FFFFFF;
}
.sTxt {
	font-size: 10px;
}
.txt_11 {
	font-size: 11px;
}
.redTxt {
	color:#FF0000;
}
/** end paragraphs and titles **/

/** effects **/

.shadow {
	background-image: url(images/shadow_nav.png);
	background-repeat: repeat-x;
}
.gradient_lg-w {
 filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#ffffff', endColorstr='#ebebeb', gradientType='0');
}
/** end effects **/

/** backgrounds **/

.bg_diag {
	background-image: url(images/bg_diagLines.gif);
	background-repeat: repeat;
}
/** end backgrounds **/

/** borders **/

.border_grey {
	border: 1px solid #CCCCCC;
}
.border_topandbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.border_cccccc_right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.border_dashed_grey {
	border: 1px dashed #CCCCCC;
}
/** end borders **/


/** paging buttons **/

#buttonPaging {
	font-weight: bold;
	color: #FFFFFF;
}
#buttonPaging a:link, #buttonPaging a:visited {
	color: #000000;
	background-image: url(images/nav_silver/nav_bg.gif);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px solid #999999;
}
#buttonPaging a:hover {
	color: #FFFFFF;
	background-image: url(images/bg_nav_Under.gif);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px solid #999999;
}
/* end paging buttons **/

/** forms and inputs **/

form {
	margin: 0px;
}
.mainTable {
	width: 980px;
	border: 2px solid #000000;
}
.mainContentTable {
}
table.test {
}
tr.testtr {
	background-color:#ffffff;
}
tr.testtr:hover {
	background-color:lightgrey
}
td.testtd:hover {
	background-color:white
}
td.testtd {
}
input[type="text"] {
	border: 1px solid #7ECAF8;
	padding: 4px;
}
/* Rounded Corner Panel */
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh {
	font-size:1px;
	overflow:hidden;
	display:block;
}
.b1h {
	height:1px;
	margin:0 5px;
	background-color: #B0C0FE;
	background-repeat: repeat-x;
	background-position: center;
}
.b2h, .b2bh {
	height:1px;
	background:#B0C0FE;
	border-right:2px solid #B0C0FE;
	border-left:2px solid #B0C0FE;
	margin:0 3px;
}
.b3h, .b3bh {
	height:1px;
	background:#B0C0FE;
	border-right:1px solid #B0C0FE;
	border-left:1px solid #B0C0FE;
	margin:0 2px;
}
.b4h, .b4bh {
	height:2px;
	background:#B0C0FE;
	border-right:1px solid #B0C0FE;
	border-left:1px solid #B0C0FE;
	margin:0 1px;
}
.b2bh, .b3bh, .b4bh {
	background: #FFF;
}
.headh {
	background-color: #B0C0FE;
	background-image: url(../../images/bg_nav_top_over.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	color: #039;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0C0FE;
	border-left-color: #B0C0FE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0C0FE;
}
.headh h3 {
	margin: 0px 10px 0px 10px;
	padding-bottom: 3px;
	font-size:14px;
}
.contenth {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B0C0FE;
	border-left-color: #B0C0FE;
	padding: 10px;
	
}
/*.contenth div {
	padding: 6px;
}*/
.OuterWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.OuterWrapper .leftColumn{
	float: left;
	width: 180px;
	background-attachment: fixed;
	background-image: url(images/sidebar_01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.contentColumn {
	margin-left: 186px;
	padding-bottom: 8px;
}
.message {
	background-color: #FFC;
	padding: 10px;
	border: 1px solid #FC9;
}
