/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #000000;} /* 未访问的链接 */
a:visited {color: #333333;} /* 已访问的链接 */
a:hover{COLOR: ff3300;} /* 鼠标在链接上#AE0927 */ 
a:active {color: #0000ff;} /* 点击激活链接 */
/* 顶部频道文字链接的CSS定义－－将顶部频道文字链接与网站链接总的CSS定义分开，以后可以制作

深底浅字的格式，如果要保持原来的设计样式，将此定义内容删除或定义成与网站链接总的CSS相同即

可。调用代码为<a class='Channel' ***>***</a> */
a:link.Channel {color: #ffffff;}
a:visited.Channel {color: #808080;}
a:hover.Channel{COLOR: #ffff00;}
a:active.Channel {color: #FFFFFF;}
/* 顶部当前频道文字链接的CSS定义－－调用代码为<a class='Channel2' ***>***</a> */
a:link.Channel2 {color: #ff3300;}
a:visited.Channel2 {color: #ffff00;}
a:hover.Channel2{COLOR: #FF6600;}
a:active.Channel2 {color: #ffff00;}
/* 底部版权信息文字链接的CSS定义－－与顶部频道文字链接定义的想法相同。可设置与顶部频道文

字链接定义不同的文字颜色，网页内定义以预留。调用代码为<a class='Bottom' ***>***</a> */
a:link.Bottom {color: #ff6600;}
a:visited.Bottom {color: #007db5;}
a:hover.Bottom{COLOR: #999900;}
a:active.Bottom {color: #ff6600;}
/* 文章栏目标题文字链接的CSS定义－－可设置与顶部频道文字链接定义不同的文字颜色，网页内定

义以预留。要相同可不设置。调用代码为<a class='Class' ***>***</a> */
a:link.Class {color: #ffffff;}
a:visited.Class {color: #ffffff;}
a:hover.Class{COLOR: #ff0000;}
a:active.Class {color: #ff3300;}

/* Body的CSS定义:对应CSS中“BODY”，可定义内容为网页字体颜色、背景、浏览器边框等 */
BODY
{
FONT-SIZE: 9pt;
background-position:center;
text-decoration: none;
SCROLLBAR-FACE-COLOR: #f6f6f6;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #cccccc; SCROLLBAR-3DLIGHT-

COLOR: #cccccc; SCROLLBAR-ARROW-COLOR: #330000; SCROLLBAR-TRACK-COLOR: #f6f6f6; 

SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
/* 单元格的CSS定义:对应CSS中的“TD”，这里为总的表格定义，为一般表格的的单元格风格设置，

可定义内容为背景、字体颜色、样式等 */
TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 
}
/* 文章列表背景及文字定义 */
.tdbg
{
background:url(img/bg_line.gif); 
}
.table-1 {
	border: 1px dotted #ff3300;
}
.table-2 {
	border: 1px solid #996600;
}
.table-3 {
	BORDER-RIGHT: #E3BCBD 1px solid;
    BORDER-TOP: #E3BCBD 1px solid;
    BORDER-LEFT: #E3BCBD 1px solid; 
    BORDER-BOTTOM: #E3BCBD 1px solid
}
.table-4{
	border: 1px solid #f0f0f0
}
.table-xia {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.table-you {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
}
.table-xiayou {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000000;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #000000;
}
/* 缩略图CSS定义 */
.pic1
{
}
.pic2
{
border: 3px solid #cccccc;
}
.pic3
{ 
border: 4px solid  #ffffff; 
filter:progid:dximagetransform.microsoft.glow(color=#333333,strength=3); 
}
/* ==文章图片== */
.pic_art {float:left;text-align:center;background:#fff;border:1px solid #ccc;margin:4px 

2px 4px 2px;}
.pic_art_img {
}
.pic_art_title {
}
.pic_article_pic {
width:100px;min-height:90px;text-align:center;clear:both;
border-top-width:1px;border-top-style:solid;border-top-color:#ccc;
border-right-width:1px;border-right-style:solid;border-right-color:#ccc;
border-left-width:1px;border-left-style:solid;border-left-color:#ccc;
}
.pic_article_title {
width:100px;height:18px;line-height:18px;text-align:center;margin-bottom:4px;clear:both;
border-left-width:1px;border-left-style:solid;border-left-color:#ccc;
border-right-width:1px;border-right-style:solid;border-right-color:#ccc;
border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#ccc;
}
/* 文本框的CSS定义:对应CSS中的“INPUT”，这里为文本框的风格设置，可定义内容为背景、字体、

颜色、边框等 */
Input
{
background-color: #ffffff; 
border-bottom: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
border-top: #cccccc 1px solid;
color: #000000;
height: 18px;
border-color: #000000 #000000 #000000 #000000; font-size: 9pt
}
/* 按钮的CSS定义:对应CSS中的“BUTTON”，这里为按钮的风格设置，可定义内容为背景、字体、颜

色、边框等 */
Button
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 下拉列表框的CSS定义:对应CSS中的“SELECT”，这里为下拉列表框的风格设置，可定义内容为背

景、字体、颜色、边框等 */
Select
{
FONT-SIZE: 9pt;HEIGHT: 20px;
}
/* 顶部用户登录文字链接的CSS定义 */
.top_UserLogin
{
color: #037FA8;
}

/* ==频道通用表格CSS定义开始== */
.Channel_border
{
border: 1px solid #cccccc;
}
.Channel_title
{
background: #cccccc;color: #037FA8;height: 27;text-align: center;font-weight:bold;
}
.Channel_tdbg
{
background:#FAFAFA;line-height: 120%;
}
.Channel_pager
{
background:#FAFAFA;line-height: 120%;
}

　　/* --评论显示页的css定义开始-- */ .Comment_border
{
border: 1px solid #449AE8;
}
.Comment_title
{
background:#449AE8;
color: #ffffff;
font-weight: normal;height: 25;
}
.Comment_tdbg1
{
background:#FFFFFF;
line-height: 120%;
}
.Comment_tdbg2
{
background:#FAFAFA;
}
　　/* --评论显示页的css定义结束-- */ .S_headline1
{
color: #999900;
}
/* [组图]简短标题文字的CSS定义 */
.S_headline2
{
color: #FF6600;
}
/* [推荐]简短标题文字的CSS定义 */
.S_headline3
{
color: green;
}
/* [注意]简短标题文字的CSS定义 */
.S_headline4
{
color: red;
}
/* ==简短标题文字的CSS定义开始== */

/* ==top.asp中的CSS定义开始== */
.top_tdbgall
{
width: 760;
}
.top_top
{
background:#0089F7;
height: 2;
}
.top_Channel
{
background:#0089F7;
color:#3AB1F5!important;
text-align: right;
border-top: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}
.top_Announce
{
background:url(/Skin/blue/top_nav_menu.gif);
color: #0560A6;height: 30;
}
.top_1
{
color: #ffffff;
}
.top_2
{
color: #ff6600;
}
.top_nav_menu
{
background:url(/Skin/blue/top_nav_menu.gif);
color: #0560A6;height: 30;
}
.top_Path
{
width: 760;
height: 30;
}
.top_UserLogin
{
color: #037FA8
}
.user_top
{
background:url(/Skin/xueol/login_top.gif);
font-weight:bold;
color: 000000;
height: 45;
width:220;
padding-left:40;
text-align: left;
}
.user_bg
{
background:url(/Skin/xueol/login_bg.gif);
line-height: 150%;
padding-left:5;
padding-right:8;
padding-top:8;
}
.user_bottom
{
background:url(/Skin/xueol/login_bottom.gif);
height: 18;
}
/* ==top.asp中的CSS定义结束== */

/* ==网页中部中的CSS定义开始== */
.center_tdbgall
{

}
　　/* --网页中部左栏的css定义开始-- */ .left_tdbgall
{

}
.left_title1
{
background:url(/Skin/xueol/left_title1.gif);
font-weight:bold;
color: ffffff;
height: 30;
width:220;
padding-left:40;
text-align: left;
}
.left_title2
{
background:url(/Skin/xueol/left_title2.gif);
font-weight:bold;
color: ffffff;
height: 30;
width:220;
padding-left:40;
text-align: left;
}
.left_title3
{
background:url(/Skin/xueol/left_title3.gif);
font-weight:bold;
color: ffffff;
height: 30;
width:220;
padding-left:40;
text-align: left;
}
.left_title4
{
background:url(/Skin/xueol/left_title4.gif);
font-weight:bold;
color: ffffff;
height: 30;
width:220;
padding-left:40;
text-align: left;
}
.left_title5
{
background:url(/Skin/xueol/left_title5.gif);
font-weight:bold;
color: ffffff;
height: 30;
width:220;
padding-left:40;
text-align: left;
}
.left_title6
{
background:url(/Skin/xueol/left_title6.gif);
font-weight:bold;
color: ffffff;
height: 30;
width:220;
padding-left:40;
text-align: left;
}
.left_tdbg1
{
background:url(/Skin/xueol/left_tdbg1.gif);
line-height: 150%;
padding-left:10;
padding-top:10;
padding-right:8;
}
.left_tdbg2
{
background:url(/Skin/xueol/left_tdbg2.gif);
height: 13;
}
.top_top
{
background:url(/Skin/xueol/bar_820.gif);
height: 30;
}
.right_title
{
background:url(/Skin/blue/right_title.gif);
font-weight:bold;
color: ffffff;
height: 28;
width:180;
padding-left:40;
text-align: left;
}
　　/* --网页中部左栏的css定义结束-- */ 　　/* --网页中部中栏的css定义开始-- */ .main_tdbgall
{
width: 572;
}
.main_shadow
{
height: 4;
}
.main_announce
{
color: 037FA8;
height: 25;
background:#f9f9f9;
border: 1px solid #D2D3D9;
}
.main_Search
{
color: 037FA8;
height: 25;
border: 1px solid #D2D3D9;
background:#f9f9f9;
}
.main_top
{
background:url(/Skin/xueol/main_title_760.gif);
height: 187;
}
.main_td
{
color: ffffff;
border-right: 1px solid #d6d6d6;
border-left: 1px solid #d6d6d6;
}
.main_title_760i
{
color: ffffff;
background:url(/Skin/xueol/main_title_760.gif);
border-top: 1px solid #D2D3D9;
border-right: 1px solid #D2D3D9;
border-left: 1px solid #D2D3D9;
text-align: left;
padding-left:40;
height: 29;
}
.main_tdbg_760i
{
border: 1px solid #D2D3D9;
line-height: 150%;
text-align: left;
padding-left:5;
padding-right:5;
}
.main_title_575
{
color: ffffff;
background:url(/Skin/xueol/ey_591top5.gif);
text-align: left;
padding-left:40;
height: 28;
width: 591;
}
.main_title_591_1
{
color: ffffff;
background:url(/Skin/xueol/ey_591top1.gif);
width:591;
text-align: left;
padding-left:40;
height: 28;
}
.main_title_591_2
{
color: ffffff;
background:url(/Skin/xueol/ey_591top2.gif);
width:591;
text-align: left;
padding-left:40;
height: 28;
}
.main_title_591_3
{
color: ffffff;
background:url(/Skin/xueol/ey_591top3.gif);
width:591;
text-align: left;
padding-left:40;
height: 28;
}
.main_title_591_4
{
color: ffffff;
background:url(/Skin/xueol/ey_591top4.gif);
width:591;
text-align: left;
padding-left:40;
height: 28;
}
.main_title_591_5
{
color: ffffff;
background:url(/Skin/xueol/ey_591top5.gif);
width:591;
text-align: left;
padding-left:40;
height: 28;
}
.main_title_591_6
{
color: ffffff;
background:url(/Skin/xueol/ey_591top6.gif);
width:591;
text-align: left;
padding-left:40;
height: 28;
}
.main_tdbg_591
{
background:url(/Skin/xueol/ey_591bg.gif);
line-height: 150%;
text-align: left;
padding-left:10;
padding-top:5;
padding-right:5;
}
.main_tdbg_591f
{
background:url(/Skin/xueol/ey_591foot.gif);
line-height: 150%;
height=13;
}
.main_tdbg_575
{
background:url(/Skin/xueol/ey_591bg.gif);
line-height: 150%;
text-align: left;
padding-left:5;
padding-right:5;
}
.main_tdbg_new
{
background:url(../img/bg_line.gif);
text-align: left;
padding-left:5;
padding-right:5; 
padding-top:2; 
}
.main_tdbg_new1
{
background:url(../img/votebg.gif);
text-align: left;
padding-left:5;
padding-right:5; 
padding-top:2; 
}
.main_title_282i
{
background:url(/Skin/xueol/ey_ztop.gif);
color: ffffff;
height: 28;
width:293;
padding-left:40;
}
.main_tdbg_282i
{
background:url(/Skin/xueol/ey_zbg.gif);
line-height: 150%;
text-align: left;
padding-left:5;
padding-right:5;
}
.main_tdbg_282if
{
background:url(/Skin/xueol/ey_zfoot.gif);
height:13;
text-align: left;
padding-left:5;
padding-right:5;
}
.main_title_282
{
background:url(/Skin/xueol/ey_ztop1.gif);
color: ffffff;
height: 28;
width:293;
padding-left:40;
}
.main_tdbg_282
{
background:url(/Skin/xueol/ey_zbg.gif);
line-height: 150%;
text-align: left;
padding-left:5;
padding-right:5;
}
.main_tdbg_282f
{
background:url(/Skin/xueol/ey_zfoot.gif);
height:13;
text-align: left;
padding-left:5;
padding-right:5;
}
.listbg
{
background:#ffffff;
}
.listbg2
{
background:#f7f7f7;
}
.listbg3
{
background:url(../img/bg_line.gif);height: 20;font-size:9pt;color: #000000;
}
.listbg4
{
background:url(../img/bg_line.gif);height: 20;font-size:9pt;color: #000000;
}
　　/* --网页中部中栏的css定义结束-- */ 　　/* --文章显示页的css定义开始-- */ .main_ArticleTitle
{
color: ff0000;
font-weight:bold;
font-size: 18;
line-height: 150%;
}
.main_NewArticleTitle
{
color: 999900;
font-weight:bold;
height=28;
line-height: 150%;
padding-left:40;
text-align: left;
background:url(/Skin/xueol/ey_anew.gif);
}
.main_tuijian
{
color: 999900;
font-weight:bold;
height=28;
line-height: 150%;
padding-left:40;
text-align: left;
background:url(/Skin/xueol/ey_265top.gif);
}
.main_ArticleSubheading
{
color: 037FA8;
font-weight:bold;
line-height: 150%;
}
.main_title_760
{
background:url(/Skin/xueol/bar_820.gif);
border: 1px solid #D2D3D9;
height: 28;color: cc9900;
}
.main_tdbg_760
{
border: 1px solid #D2D3D9;
padding: 15;
line-height: normal;
font-size:13px;
}
.main_tdbg_7601
{
border: 1px solid #D2D3D9;
padding: 15;
line-height: normal;
}
.Article_tdbgall
{
background:#f5f5f5;
}

　　/* --文章显示页的css定义结束-- */ 　　/* --留言频道css定义开始-- */ a:link.Guest {color: #ffffff;}
a:visited.Guest {color: #ffffff;}
a:hover.Guest{COLOR: #ff0000;}
a:active.Guest {color: #ffffff;}

.Guest_title_760
{
background:url(/Skin/xueol/main_title_760.gif);
padding-left:5;
height: 24;
width: 816;
color: ffffff;
}
.Guest_title_7601
{
background:url(/Skin/xueol/guest_top.gif);
padding-left:5;
height: 24;
width: 816;
color: ffffff;
}
.Guest_tdbg_760
{
background:url(/Skin/xueol/guest_bg.gif);
padding: 8;
}
.Guest_tdbg_760f
{
background:url(/Skin/xueol/guest_foot.gif);
height: 13;
padding: 8;
}
.Guest_border
{
border: 1px solid #999900;
}
.Guest_title
{
background:#999900;
color: #ffffff;
font-weight: normal;
height: 25;
}
.Guest_tdbg
{
background:#FAFAFA;line-height: 120%;
}
.Guest_tdbg_1px
{
background:#D2D3D9;
}
.Guest_border2
{
border: 1px dashed #97D2DF;background:#E8F5F8;color: #006633;
}
.Guest_ReplyAdmin
{
color: #ff0000;
}
.Guest_ReplyUser
{
color: #449AE8;
}
　　/* --留言频道css定义结束-- */ 　　/* --商城的css定义开始-- */ .Shop_border
{
border: 1px solid #449AE8;
}
.Shop_border3
{
border: 1px solid #cccccc;
}
.Shop_title
{
background:url(/Skin/blue/main_title_760.gif);color: #ffffff;font-weight: normal;height: 

27;
}
.Shop_tdbg
{
background:#FAFAFA;line-height: 120%;
}
.Shop_tdbg2
{
background:#f5f5f5;line-height: 120%;
}
.Shop_tdbg3
{
background:#ffffff;line-height: 120%;
}
.Shop_tdbg4
{
background:#E1F4EE;line-height: 120%;
}

　　/* --商城的css定义结束-- */ .Bottom_tdbgall
{
width: 760;
}
.Bottom_Adminlogo
{
background:#0089F7;color:#ffffff;
}
.Bottom_Copyright
{
color:#000000;
}
/* ==Bottom.asp中的CSS定义结束== */

/* ==自选风格中的CSS定义结束== */
.menu
{
background-color: #cccccc;width:97%;border: 1px;
}
.menuBody
{
background-color: #ffffff;
}
/* ==自选风格中的CSS定义结束== */
.Channel_font
{
color: red;
}
/* --评论显示页的CSS定义开始-- */ 
.Guest_font
{
color: green;
}
/* --评论显示页CSS定义结束-- */
/* --留言频道CSS定义开始-- */
/* 留言栏目标题文字链接的CSS定义－－调用代码为<a class='Guest' ***>***</a> */
a:link.Guest {color: #000000;}
a:visited.Guest {color: #000000;}
a:hover.Guest{COLOR: #ff6600;}
a:active.Guest {color: #000000;} 

/* 站内链接文字颜色定义 */
a.Channel_KeyLink{text-decoration: underline;}
a:link.Channel_KeyLink {color: blue;}
a:visited.Channel_KeyLink {color: blue;}
a:hover.Channel_KeyLink{color: #ff0000;}
a:active.Channel_KeyLink {color: blue;}
/* --用户控制css定义开始-- */
.user_left
{
background:#f3f3f3;width:170px;padding-left: 4px;border-left-width: 2px;border-left-

style: solid;border-left-color: #ffffff;padding-right: 4px;
}
.user_box/*左区块内标题栏定义*/
{
border: 1px solid #bfbfbf;background-color: #ffffff;border-collapse:15;
}
.user_righttitle {
background-color: #f3f3f3;padding-top: 5px;padding-right: 5px;padding-bottom: 

1px;padding-left: 5px;
border-top-width: 2px;border-right-width: 2px;border-bottom-width: 1px;border-left-width: 

2px;
border-top-style: solid;border-right-style: solid;border-bottom-style: solid;border-left

-style: solid;
border-top-color: #ffffff;border-right-color: #ffffff;border-bottom-color: 

#bfbfbf;border-left-color: #ffffff;
}
.user_line {
line-height: 1px;background-image: url(images/line.gif);
}
.user_toolstop/*左区块内标题栏定义*/
{
line-height: 28px;font-size: 12px;font-weight: bold;color: #666666;padding-left: 

10px;letter-spacing: 4pt;
}
.user_toolsbot/*左区块内内容定义*/
{
line-height: 25px;font-size: 12px;color: #666666;border-right-width: 4px;border-right-

style: solid;border-right-color: #ffffff;
}
.user_toolspoint/*区块内箭头栏定义*/
{
padding-left: 6px;
}
/*用户控制面板右*/
.user_right {
background-color: #ffffff;padding-right: 2px;padding-left: 6px;width:572px;
}
.border1
{
border: 1px solid #bfbfbf;
}
.title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.border
{
border: 1px solid #449ae8;
}
.tdbg
{
background:#f0f0f0;line-height: 120%;
}
.tdbgmouseover{
background:#bfdfff;line-height: 120%;
}
.tdbg2
{
background:#e0eef5;line-height: 120%;
}
.tdbg5
{
background:#e0eef5;line-height: 120%;
}
.title5
{
width:80px;background:url('../user/images/titlebg2.gif');line-height: 120%;padding-

top:2px;cursor:hand;
}
.title6
{
width:80px;background:url('../user/images/titlebg1.gif');color: #ffffff;font-weight: 

normal;padding-top:2px;cursor:hand;
}
.button1
{
width:90px;
}
.show_page {
text-align: center;
}
/* 固定排课表格表格的css定义*/
.date_border
{
border: 1px solid ;
}
.date_title
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.date_tdbg
{
background:#449ae8;color: #ffffff;font-weight: normal;
}
.style2
{
font-size: 10px;
}
.style3
{
font-size: 12px;
}
/* ==RSS连接框定义== */
#popitmenu {
    BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; Z-INDEX: 100; VISIBILITY: 

hidden; FONT: 12px/18px Verdana; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px 

solid; POSITION: absolute; BACKGROUND-COLOR: white
}
#popitmenu A {
    DISPLAY: block; PADDING-LEFT: 6px; COLOR: black; TEXT-DECORATION: none;
}
#popitmenu A:hover {
    BACKGROUND-COLOR: #ccff9d;
}

/* ==用户登录框定义== */
#userlogined
{
    padding-left:10;text-align: left;
}
#userctrl
{
    text-align: center;
}
#usermessage
{
    padding-left:10;text-align: left;
}
.havemessage
{
    BACKGROUND-COLOR: #ccff9d;
}
.havemessaged
{
    BACKGROUND-COLOR: #cc0000;
}
.spaceList
{
width: 100%;text-align: center;
}
.spaceList_image
{
text-align: center;
}
.spaceList_intro
{
text-align: center;
}
#showspacelist_more
{
text-align: right;padding-right:10;
}
/* ==供求信息div按钮定义开始== */
#supply{
margin:0px;
padding:0px;
color:#fff;
}
.supplybut,.supplybutover{
margin:0px;
padding:1px;
line-height:25px;
border-top: 1px solid #d2d3d9;border-right: 1px solid #d2d3d9;border-left: 1px solid 

#d2d3d9;text-align: left;padding-left:30;padding-right:15px;
display: block;
float:left;
margin-right:8px;
cursor:hand;
}
.supplybut{
background:url(/Skin/blue/main_title_575.gif);
}
.supplybutover{
background:url(/Skin/blue/main_title_282.gif);
}
/* ==供求信息div按钮定义开始== */
