

body {
    background-color: #f9f9f9;
    background-image: url( ../images/common/di.jpg );
    margin: 5px;
}

.biaoti {
	font-family: "����";
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
	line-height: 150%;
}
.biaoti1 {
	font-family: "����";
	font-size: 11pt;
	font-weight: bold;
	color: #006699;
	line-height: 150%;
}
.biaoti2 {
	font-family: "����";
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 150%;
}
.biaoti3 {
	font-family: "����";
	font-size: 11pt;
	color: #660000;
	font-weight: bold;
}

.biaotichx {
	font-family: "����";
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	line-height: 150%;
}

.neiwen {
	font-family: "����";
	font-size: 9pt;
	color: #336699;
	line-height: 150%;
}
.neiwen2 {
	font-family: "����";
	font-size: 10pt;
	color: #FF9900;
}
.neiwen3 {
	font-family: "����";
	font-size: 9pt;
	line-height: 150%;
}

.neiwen4 {
	font-family: "����";
	font-size: 9pt;
	color: #616161;
	line-height: 150%;
}

a:link {
	font-family: "����";
	font-size: 9pt;
	line-height: 150%;
	color: #336699;
	text-decoration: none;
}
a:visited {
	font-family: "����";
	font-size: 9pt;
	line-height: 150%;
	color: #336699;	
	text-decoration: none;	
}

a:hover {
	font-family: "����";
	font-size: 9pt;
	line-height: 150%;
	color: #336699;	
	text-decoration: underline;	
}

a:active {
	font-family: "����";
	font-size: 9pt;
	color: #336699;	
	line-height: 150%;
	text-decoration: none;	
}

a.a1:link {
	font-family: "����";
	font-size: 9pt;
	line-height: 150%;
	color: #ffffff;
	text-decoration: none;
}
a.a1:visited {
	font-family: "����";
	font-size: 9pt;
	line-height: 150%;
	color: #ffffff;	
	text-decoration: none;	
}

a.a1:hover {
	font-family: "����";
	font-size: 9pt;
	line-height: 150%;
	color: #ff0000;	
	text-decoration: none;	
}

a.a1:active {
	font-family: "����";
	font-size: 9pt;
	color: #ffffff;	
	line-height: 150%;
	text-decoration: none;	
}

h1 {
    font: bold 18px Arial, Sans-Serif;
    letter-spacing: -1px;
    padding: 7px 0 0 8px;
    margin: 0;
}

h1 a, h2 a {
    text-decoration: none;
}

h1 a:hover, h2 a:hover {
    color: #FF6600;
    background: #FFF;
}

h2 {
    font-size: 16px;
    margin: 0 5px 2px 0;
    color: #000;
    background: inherit;
}

p {
    margin: 0 0 5px 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

form {
    margin: 0;
}

input.search {
    width: 199px;
    border: none;
    background: url( ../images/home/input.gif );
    padding: 4px;
}

input.login {
    width: 150px;
    border: none;
    background: url( ../images/home/logininput.gif );
    padding: 4px;
}

.searchSubmit {
    font-weight: bold;
    color: #666;
    padding: 2px 3px 2px 3px;
    border: #EDF9D9 1px outset;
    FILTER:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = #ffffff, endColorstr = #D4D0C8 );
    CURSOR: pointer;
}

button {
    padding: 2px 2px 0px 2px;
    border: #7EBF4F 1px solid;
    FILTER:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = #ffffff, endColorstr = #B3D997 );
    CURSOR: pointer;
}

/* layout
------ */

.content {
    margin: 10px auto;
    width: 880px;
}


.header {
    height: 45px;
}

.top_log {
    float: center;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    width: 880px;
    height: 110px;
}


.top_menu{
    float: center;
    width: 759px;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #eee;
}

.top_info {
    float: right;
    width: 300px;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #eee;
}

.top_info_left {
    width: 10px;
    float: left;
}

.top_info_right {
    float: right;
    width: 310px;
    padding: 0 0 0 15px;
    border-left: 1px solid #eee;
}

.slogan {
    font-size: 0.9em;
    width: 300px;
    color: #808080;
}


#search_field {
    background: #DCF2B8 url( ../images/home/barbg.gif ) no-repeat;
    color: #000;
    border-top: 1px solid #9EC068;
    border-bottom: 1px solid #9EC068;
    clear: both;
    text-align: center;
    padding: 10px 0 5px 0;
    width: auto;
}

div.auto_complete {
    float: left;
    border: #888 1px solid;
    padding: 0px;
    margin: 0px;
    width: 250px;
    position: absolute;
    background-color: white;
    text-align: left;
    color: #454545;
}

div.auto_complete ul {
    border: #888 1px solid;
    padding: 0px;
    margin: 0px;
    WIDTH: 100%;
    list-style-type: none;
}

div.auto_complete ul li {
    padding: 3px;
    margin: 0px;
}

div.auto_complete ul li.selected {
    background-color: #ffb;
    border-top: 1px solid #CADAE8;
    border-bottom: 1px solid #CADAE8;
}

div.auto_complete ul STRONG.highlight {
    padding: 0px;
    margin: 0px;
    color: #800;
}

.subheader {
    margin: 3px 0 10px 0;
    padding: 8px;
    background: #f4f4f4 url( ../images/home/subheaderbg.gif ) no-repeat;
    color: #808080;
    border-bottom: 1px solid #ccc;
}
/* three column style layout */
/* left side 
   --------- */

.leftSide {
    float: left;
    text-align: left;
    width: 190px;
    height: 100%;
    background: url(../images/eshare/left_di.jpg);
}

