/*========== Stylesheet for itcast ========*\
     Object: index.css
     Author: tingzi
Last Update: 2007-01-15
\*======================================*/

@import url("public_header_footer.css"); 
@import url("same.css");


/*************index********************/
body{ background:url(../images/headerBg.gif) top right no-repeat;}


#wrapper{text-align: center;}
#innerWrapper{
    margin: auto;
    width: 940px;
    text-align: left;
    background-color: #FFFFFF;
}
#sidebar{
	float:left;
	width:220px;
}
#sidebar h5{
	background-color:#0058a8;
	font-size:12px;
	color:#fff;
	line-height:22px;
	padding-left:15px;
	padding-top:2px;
}
.notice{
	background:url(../images/noticeBg.gif) top center no-repeat;
	padding:45px 10px 40px 0;
	line-height:22px;
}
.notice li{
	list-style:none;
	border-bottom:dashed 1px #ccc;
	margin-left:10px;
	padding-left:8px;
}
.notice li span{
	font-weight:bold;
	color:#f00;
}
.notice a:link{ color:#000;}
.notice a:visited{ color:#000;}
.notice a:hover{ color:#ff3300;}
.advisory{
	border:solid 1px #648bae;
	padding:2px;
	line-height:22px;
	margin-top:6px;
	background-color:#f3f7fa;
}
.advisory dl{padding:15px 15px 10px 15px;}
.advisory dl dd{ border-bottom:solid 1px #ccc; margin-bottom:10px; padding-bottom:5px;}
.advisory dl dd img{
	margin-bottom:-5px;
	padding-right:10px;
}
.advisory dl dt img{ float:left; margin-right:15px;}
.teachNavi{margin-top:6px;}
.teachNavi ul{
	list-style:none;
	margin:0;
	padding:0;
}
.teachNavi ul li{ margin-left:0;}
.teachNavi li a{
	display:block;
	padding:5px 0;
	padding-left:60px;
	width:160px;
	text-decoration:none;
	background-color:#b8c4d2;
	border-bottom:solid 1px #fff;
}

.teachNavi li a:link{ color:#000;}
.teachNavi li a:visited{ color:#000;}
.teachNavi li a:hover{ color:#0158a8; text-decoration:none; background:url(../images/itcast_2_10.gif) #dde7e8 195px 5px no-repeat;}
.teachNavi .on a{ color:#0158a8; text-decoration:none; background:url(../images/itcast_2_10.gif) #dde7e8 195px 5px no-repeat;}


/*********************  mainWrapper   ***********************/
#mainWrapper{
	float:right;
	width:712px;
}
#mainWrapper a:link{ color:#0782b0}
#mainWrapper a:visited{ color:#0782b0}
#mainWrapper a:hover{ color: #FF6600}
#mainWrapper h5{
	background:#3770ac;
	color:#fff;
	padding-left:15px;
	line-height:24px;
	font-size:12px;
}
#mainWrapper p{
	margin:10px 0;
	text-align:right;
	padding-right:10px;
}
.jiuyeStar{
	border:solid 1px #aaa;
	padding:15px;
	text-align:center;
	color:#444;
}
.jiuyeStar table img{
	border:solid 1px #ccc;
	padding:4px;
	margin-bottom:5px;
}