﻿
/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 13px;
	min-height: 100%;
}

body {
	font: normal 1.4em;
	font-family: Arial;
	color: #000000;

}

.watermark
{
	color: #707070;
}


/* 
   Links 
------------------------------------------------------------------- */

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #101010;
	text-decoration: underline;
}



/*
	Javascript Layout Tags
------------------------------------------------------------------- */



/* 
   Layout 
------------------------------------------------------------------- */

/* Wrapper */
#wrapper {
	background-color: #FFFFFF;
	z-index:0;
	position: relative;

}

#wrapper_inner {
	z-index:20;
	position: relative;
}

/* Bars */
.bars {
	z-index: 10;
}

.bar1 {  /* not needed */
	display:none;
}
.bar2 {  /* header background */
	left:0px;
	top:0px;
	width:100%;
	z-index: -3;
	height:182px;
	background-image: url('Images/HeaderBar.png');
	position: absolute;
}
.bar3 {  /* Not Needed */
	display:none;
}
.bar4 { /* bottom grey nav */
	display:none;
}
.bar5 {  /* Footer blue bar */
	left:0px;
	bottom:0px;
	width:100%;
	z-index: -3;
	height:5px;
	background-color: #0382C9;
	position: relative;
	vertical-align: bottom;
}
.bar6 { /* Footer grey bar */
	left:0px;
	bottom:0px;
	width:100%;
	z-index: -3;
	height:60px;
	background-color: #E2E2E2;
	position: relative;
	vertical-align: bottom;
}
.bar7
{
    display:none;
}
.bar8
{
    display:none;
}
.bar9 
{
    display:none;
}
.bar10
{
    display:none;
}




/* Boxes */
.boxholder LI {
	padding:5px;
}

.boxes {
	width: 150px;
	border-style: solid;
	border-width: 2px;
	border-color: #ABDEF9; /* light blue */
}

.boxes.spacer {
	line-height: 10px;
}

.boxes_inner {
	border-style: solid;
	border-width: 2px;
	border-color: #D7D7D7; /* light grey */
	margin: 1px;
}

.boxes_title A {
	text-decoration: none;
}

.boxes_title {
	border-style: solid;
	border-width: 1px;
	border-color: #D7D7D7; /* light grey */
	padding-top: 8px;
	height: 31px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	background-image: url('Images/BoxTitleBackground.gif');
}

.boxes_title.twoline {
	padding-top: 1px;
	height: 38px;
}


.boxes_body {
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}

.boxes_body OL {
	padding-left: 20px;
	list-style-type: decimal;
}

.boxes_body UL {
	padding-left: 0px;
	list-style-type: none;
}

.boxes_body LI {
	padding-left: 0px;
}

.boxes_body P {
	padding: 5px;
}

/* linkbars */
.linkbars A {
	text-decoration: none;
}

.linkbar1 { /* top right bulleted nav */
	top:20px;
	left:0px;
	width:100%;
	min-width:800px;
	position: absolute;
	float:left;
}

.linkbar1 ul { 
	right:10px;
	white-space:nowrap;
	font-size:13px;
	width:100px;
	text-align:left;
	vertical-align: top;
	list-style-image: url('Images/Bullet-BlueOnPinkHeader.png');
	float:right;
}

.linkbar1 A { /* top right bulleted nav */
	line-height: 17px;
	color: #FFFFFF;
	text-decoration: none;
}

.linkbar1 A:hover {
	text-decoration: underline;
}

.linkbar2, .linkbar2 ul { /* bottom nav */
	bottom:5px;
	left:0px;
	position: absolute;

	width:100%;
	white-space:nowrap;

	font-size: 13px;
	text-align:center;
	vertical-align: bottom;

	margin-left: 0;
	padding-left: 0;
}

.linkbar2 ul { /* bottom nav */
	margin-left: 0;
	list-style: none;
}

.linkbar2 li { /* bottom nav */
	margin-left: 0;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
}
		
.linkbar2 li.first { /* bottom nav */
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}
.linkbar2 a {
	padding: 4px 12px 4px 12px;
}
.linkbar2 a:hover {
	text-decoration: underline;
}

