/*========== 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:18px;
}
.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:16px;
	margin-top:-20px;
	background-color:#f3f7fa;
}
.advisory dl{padding:3px 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;}
.tech{
	border:solid 1px #648bae;
	padding:2px;
	line-height:22px;
	margin-top:6px;
	background-color:#f3f7fa;
}
.tech ul{ margin:15px 0;}
.tech ul li{
	list-style:none;
	background:url(../images/dot_1.gif) left center no-repeat;
	margin-left:15px;
	padding-left:15px;
}
.tech a:link{ color:#000;}
.tech a:visited{ color:#000;}
.tech a:hover{ color: #FF3300;}
.hightCourse{
	border:solid 1px #648bae;
	padding:2px;
	line-height:20px;
	margin-top:6px;
	background-color:#f3f7fa;
}
.hightCourse dl{ margin-bottom:10px;}
.hightCourse dl dt{
	background:url(../images/itcast_2_06.gif) #dbe8f0 15px center no-repeat;
	padding-left:35px;
	font-weight:bold;
	margin-top:5px;	
}
.hightCourse dl dd{ padding-left:50px;}
.hightCourse a:link{ color:#444;}
.hightCourse a:visited{ color:#444;}
.hightCourse a:hover{ color: #FF0000;}

/*********************  mainWrapper   ***********************/
#mainWrapper{
	float:right;
	width:712px;
}
#mainWrapper a:link{ color:#0782b0}
#mainWrapper a:visited{ color:#0782b0}
#mainWrapper a:hover{ color: #FF6600}
#mainWrapper h5{
	background:url(../images/itcast_2_04.gif) left top no-repeat;
	padding-left:15px;
	line-height:24px;
	font-size:12px;
}
.course{
	margin-top:8px;
	line-height:20px;
}
.innerCourse{
	border:solid 1px #bbb;
	padding:8px;
}
.course .banji{
	border-bottom:dashed 1px #ccc;
	margin-bottom:15px;
	padding-bottom:5px;
}
.courseImg{ float:left; margin-right:15px;}
.courseImg img{ border:solid 1px #ccc; padding:3px;}

