body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-size: 14px;
	height:100%;
	
}
/*分隔块色*/
.spliter_color
{
	background-color:#1873aa;	
}
/*顶框背景图片*/
#m_topdiv
{
	height:30px;
	background:url(/Admin/images/maintable/tab_05.gif) repeat-x;
	width:100%;
	min-width:800px;
	
}
#m_top_left
{
	height:30px;
	background:url(/Admin/images/maintable/tab_03.gif) no-repeat;
	width:12px;
	float:left;
	
}
#m_top_right
{
	height:30px;
	background:url(/Admin/images/maintable/tab_07.gif) no-repeat;
	width:16px;
	float:right;

	
}
#m_top_nav
{
	width:42%;
	height:30px;
	line-height:30px;
	min-width:200px;
	margin-left:10px;
	background:url(/Admin/images/maintable/tb.gif) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	text-indent:18px;
	float:left;
	overflow:hidden;
	
}
#m_top_menu
{
	float:right;
	width:50%;
	min-width:400px;
	margin-right:10px;
	line-height:30px;
}
#m_top_menu a
{
	color:Blue;
	text-decoration:none;
}
#m_top_menu a:hover
{
	color:Orange;
}
#m_top_menu ul
{
	margin-top:1px;
	float:right;
	width:auto;
	height:28px;
	vertical-align:middle;
	list-style-type:none;
}
#m_top_menu ul li
{
	line-height:24px;
	float:right;
	width:auto;
	margin-top:4px;
	margin-right:2px;
	padding-left:2px;
}
/*LinkButton按钮风格*/
.BtnStyle
{
	background:url(/images/idx_style_004.gif) repeat-x;
	border:solid 1px #0075A9;
	height:23px;
	cursor:pointer;
}
.BtnStyle_hover
{
	background:url(/images/idx_style_003.gif) repeat-x;
	border:solid 1px #D17401;
	height:23px;
	cursor:pointer;
}
.actionMenu_Edit
{
	background:url(/images/page/page_new.gif);
}
.actionMenu_Update
{
	background:url(/images/page/page_edit.gif);
}
.actionMenu_Delte
{
	background:url(/images/page/page_delete.gif);
}
.actionMenu_Refresh
{
	background:url(/images/page/page_refresh.gif);
}
.actionMenu_Return
{
	background:url(/images/page/page_up.gif);
}
.actionMenu_Search
{
	background:url(/images/page/page_find.gif);
}
.actionMenu_Reset
{
	background:url(/images/page/page.gif);
}
.actionMenu_Save
{
	background:url(/images/page/page_component.gif);
}
.actionMenuHover
{
	color:#FD6C01;
	background-color:#FAFCFF;

}
#mainArea
{
	 width:100%;
	 overflow:hidden; 
	 height:100%; 
	 position:absolute;
}

/*高亮文字显示*/
.highlight
{
	color:Red;
}
/*-----------系统列表风格--------------*/
.thbanner ul
{
	list-style-type:none;
	width:100%;
	clear:left;
	margin:0px;
	padding-left:20px;
	text-align:left;
	display:inline;
	border-bottom:1px solid #CCC;
	
}
.thbanner li
{
	float:left;
	line-height:22px;
	margin:0px;
	padding:0px;
	display:block;
	
}
.SysListCss
{
	table-layout:fixed; 
	border-collapse:collapse;
	width:100%;
	margin:0px;
}
.SysListCss tr
{
	vertical-align:middle;
	height:24px;
	font-size:14px;
	
}
.SysListCss th
{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR:#999999; 
	BACKGROUND-COLOR: #F3FBFE; 
	height:24px;
	text-align:left;
	text-indent:2px;
}

.SysListCss th a
{
	COLOR:#999999; 
}

.SysListCss th a
{
	COLOR:#999999; 
}

.SysListCss td
{
	border-right:solid 1px #efefef;
	border-bottom:1px solid #efefef;
	background-image:none;
	text-indent:2px;
	height:22px;
	overflow:hidden;
	margin-top:2px;
	margin-bottom:2px;
	line-height:22px;
}
.SysListCss .tooltip
{
	white-space:nowrap;
}
.SysListCss a
{
	 white-space:nowrap;
	 color:#000;
	 text-decoration:none;
}

.SysListCss a:hover
{
	color:#17A5FB;
	text-decoration:none;
}

.SysListCss a:active  
{
	color:#17A5FB;
	text-decoration:none;
}
#MyNewsBox
{
	height:30px; 
	width:100%; 
	padding-left:40px;
	background-color:#ffffcc;
	background:url(/Admin/images/boxbg2.gif) repeat-x;
}
#MyNewsBox ul
{
	list-style-type:none; 
	margin:0px; 
	padding:0px;
}
#MyNewsBox ul li
{
	margin-left:1px;
	float:left; 
	width:150px; 
	line-height:30px;
	text-align:center;
	background:url(/Admin/images/boxbg.gif) repeat-x;
}
#MyNewsBox ul li a
{
	text-decoration:none;
	
}
.liMouseover
{
	color:Blue;
	font-weight:bold;
	background:url(/Admin/images/boxbg3.gif) !important;
	cursor:pointer;
}

.DisableColor
{
	color:Gray;
	background-color:#F2F2F2;
}
.td_noBorder tr td
{
	border:none;
}

/*最外层表格背景*/
.table_bgcolor
{
	background-color:#F5F9FF;
}