.rightSide {
    float: left;
    text-align: left;
    width: 500px;
    background-color: #f9f9f9;
    height: 100%;
    margin: auto auto auto auto;
}

.rightSide2 {
    float: left;
    text-align: left;
    width: 190px;
    height: 100%;
    margin: auto auto auto auto;
    background-color: #f9f9f9;
}

/*************************************/
/*two column style layout*/
.rightContent{
    float: left;
    text-align: left;
    width: 680;
    margin: auto auto auto auto;
    padding: 5px;
    background-color: #f9f9f9;
    height: 100%;
}

.leftContent{
    float: left;
    text-align: left;
    width: 190;
    height: 100%;
    background: url(../images/eshare/left_di.jpg);
}

/*****************************/
/*a information block title*/
.right_titles {
    background: url(../images/common/table_head_left.jpg);
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 3px;
    padding-left: 10px;
    background-color: #f9f9f9;
    margin: 0px;
    height: 20px;
}
/* a information content style */
.right_articles {
    border: 1px solid #eee;
    padding: 8px;
    margin: 0 0 0 0;
    height: 150px;
    vertical-align: top;
    background-color: #f9f9f9;
}

/* a table style */
.tableHead{
    height: 52px;  
}

.tableHead_left{
    width: 33px;
    background: url(../images/common/table_head_left.jpg);
}

.tableHead_middle01{
	width: 120px;
    background:url(../images/common/table_head_middle_01.jpg);
    text-align: left;
    font-family: "����";
	font-size: 11pt;
	font-weight: bold;
	color: #006699;
	line-height: 150%;
}

.tableHead_middle02{
    background:url(../images/common/table_head_middle_02.jpg);
}

.tableHead_right{
    background: url(../images/common/table_head_right.jpg);
    width:81px;
    background-color:#005500;
    vertical-align:center;
    text-align:center;
}
.tableHead_left_noicon{
    width: 45px;
    background: url(../images/common/table_head_left_noicon.jpg);
}
.tableMiddle{
    text-align:left;
}

.tableMiddle_left{
    width: 15px;
    background:url(../images/common/table_middle_left.jpg);
}

.tableMiddle_middle{
    border: 1px solid #eee;
    height: 150px;
    vertical-align: top;
    background-color: #f9f9f9;
}

.tableMiddle_right{
    width: 15px;
    background: url(../images/common/table_middle_right.jpg);
}

.tableFoot{
    height: 17px;
}

.tableFoot_left{
    width:23px;
    background:url(../images/common/table_foot_left.jpg) no-repeat;
 
}

.tableFoot_middle{
    background: url(../images/common/table_foot_middle.jpg);
}

.tableFoot_right{
    width:23px;
    background: url(../images/common/table_foot_right.jpg) no-repeat;
}

.right_articles:hover {
    border: 1px solid #ccc;
}

.image {
    float: left;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    width: 120px;
    height: 120px;
}
.image1 {
    float: center;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

.image_lianjie {
    float: center;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* footer
------ */


.footer {
    clear: both;
    text-align: center;
    line-height: 1.8em;    
    padding: 0px 0 10px 0;
    border-top: 0px solid #eee;
}

.footer a {
    color: #9EC068;
    
}

/* informationDetail
------------------*/

#informationDetail {
    width:530px;
    float:left;
    margin:20px auto;
    text-align:center;
}

#informationDetail .tit {
    width: 400px;
    float:center;
    text-align:center;
}

#informationDetail .cont {
    width: 510px;
    float: left;
    text-align: left;
    padding: 10px;
    margin: 10px;
    background: #F8FCF1;
    border: 1px solid #CCCCCC;
}


.promo_hint {
    margin-top: 10px;
    margin-bottom: 10px;
    color: red
}

#searchForm {
    width: 95%;
    text-align: center;
    padding: 20px;
    margin: auto;
}

.search_table_bg {
    width: 100%;
    background: #cccccc
}

.search_table {
    border: #FFFFFF 2px solid;
    margin: 1px;
    background: #efefef
}
/* uses for eshare home jsp file */
.equipbg {
    float: left;
    border-width: 0px;
    width: 95px;
    height: 117px;
    background: #fff url( ../images/bookbg.jpg ) no-repeat top left;
}

#left_equips {
    float: left;
}

#left_equips .left_content {
    float: left;
    margin: 0px 0 10px 0;
    width: 435px;
    border-top: 1px dashed #999999;
    text-align: left;
}

.star{
	color: red;
	padding-left: 8px;
}

.error {
    margin: 3px 0 !important;
    padding: 5px 3px 5px 25px;
    border: 2px solid #FE6836;
    background-image: url( ../images/icon/16x16/warning.gif );
    background-repeat: no-repeat;
    background-position: 8px 6px;
    background-color: #FFC875;

}

.pageTitle {
    font-size: 20.0pt;
    font-family: ����;
    text-align: center;
    color: #FF6600
}

table {
    font-size: 12px;
    border-collapse: collapse
}

td.special {
    color: #336699;
    padding-left: 12px;
    border: #a8cbf1 1px solid;
    background-color: #ffffff
}
td.left {
    color: #336699;
    text-align: right;
    padding-right: 12px;
    border: #a8cbf1 1px solid;
    background-color: #f1f1f1
}

td.right {
    color: #336699;
    padding-left: 12px;
    border: #a8cbf1 1px solid;
    background-color: #ffffff
}

td.bottom {
    color: #336699;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
}
