/*Default Style*/
*{
	margin:0;
	padding:0;
	text-align:left;
	font-size:12px;
}

body{
	text-align:center;
	font-family:Arial, sans-serif;
	background:#FFF;
	color:#000;
	margin-bottom:10px;
}

a,
a:link{
	color:#000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

/*Header Style*/
.header{
	width:760px;
	margin:0 auto;
}

	.toolbar{
		width:740px;
		height:23px;
		padding:0 10px;
		background:url(/images/main_toolbar_bg.jpg);
	}
	
	.toolbar .left_side .item{
		float:left;
		height:18px;
		padding-right:5px;
		margin-right:5px;
	}
	
	.toolbar .left_side{
		width:500px;
	}
	
	.toolbar .tools .item{
		border-left:1px solid #E8E8E8;
		width:25px;
		height:16px;
		text-align:center;
		margin:0;
		padding-top:2px;
	}
	
	.btn_hidetoolbar,
	.btn_showtoolbar{
		padding-top:4px!important;
		padding-top:5px;
		color:#CCC;
		width:80px;
		cursor:pointer;
	}
	.btn_hidetoolbar{
		background:url(/images/btn_hidetoolbar_bg.gif) right 3px no-repeat;
	}
	.btn_showtoolbar{
		position:absolute;
		top:1px;
		right:100px;
		width:43px;
		background:url(/images/btn_showtoolbar_bg.gif) right no-repeat;
	}

		.passport_logout,
		.passport_check,
		.passport_login{
			padding-left:20px;
			padding-top:4px!important;
			padding-top:5px;
		}
		
		.passport_logout{
			color:#F00;
			background:url(/images/logout_bg.jpg) 0 3px no-repeat;
		}
		
		.passport_check{
			color:#CC0;
			background:url(/images/login_check_bg.jpg) 0 3px no-repeat;
		}
		
		.passport_login{
			background:url(/images/login_bg.jpg) 0 3px no-repeat;
		}	
	
		.login{
			margin-top:2px;
			height:18px;
		}
			.login label{
				float:left;
				height:20px;
				line-height:20px;
				margin-right:2px;
			}
			.login input{
				float:left;
				height:14px;
				padding:1px;
				margin-right:5px;
				width:58px;
				border:1px solid #CCC;
			}
			.login .btn{
				width:30px;
				height:18px;
				background-color:#E8E8E8;
				border:1px solid #000;
				margin-right:0;
			}
	
	.logo{
		float:left;
		width:155px;
		height:65px;
		margin:8px 16px 0 16px;
	}
	
	.iconnav{
		width:100%;
		height:84px;
		margin-top:10px;
	}
		.iconnav .item{
			float:left;
			width:67px;
			height:65px;
			margin:0 12px;
		}
		.iconnav .icon{
			float:left;
			width:58px;
			text-align:center;
		}
		.iconnav .text{
			float:left;
			width:58px;
			text-align:center;
			margin-top:5px;
		}
			.btn_selecticon{
				float:right;
				margin-top:6px;
			}

	.pulldown{
		position:absolute;
		overflow-y:auto;
		overflow-x:hidden;
		width:85px;
		height:150px;
		background:#FFF;
		border:1px solid #CCC;
	}
		.pulldown ul{
			margin:0;
			padding:0;
		}
		.pulldown li{
			list-style:none;
		}
		.pulldown li a{
			display:block;
			width:48px;
			padding:2px 10px;
			height:18px;
			line-height:18px;
		}
		.pulldown li a:hover{
			color:#FFF;
			background:#09C;
			text-decoration:none;
		}

	.nav{
		width:738px;
		height:27px;
		padding:0 10px;
		margin-top:8px;
		/*
		background:#F2FDDB;
		border:1px solid #9C0;
		*/
		background:url(../images/nav_bg.gif) left bottom repeat-x;
		border:1px solid #E0E0E0;
	}

		.nav li{
			list-style:none;
			font-weight:bold;
			height:25px;
			line-height:25px;
			padding-top:2px;
			margin:0 0 0 20px!important;
			margin:0 10px;
			display:block;
			float:left;
		}
			.nav li a{
				color:#069;
			}
			.nav li a:hover{
				color:#C30;
			}
	
/*Main Body Style*/
.main{
	width:760px;
	margin:10px auto 0 auto;
}

.msg{
	text-align:center;
	width:760px;
	height:100px;
	padding-top:80px;
}	
		
/*Footer Style*/
.flink{
	width:760px;
	height:100%;
	overflow:auto;
	padding:5px 0;
	clear:both;
	margin:30px auto;
	border:1px solid #E0E0E0;
}
.flink .item{
	float:left;
	width:88px;
	height:31px;
	line-height:31px;
	text-align:center;
	margin:3px 5px;
}
	.flink img{
		border:0;
	}
.flink .left_side{
	padding-right:5px;
}
	.flink h3{
		line-height:30px;
		text-indent:8px;
		font-weight:normal;
	}
.flink .right_side{
	border-left:1px solid #e0e0e0;
	width:695px;
}

.footer{
	width:760px;
	margin:20px auto 0 auto;
}

.servicelink{
	text-align:center;
}

.copyright{
	text-align:center;
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #CCC;
}

/*Layout*/
.hide{
	display:none;
}

.show{
	display:block;
}

.show_inline{
	display:inline;
}

.left,
.left_side{
	float:left;
}

.right,
.right_side{
	float:right;
}

table.col2,
table.col4{
	width:100%;
}

	table.col2 td{
		width:50%;
	}
	table.col4 td{
		width:25%;
	}

.null{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.ad760{
	margin-top:10px;
	text-align:center;
}