/*鼠标悬浮后行的颜色*/
.table_titlebgcolor
{
	background-color:#ffffcc;
	color:#0000ff;
}
/*动作菜单表格样式*/
.sysActionMenu a
{
	color:Blue;
	text-decoration:none;
}
.sysActionMenu a:hover
{
	color:Orange;
}
.sysActionMenu td
{
	width:63px;
	padding-right:3px;
}
.actionButton
{
	height:98%;
	vertical-align:middle;
	cursor:pointer;
}

.table_leftborderstyle
{
	width:8px;
	background:url(/Admin/images/maintable/tab_12.gif) repeat-y;
}
.table_rightborderstyle
{
	width:8px;
	background:url(/Admin/images/maintable/tab_15.gif) repeat-y;
}
.gotoPage
{
	height:18px; 
	width:38px; 
	border:1px solid #999999;
	font-size:12px;
}

/*TextBox*/
.Ipt
{
	border:solid 1px #CCCCCC;
	padding:1px;
	width:200px;
	height:18px;
	line-height:18px;
	font-size:12px;
	font-family:Arial, 宋体;
	margin:0px;
}
.IptIn
{
	background:#ffffe1;
	border:solid 1px #FFAC00;
}
/*RadioButtonList*/

.css_RadioButtonList td
{
	border-style:none;
}
/*DropDownList*/
.css_DropDownList
{
	width:204px;
}
/*页脚样式*/
#FooterStyle_2 
{
	/*
    background:#F9FDDB none repeat scroll 0 0;
    border:1px solid #E2E44F;
	*/
    font-size:12px;
    height:16px;
    margin:8px 0;
    padding:1px 10px 1px 1px;
    
}
#FooterStyle_2 a:hover {
   /* background:transparent url(/Images/abc_a.gif) repeat scroll 0 -20px;*/
    border:1px solid #5EC1FF;
    background-color:#74D4FF;
    color:#0076AF;
}
#FooterStyle_2 a {
    /*background:transparent url(/Images/abc_a.gif) repeat scroll 0 -40px;*/
    border:1px solid #E9CD7D;
    background-color:#FFEC99;
    padding:1px 1px;
    color:#9F6536;
    display:block;
    float:right;
    height:16px;
    line-height:16px;
    margin:0 3px;
    text-align:center;
    text-decoration:none;
    min-width:16px;
}
#FooterStyle_2 span 
{
	border:1px solid #5EC1FF;
    background-color:#74D4FF;
    height:16px;
    line-height:16px;
	color:#9F6536;
	float:right;
	margin:0 3px;
	padding:1px 1px;
	min-width:16px;
	text-align:center;
}

/*系统提示*/
.TipMainArea
{
	width:99%; 
	margin-left:2px;
	border:1px solid #95BAE3; 
	text-align:left
}
.TipTopArea
{
	background-color:#73A2D6;
	border-bottom:1px solid #95BAE3; 
	font-size:14px; 
	font-weight:bold; 
	color:#fff; 
	padding:5px 10px 3px 10px;
}
.TipTxtArea
{
	background-color:#fff; 
	/*padding:54px 34px 54px 156px; */
	padding:54px 0px 54px 0px;
	text-align:center;
	vertical-align:middle;
}
.TipTxtArea .txt_title, .errTxtArea .txt_title a {
	color:#6C88A2;
}
.TipTxtArea .txt_title 
{
	font-size:14px;
	font-weight:bold;
	margin-left:12px;
}
 .TipBtmArea
 {
	padding:5px ;
	background-color:#E6EEF7;
	border-top:1px solid #95BAE3 ;
	text-align:center;
}
/*系统管理列表页提示样式*/
#tooltip_simiply{
	position:absolute;
	border:1px solid #333;
	background:#FFB961;
	padding:2px 5px;
	color:#333;
	display:none;
}
/*登陆页*/
.LogPageTop
{
    margin:0px auto;
    width:900px;
    height:206px;
    background:url(/Admin/images/log01.gif) no-repeat;
}
.LogPageMiddle
{
     margin:0px auto;
     width:900px;
     height:207px;
     background:url(/Admin/images/log02.gif) no-repeat;
}
.LogPageFoot
{
     margin:0px auto;
     width:900px;
     height:187px;
     background:url(/Admin/images/log03.gif) no-repeat;
}
.LogPageName
{
	width:auto;
	height:auto;
	color:Black;
	padding-left:276px;
	font-size:14px;
    
}
.LogPageName1
{
	width:auto;
	height:auto;
	color:Black;
	padding-left:278px;
	font-size:14px;
	margin-top:20px;
    
}
 .LogPageClear
{
    clear:both;
}
.LogPageUserlogin
{
	color:#07547d;
	padding-left:500px;
	padding-top:50px;

}
.LogPageFloatleft
{
    float:left;
}
.LogPageButton
{
	float:right;
	padding-right:300px;
	margin-top:20px;
}

.LogPageLine
{
	float:left;
	background:url(/Admin/images/log05.gif) no-repeat; 
	width:1px;
	height:13px; 
	margin-left:15px;
}
.LogPagePassword
{
	float:left; 
	margin-left:15px;
}

/*社团星级css*/
.rater-star {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-position: left top;
}

.rater-star-item,
.rater-star-item-current,
.rater-star-item-hover {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: repeat-x;
}

.rater-star-item {
	background-position: -100% -100%;
}

.rater-star-item-hover {
	background-position: left bottom;
	cursor:pointer;
}

.rater-star-item-current {
	background-position: left center;
}