/* CSS Body */
html{margin-bottom: 0px; overflow: scroll; overflow-x: hidden; height:100%;}
body {
	font: 11px Verdana, tahoma, Arial;
	margin: 0pt;
	padding: 0pt;
	background-color:#1d1d1d;
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
}

body a{
    text-decoration: none;
    color: #FFFFFF;
}
body a:hover{
    color: #FF9900;
	text-decoration: underline;
}

img,table {
	border:0;
}
.inputbox {
	border: 1px solid #999999;
	padding: 2px;
	width: 209px;
	font-size:12px;
}
.inputbox:hover {}
input.disabled { background-color: #F0F0F0; }
input.button  { cursor: pointer;   }
input:focus,
select:focus,
textarea:focus { background-color: #F7EDDB; }
.textbox {
	border: 1px solid #999999;
	padding: 2px;
	width: 208px;
	font-size: 12px;
}
.textbox:hover {
}

