﻿/*-----------------common style begin----------------*/
*
{
    margin: 0;
    padding: 0;
}
body
{
    background: url(../Images/bgTop.jpg) repeat-x top;
    font: normal 14px/20px 宋体;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
a
{
    text-decoration: none;
    color: #5372A0;
}
a:hover
{
    text-decoration: underline;
}
hr
{
    border-style: none;
    background-color: #999999;
    height: 1px;
}
ul, ol
{
    padding: 0px 0px 0px 10px;
    margin: 0px;
}
ul li, ol li
{
    display: list-item;
    list-style-image: url(../Images/bullet.gif);
}
img
{
    border-style: none;
}
div
{
    _zoom: 1;
}
div:after
{
    content: ".";
    display: block;
    visibility: hidden;
    height: 1px;
    clear: both;
}
/*-----------------layout begin----------------*/
#leftTop
{
    width: 100%;
    background: url(../Images/bgLeftTop.jpg) no-repeat left top;
    margin: 0px;
}
#rightTop
{
    width: 100%;
    background: url(../Images/bgRightTop.jpg) no-repeat right top;
    margin: 0px;
}
#bottom
{
    width: 100%;
    background: url(../Images/bgBottom.jpg) repeat-x bottom;
    padding: 50px 0px;
}
#container
{
    width: 860px;
    text-align: left;
    margin: 0px auto;
    padding: 0px;
}
/*-----------------layout end----------------*/

/*-----------------corner begin----------------*/
.corner
{
    background-color: Transparent;
}
.corner h1, .corner h2, .corner p
{
    margin: 0 10px;
    letter-spacing: 1px;
    padding: 0;
}
.corner h1
{
    font-size: 2.5em;
    color: #D1E6EF;
}
.corner h2
{
    font-size: 2em;
    color: #D1E6EF;
    border: 0;
}
.corner p
{
    padding-bottom: 0.5em;
}
.corner h2
{
    padding-top: 0.5em;
}


.xtop, .xbottom
{
    display: block;
    background: transparent;
    font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4
{
    display: block;
    overflow: hidden;
}
.xb1, .xb2, .xb3
{
    height: 1px;
}
.xb2, .xb3, .xb4
{
    border-left: 1px solid #C2E5F9;
    border-right: 1px solid #C2E5F9;
}
#container .xb2, #container .xb3, #container .xb4
{
    background: #ffffff;
}
.xb1
{
    margin: 0 5px;
    background: #D1E6EF;
}
.xb2
{
    margin: 0 3px;
    border-width: 0 2px;
}
.xb3
{
    margin: 0 2px;
}
.xb4
{
    height: 2px;
    margin: 0 1px;
}
/*-----------------corner end----------------*/
#logo
{
    padding: 0px 20px 20px 20px;
}
#topLink
{
    text-align: right;
    font:normal 12px/20px 宋体; 
} 

#navLeft
{
    background: url(../Images/navLeft.jpg) no-repeat left top;
}
#navRight
{
    background: url(../Images/navRight.jpg) no-repeat right center;
    height: 38px;
    padding-left: 40px;
}
#navigation
{
    width: 800px;
    background: url(../Images/navBg.jpg) repeat-x;
    margin: 0px auto;
}
#navigation a
{
    display: block;
    float: left;
    padding: 0px 8px;
    font: normal 14px/38px 宋体;
    letter-spacing: 2px;
}
#content
{
    width: 858px;
    background-color: #ffffff;
    border-left: solid 1px #C2E5F9;
    border-right: solid 1px #C2E5F9;
}
#contentPlace
{
    width: 100%;
    background: url(../Images/bgContentTop.jpg) no-repeat top center;
    margin-top: 1px;
    padding-top: 28px;
    padding-bottom: 40px;
}
#contentPlace div
{
	float:left;
}
#contentPlace #LeftMenu
{
	border: solid 1px #cccccc;
	padding: 5px;
	width: 253px;
}
#contentPlace #RightContent
{
	border: solid 1px #cccccc;
	padding: 5px;
	width: 580px;
}
.minHeight
{
    height: auto !important;
    height: 340px;
    min-height: 340px;
}

#left
{
    width: 490px;
    float: left;
    margin: 0px auto;
    padding: 0px 20px;
}
#right
{
    width: 298px;
    float: left;
    padding-right: 20px;
}
/*-----------------common style end----------------*/

/*-----------------main begin----------------*/
.leftModule
{
    width: 99%;
    margin: 10px auto;
    border-bottom: dashed 1px #C2C2C2;
    padding-bottom: 10px;
	overflow:hide;
}
.articleTitle
{
    display: block;
    background: url(../Images/blogIcon.png) no-repeat left center;
    font: bold 18px/24px 宋体;     
    padding-left: 24px;
}
#content .articleTitle a 
{
    color: #F67910;  
} 
.titleInfo
{
    color: #888888;
    font: normal 13px/13px 宋体;
    text-indent: 18px;
}
#loginBox
{
    width: 298px;
    margin: 10px auto;
}
#loginContent
{
    width: 296px;
    background-color: #EFF8FD;
    border-left: solid 1px #C2E5F9;
    border-right: solid 1px #C2E5F9;
    color: #7CAEE6;
}
.smallTitle
{
    color: #FE9F9F;
    font: bold 14px/30px 宋体;
    padding-left: 10px;
}
#loginBox .xb2, #loginBox .xb3, #loginBox .xb4
{
    background-color: #EFF8FD;
}
.btnBg
{
    width: 56px;
    border-style: none;
    background: url(../Images/bgBtn.png) no-repeat top center;
    margin:10px 10px 10px 0px; 
    color: #7CAEE6;
    font: normal 12px/24px 宋体;
    cursor:hand;
    text-align:center; 
}
.longBtnBg
{
    width: 71px;
    height: 25px;
    border-style: none;
    background: url(../Images/longBtnBg.gif) no-repeat top center;
    color: #ffffff;
    font: normal 12px/25px 宋体;
}
.txtStyle
{
    width: 120px;
    height: 20px;
    border: solid 1px #C2E5F9;
}
.txtareaStyle
{
    width: 60%;
    height: 100px;
    border: solid 1px #C2E5F9;
}
.rightModule
{
    width: 100%;
    margin: 10px auto;
}
.moduleTitle
{
    color: #FE9F9F;
    font: bold 14px/60px 宋体;
    padding-left: 10px;
}
.rightTitleBg
{
    background: url(../Images/moduleTop.png) no-repeat top center;
}
.rightData
{
    width: 94%;
    margin: 0px auto;
}
.rightData table
{
    text-align: center;
}
.rightData table .corner
{
    margin: 8px 4px 0px 4px;
}
.imgBorder
{
    border-left: solid 1px #C2E5F9;
    border-right: solid 1px #C2E5F9;
    padding: 0px 14px;
    margin:0 auto;
    overflow: hidden;
}
/*-----------------main end----------------*/

.fullTable
{
    width: 96%;
    margin: 20px auto;
}
.fullTable td
{
    text-align: center;
}
.fullTable .imgBorder
{
    border:solid 1px #e0e0e0;
    padding:4px;   
}
.leftTitleBg
{
    margin-top: 10px;
    border-bottom: dashed 2px #C2E5F9;
}
#fullContent
{
    padding: 0px 40px;
}
/*-----------------message begin----------------*/
.listModule
{
    width: 80%;
    padding: 10px;
    border-bottom: dashed 1px #777777;
    margin: 10px auto;
}
.userMessage
{
    padding: 4px;
}
.msgUserInfo
{
    border: solid 1px #e8e8e8;
}
.lightBg
{
    background-color: #EAF7FF;
}
.head
{
    float: left;
}
.reply
{
    float: left;
    height: 30px;
}
.formBox
{
    width: 80%;
    margin: 10px auto;
}

.formBox tr
{
    height: 30px;
}
.darkBtn
{
    width: 53px;
    height: 24px;
    border-style: none;
    background: url(../Images/darkBtn.gif) no-repeat center;
    color: #ffffff;
}

/*-----------------message end----------------*/

/*-----------------photo begin----------------*/
.listPhoto
{
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
}
.listTable
{
    width: 100%;
    text-align: center;
}
.listTable .rowBoder td
{
    width: 130px;
    border: solid 1px #e8e8e8;
    overflow: hidden;
}
.pagination
{
    margin: 10px auto;
    width: 100%;
    text-align: center;
}
.cuPage
{
    color: #ff0000;
    font-weight: bold;
}

/*-----------------photo end----------------*/

/*-----------------video begin----------------*/
.listRow
{
    width: 100%;
    border-bottom: solid 1px #e8e8e8;
    margin: 20px auto;
    padding-bottom: 10px;
}
/*-----------------video end----------------*/
/*-----------------blog begin----------------*/
.fullList
{
     border-bottom: dashed 1px #e8e8e8;
    margin: 10px 0px;
    padding-bottom: 10px;
}
/*-----------------blog end----------------*/

.childTbl
{
    width: 98%;
    margin: 4px;
    border: solid 1px #C2E5F9;
    padding: 4px;
}
th
{
	text-align:center;
	color: #C2E5F9;
	font-size:16px;
}
