﻿/* General HTML */
body
{
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial;
	font-size: 9pt;
	background: none;
}

/* Master Page */
.master_page_main
{
	width: 990px;
	text-align: left;
	/* Allows centering in Firefox */
	margin-left: auto;
	margin-right: auto;
}
.master_page_main .l { width: 0px; }
.master_page_main .c { width: 100%; margin: auto; }
.master_page_main .r { width: 0px; }
.master_page_header
{
	width: 990px;
	height: 96px;
	border: 0px;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(BannerFull.jpg);
	margin: 0px;
}
.master_page_body
{
	width: 986px;
	background-color: White;
	border-top: solid 0px #E8E8E8;
	border-bottom: solid 2px #C8C8C8;
	border-left: solid 2px #C8C8C8;
	border-right: solid 2px #C8C8C8;
}
.master_page_footer { width: 990px; text-align: center; padding: 0px; clear: both; background: none; }
.master_page_footer .c { padding: 0px 0px 20px 0px; }
.master_page_headlink { height: 96px; top: 0px; left: 0px; position: absolute; }
.master_page_title
{
	top: 42px;
	left: 226px;
	position: absolute;
	color: White;
	font-family: Arial Black;
	font-weight: bold;
	font-size: 16pt;
	display: block;
	visibility: visible;
}
.master_page_login
{
	top: 2px;
	right: 12px;
	color: White;
	position: absolute;
	text-align: right;
}
.master_page_login_link { color: White; }
.master_page_login_name { color: White; }
.master_page_topnav { display: none; }
.master_page_navbar { display: inline; }
.master_page_navbar .navigation_bar { background: #AAAAAA; width: 980px; margin: 0px 0px 0px 3px; }
.master_page_navbar .navigation_bar.public { display: none; }
.master_page_menu_livechat { padding: 0px 0px 0px 0px; }

/* Master Page Full */
.master_full_header
{
	width: 100%;
	height: 90px;
	padding: 0px;
	background: url(BannerCenter.jpg) repeat-x;
}
.master_full_header_title
{
	top: 40px;
	left: 230px;
	position: absolute;
	color: White;
	font-family: Arial Black;
	font-weight: bold;
	font-size: 16pt;
	position: absolute;
	display: block;
	visibility: visible;
}
.master_full_header_login
{
	top: 2px;
	right: 12px;
	position: absolute;
	text-align: right;
	color: White;
}
.master_full_content
{
	border-left: solid 2px #C8C8C8;
	border-bottom: solid 2px #C8C8C8;
	border-right: solid 2px #C8C8C8;
}
.master_full_footer { background: none; padding-top: 10px; }

/* Rounded Table */
.table_rounded { text-align: center; padding: 0px; }
.table_rounded thead { background-color: #93C67D; color: White; }
.table_rounded thead td { padding: 0px 3px 3px 3px; white-space: nowrap; }
.table_rounded tfoot { background-color: #93C67D; }
.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; }

/* Rounded Panels */
.panel_corners { background-color: #93C67D; padding: 3px 3px 6px 3px; }
.panel_corners td { background-color: White; color: Black; }

.roundedPanel
{	
	font-size: 9pt;
	background-color: #DCDCDC;	
	color: black;
	text-align: right;	
}
