﻿/*epooo第五版本 叶飞wuyeting@163.com 【说明：大项为===，小项--，单个注释直接跟随】*/
body{margin:0px; padding:0px; 
	background: no-repeat;/*eppoo_bg.gif*/
	font-size:12px;
	color:#000;
	font-family: "Verdana", "Arial", "Helvetica";
	text-align:center;
	word-wrap:break-word;}

A:link, A:visited {
	color:#222; text-decoration:none;}
A:hover, A:active {
	color:#444; text-decoration:underline;}

/*==============================公有项==============================*/
img{border:none;}
ul{list-style:none; padding:0px;}/*padding是为了兼容FF*/
li{list-style:none; padding:0px;}
hr{border:1px solid #ececec; border-top:0px; height:1px;}
/*--系统提示--*/
.check{padding:0px; padding-top:4px; margin:0px; font-size:12px; color:#f00;}
/*--数字连接、分页--*/
.nub_hit{margin-right:2px; font-size:12px; color:#888; text-decoration:none; border:1px inset #ccc; padding:3px; background:#none;}
A.nub:link,A.nub:visited{margin-right:2px; font-size:12px; color:#666; text-decoration:none; border:1px outset #ebe2d3; padding:3px 4px; background:#f0e7d7;}
A.nub:active,A.nub:hover{color:#768b8f; text-decoration:none; border:2px groove #ab9c73; padding:3px; background:#f0e7d7;}
/*--个性时间或数字--*/
.time{padding:0 5px; font-weight:normal; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; text-align:left;}
strong{font-size:14px;}
.input_ok{background-color:#ffce9c; color:#996633; padding:0 5px; border:0px; font-size:14px; font-weight:bold;}/*登录按钮修饰*/
.input_text{width:140px; border:1px solid #666; padding:3px; font-weight:bold;}/*输入框*/

/*==============================页面布局==============================*/
#all{margin:0 auto; margin-top:20px; padding:0px; width:883px; text-align:left; position:relative; background:#fff center right;}/*eppoo_all_bg.jpg*/

#head{margin:0 auto; padding:20px 10px 9px 10px; height:38px; color:#f60; font-size:14px;}
#head_nav{background:url(v6/eppoo_head_nav_bg.jpg) no-repeat; float:right;}
	#head A:link, #head A:visited {color:#f60; text-decoration:none;}
	#head A:hover, #head A:active {color:#222; text-decoration:none;}
	
#main{margin:0 auto; padding:0px; position:relative;}
#main_left{float:left; width:290px; padding:0px 10px;}
#main_right{float:right; width:555px; height:400px; padding-right:10px; background:url(v6/eppoo_main_circle.jpg) no-repeat; position:relative;}

/*--用户推荐和模板推荐--*/
#main_box{display:block; clear:both; margin:0 auto; padding:0px; background:url(v6/eppoo_main_box.gif) no-repeat left bottom; height:113px; margin-top:50px;}
#main_box_left{float:left; width:660px; padding-top:0px; padding-left:10px;}
#main_box_right{float:right; width:190px; padding-top:30px; padding-left:10px;}
	#main_box_left A:link, #main_box_left A:visited{padding:1px 2px; border:1px solid #fff; text-decoration:none;}
	#main_box_left A:hover, #main_box_left A:active{padding:1px 2px; border:1px solid #828282; text-decoration:none;}
	#main_box_left li{list-style:none; padding:3px;}

#foot{display:block; clear:both; color:#666; padding:10px 0px 0px 10px;}
	#foot A:link, #foot A:visited {color:#666; text-decoration:none;}
	#foot A:hover, #foot A:active {color:#444; text-decoration:underline;}
	
/*==============================子项目==============================*/
/*--班级介绍文字--*/
A.class_text:link, A.class_text:visited {color:#0099ff; text-decoration:none;}
A.class_text:hover, A.class_text:active {color:#444; text-decoration:underline;}

/*--空间介绍文字--*/
A.space_text:link, A.space_text:visited {color:#ff6600; text-decoration:none;}
A.space_text:hover, A.space_text:active {color:#444; text-decoration:underline;}

/*--大学介绍文字--*/
A.ust_text:link, A.ust_text:visited {color:#33cc00; text-decoration:none;}
A.ust_text:hover, A.ust_text:active {color:#444; text-decoration:underline;}

/*--三个白色粗体链接--*/
A.white:link, A.white:visited {color:#fff; font-weight:bold; font-size:14px; text-decoration:none;}
A.white:hover, A.white:active {color:#f4f4f4; text-decoration:none;}

/*--注册--*/
A.un_hot:link,A.un_hot:visited{
	font-size:12px; color:#222; font-weight:bold; text-decoration:none;}
A.un_hot:hover,A.un_hot:active{
	color:#006699; text-decoration:none; background-color:#d8f7ff;}/*重点大学*/

A.un_mkt:link,A.un_mkt:visited{
	font-size:12px; color:#f36; font-weight:bold; text-decoration:none;}
A.un_mkt:hover,A.un_mkt:active{
	color:#f36; text-decoration:none; background-color:#ffe4ee;}/*推广大学*/
	
	
.alert{margin-top:0px;
 margin-bottom:2px;
 background-color:#fdf1b1;
 font-size:12px;
 border:1px solid #fb9e1c;
 padding:1px;
 color:#f60;}/*文本输入框变色,属于系统定义*/