.linkbar3 { /* Main Nav Reflective buttons */
	top:107px;
	left:400px;
	z-index:15;
	width:590px;
	position:absolute;
	float:left;
/*	background: url("Images/MainLinkbarBg.png")	repeat-x bottom; */
	font-size:93%;
	line-height:normal;
}
.linkbar3 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.linkbar3 li {
	float:left;
	background:url("Images/ButtonBothRight.png") no-repeat right top;
	margin:0px 1px 0px 1px;
	padding:0;
}
.linkbar3 a {
	display:block;
	background:url("Images/ButtonBothLeft.png") no-repeat left top;
	padding:5px 15px 33px 15px;
	text-decoration:none;
	color:#FFFFFF;
}
.linkbar3 .current {
	background-position:100% -53px;
}
.linkbar3 .current a {
	background-position:0% -53px;
	color:#000000;
}
.linkbar3 li:hover, .linkbar3 li:hover a {
	background-position:100% -53px;
	color:#000000;
}
.linkbar3 li:hover a {
	background-position:0% -53px;
	color:#000000;
}


.linkbar4 { /* header bottom nav */
	top:164px;
	left:350px;
	position: absolute;

	height: 25px;
	white-space:nowrap;
}

.linkbar4 ul { /* bottom nav */
	margin-left: 0;
	list-style: none;
}

.linkbar4 li { /* bottom nav */
	margin-left: 0;
	border-left: 1px solid #101010;
	list-style: none;
	display: inline;
}
		
.linkbar4 li.first { /* bottom nav */
	margin-left: 0px;
	border-left: none;
	list-style: none;
	display: inline;
}
.linkbar4 a {
	padding: 4px 12px 4px 12px;
}
.linkbar4 a:hover {
	text-decoration: underline;
}

/* Header Positioning */
#header {
	height: 180px;
	position: relative;
	z-index: -1;

}

.header_logo { /* todo: fix logo image display */
	left:0px;
	top:0px;
	width: 479px;
	height: 182px;
	position: absolute;
	background-image: url('Images/HeaderOnBar.png');
	background-repeat: no-repeat;
}

#messagebox {
	font-size: 12px;
	top: 73px;
	left: 320px;
	position: absolute;
	width: 400px;
	height: 100px;

	color: #FFFFFF;

}

#messagebox A
{
	color: #FFFFFF;
	text-decoration: underline;
}



/* Footer Positioning */
#footer {
	left: 0;
	width: 100%;
	height: 110px;
	position:relative;
}

#tagline {
	bottom: -32px;
	width: 100%;
	font-size: 14px;
	text-align:center;
	vertical-align: bottom;
	position: absolute;
}
#copyright {
	bottom: -55px;
	width: 100%;
	font-size: 12px;
	text-align:center;
	vertical-align: bottom;
	position: absolute;
}

/* Main positioning */
#main {
	top:0px;
	display:block;
	min-width:990px;
}

.main_column1 {
	width:165px;
	position:relative;
	float:left;
}

.main_column2 {
	width:60%;
	min-width:650px;
	position:relative;
	float:left;
}

.main_column3 {
	width:165px;
	position:relative;
	float:right;
}

.clearer { /* prevents floating boxes from overlapping header or footer */
	clear:both;
}

/* Main Center Column Styles for all pages */
.main_column2 table, .main_column2 tr, .main_column2 td , .main_column2 p {
	padding:4px;
}

.main_column2 ul {
	list-style-type: disc; 
	line-height: 17px;
	text-align: left;
	padding-left: 15px;
}

.main_column2 p {
	line-height: 14px;
	text-align: left;
}

.main_column2 h2 {
	font-weight:normal;
}

.main_column2 h3 {
	font-weight:bold;
	font-size:14px;
}

.main_column2 td {
	text-align:left;
	vertical-align:top;
}

.checklist li {
	list-style-image: url('Images/checkbox-off.jpg');
	line-height: 15px;
}

.checkon li {
	list-style-image: url('Images/checkbox-on.jpg');
	line-height: 15px;
}

.user-feedback-msg
{
	text-align: justify;
	font-weight: bold;
	font-size: 15px;
	color: blue;
}

.user-error-msg
{
	text-align: justify;
	font-weight: bold;
	font-size: 15px;
	color: red;
}

.GridRowNormal
{
	background: #ffffff;
	color: #000000;
}
.GridRowAlternate
{
	background: #eeeeee;
	color: #000000;
}
.popupWindow
{
	border: solid 3px #CA1185;
	border-radius: 8px;	/*	CSS 3, not supported yet. */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.popupWindow img
{
	margin:5px;
}
.popupWindow th
{
	background-color:#CA1185;
	color:White;
	padding: 5px;
}

/* Rating */
.ratingStar {
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.ratingStarDefaultEmpty {
	background-image: url(Images/StarY0.gif);
}

.ratingStarDefaultFilled {
	background-image: url(Images/StarY4.gif);

}

.ratingStarUserEmpty {
	background-image: url(Images/StarG0.gif);
}

.ratingStarUserFilled {
	background-image: url(Images/StarG4.gif);
}