﻿/* General CSS Settings */

body
{
    margin: 0;
    padding: 0;
    min-width: 950px;
    text-align: center;
    font-size: 12px;
    font-family: Arial, 宋体;
}

a:hover
{
    color: #c00000;
    text-decoration: underline;
}

a
{
    color: #0066cc;
    text-decoration: none;
}

table
{
    border-collapse: separate;
}

input[type="text"]:hover
{
    background-color: #f4fcff;
}

input[type="password"]:hover
{
    background-color: #f4fcff;
}

/* div CSS Class Settings */

.div_margin_50px
{
    margin: 50px 50px 50px 50px;
}

.div_margin_30px
{
    margin: 30px 30px 30px 30px;
}

.div_float_left
{
    width: 30%;
    float: left;
}

.div_float_left_40
{
    width: 40%;
    float: left;
}

.div_float_left_content_margin_30px
{
    margin: 10px 22px 10px 10px;
}

.div_float_right
{
    width: 69%;
    float: right;
    border-left: solid 1px #e2e2e2;
}

.div_float_right_59
{
    width: 59%;
    float: right;
    border-left: solid 1px #e2e2e2;
}

.div_float_right_content_margin_30px
{
    margin: 10px 10px 10px 30px;
}

.div_clear_both
{
    clear: both;
}

.div_a_blakc_style_class a
{
    color: Black;
    text-decoration: none;
}

.div_a_blakc_style_class a:hover
{
    color: #c00000;
    text-decoration: underline;
}

/* button CSS Class Settings */

.button_style_settings
{
    background: #c00000;
    border-color: #d66666 #b00 #b00 #d66666;
    border-width: 1px;
    color: #fff;
    height: 20px;
    padding: 0px 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

/* image CSS Class Settings */

.img_padding_5px
{
    border: solid 1px #e2e2e2;
    padding: 5px 5px 5px 5px;
}

/* input CSS Class Settings */

/* tabel CSS Class Settings */

.table_tr_th_td_padding_5px th
{
    text-align: right;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    background-color: #e2e2e2;
}

.table_tr_th_td_padding_5px td
{
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: #f0f0f0;
}

.td_border_bottom_style
{
    border-bottom: dashed 1px #e2e2e2;
    border-top: none 0px white;
    border-left: none 0px white;
    border-right: none 0px white;
}

/* label CSS Class Settings */

.label_caption_font_weight_bold
{
    font-weight: bold;
    display: block;
}

.label_description_font_color_gray
{
    color: Gray;
}


/* MasterPage.master CSS Settings */

#homepage_top_background
{
    background: url(Images/homepage_top_background.png) repeat-x top;
    background-color: #e2e2e2;
}

#homepage_bottom_background
{
    background: url(Images/homepage_bottom_background.png) repeat-x bottom;
}

#homepage_content_wrapper
{
    width: 900px;
    margin: 0 auto;
    background: url(Images/homepape_content_background.jpg) repeat-y;
}

#homepage_content_top_background
{
    background: url(Images/homepage_content_top_background.jpg) no-repeat top;
}

#homepage_content_bottom_background
{
    background: url(Images/homepage_content_bottom_background.jpg) no-repeat bottom;
}

#homepage_content
{
    text-align: left;
}

#homepage_content_header
{
    height: 24px;
}

#homepage_content_language_selector
{
    height: 151px;
    margin: 0 0 0 160px;
}

#homepage_content_language_selector img
{
    border-width: 0px;
    margin: 0px 25px 0 0;
}

#homepage_content_navgator
{
    height: 75px;
    font-family: Arial, 黑体;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
}

#homepage_content_navgator ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#homepage_content_navgator li
{
    float: left;
    background: url(Images/homepage_content_navigator_divide_spacer.jpg) no-repeat left center;
    margin: 0 9px 0 0;
}

#homepage_content_navgator a
{
    display: block;
    margin: 0 0 0 20px;
    line-height: 40px;
    text-decoration: none;
    color: White;
}

#homepage_content_navgator a:hover
{
    color: Black;
    text-decoration: none;
}

#homepage_content_zone
{
    margin: 0px 20px 0px 20px;
}

#homepage_content_footer
{
    text-align: center;
    height: 160px;
}

#homepage_content_footer a
{
    margin: 0 10px 0 10px;
}

/* Default.aspx CSS Settings */

.default_column
{
    margin: 0 20px 0 0;
    line-height: 18px;
    width: 186px;
    text-align: justify;
}

.title_h3
{
    display: block;
    margin: 0 0 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #c00000;
}

.title_h3_bottom_margin_5px
{
    display: block;
    margin: 0 0 5px 0;
}

.big_title_h3
{
    display: block;
    margin: 0px 0 6px 30px;
    font-size: 14px;
    font-weight: bolder;
    line-height: 36px;
    color: White;
}

#earth_map
{
    height: 220px;
    background: url(Images/earth_map.jpg) no-repeat top;
}

.news_center
{
    background: url(Images/title_backgroud.png) no-repeat top;
    margin-top: 20px;
}

.hot_news a
{
    color: Black;
}

.hot_news a:hover
{
    color: #c00000;
    text-decoration: underline;
}

/* 首页名称导航 CSS Settings */

#pic
{
    width: 600px;
    height: 135px;
    margin-top: 10px;
}
