html, body {
	padding: 0; 
	margin: 0;
	font-size:12px;
	color:#ffffff;
	background-color:#000000;
}

table.background {
	background-image:url(../images/bgred.gif);
	background-repeat: no-repeat;
}
table.backgroundgreen {
	background-image:url(../images/bggreen.gif);
	background-repeat: no-repeat;
}
table.backgroundor {
	background-image:url(../images/bgredoregn.GIF);
	background-repeat: no-repeat;
}
.black{
	background-color:#000000;
	filter:alpha(opacity=60);
}
.white{
	background-color:#ffffff;
	filter:	alpha(opacity=40);
}
table.borderright {
	border-right: 1px solid #FFFFFF;
}
.borderwhite {
	border: 1px solid #FFFFFF;
	table-layout:fixed;
	word-wrap:break-word;
	word-break:break-all;
}

.fontblack {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.fontblack1 {
	font-size: 12px;
	color: #6E6E6E;
}

.input {height:18px;}
.lineh {
	line-height: 18px;
}
a:link {
	color:#FFFFFF;
	text-decoration: none;
}
a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a.red:link {
	color:#FF6600;
	text-decoration: none;
}
a.red:visited{
	color:#FF6600;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	text-decoration: none;
}

/*层样式定义-----------------------------------------------
----------------------------------*/
#container {width:100%}/*主本层*/
#main {
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	height:100%;
}
#oTransContainer {
	position:absolute;
	left:34px;
	top:43px;
	z-index:0;
}
.fontred {
	color: #FF6600;
	font-size:12px;
}

.auto {OVERFLOW-Y:   scroll; OVERFLOW-X: hidden;  height: 300px; width: 550px; clip:  rect(   ); padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;
scrollbar-face-color:#59676B;scrollbar-shadow-color:#637176;scrollbar-highlight-color:#788588;
scrollbar-3dlight-color:#748288;scrollbar-arrow-color:#60767A;scrollbar-track-color:#748288;}
