html{
	overflow-x: auto; /* fixes MSIE scrollbar bug DO NOT REMOVE, has no effect in Mozilla, or Opera */
	SCROLLBAR-FACE-COLOR: #1A1A1A;
	SCROLLBAR-HIGHLIGHT-COLOR: #1A1A1A;
	SCROLLBAR-SHADOW-COLOR: #dee3e7;
	SCROLLBAR-3DLIGHT-COLOR: #d1d7dc;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #1A1A1A;
	SCROLLBAR-DARKSHADOW-COLOR: #1A1A1A;
}

body {
	margin: 0px;
	background: #1A1A1A;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}

a:link {
	color: #FFFFCC;
	text-decoration: none
}
a:hover { color: #FF9900; text-decoration: none}
a:visited {
	color: #FFCC66;
	text-decoration: none
}
a:active {
	color: #FFFFCC;
	text-decoration: none
}
.logo {
	font-size: 20px;
	color: #FF9933;
	font-weight: bold;
}

.textbox {
	background-color: #333333;
	border: 1px dotted #666666;
	color: #00FFFF;
	background-position: center;
	vertical-align: middle;
}
.button {
	background-image: url(imgs/box-tc.gif);
	color: #CCCCCC;
	height: 25px;
	border: 1px solid #666666;
	vertical-align: middle;
	cursor: pointer;
	font-weight: normal;
	margin: 3px;
}
.copyright {
	color: #666666;
}
.boxTitle {
	font-weight: bold;
	color: #FF9900;
}
.trShort {
	background-image: url(imgs/line-short.gif);
	background-repeat: repeat-x;
}
.noData {
	color: #CCFFFF;
	padding: 3px;
}
.tdMainTitle {
	font-weight: bold;
	color: #FF6600;
	padding: 5px;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #3C3C3C;
	border-left-color: #666666;
}
.tdGrid {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding: 3px;
}
.trLight {
	background-color: #141414;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.trDark {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}
.alphabet {
	font-weight: bold;
	color: #66FFCC;
}
.searchTextbox {
	background-color: #666666;
	border: 1px dotted #999999;
	color: #00FFFF;
	background-position: center;
	vertical-align: middle;
}
.barTitle {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	padding: 3px;
	background-color: #333333;
	font-weight: bold;
	color: #FFFF66;
}
.pointer {
	cursor: pointer;
}
.whiteText {
	color: #FFFFFF;
}
.menu {
	color: #00FFFF;
}

.download a:link,a:visited {
	padding:0 5px;
	color:#FF00FF;
	background:transparent;
	text-decoration:none;
	border-left:0px dotted #6495ED;
	border-bottom:1px dotted #FF00FF;
}
.download a:hover,a:active, a.current {
	color:#FFF;
	background:#FF00FF;
}
