html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

body {
	font-family: Arial, Verdana, Microsoft YaHei;
	font-size: 12px;
	color: #444444;
	
}

.border_color {
	border: 1px solid #EEEEEE;
}

.base_color {
	color: #5494ee;
}
.base_bg_color {
	background: #5494ee;
}

#header {
	width: 960px;
	margin: 10px auto 0;
	border-top: 1px solid #EEEEEE;
}

#main {
	width: 960px;
	margin: 0 auto;
}

#main .content {
	width: 960px;
	position: relative;
	z-index: 1;	
}

#main .content .top {
	position: relative;
	border-right: 1px solid #EEEEEE;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 180px;
	
}

#main .content .top .left {
	width: 140px;
	height: 90px;
	border: 1px solid #EEEEEE;
	text-align: center;
	position: absolute;
	left: 30px;
	bottom: 40px;
	background: #FFFFFF;
}

#main .content .top .center {
	width: 470px;
	height: 180px;
	position: absolute;
	top: 0;
	left: 245px;
	
}

#main .content .top .center .front {
	float: left;
	width: 130px;
	background: #FFFFFF;
	margin-left: 20px;
	position: relative;
	z-index: 1;
}

#main .content .top .center .front .user_picture {
	margin: 0 auto;
	width: 120px;
	border: 1px solid #EEEEEE;
	padding: 4px;
	background: #FFFFFF;
	position: relative;
}


#main .content .top .center .front .user_info {
	border-top: none;
	width: 120px;
	height: 0px;
	background: #FFFFFF;
	text-align: center;
	transition: opacity .5s ease-out 0;
	overflow: hidden;
}

#main .content .top .center .front  .user_picture a.user_name{
	display: block;
	width:120px; 
	height: 20px;
	line-height: 20px;
	color: #FFFFFF; 
	font-weight: bold; 
	text-decoration: none;
	position: absolute;
	left: 4px;
	top:104px;
	background: url(../img/name_bg.png); 
	text-align: center;
}	


#main .content .top .center .front .user_info .user_info_content{
	background: #EEEEEE;
}


#main .content .top a.right {
	display: block;
	width: 190px;
	height: 60px;
	border: 1px solid #EEEEEE;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 20px;
	background: url(../img/clock_button_patch.jpg) no-repeat;
	background-position: 0 -60px;
	text-decoration: none;
}

#main .content .top a.right:hover{
	background-position: 0 0;
}

#main .content .top a.right:active{
	background-position: 0 -120px;
}

#main .content .top a div div {
	height: 30px;
	
}

#main .content .bottom {
	width: 930px;
	margin-left: 30px;
	
}

#main .content .bottom table {
	width: 100%;
	border: 1px solid #EEEEEE;
	border-collapse: collapse;
	border-right: none;
	background: #FFFFFF;
}

#main .content .bottom table th {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FBFBFB;
	text-align: center;
	font-weight: bold;
	
}

#main .content .bottom table td {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	position: relative;
}

#main .content .bottom table td .order {
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #5494ee;
	color: #FFFFFF;
	z-index: 1;
	position: absolute;
	left: -30px;
	top: 7px;
}

.myalt {
	background: #FBFBFB;	
}

#main .tab {
	position: fixed;
	top: 240px;
	width:980px;
}

#main .tab ul li{
	border: 1px solid #EEEEEE;
	color: #5494EE;
	background: #FFFFFF;
	padding: 5px 0;
	cursor: pointer;
}

#main .tab ul li a{
	color: #5494EE;
	text-decoration: none;
}	

#main .tab ul li:hover{
	color: #FFFFFF;
	background: #5494EE;
}

#main .tab ul li:hover a{
	color: #FFFFFF;
}	


#main .tab ul li.check{
	background: #5494EE;
	color: #FFFFFF;
}

#main .tab ul li.check a{
	color: #FFFFFF;
}	

#footer {
	width: 960px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #EEEEEE;
}
