@import url(TabBar.css);/*导航菜单样式*/   
/******* Default Option *****************/
* {
	margin: 0;
	word-break: break-all; /* Wrap in IE */

}

body {
	width: 100%;
	background: url("../images/background.gif");
	color: #333333;
	text-align: left;
}

html, body, td, input, select, textarea, button, h1, h2, h3, h4, h5, h6, h7 {
	font: 12px Tahoma, sans-serif;
}

ul {
	list-style: none;
}

input, select, button {
	vertical-align: middle;
}

cite {
	font-style: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

/******* Input, Select, Button *****************/
.editBox {
	height:	17px;
	border: 1px solid;
	border-color: #696969 #c0c0c0 #c0c0c0 #696969;
	padding: 2px;
	background: #fff;
}

.searchBox {
	height: 16px;
}

.selectList {
	border: 1px solid;
	border-color: #696969 #c0c0c0 #c0c0c0 #696969;
	padding: 1px;
	behavior: url('templates/hellowind/js/selectbox.htc');
}

.commonButton {
	border: 1px solid;
	border-color: #f3f3f3 #665b8e #665b8e #f3f3f3;
	padding: 0 5px;
	background: #c0c0c0;
	cursor: pointer;
}

.noteText {
	color: #a9a9a9;
}

.smallText {
	font-size: 11px;
}

a.noteLink {
	color: #a9a9a9;
	text-decoration: none;
}


/* 工程：河北大学成人教育学院
   作者：Terminate [huyi@mail.hbu.cn] */   
		
	.right_box 
	{
		color: #333333;
		margin: 2px 5px 2px 5px;
		padding: 0 0 0 0;
		text-align:right;	
	}
	.left_box 
	{
		margin: 2px 5px 2px 5px;
		padding: 0 0 0 0;
		text-align: left;	
	}
	.left_title 
	{
		margin: 2px 5px 2px 5px; 
		padding: 10px 0 10px 0; 
		text-align:center; 
		font: bold 1.5em Tahoma, Arial, Sans-Serif;
	}
	.left_date
	{
		margin: 2px 5px 2px 5px; 
		padding: 0 0 20px 0; 
		text-align:right; 
	}
.mleft 
{
	text-align:left;
	float:left;
	width:83%;
	margin:2px 0 2px 0;
}
.mright 
{
	text-align:left;
	color:#e0691a;
	float:right;
	width:15%;
	margin:2px 0 2px 0;
}
.more
{
	text-align:right;
	color:#E0691A;
	float:right;
	width:100%;
	margin:2px 0 2px 0;
}

.left {
	float: left;
	width: 650px;
	margin: 0 0 10px 0;
}
.right {
	float: right;
	width: 180px;
	margin: 0 0 10px 0;
}
.list_
{
	text-align:center;
	width:100%;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
}
*导航菜单样式*/