﻿/* General HTML */
body
{
	text-align: center;	
	background-color: #01080e;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: -x;
	background-position: top;
}

/* Master Page */
.master_page_main
{
	width: 990px;
	text-align: left;
	/* Allows centering in Firefox */
	/*margin: 0px 0px 0px 0px;*/
}
.master_page_main .l { width: 0px; }
.master_page_main .c { width: 100%; margin: auto; }
.master_page_main .r { width: 0px; }
.master_page_header { background-image: url(BannerFull.jpg); height: 155px; margin: 0px 0px 0px 0px; }
.master_page_footer { background-image: url(FooterFull.gif); color: Gray; }
.master_page_footer .c { padding: 20px 0px 20px 0px; }
.master_page_footer a { color: White; }
.master_page_topnav { display: none; }
.master_page_navbar { display: inline; }
.master_page_navbar .navigation_bar { background: #006699; width: 970px; margin: 0px 0px 5px 10px; }
.master_page_navbar .navigation_bar.public { display: none; }
.master_page_login
{
	top: 30px;
	right: 16px;
	color: White;
	position: absolute;
	text-align: right;
	font-weight: bold;
}
.master_page_login_link { color: White; text-decoration: none; padding: 0px 2px 0px 2px; }
.master_page_login_name { color: White; }

/* Master Page Full */
.master_full_header 
{ 
	background: url(BannerCenter.gif) repeat-x; height: 127px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.master_full_header_login
{
	top: 30px;
	right: 16px;
	position: absolute;
	text-align: right;
	color: White;
	font-weight: bold;
}
.master_full_content
{
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-color: White;
}
.master_full_footer a { color: White; }
.master_full_footer { color: gray; background: none; padding-top: 10px; }

/* Rounded Table */
.table_rounded { text-align: center; padding: 0px; }
.table_rounded thead { background-color: #DDDDDD; color: Black; }
.table_rounded thead td { padding: 0px 3px 3px 3px; white-space: nowrap; }
.table_rounded tfoot { background-color: #DDDDDD; }
.table_rounded .corner_left { text-align: left; padding: 0px; }
.table_rounded .corner_right { text-align: right; padding: 0px; }
.table_rounded tbody td { padding: 5px 2px 5px 2px; vertical-align: top; }
.table_rounded tbody td:first-child { border-left: solid 1px #DDDDDD; }
.table_rounded tbody td:last-child { border-right: solid 1px #DDDDDD; }
.table_rounded tbody tr { behavior: expression(this.firstChild.style.borderLeft = "solid 1px #DDDDDD"); }
.table_rounded .separator { height: 1px; background-color: #DDDDDD; }
.table_rounded .separator td { padding: 0px; }
.table_rounded .bl { border-left: solid 1px #DDDDDD; }
.table_rounded .br { border-right: solid 1px #DDDDDD; }