/* debugging stuff

table {
	border: 1px solid red;
}

td {
	border: 1px solid green;
}
*/
/* STANDARD STUFF  */
body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background: #8CA1C5 url(/images/bg-site.png) repeat-x 0 0;
}
#legalese {
	display:none;
}
#debug{
	display:none;
}
input.button{
	font-family: sans-serif, Ariel,helvetica;
	background: #424242;
	border:1px solid #669;
	font-size:12px;
	color:white;

	width:75px;
	-webkit-appearance: none;
}

input.button:hover {
	color: white;
	background-color:#234c90;
}

.horz_sep_line {
background-image:url(/images/horz_sep_line.gif);
}
.legalcopy {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 14px;
text-align:center;
color: #333333;
padding: 10px 10px 10px 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #234c90;
}

p, h1, h2, h3, h4, h5, h6, span {
font-family:Arial, Helvetica, sans-serif;
}

p {
font-size: 13px;
}

/* Login Page */

.btnsubmit {
	width: 115px;
	height: 31px;
}

.logintextbold {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight: bold;
/*color: #666666;*/
}

.logintext {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
line-height: 13px;
font-weight: normal;
/*color: #666666;*/
}

.logininput
{
	background-color: #FFFFFF;
	height: 22px; 
	width: 180px; 
	padding: 0px 2px 0px 2px;
	BORDER-RIGHT:1px solid; 
	BORDER-TOP: 1px solid; 
	BORDER-LEFT: 1px solid; 
	BORDER-BOTTOM: 1px solid; 
	border-color:#333333; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
/*	color: #666666; */
	margin: 4px 0px 4px 0px;
}

.logincheck {
margin: 0px;
padding: 0px;
text-align:center;
}

.failed {
font-family:Arial, Helvetica, sans-serif;
color: #C0002A;
font-size: 11px;
}

#logo {
	position: relative;
	display: block;
	top: 18px;
	width: 240px;
	height: 55px;
	background: url(/images/banner/homeserve-logo.png) no-repeat 0 0;
}

#logo span {
	margin-left: -4000px;
}

#container { 
	min-width: 100%; 
	width: 100%;
	min-height:100%;	
	_height: 100%;
	position: relative;
	font: 62.5%/1.6em Arial, Helvetica, sans-serif;
	
}

#header {
	background: url(/images/banner/bg-top-nav-right.gif) no-repeat 100% -4px;
	border-top: 4px solid #000;
	height: 86px;
	margin-left: 12px;
	right: 12px;
	position: relative;
}
.contentwhitemainBG {
	background-color: #FFFFFF;
}
.contentwhitetopBG {
	background-repeat: repeat-x;
	background-image:url(/images/contentTB_white_T.gif);
	height: 15px;
}
.contentwhitebotBG {
	background-repeat: repeat-x;
	background-image:url(/images/contentTB_white_B.gif);
	height: 15px;
}
.contentwhiteleftBG {
	background-repeat: repeat-y;
	background-image:url(/images/contentTB_white_L.gif);
	width: 15px;
}
.contentwhiterightBG, .contentWhiteRightBG_noPadding {
	background-repeat: repeat-y;
	background-image:url(/images/contentTB_white_R.gif);
	width: 15px;
}

.contentwhiterightBG {
	padding-right:15px;
}

a:link {
	color:blue;
	text-decoration:none;
}
a:visited {
	color:blue; 
	text-decoration:none;
}
a:hover {
	color:blue; 
	text-decoration:underline;
}
a:active {
	color:blue; 
	text-decoration:underline;
}

img#brand {
	max-height:113px;
}
