/*注释：本站点完全使用Css风格创建（2007年3月1日）*/
/**************基本css风格************/
/***************作者：johnbean*********************/
body
{
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	font-size:12px;
	width:990px;		
}
table
{
	font-size:12px;
	margin-left:8px;
}
/***********一般链接*******************/
a:link,a:visited
{
	text-decoration:none;
	color:Black;
}
a:hover,a:active
{
	color:cc3333;
}
/***********强调链接*******************/
a.strong:link,a.strong:visited
{
	font-weight:bold;
	color: #DD6900;
	text-decoration: none;
}
a.strong:hover,a.strong:active
{
	font-weight:bold;
	color: #cc3333;
	text-decoration: none;
}
/***********水平线风格****************************/
HR
{
	color:#cccccc;
    height:1px;
}
/***********垂直列表（默认）****************************/
.default ul
{
	margin:0;
	padding-top:4px;
}
.default ul li
{
	background:url(..\images\icon.gif) no-repeat 40;
	padding-left:50px;	
	margin-top:5px;
	border-bottom:dotted 1px black;
}
/***********垂直列表（用户菜单功能）****************************/
#Nav ul
{
	margin:0;
	padding-top:4px;
}
#Nav ul li
{
	background:url(..\images\icon.gif) no-repeat 40;
	padding-left:50px;	
	margin-top:5px;	
}

/***********水平列表（默认）****************************/
#greyPa ul
{
	margin:0;
	padding-top:0px;
	list-style-type:none;

}
#greyPa ul li
{
	background:url(..\images\externalLink.gif) no-repeat left top;
	padding-left:10px;	
	float:left;
	width:256px;	
    border-bottom:solid 2px #cc3300;
    text-align:left;
    margin-bottom:5px;  
  	height:22px;
  	background-color:#e3e3e3;	
    
}
/************主页的水平列表******************/
#topImage ul
{
	margin:0;
	padding-top:0px;
	list-style-type:none;  
}
#topImage ul li
{
	background:url(..\images\externalLink.gif) no-repeat left top;
	padding-left:10px;	
	float:right;
	border-style:none;
}


/***********按钮风格****************************/
.btn {
    BORDER-BOTTOM: 1px outset;
    BORDER-LEFT: 1px outset; 
    BORDER-RIGHT: 1px outset; 
    BORDER-TOP: 1px outset; 
    FONT-SIZE: 12px;
    MARGIN: 1px 1px 1px 1px; 
    PADDING-BOTTOM: 1px;
    PADDING-LEFT: 1px; 
    PADDING-RIGHT: 1px; 
    PADDING-TOP: 1px; 
    WIDTH: 50px; 
    COLOR: #cc3333;
    background-color:#f4f4f4;
}
/***********编辑框风格****************************/
.box {
	BACKGROUND: #ffffff;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	COLOR: #cc3333; 
	HEIGHT: 18px
}

/********************纯Css工具提示*********************************/
a.tooltip {  position: relative;}a.tooltip span {  display: none;}a.tooltip:hover {  font-size: 100%; /* Fixes bug in IE5.x/Win */}a.tooltip:hover span {  display:block;  position:absolute;  top:20px;  left:-50px;  padding: 1px 2px;  border:1px solid black;  background-color:#cc3333;  color:white;}
/*********************工具提示结束*************************/

.title1
{
	font-size:50px;
	color:Red;
}
.title2
{
	font-size:20px;
	color:Red;
	font-weight:bold;	
}
.title4
{
	font-size:20px;
	font-weight:bold;	
}
.title5
{
	font-size:12px;
	color:#cc3333;
}
.title6
{
	font-size:16px;
	font-weight:bold;	
}
/*******主要部分（三列）*****/
#mainDiv
{	
	width:1000px;
	margin:0 auto;
	text-align:left;  
    	
}
/*********主要部分之左边登录********/
#login
{
	width:180px;
	float:left;
	background:white;
}
#content
{
	width:800px;
	background:white;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#cccccc;    
}

#mainContent
{
	width:550px;
	float:left;
	background:url(..\Images\DeanNotice.jpg);
	height:321px;
	margin:0px;
	padding:0px;
}
#secondaryContent
{
	width:225px;
	float:left;
       
}
/*********主要部分结束********/
#topImage
{
	background:url(..\Images\top.gif);	
    text-align:right;
    width:990px;
    padding-top:5px;
}
#calendarImage
{
	background:url(..\Images\calendar.gif)
	
}
#bottomImage
{
	background:url(..\Images\bottom.gif);
	float:right;	
	width:993px;	
}
/****************灰色段落*********************/
#greyPa
{
	background:#cccccc;
	text-align:center;
	clear:both;
}
.separate { 	
	border-bottom:dotted 1px black;
	background:url(..\images\icon.gif) no-repeat 40;
	
}


