/*----------------------------------------------------------------------------------------

                         保山学院学生工作处网站 CSS样式表 by dsci
						  
				
----------------------------------------------------------------------------------------*/



/*//////////////////////////////基本类\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
body {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

td {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	word-break:break-all;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

form {
	margin: 0px;
}

/* --------------------默认链接式样-------------------------- */
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;

}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/*//////////////////////////////自定义类\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/
/*\\\\\\\\\\\\\\\\\\\\表格背景色////////////////////*/
.TdWhite {
	background-color: #FFFFFF; /*------白色外边框------*/
}

.TdBGMenu {
	background-image: url(../images1/bg_menu.gif);  /*------菜单背景------*/
	background-repeat: repeat-x;
	height: 29px;
}

.TdBGNews {
	background-image: url(../images1/bg_news.gif);  /*------新闻背景------*/
	background-repeat: repeat-x;
	height: 266px;
}

.TdBGNewsLine {
	background-color: #ffc175; /*------新闻边框------*/
}

.TdList_Line {
	background-image: url(../images/tip_lst_line.gif);  /*------列表(虚线)------*/
	background-repeat: repeat-x;
	height: 1px;
}

.TdBGNewLstLine {
	background-color: #ffbe71; /*------最新文章边框------*/
}

.TdBGPage {
	background-color: #fffffa; /*------页面背景------*/
	background-image: url(../images1/bg_news02.gif);
	background-repeat: repeat-x;
	height: 179px;
}

.TdBGCopyR {
	background-color: #fffffa; /*------页面底部背景------*/
}

.TdBGNotice {
	background-image: url(../images1/bg_notice.gif);  /*------公告背景------*/
	background-repeat: repeat-y;
	width: 224px;
}

.TdBGRight {
	background-image: url(../images1/bg_right.gif);  /*------页面右侧背景------*/
	background-repeat: repeat-y;
	width: 611px;
}

.TdBGLeft {
	width: 224px;
	background-color: #ffdc96;
}

.TdGray {
	background-color: #b3b3b3; /*------灰色背景------*/
}

.TdCopyR {
	background-color: #b3b3b3; /*------CopyR背景------*/
	background-image: url(../images/img_copyr02.gif);
	background-repeat: no-repeat;
	width: 349px;
	line-height: 1.2;
	color: #2e5276;
}

.TdBGTextTitle {
	background-color: #ff610f; /*------内容页分隔线背景------*/
}

/*\\\\\\\\\\\\\\\\\\\\字体样式////////////////////*/
.Fnt14 {   
	font-size: 14px;
}

.FntBold {  	
	font-weight: bold;	
}

.FntLstTitle {					/*------列表页标题------*/
	font-weight: bold;	
    color: #ff610f;
}

.FntTitle {   					/*------内容页标题------*/
	font-size: 24px;
	color: #ff610f;
	font-weight: bold;	
}

.FntTime {   
	color: #ff610f;
}

/*\\\\\\\\\\\\\\\\\\\\\控制类/////////////////////*/
.Indent {                  /* 文本缩进*/
	line-height: 1.5;
	text-indent: 2em;
}

/*\\\\\\\\\\\\\\\\\\\\链接样式////////////////////*/
/*---------菜单链接---------*/
.LinkMenu a:link {
	padding-left: 15px;
	color: #010000;
	text-decoration: none;
}
.LinkMenu a:visited {
	padding-left: 15px;
	color: #010000;
	text-decoration: none;
}
.LinkMenu a:hover {
	padding-left: 15px;
	color: #ff6600;
	text-decoration: none;
}
.LinkMenu a:active {
	padding-left: 15px;
	color: #010000;
	text-decoration: none;
}

/*\\\\\\\\\\\\\\\\\\\\菜单////////////////////*/
#nav {
    line-height: 29px; 
	list-style-type: none;
	padding:0px;margin:0px;
}

#nav a {
display: block; width: 67px; text-align:center;
}

#nav a:link {
color:#ff6600;text-decoration:none;font-weight:bold;
}
#nav a:visited {
color:#ff6600;text-decoration:none;font-weight:bold;
}
#nav a:hover {
color:#333333;text-decoration:none;font-weight:bold;
}

#nav li {
	float: left;
	width: 65px;	
}
#nav li a:hover{
	color: #333333;
}
#nav li ul {
line-height: 27px; list-style-type: none;text-align:left;
left: -111em; width: 180px; position: absolute;
padding:0px;margin:0px;
}
#nav li ul li{
float: left; width: 180px; background-color: #ffd587;
}

#nav li ul a{
display: block; width: 180px;text-align:left;padding-left:24px;
}

#nav li ul a:link {
color:#326005; text-decoration:none;
}
#nav li ul a:visited {
color:#326005;text-decoration:none;
}
#nav li ul a:hover {
color:#FF6600;text-decoration:none;font-weight:normal;
}

#nav li:hover ul {
left: auto;
}
#nav li.sfhover ul {
left: auto;
}
#content {
clear: left;
}