

body {
	background: #FFFFFF;
	font-family:  'Microsoft YaHei' ,'Arial','trebuchet MS', 'Lucida sans', 'Oxygen', 'Verdana', 'Tahoma','ºÚÌå ',   'sans-serif';
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}


A:link, A:active
{
	color:#003D79;
	text-decoration: none;
}
A:visited
{  
	color: #6C3365;
	text-decoration: none;
}
A:hover
{
	color: #FF0000;
	text-decoration: underline;
}




/*¶¥²¿¹Ì¶¨²Ëµ¥*/

#top {
    z-index: 20;
	position: fixed;
	width: 100%;
	height: 79px;
	padding: 0px;
	margin: auto;
	top: 0px;
	left: 0px;
	text-align: center;
	background-color:#243D4F;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#6C6C6C');  /*¼æÈÝie*/
-webkit-box-shadow: #333 0px 0px 10px;
-moz-box-shadow: #333 0px 0px 10px;
box-shadow: #333 0px 0px 10px;
}

#top2 {
	z-index: 10;
	position: relative;
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: auto;
	top: 80px;
	left: 0px;
	text-align: center;
	background-color: #304979;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#6C6C6C');  /*¼æÈÝie*/
	-webkit-box-shadow: #333 0px 2px 10px;
	-moz-box-shadow: #333 0px 3px 10px;
	box-shadow: #333 0px 2px 10px;
}
#top3 {
	z-index: 15;
	width: 70%;
	height: 160px;
	padding: 0px;
	text-align: center;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	position: absolute;
}



/*¶¥²¿¹Ì¶¨²Ëendµ¥*/

/*#search */
#search{
	border: 10px solid #CCCCCC;
	height: 35px;
	width: 500px;
	border-radius: 9px 9px 9px 9px;
	box-shadow: 0 1px 1px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.2);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	background-color: #FFF;
	
}
#search select{display:none;}
#search .select_box{
	font-size: 12px;
	color: #999999;
	width: 120px;
	line-height: 35px;
	float: left;
	position: relative;
	background-color: #FFC;
	border: 0px solid #CCC;
	border-radius: 5px 0px 0px 5px;
	text-align: left;
	
}
#search .select_showbox{
	height: 35px;
	text-indent: 0.5em;
	background-image: url(../images/search_ico.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
#search .select_showbox.active{
	background-image: url(../images/search_ico_hover.png);
	background-repeat: no-repeat;
	background-position: 100px center;
}
#search .select_option{
	display: none;
	left: -2px;
	top: 35px;
	position: absolute;
	z-index: 9;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding:0;
}
#search .select_option li{
	list-style-type:none;
	text-indent: 0.5em;
	width: 120px;
	cursor: pointer;

}
#search .select_option li.selected{background-color:#F3F3F3;color:#999;}
#search .select_option li.hover{background:#BEBEBE;color:#fff;}

#search input.inp_srh,

#search input.btn_srh{
	border:none;
	background:none;
	height:35px;
	line-height:35px;
	float:left
	
}

#search input.inp_srh{
	outline: none;
	width: 250px;
	text-indent: 0.5em;
	border: 0px solid #999;
	padding: 0;
}



#search input.btn_srh{
	color: #FFF;
	font-family: "Verdana";
	font-size: 15px;
	width: 100px;
	background-image: url(../images/bg-botton.png);
	float: right;
	border-radius: 0px 3px 3px 0px;
	border: 0px solid #CCC;
	background-color: #FFF;
}
#search input.btn_srh:hover{
	background-image: url(../images/bg-botton2.png);
	cursor: pointer;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFF;
}   


 /*ËÑË÷¿ò*/
    
    .cf:before, .cf:after{
	content: "";
	display: table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }


/* Form wrapper styling */
.form-wrapper {
    width: 520px;
    padding: 10px;
    margin: 10px auto 10px auto;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
/* Form text input */
.form-wrapper input {
    width: 350px;
    height: 35px;
    padding: 15px 5px;
    float: left;    
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    border-radius: 3px 0 0 3px;      
}
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}    
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 110px;
    font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    background: #d83c3c;
    border-radius: 0 3px 3px 0;      
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}   
.form-wrapper button:hover{     
    background: #B31820;
}   
.form-wrapper button:active,
.form-wrapper button:focus{   
    background: #c42f2f;
    outline: 0;   
}
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 12px;
    left: -6px;
}
.form-wrapper button:hover:before{
    border-right-color: #B31820;
}
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}      
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    

/* Form wrapper styling end*/

 /*ËÑË÷¿òEND*/



