/* 
CSS Document for Educational Administration Offiece of Southwest Petroleum University .
Update: 2008.3.22
Function：首页 - 如日历
*/

/* 日历样式：注意背景图片 和 内容 大小的匹配 */
#calendar{
	margin:0;
	padding:0;
	height:220px;
	width:213px;
	background-image:url(../images/cal_bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
#calr_detail{
	margin:46px 10px 20px 10px;
	padding:0;
	text-align:center;
	line-height:125%;

}

/* 重要应用样式，即左侧快速的导航 */
#item{
	margin:0;
	padding:8px 22px;
}
#item a{
	text-decoration:none;
}
#item ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#item ul li{
	display:block;
	background-image:url(../images/item_li.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:20px;
	font-size:14px;
	font-weight:bold;
	line-height:200%;
	border-bottom:solid 1px #ECEDE4;
}

/* 友情链接 */
#link{
	margin:0;
	padding:8px 20px;
	text-align:center;
}

/* 分割线：花纹 */
.classLine{
	margin:0;
	padding:0;
	width:100%;
	height:12px;
	background-image:url(../images/class.gif);
	background-repeat:repeat-x;
}

/* 首页教务动态和教务管理内容样式：注意图片热链接（MORE） */
#news img{
	border:0;
}
#newscontent{
	background-image:url(../images/home_tnpic1.gif);
	background-position:right;
	background-repeat:no-repeat;
	width:94%;}
#manage img{
	border:0;
}
#managecontent{
	background-image:url(../images/home_tnpic2.gif);
	background-position: right;
	background-repeat:no-repeat;
	width:94%;}
#newscontent ul,#managecontent ul{
	margin:2px;
	padding:1px;
	list-style-type:none;
	}
#newscontent ul li,#managecontent ul li{
	border-bottom:dotted 1px #E9E9E9;
	line-height:150%;
	width:76%;
	background-image:url(../images/li_p.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-indent:10px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

/* 右侧TIP：搜索*/
#r_tip{
	margin:0;
	padding:0;
	height:34px;
}
#search_default{	/* 首页搜索*/
	float:left;
	width:300px;
	margin:0;
	padding:4px 0 2px 6px;	
	height:34px;
}
#ad_default{	/* 首页小广告*/
	float:right;
	width:220px;
	margin-right: auto;
	margin-left: auto; 
	padding: 0px;
}