@charset "utf-8";
/* CSS Document */

body {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0px;
}

/* HTML Body */
div#Content {
	position:absolute;
	width:650px;
	height:530px;
	float:none;
	margin:0px auto;
	left:50%;
	top:50%;
	margin-left:-325px;
	margin-top:-265px;
}

/* Content */
#contentBody {
	width:650px;
	text-align:left;
}
#contentBody .contentTop {
	width:650px;
	height:10px;
	background:url(../images/userBox_top.gif) no-repeat;
}
#contentBody .contentBody {
	width:630px;
	min-height:480px;
	background:url(../images/userBox_body.gif) repeat-y;
	padding:0px 10px 0px 10px;
}
#contentBody .contentDown {
	width:650px;
	height:10px;
	background:url(../images/userBox_down.gif) no-repeat;
}

#headerContent {
	width:630px;
	height:40px;
}
#headerContent .microLogo {
	width:200px;
	height:40px;
	float:left;
	cursor:pointer;
	background:url(../images/microLogo.gif) no-repeat;
}
#headerContent .microSystem {
	width:430px;
	height:40px;
	float:right;
	background:url(../images/microSuspend.gif) no-repeat right;
}

#dataSystem {
	width:630px;
	height:100px;
	background:url(../images/headerData.gif) no-repeat;
}
#dataSystem .todayTime {
	height:20px;
	color:#FFF;
	padding-left:13px;
	padding-top:80px;
}

#dataDetail {
	width:630px;
	height:330px;
}
#dataDetail .infoBox {
	width:390px;
	height:320px;
	float:left;
	border:solid 2px #e4e4e4;
	padding:3px;
	margin-right:10px;
	background:url(../images/infoData_suspend.gif) no-repeat bottom;
}
#dataDetail .warnBox {
	width:210px;
	height:320px;
	float:right;
	background:#ebebeb;
	padding:5px;
}
#dataDetail .infoTitle {
	height:50px;
	background:url(../images/infoTitle_suspend.gif) no-repeat;
}
#dataDetail .warnTitle {
	height:30px;
	background:url(../images/warnTitle_suspend.gif) no-repeat center;
}
#dataDetail .warnData {
	height:60px;
	background:url(../images/warnData_suspend.gif) no-repeat center;
}

#copyContent {
	width:650px;
	height:18px;
	color:#666666;
	text-align:center;
	padding-top:2px;
}

.heightBar {
	height:10px;
}
.heightBig {
	height:150px;
}
.textInfo {
	padding-left:11px;
}
.textList ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.textList ul strong {
	color:#ff4800;
	font-weight:bold;
}
.textList ul span {
	color:#666666;
}

/* Link */
a.tfbMainSite:link, a.tfbMainSite:visited {
	color:#ff4b00;
	font-weight:bold;
	text-decoration:none;
}
a.tfbMainSite:hover {
	color:#fa9e3a;
}