@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 140%;
}
body {
	background-color: #595959;
}
.mainbody {
	background-color: #444444;
}
body, .parent {
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.child {
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;

}
.fixedwidth {
	width: 800px;
}
.menubar td {
	vertical-align: top;
	
}#footer {
	font-size: 10px;
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	line-height: 10px;
}
#maincontent {
	margin-right: 20px;
	margin-left: 20px;
}
a:link {
	color: #6699FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699FF;
}
a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
a:active {
	text-decoration: none;
	color: #6699FF;
}
#footer a:link {
	color: #999999;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #999999;
}
.menubartable {
	background: url(images/blankmenubar.gif) repeat-x;
}
.leftphoto {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: both;
}
hr {
	clear: both;
	float: none;
	color: #999;
	background: #999;
	height: 1px;
	border-width: 0px;
	border-style: none;
	margin: 20px 0;
}
input.spin-button {
  padding-right:20px;		
  width:35px;
  background-color:white;
  background-repeat:no-repeat;	
  background-position:100% 0%;
  background-image:url(/images/spinbtn_updn.gif);
}

input.spin-button.up {
  cursor:pointer;
  background-position:100% -18px;		
}
input.spin-button.down {
  cursor:pointer;
  background-position:100% -36px;
}
