/* stylesheet.css */

* { /* Reset the margins so IE doesnt barf all over with Box Model problems */
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11pt;
	color: #EEEEEE;
  background:#000;
}

a {color:#8FDCFA;}

.clear  {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding:0px;
	clear: both;
	border: 0px;
}

.message {
	background-color: #FFFFE1;
	padding: 5px;
	border: 1px solid #990000;
	font-size: 12px;
	color: #990000;
}

.topbg {
	background: #000 url("/images/bg-header-black.gif") repeat-x left top;
}

.outerbox {
	background-color: #D8D8D8;
	padding: 1px;
	margin-top: 20px;
}

.boxtitle {
	display: block;
	text-align: center;
	background-color: #00CCFF;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.boxcontent {
	display: block;
	background-color: #ECF9FF;
	padding: 10px;
}

.hplink {
	text-decoration: none;
	color: #999999;
}

.wrapper {
	width: 913px;
}

#contentarea {
	margin-left: 10px;
	margin-right: 10px;
	width: 913px;
}

#headerDiv {
	width: 920px;
}

.header {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

#footer {
	margin-top: 0px;
  padding-top:5px;
	border-top: 1px solid #585858;
	display: block;
	color: #9A9A9A;
	font-size: 10px;
	text-align: center;
  background:#000 url('/images/bg-footer.gif') repeat-x left top;
  height:48px
}



.footer {
	color: #9A9A9A;
	text-decoration: none;
}

.contentLg {
	font-size: 13px;
	line-height: 14px;
}

.inputlabel {
	font-size: 13px;
}


label {
	font-size: 85%;
}

.content {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.contentSm {
	font-size: 10px;
	line-height: 13px;
}

.contentXSm {
	font-size: 9px;
	line-height: 12px;
}

.rowEven {
	background-color: #FFFFFF;
}

.rowOdd {
	background-color: #DEDEDE;
}

.name {
	color: #00CCFF;
	font-size: 16px;
}

.subtitle {
	color: #42DCFE;
	font-size: 14px;
}

.formTitle {
	color: #000000;
	font-size: 16px;
}

.button  {
	font-size: 8px;
	color: #FFFFFF;
	font-family: verdana,arial,helvetica,sans-serif;
	text-transform: uppercase;
	padding: 0px 3px;
	border: 2px outset;
}

.blue  {
	background-color: #33A6D2;
	border-color: #33A6D2;
}

.red  {
	background-color: #D13258;
	border-color: #D13258;
}

.editBtn  {
	color: #000000;
	font-size:10px;
	font-family: "trebuchet MS", verdana,arial,helvetica,sans-serif;
	text-decoration: none;

	border:1px outset #9FC6FF;

	background-color: #9FC6FF;
	padding: 3px 5px;

	margin: 1px;

}

.submitBtn {
	background-image: url('/images/button_blank.gif');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	text-align: center;
	font-size: 14px;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px inset #8B8B8B;
}

.dojoTabPaneWrapper {
  padding : 10px 10px 10px 10px;
}

#tabs {
	float:left;
	width:100%;
	background:#FFFFFF url("bg.gif") repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#tabs li {
	float:left;
	background:url("/images/tabs/account-left-off.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
}
#tabs a {
	float:left;
	display:block;
	background:url("/images/tabs/account-right-off.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#999999;
}

.ratebox1 {background-color: #990000;}
.ratebox2 {background-color: #F47D7D;}
.ratebox3 {background-color: #B1B1B1;}
.ratebox4 {background-color: #B1CB7A;}
.ratebox5 {background-color: #4ACB4A;}

/* Commented Backslash Hack
 hides rule from IE5-Mac \*/
#tabs a {float:none;}
	/* End IE5-Mac hack */
	#header a:hover {
	color:#333;
}
#tabs .current {
	background-image:url("/images/tabs/account-left-on.gif");
	border-width:0;
}
#tabs .current a {
	background-image:url("/images/tabs/account-right-on.gif");
	color:#FFFFFF;
	padding-bottom:5px;
}

/* For forms */
.errorInput {
	color:#990000;
	font-style: italic;
}

.inputDetail {
	color: #999999;
	font-style: italic;
	font-size: 11px;
}

/* top section */
#toprightlinks {margin-top:10px;padding-right:10px;font-size:12px;float:right;color:#fff}

#top {background:#000 url('/images/bg-header2.gif') repeat-x left bottom;padding-bottom:9px}
#toprightlinks a {color:#fff;text-decoration:none;}
#topslogan {color:#cecece;padding-top:20px;font-weight:normal;text-transform:uppercase;}
#toplabel{color:#fff;text-transform:lowercase;font-size:25px;font-weight:bold;float:right;margin:8px 10px -9px 0px;}
#toplabel span {color:#aa88c5;}
/* top section */