/* Default CSS Styles */
body {
	margin: 0 auto;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}
#header {
	background: #6287D5 url("../images/headerbg.jpg") repeat-x top left;
	height: 42px;
	margin: 0 0 15px 0;
	padding: 7px 0 0 0;
}
#header h1 {	
	font-size: 140%;
	color: #6287D5;
	width: 230px;
	padding: 30px 0 0 0;
	margin: 0 0 0 13px;
	background: #6287D5 url("../images/logo.gif") no-repeat;
	overflow: hidden;
	height: 30px; /* for IE5/Win hack */
	height: 0px; /* for most browsers */
}
#login {
	margin: 20px auto;
	width: 244px;
	background: url(../images/menubg_lbot.jpg) no-repeat bottom left;
	padding: 0;
	color: #506F9B;
}
#login h3 {
  margin: 0px;
  color: #D0A15B;
  font-size: 100%;
  padding: 8px 8px 22px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: url(../images/menubg_ltop.jpg) no-repeat top left;
}
#login form {
	padding: 0 10px 0 10px;
}
#login form .textbox {
	width: 90%;
}
#logintitle {
	background-color: #6287D5;
	width: 200px;
	color: #ffffff;
	margin-bottom: 10px;
}
a.loginlink {
	width: 100%;
	font-size: 12px;
	color: #506F9B;
	font-weight: bold;
	text-decoration: none;
}
a.loginlink:hover {
	color: #D0A15B;
}
input, select {
	margin: 5px 5px 0 5px;
}
#errbox {
	margin: 20px auto;
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 10px;
	width: 300px;
	height: 50px;
	text-align: center;
}
#confbox {
	margin: 20px auto;
	color: #003399;
	border: 1px solid #003399;
	padding: 10px;
	width: 300px;
	height: 50px;
	text-align: center;
}
#errbox a {
	color: #ff0000;
}
#errbox a:hover {
	color: #000000;
}
#errbox a:visited {
	color: #ff0000;
}
#userinfo {
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
	float: right;
	margin: 0 13px 0 0;
	line-height: 32px;
}
#main {
	color: #506F9B;
	padding: 0;
	margin: 0;
}
#main p {
	padding: 6px;
	margin: 0;
}
h3.main {
  margin: 0px;
  padding: 2px 0 0 0;
  color: #D0A15B;
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#nav {
	width: 182px;
	background: url(../images/menubg_bot.jpg) no-repeat bottom left;
	margin: 0 10px 10px 15px;
	padding: 0;
	color: #506F9B;
}
#nav h3 {
  margin: 0px;
  color: #D0A15B;
  font-size: 100%;
  padding: 8px 8px 22px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: url(../images/menubg_utop.jpg) no-repeat top left;
}
#nav h3.content {
  background: url(../images/menubg_ctop.jpg) no-repeat top left;
}
#nav a {
	text-decoration: none;
	color: #506F9B;
}
#nav a.sub {
	font-size: 10px;
	margin-left: 21px;
}
#nav a {
	font-size: 12px;	
}
#nav a:hover {
	color: #D0A15B;
}
.navicon {
	float: left;
	margin-right: 5px;
	border: none;
}
#nav hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 4px;
	width: 130px;
	margin: 10px 20px 10px 0;
}
#help {
	width: 182px;
	background: url(../images/menubg_bot.jpg) no-repeat bottom left;
	color: #506F9B;
	margin: 0 10px 0 10px;
}
#help h3 {
  margin: 0px;
  color: #D0A15B;
  font-size: 100%;
  padding: 8px 8px 22px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: url(../images/menubg_htop.jpg) no-repeat top left;
}
#help a {
	text-decoration: none;
	color: #ffffff;
}
#help a.sub {
	font-size: 10px;
	margin-left: 21px;
}
#help a:hover {
	color: #000000;
}
.helpicon {
	float: left;
	margin-right: 5px;
	border: none;
}
#help hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 4px;
	width: 130px;
	margin: 10px 20px 10px 0;
}
.inner {
	width: 166px;
	padding: 0 8px 0 8px;
}
#titlebar {
	position: absolute;
	left: 180px;
	height: 30px;
	width: 560px;
	background-image: url(../images/titlebar.gif);
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 10px;
}
.info {
	color: #999999;
	line-height: 20px;
}
th {
	background-color: #6287D5;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}
tr.odd {
	background-color: #FCFAF7;
}
td.text {
	padding: 2px 0 2px 6px;
	color: #B6B3A9;
}
td.text1 {
	padding: 2px 0 2px 6px;
	color: #999;
	font-weight: normal;
}
td a {
	color: #506F9B;
	font-weight: normal;
	text-decoration: none;
}
td a:hover {
	color: #D0A15B;
}
a.addlink {
	width: 100%;
	font-size: 13px;
	color: #506F9B;
	font-weight: bold;
	text-decoration: none;
}
a.addlink:hover {
	color: #D0A15B;
}
td.topleft {
	background: url(../images/top_left.jpg) no-repeat top left;
}
td.top {
	background: url(../images/top.jpg) repeat top left;
}
td.topright {
	background: url(../images/top_right.jpg) no-repeat top right;
}
td.leftside  {
	background: url(../images/left_side.jpg) repeat-y top left;
}
td.rightside  {
	background: url(../images/right_side.jpg) repeat-y top right;
}
td.botleft {
	background: url(../images/bot_left.jpg) no-repeat bottom left;
}
td.bot {
	background: url(../images/bot.jpg) repeat bottom left;
}
td.botright {
	background: url(../images/bot_right.jpg) no-repeat bottom right;
}

/* Fading Tooltips */
#dhtmltooltip{
	position: absolute;
	padding: 2px 6px;
	background-color: #fff;
	border: 1px solid #05438C;
	color: #05438C;
	visibility: hidden;
	z-index: 1000;
}