﻿*
{
    font-size: 9pt;
}
html, body
{
    margin: 0px auto;
    padding: 0px;
    height: 100%;
    overflow: hidden;
}
#main
{
    overflow: auto;
}
body a
{
    outline: none;
    blr: expression(this.onFocus=this.blur());
}
input, button, select, textarea
{
    outline: none;
}
div, ul, li, dl, dt, dd, img, h1, h2
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border: 0;
}
#Container
{
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
#Header
{
    height: 70px;
    background-image: url(../images/backright.jpg);
}
#HeaderLogo
{
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    background: url(../images/wxhy.jpg);
    height: 70px;
    width: 1000px;
    display: inline;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='wxhy.jpg', sizingMethod='crop');
}
#weather
{
    position: absolute;
    right: 0%;
    top: 0%;
    width: auto;
    cursor: pointer;
    font-weight: bold;
    color:White;
    font-size: 13pt;
}
#Headermenu
{
    float: left;
    margin-left: -500px;
}
#Headerbotton
{
    height: 30px;
    padding-top: 2px;
    border-bottom: 1px solid #ccc;
    background-image: url(../images/Headerbotton.png);
}
#Content
{
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
    padding: 1px;
}
#left_title {
    float: left;
    text-align: center;
    width: 225px;
    color: #222;
    font-weight: bold;
    margin-top:5px;
}
#conten_title
{
    height: 100%;
    text-align: left;
    line-height: 20px;
    padding-left: 1px;
    color: #222;
    font-weight: bold;
}
/*Tabmenu
------------------------------------------------*/
div.removesel
{
    display: inline-block;
    width: 105px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 0px;
    margin-left: 2px;
    background: url(../images/top_title1.png) no-repeat left;
    float: left;
    vertical-align: bottom;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: bold;
}
div.sel
{
    border: 0px;
    outline: none;
    display: inline-block;
    width: 105px;
    line-height: 38px;
    text-align: center;
    height: 38px;
    margin-left: 2px;
    background: url(../images/top_title.png) no-repeat left;
    vertical-align: bottom;
    float: left;
    cursor: pointer;
    color: #395a7b;
    font-size: 11pt;
    font-weight: bold;
}
#MainContent
{
    height: 100%;
    width: 100%;
}
.tabs .x-tab button .x-tab-inner {
    text-align  : left;
}