﻿body
{
	font-size: 9pt;
	margin: 0px;
	font-family: Arial, 'Arial Black' , 宋体;
}
A:active
{
	color:Black;
	text-decoration:underline;
}
A:link
{
	color:Black;
	text-decoration:none;
}
A:visited
{
	color:Black;
	text-decoration:none;
}
A:hover
{
	color:Black;
	text-decoration:underline;
}
#Main
{
	text-align: center;
	width: 100%;
	background-image: url(Images/bg.jpg);
	min-height:800px;

}
#Header
{
	width: 760px;
	height: 120px;
	display: block;
	text-align: center;
	vertical-align: top;
	margin-top:1px;
}
#Content
{
	width: 760px;
	min-height: 500px;
	display:inline-block;
	text-align: center;
	margin-top:1px;
	margin-bottom:2px;
}
* html #Content
{
	height:500px;
}
#Footer
{
	width: 760px;
	height: 60px;
	display: block;
	text-align: center;
}

#Header_Title
{
	width: 100%;
	height: 96px;

}
#Header_Logo
{
	width: 480px;
	height: 96px;
	display: block;
	float: left;
	background-image: url(Images/title.jpg);
	background-repeat: no-repeat;
}
#Header_UserInfo
{
	width: 279px;
	height: 96px;
	margin-left: 0px;
	display: block;
	float: left;
	background-image: url(Images/userinfobg.JPG);
	background-color: #f0f0f0;
}
#Header_UserInfo_Clock
{
	display:block;
	width:220px;
	position :relative;
	top:10px;
	left:10px;
	text-align: right;
}
#Header_UserInfo_UserName
{
	display:block;
	width:220px;
	position :relative;
	top:35px;
	left:10px;
	vertical-align: baseline;
	text-align: right;
}
#Header_UserInfo_Statistics
{
	display:block;
	width:220px;
	position :relative;
	top:40px;
	left:10px;
	vertical-align: baseline;
	text-align: right;
}

#divMyClock
{
	display: block;
	vertical-align: baseline;
	text-align: right;
}
#Header_Navigator
{
	margin-top:1px;
	display: block;
	width: 100%;
	height: 24px;
	background-image: url(Images/bluemenu_bg.gif);

}
#Header_Navigator_Manage
{
	margin-top:1px;
	display: block;
	width: 100%;
	height: 24px;
	background-image: url(Images/nv_bg01.gif);

}
#NavigateTable
{
	width:100%;
	display:block;
	float:left;
	vertical-align:middle;
	height: 24px;
	text-align: center;

}
.NVTDPad
{
	width:20px;
}
.NVTDLink
{
	width:85px;
}
.NVTDSpliter
{
	width:6px;
}
.NVTDLinkWide
{
	width:80px;
}
#NavigateTable2
{
	width: 96%;
	display: block;
	float: left;
	vertical-align: middle;
	height: 24px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 0px;
	position: relative;
	top: 30px;
}
.NVTDLink2
{
	width: 200px;
	padding-bottom: 5px;
	padding-top: 5px;
	vertical-align: baseline;
	text-align: left;

	text-decoration: underline;
}
.NVTDLink2 A:link, .NVTDLink2 A:visited, .NVTDLink2 A:hover, .NVTDLink2 A:active
{
	font-size: 10pt;
	color: #330000;
	text-decoration: underline;
}
.NVTDSpliter2
{
	width: 50px;
	text-align: right;
}
#Footer_Main
{
	width: 100%;
	height: 60px;
	font-size: 9pt;
	vertical-align: baseline;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#Footer_HR
{
	display: block;
	width: 600px;
	color: #ff9900;
	height: 1px;
}
.Header_UserInfo_Logout
{
	color: #0000ff! important ;
	text-decoration: underline! important ;
}
