body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #404040;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixRtHdr #pre_header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align:right;
	font-size: 10px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 500px;
}
.twoColFixRtHdr #mainContent {
	padding-right: 15px;
	padding-left: 25px;
	width: 520px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
}
.twoColFixRtHdr #footer {
	background:#FFFFFF;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size:10px;
}
.twoColFixRtHdr #footer a{
	font-size:9px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
h4 {
	font-family: Arial;
	font-size: 16px;
	color: #404040;
	text-decoration: none;
	border: none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #8E102F;
	text-decoration: none;
}
.rightmenu {
	font-family: Arial;
	font-size: 12px;
	color: #8E102F;
	font-weight: bold;
	text-decoration: none;
}
input {
	color: #000000;
	font: normal 7.5pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #555555;
}

.myinput{
  color: #404040;
  font: normal 10pt Arial;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #555555;
}

#apDiv1 {
	position:absolute;
	left:128px;
	top:125px;
	width:488px;
	height:122px;
	z-index:1;
}

.report_abuse {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

.green {
	font-weight: bold;
	font-size: 16px;
	color:#009900;
}
.red {
	font-weight: bold;
	font-size: 16px;
	color:#CC3300;
}
.pink {
	font-weight: bold;
	font-size: 16px;
	color:#797676;
}



#sharedtable {
	width: 400px;
	margin:0px auto;
	padding:0px;
	font-size:12px;
}
tr.one {
	color:#0F4276;
	background-color: #FFFFFF;
	text-align:center;
}
tr.two {
	color:#0F4276;
	background-color:#F2F2F2;
	text-align:center;
}
tr.dblue th {
	background-image: url(images/tback.gif);
	color:#FFFFFF;
	height:35px;
	text-align:left;
	font-size:14px;
	padding:0 6px ;
}
tr.dblue {
	background-image: url(images/tback.gif);
	color:#FFFFFF;
	height:35px;
	text-align:left;
	font-size:14px;
	padding:0 6px ;
}

td.feature {
	margin: 3px;
	padding: 5px;
	width:50%;
	height: 15px;
	text-align:left;
}

td.owndomain {
	margin: 3px;
	padding: 5px;
	font-family: Arial;
	font-size: 13px;
	color: #8E102F;
	font-weight: bold;
}

td.feature1 {
	width:10%;
	height: 20px;
	text-align:center;
	font-size:11px;
	color:#000000;
	padding-left: 5px;
}
td.feature0 {
	width:60%;
	height: 20px;
	text-align:left;
	font-size:11px;
	color:#000000;
	padding-left: 5px;	
}

td.feature2 {
	width:55%;
	height: 30px;
	text-align:left;
	font-size:11px;
	color:#000000;
}

td.feature3 {
	width:15%;
	height: 30px;
	text-align:center;
	font-size:11px;
	color:#000000;
	padding-left: 5px;		
}
td.feature4 {
	width:30%;
	height: 20px;
	text-align:center;
	font-size:11px;
	color:#000000;
	padding-right: 5px;	
}


tr.list_accounts {
	background-color:#FFFFFF;
	text-align:center;
	font-size:12px;
}
tr.list_accounts2 {
	background-color:#F2F2F2;
	text-align:center;
	font-size:12px;
}


.error {
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;	
	text-decoration: none;
	border: none;
}

#nav-pages2 {text-align:left;}
#nav-pages2 *{display:inline;}
#nav-pages2 li{padding:0 1px 0 0;vertical-align:middle;}
#nav-pages2 li a,#nav-pages2 li span{border:1px solid #00487D;color:#00487D;font-size:80%;margin-right:.1em;padding:.0em .8em;}
#nav-pages2 li span.curr{background:#2E6AB1 none repeat scroll 0 0;border:1px solid #2E6AB1;color:#FFF;}
#nav-pages2 li.nav-word{font-weight:bold;}
#nav-pages2 li a:hover{color:#8E102F;border-color:#8E102F;text-decoration:none;}


td#headergrid-left {
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BACKGROUND-COLOR: #f2f2f2;
	text-align: left;
	vertical-align: middle;

}
td#headergrid-right {
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;	
	BACKGROUND-COLOR: #f2f2f2;
	text-align: center;
	vertical-align: middle;

}
td#headergrid-center {
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;	
	BACKGROUND-COLOR: #f2f2f2;
	text-align: center;
	vertical-align: middle;
}

td#headergrid-left-top {
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	BACKGROUND-COLOR: #f2f2f2;
	text-align: center;
	vertical-align: middle;

}
td#headergrid-right-top {
	BORDER: #d0d0d0 1px solid;
	BACKGROUND-COLOR: #f2f2f2;
	text-align: center;
	vertical-align: middle;

}
td#headergrid-center-top {
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;	
	BACKGROUND-COLOR: #f2f2f2;
	text-align: center;
	vertical-align: middle;
}

td#grid-left {
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	text-align: left;
	padding-left:5px;
	vertical-align: middle;

}
td#grid-left-align-left {
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
}
td#grid-right {
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;	
	text-align: center;
	vertical-align: middle;
}
td#grid-center {
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;	
	text-align: center;
	vertical-align: middle;
}

td#review-down {
	BORDER-BOTTOM: #d0d0d0 1px solid;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	text-align: left;
	vertical-align: middle;
	padding: 3px;		
}
td#review-up {
	BORDER-TOP: #d0d0d0 1px solid;
	BORDER-RIGHT: #d0d0d0 1px solid;
	BORDER-LEFT: #d0d0d0 1px solid;
	text-align: left;
	vertical-align: middle;
	padding: 3px;				
}

