@charset "utf-8";
/* CSS Document */

body {
	background: #62c3f9 url(images/background.jpg) repeat-x;
	margin:		0; 
	padding:	0; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
}

h1 {
	display: block;
	padding: 5px;
	font-size: 18px;
	font-family: Tahoma, Verdana;
	color: #3399cc;
}

.window_content a {
	color: #0033CC;
}

.window_content a:hover {
	color: #99CCFF;
	text-decoration: none;
}

#content {
	width: 1001px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:center; /* Counteract to IE5/Win Hack */
	padding: 0px;
}

#background_shadow {
	height:100%;
	width: 6px;
	background-image: url(images/background_shadow.jpg);
	background-repeat: no-repeat;
}

.lt_blue_bkgnd {
	background-color: #57deff;
}

.md_blue_bkgnd {
	background-color: #00ccff;
}

.white_bkgnd {
	background-color: white;
}

#row_0 {
	height: 5px;
	line-height: 5px;
}

.tab_selected {
	float:left;
	display: inline;
	text-align: center;
	width: 171px;
	height: 37px;
	background: url(images/tab_selected.gif) no-repeat top left;
	line-height: 37px;
}

.tab_unselected {
	float:left;
	display: inline;
	text-align: center;
	width: 171px;
	height: 37px;
	background: url(images/tab_unselected.gif) no-repeat top left;
	line-height: 37px;
}

a.tab_link {
	font-size: 20px;
	color: black;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}

a.tab_link:hover {
	text-decoration: underline;
}

a.white_link {
	font-size: 14px;
	font-family: Tahoma, Verdana;
	color: white;
	text-decoration: none;
}

a.white_link:hover {
	text-decoration: underline;
}

.menu_bkgnd {
	text-align:	center;
	background-color:#FFFFFF;
	background-image: url(images/menu_background.gif);
	font-size: 18px;
	font-family: Tahoma, Verdana;
	color: white;
	width: 80%;
}

a.menu_link {
	color:#FFFFFF;
	text-decoration: none;
}

a.menu_link:hover {
	color:#00ccff;
	text-decoration: underline;
}

.md_blue_text {
	display: block;
	padding: 5px;
	font-size: 14px;
	font-family: Tahoma, Verdana;
	color: #3399cc;
}

.dk_text {
	font-size: 14px;
	font-family: Tahoma, Verdana;
	color: #333333;
	margin: 5px 5px 5px 5px;
	padding-right: 5px;
}

a.lt_blue_link {
	color: #57deff;
}

a.dk_blue_link {
	font-family: Tahoma, Verdana;
	color: #003399;
}

#page_bottom {
	height: 15px;
	width: 100%;
	background-image: url(images/page_bottom_border.gif);
	background-repeat: repeat-x;
}

.horizontal_line {
	height: 5px;
	background-image: url(images/img_blue_dot.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
}

#window_header_bottom {
	background: url(images/window_header_bottom_border.gif) repeat-x top left;
	width: 100%;
	height: 26px;
}

#window_header_top {
	background: url(images/window_header_top_border.gif) repeat-x bottom left;
	width: 100%;
	height: 18px;
}

#window_header_left {
	background: url(images/window_header_left_border.gif) repeat-y top right;
	width: 20px;
	height: 100%;
}

#window_header_right {
	background: url(images/window_header_right_border.gif) repeat-y top left;
	width: 24px;
	height: 100%;
}

#window_left {
	background: url(images/window_left_border.gif) repeat-y top right;
	width: 20px;
	height: 100%;
}

#window_right {
	background: url(images/window_right_border.gif) repeat-y top left;
	width: 20px;
	height: 100%;
}

#window_bottom {
	background: url(images/window_bottom_border.gif) repeat-x top left;
	width: 100%;
	height: 27px;
}

.window_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

.messageStackError {
	font-size: 10px;
	font-family: Tahoma, Verdana;
	color: black;
	background-color: #FFCCCC;
}

.inputRequirement {
	font-size: 14px;
	font-family: Tahoma, Verdana;
	color: red;
}

.smallText {
	font-size: 10px;
	font-family: Tahoma, Verdana;
	color: black;
}


