/* 网站链接总的css定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 

a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #000000;} /* 已访问的链接 */
a:hover{
	color: #CC0000;
	text-decoration: underline;
} /* 鼠标在链接上 */ 
a:active {color: #CC0000;} /* 点击激活链接 */

/* 顶部频道文字链接的css定义－－将顶部频道文字链接与网站链接总的css定义分开，以后可以制作深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的css相同即可。调用代码为<a class='channel' ***>***</a> */
a.channel:link {color: #371C00;}
a.channel:visited {color: #371C00;}
a.channel:hover{
	color: #CC0000;
	text-decoration: underline;
}
a.channel:active {color: #371C00;}
/* 顶部当前频道文字链接的css定义－－调用代码为<a class='channel2' ***>***</a> */
a.channel2:link {
color:  #CC0000;
text-decoration: underline;
}
a.channel2:visited {
color: #CC0000;
text-decoration: underline;
}
a.channel2:hover{
	color:  #CC0000;
	text-decoration: underline;
}
a.channel2:active {color: #CC0000;}
/* 底部版权信息文字链接的css定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='bottom' ***>***</a> */
a.bottom:link {color: #333333;}
a.bottom:visited {color: #333333;}
a.bottom:hover{
	color: #CC0000;
	text-decoration: underline;
}
a.bottom:active {color: #333333;}
/* 文章栏目标题文字链接的css定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定义以预留。要相同可不设置。调用代码为<a class='class' ***>***</a> */
a.class:link {color: #333333;}
a.class:visited {color: #333333;}
a.class:hover{
	color: #CC0000;
	text-decoration: underline;
}
a.class:active {color: #CC0000;}

a.jiaoxue1:link {
	font-family: SimHei;
	font-size: 16px;
	color: #874343;
	letter-spacing: 1px;
	background-image: url(/Skin/pllc/daoshi/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.jiaoxue1:visited {
	font-family: SimHei;
	font-size: 16px;
	color: #914848;
	letter-spacing: 1px;
	background-image: url(/Skin/pllc/daoshi/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.jiaoxue1:hover{
	font-family: SimHei;
	font-size: 16px;
	color: #CC6600;
	letter-spacing: 1px;
	background-image: url(/Skin/pllc/daoshi/dian2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.jiaoxue1:active {
	font-family: SimHei;
	font-size: 16px;
	color: #914848;
	letter-spacing: 1px;
	background-image: url(/Skin/pllc/daoshi/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

a.jiaoxue11:link {
	font-family: SimHei;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;

}
a.jiaoxue11:visited {
	font-family: SimHei;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;

}
a.jiaoxue11:hover{
	font-family: SimHei;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;

}
a.jiaoxue11:active {
	font-family: SimHei;
	font-size: 16px;
	color: #000000;
	letter-spacing: 1px;

}
a.LinkNavigation:link {
	color: #000000;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
a.LinkNavigations:visited {
    color: #ffffff;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
a.LinkNavigation:hover{
    color: #ff0000;
	background-image: url(/Skin/pllc/mobao/dian2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
a.LinkNavigation:active {
    color: #ffffff;
	background-image: url(/Skin/pllc/mobao/dian3.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.neirong{
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
}

/* 文章列表連接樣式 */

a.neirong:link {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	font-weight: bold;
}
.neirong_a {
	background-color: #CCCCCC;
}
.neirong_b {
	background-color: #999966;
}
a.neirong:visited {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;

	font-weight: bold;
}
a.neirong:hover{
	font-size: 14px;
	color: #750000;
	letter-spacing: 1px;

	font-weight: bold;
}
a.neirong:active {
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;

	font-weight: bold;
}
.high_200 {
	line-height: 200%;
}
.jiaoxue1
{
	font-family: SimHei;
	font-size: 16px;
	color: #AE0004;
	letter-spacing: 1px;
	text-align: center;
}
/* body的css定义:对应css中“body”，可定义内容为网页字体颜色、背景、浏览器边框等 */
body
{
	margin:0px;
	font-size: 12pt;
	text-decoration: none;
	scrollbar-face-color: #2c2b2b; /* 工具条*/
	scrollbar-highlight-color:  #bab6b6;/* 高光*/
	scrollbar-shadow-color:  #828282;/* 阴影*/
	scrollbar-3dlight-color:  #828282;
	scrollbar-arrow-color:  #828282;
	scrollbar-track-color:  #828282;
	scrollbar-darkshadow-color:  #333333;
	background-color:  #333333;
	background-image: url(pllc/photo/back.gif);
}
/* 单元格的css定义:对应css中的“td”，这里为总的表格定义，为一般表格的的单元格风格设置，可定义内容为背景、字体颜色、样式等 */
td
{
	font-family:"宋体";
	font-size: 10pt;
	line-height: 150%;
	font-weight: normal;
}
/* 文本框的css定义:对应css中的“input”，这里为文本框的风格设置，可定义内容为背景、字体、颜色、边框等 */
/*input
{
background-color: #ffffff; 
border-bottom: #666666 1px solid;
border-left: #666666 1px solid;
border-right: #666666 1px solid;
border-top: #666666 1px solid;
color: #666666;
height: 18px;
border-color: #666666 #666666 #666666 #666666; font-size: 9pt
}
/* 按钮的css定义:对应css中的“button”，这里为按钮的风格设置，可定义内容为背景、字体、颜色、边框等 */
button
{
font-size: 9pt;height: 20px;
}
/* 下拉列表框的css定义:对应css中的“select”，这里为下拉列表框的风格设置，可定义内容为背景、字体、颜色、边框等 */
select
{
font-size: 9pt;height: 20px;
}
/*學院-墨寶-定義開始*/
.table_01 {
	background-color: #6f5c25;
}
.title_mobao {

	font-size: 16px;
	line-height: 140%;
	letter-spacing: 1px;
	text-align: center;

}
.table_02 {
	background-color: #C48A3E;
	font-size: 14px;
	color: #000000;
}
.table_03 {
	background-color: #ffffff;
}
.title_14 {
	font-size: 14px;
	letter-spacing: 3px;
}
.title_16 {
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 180%;
	padding-left: 25px;
}
.title_18 {
	font-size: 18px;
	letter-spacing: 3px;
	font-family: SimHei;

}
.title_20 {
	font-size: 20px;
	letter-spacing: 3px;
}
.bianhao_title {
	font-size: 20px;
	letter-spacing: 3px;
	color: #000000;
	text-align: center;
	font-family: SimHei;
	font-weight: 120;

}

.title_13 {
	font-size: 13px;
	line-height: 23px;
	letter-spacing: 2px;
	padding-left: 20px;
}
.dian {
	background-image: url(/Skin/pllc/mobao/dian.gif);
	background-repeat: repeat-x;
}
.bian {
	border: 3px solid #400000;
}
.line {
	background-image: url(/Skin/pllc/mobao/line.gif);
	background-repeat: repeat-x;
}

/*學院-墨寶-定義結束*/

/* 顶部用户登录文字链接的css定义 */

.top_userlogin
{
color: #037fa8;
}

/* ==频道通用表格css定义开始== */
.channel_border /* 灰色表格边框背景颜色定义(760) */
{
border: 1px solid #cccccc;
}
.channel_title /* 标题背景颜色定义(760) */
{
background: #cccccc;color: #037fa8;height: 27;text-align: center;font-weight:bold;
}
.channel_tdbg /* 表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}
.channel_pager /* 分页表格背景颜色定义(760) */
{
background:#fafafa;line-height: 120%;
}

/* ==频道通用表格css定义结束== */ 


/* --公告显示文字(滚动条)的css定义开始-- */
.AnnounceBody2 {color:#ffffff;}
a.AnnounceBody2:link {color: #ffffff;}
a.AnnounceBody2:visited {color: #ffffff;}
a.AnnounceBody2:hover{color: #ffff00;}
a.AnnounceBody2:active {color: #ffffff;}
/* --公告显示文字(滚动框)的css定义开始-- */
.AnnounceBody1 {color:#333;}
a.AnnounceBody1:link {color: #333333;}
.class2 {
	font-size: 14px;
	line-height: 40px;
	background-image: url(/Skin/pllc/dian2.gif);
	background-repeat: repeat-x;
	letter-spacing: 1px;
	font-weight: 40;
}
a.AnnounceBody1:visited {color: #333333;}
a.AnnounceBody1:hover{color: #ff0000;}
a.AnnounceBody1:active {color: #333333;}
/* --公告显示文字(滚动框、滚动条)的css定义结束-- */
hr
{
height:1px;
color:#5575B0；
}
.photo_back {
	border: medium double #663300;
}
.photo_back2 {
	border: medium double #CC0000;
}
.jinshi {
	font-size: 16px;
	color: #990000;
	letter-spacing: 3px;
	line-height: 170%;
	}
a.jinshi:link {
	color: #643200;
}

a.jinshi:visited {
	color: #990000;
	text-decoration: underline;
}
a.jinshi:hover{
	color: #990000;
	text-decoration: underline;
}
a.jinshi:active {
	color: #990000;
}
.photo_title {
	font-family: SimHei;
	font-size: 16px;
	text-align: center;
}
.photo_title2 {
	font-size: 16px;
	line-height: 170%;
}
.title_lanmu {
	font-size: 18px;
	letter-spacing: 3px;
	font-family: SimHei;
	text-align: center;
	vertical-align: text-bottom;
}
.shuxian {
	background-image: url(pllc/photo/shudian.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.hengxian {
	background-image: url(pllc/photo/hengxian.gif);
	background-repeat: repeat-x;
	background-position: top;
}