A {	FONT-SIZE: 12px; }
A:hover {COLOR: #ff0000;TEXT-DECORATION: underline}
A.top:link {	COLOR: #ffffff;TEXT-DECORATION: underline}
A.top:hover {	COLOR: #ffffff;}
A.top:visited { COLOR: #ffffff;}

P {	COLOR: #000000; FONT-SIZE: 12px; LINE-HEIGHT: 15px; }


.title4 {	COLOR: #0000A0; FONT-SIZE: 14px; }
td {	font-size: 12px;}
.line { border: 1px #999999 double;FONT-SIZE: 12px;  LINE-HEIGHT: 20px}
.text { FONT-SIZE: 12px;  LINE-HEIGHT: 20px}
td.content {	font-size: 14.8px;	line-height: 140%;	color: #000000;text-align:justify; 
text-justify:inter-ideograph}
td.list {	line-height: 148%;}
hr {  height: 1px; color: #000000 }
textarea {
	font-size: 12px;FONT-FAMILY: 'Tahoma', 'MS Shell Dlg';
}
.codetextarea {
	font-family: 'Microsoft YaHei';
	font-size: 12px;
	height: 310px;
	width: 515px;
	word-wrap:normal;
	word-break:keep-all;
}
/* NAV */
A.navLink:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLink:visited {
	COLOR: #ffffff; TEXT-DECORATION: none
}
A.navLink:hover {
	COLOR: #ffffff; TEXT-DECORATION: underline
}
.navLight {
	background-color: #666688;
}
.navMedium {
	background-color: #F2F3F7;
}
.navDark {
	background-color: #8C8EA3;
}
.logoBackground {
	background-color: #FFFFFF;
}
.pageSeparator {
	background-color: #CCCCD4;
}
.pageselect {
	font-size: 9px;
                font-family: Arial;
}


.border {
	background-color: #ffffff;
}
.pageLighter {
	background-color: #FAFAFA;
}
.pageLight {
	background-color: #F2F3F7;
}
.pageMedium {
	background-color: #8C8EA3;
}
.pageMediumer {
	background-color: #CCCCD4;
}
.pageDark {
	background-color: #666688;
}
.pageSubject {
	background-color: #d9dce8;
}
.pageIcon {
	background-color: #FFFFFF;
	FONT-FAMILY: Microsoft YaHei;
	FONT-SIZE: 12px;
}
.columnTitle {
	BACKGROUND-COLOR: #cfcdaf
}
.columnContent {
	BACKGROUND-COLOR: #ebeadd
}
.hotTitle {
	BACKGROUND-COLOR: #abd3a5
}
.hotContent {
	BACKGROUND-COLOR: #e0efde
}
.listTitle {
	background-color: #CCCCD4;
}
.listContent {
	background-color: #F2F3F7;
}
.pagesimages {  border: #bbbbbb; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

.titleTable {
	background-color: #CCCCD4;
}
.listTable {
	background-color: #F2F3F7;
}
.code {
	font-family: 'Courier New', 'Courier', 'mono';
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 480px;
	border: 1px solid #0099CC;
}
.CodeSamp_bak {
	font-family: 'Courier New', 'Courier', 'mono';
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 480px;
	border: 1px solid #0099CC;
	overflow:hidden;
}

.CodeSamp {
	PADDING-RIGHT: 0.5em; MARGIN-TOP: 1em; PADDING-LEFT: 0.5em; FONT-SIZE: 8p; MARGIN-BOTTOM: 1em; PADDING-BOTTOM: 0.5em; MARGIN-LEFT: 0pt; PADDING-TOP: 0.5em; FONT-FAMILY: Courier New; BACKGROUND-COLOR: #eeeeee;width: 480px;overflow:hidden;border: 1px solid #888888;
}
.docparameter{
background-color: #efefef;
}
.docparameter td{
color: #999999;
}
.listContentMedium {
	BACKGROUND-COLOR: #e4e3e8
}
.location{
color: #333366;
}
SELECT {
	FONT-SIZE: 12px; FONT-FAMILY: MS Shell Dlg
}
FORM {
	MARGIN-TOP: 0px; FONT-SIZE: 12px; MARGIN-BOTTOM: 0px; FONT-FAMILY: 'Tahoma', 'MS Shell Dlg'
}
INPUT {
	FONT-SIZE: 12px; FONT-FAMILY: 'Tahoma', 'MS Shell Dlg'
}
a.page img {
behavior:url(fitSize.htc)
}
.button {
	BORDER-RIGHT: #a2a2a2 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 12px; BACKGROUND: #cccccc; BORDER-LEFT: #ffffff 1px solid; COLOR: #333333; PADDING-TOP: 3px; BORDER-BOTTOM: #a2a2a2 1px solid; HEIGHT: 21px
}

.container {
	width: 90%;
	margin: auto;
}