﻿.web
{
    width: 920px;
    height: auto;
    margin: 0 auto;
    font-size:12px;
}
.web1
{
    width:960px;
    height: auto;
    margin: 0 auto;
    font-size:12px;
}
a:link
{
    text-decoration: none;
    color: #333;
}
a:visited
{
    color: #333;
    text-decoration: none;
}
a:hover
{
    color: #D2196E;
    text-decoration: underline;
}
a:active
{
    color: #5B81B2;
    text-decoration: none;
}

/*---------首页头部样式(WebHeader.ascx)-------*/
.index_head
{
    width:920px;
    height: 125px;
    margin-top:2px; 
}

/*.index_head_bgImg /*背景图片
{
    width:100%;
    height:80px;
    background: url(Images/flashbg1.jpg) no-repeat; /*top1.swf
    display:block;
    overflow:hidden;
    text-align:center;
}*/
.index_head_nav /*导航*/
{
    width: 920px;
    height: 30px;
    float:left;
    overflow:hidden;
    margin-top:5px;
}
.index_headNavL
{
    width:6px;
    height:30px;
    float:left;
    display:inline;
    background:url(Images/left.gif) no-repeat;
}
.index_headNavC
{
    width:908px;
    height:30px;
    float:left;
    display:inline;
    background:url(Images/cen.gif) repeat-x;
    line-height:30px;
    text-align: center;
    overflow: hidden;
}
.index_headNavR
{
    width:6px;
    height:30px;
    float:left;
    display:inline;
    background:url(Images/right.gif) no-repeat;
}
.indexMenu
{
    width:908px;
    height:25px;
}
/* 一级 Menu Css*/
.indexMenu a:link
{
    color: #000066;
}
.indexMenu a:visited
{
    color: #000066;
}
.indexMenu .menuNormal
{
    padding-left: 3px;
    padding-right: 3px;
    font-family: 宋体;
    width: 60px;
}
.indexMenu .menuHover a:hover
{
    color: Red;
}
.indexMenu .menuSelected 
{
    color: #124164;
    font-weight:bold;
}

/*-----页脚样式(WebFoot.ascx)-----*/
.clear
{
    width: 100%;
    height: 5px;
    clear: both;
    display: block;
    border-top:solid 2px #E3E3E3;
    margin-bottom:5px;
}

.index_foot
{ 
    width:920px;
    text-align:center;
    color:#808080;
    line-height:20px;
    margin-bottom:10px;
}

/*------------（*Page.master）母版页样式---------------*/
.secondCon
{
    width: 100%;
    height:auto !important;
    height:400px;
    min-height:400px;
    margin-top:5px;
}

.secondCon_L /*左边栏*/
{
    width:180px;
    height:auto;
    float:left;
    overflow:hidden;
}
.secondCon_R /*右边内容栏*/
{
    width:730px;
    height:auto;
    float:right;
    overflow:hidden;
    display:inline;
}
.secondCon_RNav
{
    width: 730px;
    height: 25px;
    line-height: 25px;
    color: #333;
    background-color: #E8E8D0;
}
/*二级母版页样式*/
.SecondCommonLeftTitle
{
    width:178px; /*180px;*/
    height:35px;
    line-height:20px;
    font-size:14px;
    font-weight:bold;
    color:#3573BD;
    border:solid 1px #008888;
}
.SecondCommonLeftNav
{
    width: 178px;
    height: auto;
    overflow: hidden;
    border: solid 1px #00A2A2;
}
.secondComLeftNavCon
{
    height: 20px;
    width: 100%;
    /*line-height: 25px;*/
    padding-top:8px;
    padding-left: 5px;
    background-color: #EEF1ED;
}
.secondComLeftNavCon a:link, .secondComLeftNavCon a:visited
{
    color: #009900;
    text-decoration: none;
    font-size: 12px;
} 
.secondComLeftNavCon a:hover
{
    color:Red;
}

/*---------AdminManage.master 后台母版页样式---------*/
.adMasterAll
{
    width:100%;
    height:auto;
    border:solid 3px #3F6083;
    background-color:#49D0ED;
}

.adMasterHeader
{
    width: 100%;
    height: 60px;
    /*overflow: hidden;*/
    border-bottom: solid thick  #CBD6F3;
}

.adMasterHeader1
{
    width: 940px;
    height: 40px;
    margin: 10px auto 10px auto;
    line-height: 40px;
    background-color: #fff;
    display:block;
    /*overflow:hidden;*/
}
.adMasterHeadLogo
{
    width:280px;
    height:100%;
    float:left;
    display:inline;
    font-weight: bold;
    font-size: 26px;
    color: Black;
}
.adMasterHeadHome
{
    width:250px;
    height:100%;
    float:right;
    display:inline;
    color:Black;
}

.adMasterCon /*内容*/
{
    width:950px;
    height:auto;
    margin:0 5px 5px 5px;
}
.adMasterLeft
{
    width: 180px;
    height: auto;
    float: left;
    background-color: #E3EAF9;
}
.adMasterRight
{
    width:760px;
    height:auto;
    float:right;
    background:#E3EAF9;
}
.admin_R_Title
{
    BACKGROUND: url(images/win_top.png) repeat-x;
    HEIGHT: 27px;
    color:White;
}

/*Menu Css*/
.AdminLeftMenu
{
    background-color: #EEF2FB;
    height: auto;
    width:100%;
}

.AdminLeftMenu a
{
	display: block !important;	
	margin-top:5px;
	background-image: none !important;
	background-repeat: no-repeat;
	text-align:center;    
}
.AdminLeftMenu a:link
{
    color: #003399;/*#FAEB00;*/
}
.AdminLeftMenu a:visited
{
    color: #003399;
}
.AdminLeftMenu a:hover
{
    color:red;
}
.AdminLeftMenu .menuNormal
{
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	border-right-width: 1px;
	border-right-color: White;
	border-right-style: dotted;
	font-weight:bolder;
}

.AdminLeftMenu .menuHover
{
	color:Red;
	/*background-image: url(images/menu1_bg.png);*/
	/*background-repeat: repeat-x;*/
	background-color:#d9e7ec;
	background-position: center 0px;
	height: 15px;
}

.AdminLeftMenu .menuSelected
{
    color: #124164; /* background-image: url(images/menu1_bg.png);*/ /*background-repeat: repeat-x;*/
    background-color: #B5FFE7;
    background-position: center 0px;
    height: 15px;
}
