
/**------------=====================910edu资源网站CSS文件说明:=====================------------**
*

*(1)	admin.css,后台数据管理的样式
*(2)	form.css,前台用户界面的样式
*(3)	user.css,用户模块样式
*(4)	formCheck.css,提交验证样式
* 2009-10-13 Update by tian_naixiang@sina.com
*
**                             ------------^^^^^^^^^^------------                             **/

/***全局设置***/
body {
	font-family:'YaHei Consolas Hybrid', '微软雅黑';
	font-size:12px;
	margin:0px;
	padding:0px;
	background-color: #FFF;
}
a{color:#000;text-decoration:none;}
a:hover {text-decoration:underline;color:#F43F19;}
div{ background-color:Transparent;}

/***
*
*中间显示教育动态等数据绑定的样式
*
*
***/
.course{
	width:94%;
	border-collapse:collapse;
	margin:0 2%;
	font:12px 微软雅黑;
}
.course a{
	margin-right:8px;
	color:#000;
	text-decoration:none;
	font-weight:300;
}
.course a:hover{
	text-decoration:underline;
	color:#1e5bf6;
}
.bind{
	margin-left:15px;
	margin-right:10px;
	padding:4px;
	height:25px;
}
.bind img{margin-right:8px;}
.bind a:hover{text-decoration:none;}
/**加点样式**/
.hasborder{border-bottom:1px dotted #888;}

/**左侧包含登录\网站公告等内容的单元格与中间显示蓝色边框的单元格**/
.td_left{text-align:left; padding-left:33px;}
.td_blueborder{border:5px solid #5bcadd; text-align:center;vertical-align:top;background-color:#f8f8f8;}


/**下载表格**/
table.download{
	margin-top:8px;
	padding-left:12px;
}
table.download_content
{
	margin:0 3%;
	width:93%;
	border-collapse:collapse;
	border:1px solid #b5b5b5;
}


/**底部样式**/
.bottom{width:100%;border-collapse:collapse;border:0;background-color:#dddddd;font:300 13px 微软雅黑;}
.bottom a{color:Black;text-decoration:none;}
.bottom a:hover{text-decoration:underline;color:#0B769E;}


/**blockUI的样式与cleanValidate样式**/
div.growlUI { background: url(<%=imageTipsIcon.ImageUrl%>) no-repeat 10px 10px }
div.growlUI h1{
	color: yellow; font-family: 微软雅黑
}
div.growlUI h2 {
	color: white; padding: 5px 5px 5px 75px; text-align: left; font-family: 微软雅黑; font-size:20px;
}

/*-----------CleanValidation qTips----------------*/
div.tip-wrapper {
			z-index:999;
			text-align: center;
			position: absolute;
			width:110px;
			background-color:transparent;
}
div.tip-info{
			width:95px;
			background-color:#333333;
			color:#fff;
			font:11px 微软雅黑;
			height:22px;
			padding-top:4px;
			padding-left:4px;
}


/*****************放置输入表单项的表格样式*******************/
.input_table {
	border-top: 1px solid #C9DCA6;
	border-bottom: 1px solid #C9DCA6;
	background-color: #F8FDEF;
	line-height:30px;
	vertical-align:middle;
	font-family: "YaHei Consolas Hybrid", "微软雅黑", "宋体";
	font-size: 12px;
}
.input_table td{
	border-bottom: 1px solid #cccccc;
	padding:4px;
}
.input_table input{
	color:#003366;
	border: 1px solid #999999; 
}
.input_table input.checkbox { border: none }
.input_table input.radio { border: none }
.input_table input:focus { border: 1px solid #C90; }
.input_table textarea:focus { border: 1px solid #C90; }
.input_table input.error { border: 1px solid red; }
label.error {
	margin-left: 10px; 
	color: red;
}

/**以前存在于common中的css**/
.title {
	font-family: 微软雅黑,Verdana;
  	font-size: 20px;   
  	color: #206F91;
	font-weight: bold;
} 

.gdtitle {font-family: 微软雅黑,Verdana;
  	font-size: 18px;   
  	color: #3A6A95;
	font-weight: bold;
} 

.coltitle {font-family: 微软雅黑,Verdana;
  	font-size: 16px;   
  	color: #EFA125;
	font-weight: bold;
} 

.prop {
	font-family: 微软雅黑, Verdana;  
	font-size: 14px;  color: #4682B4;
	} 
	
.me_name {
	font-family: Verdana;
  font-size: 20px;   
  	color: #e61919;
	font-weight: bold;
} 
.me_role {
	font-family: 微软雅黑, Verdana;
  font-size: 16px;   
  	color: #0b769e;
}
