﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    background-color: #007fc0;
}
a
{
    text-decoration: none;
    color: #000000;
}
/* >>>>>>>>>>>>>>>  Logo控制部分  <<<<<<<<<<<<<<<< */
.cLogo
{
    width: 1000px;
    height: 85px;
    background-image: url('Images/LogoTop.jpg');
    margin-right: auto;
    margin-left: auto;
}
/* =============================================== */


/* >>>>>>>>>>>>>>>  主菜单部分  <<<<<<<<<<<<<<<< */
.cMainMenu
{
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 200px;
    width: 800px;
    height: 35px;
}
.cMainMenu ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    position: relative;
    display: inline;
}
.cMainMenu ul li a
{
    display: block;
    text-align: center;
    height: 35px;
}
.cMainMenu ul #home
{
    width: 103px;
    height: 35px;
    background-image: url('Images/MainMenuHomeUnSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #home a:hover
{
    width: 102px;
    height: 35px;
    background-image: url('Images/MainMenuHomeSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #news
{
    width: 102px;
    height: 35px;
    background-image: url('Images/MainMenuNewsUnSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #news a:hover
{
    width: 102px;
    height: 34px;
    background-image: url('Images/MainMenuNewsSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #product
{
    width: 148px;
    height: 35px;
    background-image: url('Images/MainMenuProductUnSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #product a:hover
{
    width: 148px;
    height: 35px;
    background-image: url('Images/MainMenuProductSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #help
{
    width: 126px;
    height: 35px;
    background-image: url('Images/MainMenuHelpUnSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #help a:hover
{
    width: 126px;
    height: 35px;
    background-image: url('Images/MainMenuHelpSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #vip
{
    width: 116px;
    height: 35px;
    background-image: url('Images/MainMenuVIPUnSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #vip a:hover
{
    width: 116px;
    height: 35px;
    background-image: url('Images/MainMenuVIPSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #bbs
{
    width: 139px;
    height: 35px;
    background-image: url('Images/MainMenuBBSUnSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #bbs a:hover
{
    width: 139px;
    height: 35px;
    background-image: url('Images/MainMenuBBSSelect.jpg');
    background-repeat: no-repeat;
}
.cMainMenu ul #home a:hover #newschild
{
    visibility: hidden;
}
.cMainMenu ul #news a:hover #newschild
{
    visibility: visible;
}
/* ======================================================  */


/*  >>>>>>>>>>>>>>>>>  二级菜单部分  <<<<<<<<<<<<<<<<<<<<  */
.cTwoMenu
{
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 35px;
    background-repeat: repeat-x;
    background-image: url('Images/TwoMenuDi.jpg');
    text-align: left;
    font-size: 15px;
}
.cTwoMenu ul
{
    padding: 0px;
    margin: 0px;
    position: absolute;
}
.cTwoMenu ul li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    position: relative;
    display: inline;
    width: 80px;
    height: 35px;
}
.cTwoMenu ul li a
{
    display: block;
    text-align: center;
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}
.cTwoMenu ul li a:hover
{
    color: #990033;
    font-weight: bold;
}
/* ======================================================  */



/*  >>>>>>>>>>>>>>>>>  页底部分  <<<<<<<<<<<<<<<<<<<<  */
.cBottom
{
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
a.cBottom:active
{
    text-decoration: blink;
}
a.cBottom:hover
{
    text-decoration: underline;
    color: red;
}
a.cBottom:visited
{
    text-decoration: none;
    color: green;
}
/* ======================================================  */


/*  >>>>>>>>>>>>>>>>>  中间广告条部分  <<<<<<<<<<<<<<<<<<<<  */
.cHomeBanner
{
    position: relative;
    overflow: hidden;
    clear: none;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 364px;
}
.cMiddleContext
{
    padding: 5px 10px 5px 10px;
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    background-color: #F5F5F5;
}
/* ======================================================  */

/*  >>>>>>>>>>>>>>>>>  中间页面导航条  <<<<<<<<<<<<<<<<<<<<  */
.cMiddleNav
{
    padding: 5px 15px 5px 15px;
    margin-right: auto;
    margin-left: auto;
    width: 970px;
    background-color: #FFE7CE;
}
/* ======================================================  */

/*  >>>>>>>>>>>>>>>>>  联系我们内容样式  <<<<<<<<<<<<<<<<<<<<  */
.cContactUsContext
{
    padding: 5px 10px 5px 10px;
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    background-color: #F5F5F5;
}
/* ======================================================  */

/*  >>>>>>>>>>>>>>>>>  二级广告条设置部分  <<<<<<<<<<<<<<<<<<<<  */
.cTwoTopBanner
{
    position: relative;
    overflow: hidden;
    clear: none;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    height: 187px;
}
.cCenterContext
{
    padding: 5px 5px 20px 5px;
    position: relative;
    overflow: hidden;
    clear: none;
    margin-right: auto;
    margin-left: auto;
    width: 990px;
    background-color: #F5F5F5;
}
/* ======================================================  */

/*  >>>>>>>>>>>>>>>>>  关于我们 部分  <<<<<<<<<<<<<<<<<<<<  */
.cAboutMenu
{
    vertical-align: top;
    padding-right: 10px;
    margin-right: 10px;
}
.cAboutMenu Div
{
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 8px 5px 8px 5px;
    width: 150px;
    font-size: 16px;
    color: #6600CC;
    background-color: #FF9966;
    font-weight: bold;
}

.cAboutMenu #Curr
{
    text-align: center;
    border-style: solid none solid solid;
    border-width: 1px 0px 1px 1px;
    padding: 8px 5px 8px 5px;
    width: 150px;
    font-size: 16px;
    color: #FF6666;
    background-color: #FFCCFF;
    font-weight: bold;
}

.cAboutMenu div:hover
{
    text-align: center;
    border-style: solid;
    border-width: 1px;
    padding: 8px 5px 8px 5px;
    width: 150px;
    font-size: 16px;
    color: #FF6666;
    background-color: #FFCCFF;
    font-weight: bold;
}
/* ======================================================  */


/*  >>>>>>>>>>>>>>>>>  表格样式部分  <<<<<<<<<<<<<<<<<<<<  */

.cTableList td
{
    border-style: none none dashed none;
    border-width: 0px 0px 1px 0px;
    height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-color: #CCCCCC;
    font-size: 14px;
}

.cTableList th
{
    border-style: none none outset none;
    border-width: 0px 0px 1px 0px;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-color: #CCCCCC;
    background-color: #CCCCCC;
    font-size: 16px;
}
/* ======================================================  */


/*  >>>>>>>>>>>>>>>>>  线路详细内容 部分  <<<<<<<<<<<<<<<<<<<<  */

.cHomeTableList td
{
    padding: 5px;
    border-style: none none dashed none;
    border-width: 0px 0px 1px 0px;
    height: 20px;
    border-bottom-color: #CCCCCC;
	color: #CCFFFF;
    font-size: 14px;
}
.cHomeTableList td a
{
	color: #CCFF99;
	font-weight: bold;
}
.cHomeTableList th
{
    border-style: none none outset none;
    border-width: 0px 0px 1px 0px;
    height: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom-color: #CCCCCC;
    color: #000000;
    background-color: #CCCCCC;
    font-size: 16px;
}
/* ======================================================  */


/* -----------  销售报名 表格样式 Begin -------------*/

.DefTableTH
{
    background-color: #FFFF99;
    color: #000000;
    padding: 2px 10px 2px 10px;
    text-align: right;
    border: 0.5px solid #999966;
    font-weight: bold;
    height:30px;
}
.DefTableTD
{
    border-bottom: 2px solid #3d580b;
    color: #000000;
    padding: 2px;
    text-align: left;
    border: 0.5px solid #999966;
    background-color: #FFFFFF;
    height: 30px;
}
.DefTableExe
{
    border-bottom: 2px solid #3d580b;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: center;
    border: 0.5px solid #999966;
    height: 30px;
    background-color: #FFFFFF;
}
.DefTableTitle
{
    border-bottom: 2px solid #3d580b;
    color: #000000;
    padding: 2px 5px 2px 5px;
    text-align: left;
    height: 20px;
    background-color: #DACFE4;
    font-size: 12px;
    font-weight: bold;
}


table.TableBrowser
{
    margin: 0 auto;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    width:100%;
}
table.TableBrowser thead th
{
    border-bottom: 2px solid #3d580b;
    background-color: #8fc629;
    color: #fff;
    padding: 10px 0px;
    font-size:15px;
}
table.TableBrowser th
{
    background-color: #f2f4b9;
    border: 1px solid #aaa;
    height: 30px;
}
table.TableBrowser td
{
    background-color: #FFFFFF;
    border: 1px solid #aaa;
    height: 30px;
}
table.TableBrowser th.title
{
    background-color: #e3e685;
    font-size: 13px;
    padding-left: 10px;
    text-align: left;
    color: #990000;
}
table.TableBrowser tfoot td
{
    border-width: 0px;
    text-align: right;
    font-size: 15px;
    color: #777;
    padding-right: 20px;
}
table.TableBrowser caption
{
    font-weight: bold;
    padding: 6px 0px;
    color: #3d580b;
    font-size: 20px;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}
/* -----------  表格样式 End -------------*/
