﻿body,div,p{padding:0; margin:0;}

p{margin-left: 0px;}

.skyj{
border-radius: 6px;
}

.rimg{
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

.rimg32{
border-radius: 16px;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
}

.div_head{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	border-top: 0;
	border-bottom: 1px solid #DEDEDE;
	border-left: 0;
	border-right: 0;
	background-color:#F4F4F4;
	text-align: center;
	padding: 8px 0 8px 0;
	margin: 0 0 0 0;
}

.div_title{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	padding: 8px 0 8px 0;
	margin: 0 0 0 0;
}

.div_title_aux{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
}

.div_contect{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
}

.div_title_other{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	padding: 8px 0 8px 0;
	margin: 0 0 0 0;
}

.div_head2{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	background-color:#B60606;
	text-align: left;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
}

.div_foot{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	background-color:#B60606;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
}

.div_bar2{
	overflow: hidden;	/*修正IE下 height 小于12px不起作用*/
	clear: both;
	width: 100%;
	background-color:#FF8000;
	text-align: left;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
}

.div_foot2{
	clear: both;
	width: 100%;
	background-color:#F4F4F4;
	text-align: center;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
}


.div_bar{
	clear: both;
	width: 100%;
	background-color:#FF8000;
	text-align: left;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
}


.menu10RR:link{font-size:10pt;color:#FF3333;text-decoration:none;}
.menu10RR:active{font-size:10pt;color:#FF3333;text-decoration:none;}
.menu10RR:visited{font-size:10pt;color:#FF3333;text-decoration:none;}
.menu10RR:hover{font-size:10pt;color:#FF0000;text-decoration:none;}



input.myButtonCss{
	padding-left:0px;
	padding-right:0px;
	padding-top:3px;
	background:#C00000;
	color:#FFFFFF;
}


.button {
    display: inline-block;
    position: relative;
    margin: 8px;
    padding: 0 8px;
    text-align: center;
    text-decoration: none;
    font: bold 12px/25px Arial, sans-serif;
 
    text-shadow: 1px 1px 1px rgba(255,255,255, .22);
 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
 
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
    box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
 
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

/* Green Color */
.green {
    color: #3e5706;
 
    background: #a5cd4e; /* Old browsers */
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* IE10+ */
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%); /* W3C */
}
 
/* Blue Color */
.blue {
    color: #19667d;
 
    background: #70c9e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #70c9e3 0%, #39a0be 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70c9e3), color-stop(100%,#39a0be)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* IE10+ */
    background: linear-gradient(top,  #70c9e3 0%,#39a0be 100%); /* W3C */
}
 
/* Gray Color */
.gray {
    color: #515151;
 
    background: #d3d3d3; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3d3d3 0%, #8a8a8a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* IE10+ */
    background: linear-gradient(top,  #d3d3d3 0%,#8a8a8a 100%); /* W3C */
}

/* Orange Color */
.orange2 {
    color: #993300;
 
    background: #ff9966; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff9966 0%, #cc6633 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9966), color-stop(100%,#cc6633)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff9966 0%,#cc6633 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff9966 0%,#cc6633 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff9966 0%,#cc6633 100%); /* IE10+ */
    background: linear-gradient(top,  #ff9966 0%,#cc6633 100%); /* W3C */
}

.big {
    padding: 0 40px;
    padding-top: 10px;
    height: 45px;
    text-transform: uppercase;
    font: bold 20px/22px Arial, sans-serif;
}
 
.big span {
    display: block;
    text-transform: none;
    font: italic normal 12px/18px Georgia, sans-serif;
    text-shadow: 1px 1px 1px rgba(255,255,255, .12);
}


.txtCls10Clc{
	text-align: center;
	color:#CC0000;
	font-size: 10pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	background: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
}

.txtCls11C{
	text-align: left;
	color:#CC0000;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	background: #FFFFFF;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #808080;
}

.txtCls11Cll{
	text-align: left;
	color:#CC0000;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	background: #FFFFFF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #808080;
}


.txtCls11Cln{
	text-align: left;
	color:#CC0000;
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 0px;
	background: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #808080;
}

.menu9B:link{font-size:9pt;color:#8080E0;text-decoration:underline;}
.menu9B:active{font-size:9pt;color:#0000FF;text-decoration:underline;}
.menu9B:visited{font-size:9pt;color:#8080E0;text-decoration:underline;}
.menu9B:hover{font-size:9pt;color:#0000FF;text-decoration:underline;}

.menu11:link{font-size:11pt;color:#8080E0;text-decoration:underline;}
.menu11:active{font-size:11pt;color:#0000FF;text-decoration:underline;}
.menu11:visited{font-size:11pt;color:#8080E0;text-decoration:underline;}
.menu11:hover{font-size:11pt;color:#0000FF;text-decoration:underline;}