* {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	text-decoration: none;
	font-family:Arial;
	font-size:11px;
	color:#333333;
}

html{
	height:100%;
}

body{
	background:url('../images/layout/background.png') no-repeat bottom right;
	height:100%;
	background-attachment:fixed;
}

a{
	outline: 0;	
}

a.link{
	color:#007287;
}

div.menuBack{
	position:absolute;
	width:50%;
	left:49.8%;
	height:115px;
	z-index:-1;
	background:url('../images/layout/menu/menu_back.png') repeat-x 0px 49px;
}

div.container{
	width:990px;
	margin:0 auto;
}

div.logo{
	float:left;
	width:180px;
	height:115px;
}

div.menuCont{
	width:805px;
	height:34px;
	margin:0 0 0 180px;
	padding:56px 0 0 0;
	background:url('../images/layout/menu/menu_back.png') repeat-x bottom left;
}

div.menuNormal{
	float:left;
	line-height:20px;
}

div.menuNormal a{
	font-size:14px;
	color:#fffff;
}

div.menuNormal a:hover{
	color:#3f3f3f;
}

div.breadCrumbs{
	margin:0 0 0 180px;
	width:800px;
	height:25px;
}

div.breadCrumbs a{
 	color:#007287;
}


div.sideMenu{
	float:left;
	width:140px;
	height:700px;
	padding:0 20px 0 20px;
}

div.sideMenu a{
	display:block;
	line-height:25px;
	padding:0 0 0 10px;
	color:#7f7f7f;
	border-bottom:1px solid #f2f2f2;
}

div.sideMenu a:hover{
	color:#007287;
}

div.sideMenu a.active{
	color:#007287;
}

div.content{
	background:url('../images/layout/content_back.png') repeat-y top left;
	float:left;
	padding:0 0 15px 0;
	margin-bottom:20px;
}

div.content p, div.content a.link{
	line-height:18px;
	margin-right:15px;
}

div.content h1{
	padding:0 15px 0 0;
}

div.content h2{
	color:#f47920;
}

div.head{
	float:left;
	display:inline;
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:10px;
}

div.block{
	float:left;
	width:207px;
}

div.blockTop{
	float:left;
	width:207px;
	height:28px;
	z-index:1;
	text-align:center;
	background:url('../images/layout/block_top.png') no-repeat top left;
}

div.blockCenter{
	line-height:18px;
	padding:0 0 0 10px;
	margin-top:28px;
	background:url('../images/layout/block_back.png') repeat-y top left;
}

div.blockCenter div{
	margin:5px 12px 10px 0;
	min-height:200px
}

div.blockBot{
	width:207px;
	height:10px;
	background:url('../images/layout/block_bot.png') no-repeat;
}

div.zijItemCon{
	width:177px;
	float:left;
}

div.zijItem{
	width:147px;
	padding:15px;
	line-height:18px;
	background:url('../images/layout/sideItemBack.png') no-repeat;
	background-color:#e6f7f9;
}

div.zijItem h2{
	color:#f47920;
}

div.zijItemBot{
	width:177px;
	height:5px;
	background:url('../images/layout/sideItemBackBot.png') no-repeat;
}

div.objCont{
	width:610px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #cfcfcf;
}

div.objCont1{
	width:610px;
	min-height:125px;
	overflow:auto;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #cfcfcf;
}

div.objCont1 img{
	float:left;
	border:1px solid #cfcfcf;
	padding:5px;
	width:172px;
}

div.objContent{
	float:left;
	width:400px;
	margin-left:10px;
	line-height:18px;
}

div.links{
	width:610px;
	line-height:20px;
	border-top:1px solid #cfcfcf;
}

div.links a{
	color:#30c3d3;
}

div.footer{
	clear:both;
	height:20px;
	padding:5px 0 0 0;
	margin:0 0 0 180px;
	border-top:1px solid #cfcfcf;
	width:625px;
}

table.login input {
	width:140px;
}

.text {
	background-color: transparent;
	border: 1px solid #2dc5d6;
	color: #666666;
	height: 18px;
	font-size: 11px;
	padding: 2px 0 0 2px;
	margin-bottom:5px;
	width:330px;
}

.failed {
	font-weight: bold;
}

input.check {
	vertical-align: middle;
}

select {
}

input.button, table.login input.button {
	cursor:pointer;
	height: 20px;
	width: 80px;
	text-align: center;
	vertical-align:middle;
	background-color:#b4e0e5;
	color: #f47920;
	border:1px solid #2dc5d6;
	font-size:11px;
}

label {
	float: left;
	color: #f47920;
	font-size: 11px;
	vertical-align:top;
	margin:2px 0 0 0;
	height:100%;
	width:100px;
}

table.submitTable {
	width: 435px;
}
