﻿*
{
    margin:0px;
    padding:0px;
}
body
{
    font-size:12px;
    font-family:宋体;
    line-height:16px;
    margin-top:8px;
}
a
{
    text-decoration:none;
}
img
{
    vertical-align:bottom;
}
ul
{
    list-style-type:none;
}
br.clear
{
    clear:both;
    height:0px;
    line-height:0px;
    font-size:1px;
}
.ie6TextPadding
{
    _padding-top:1px;
    padding-bottom:1px;
    _padding-bottom:0px;
}


/* Common/MasterPage/Base.master */
#common_masterPage_base
{
    width:1000px;
}

#common_masterPage_base #logo
{
    float:left;
    display:inline;
    margin-top:0px;
    margin-left:2px;
}
#common_masterPage_base #nav
{
    float:right;
    display:inline;
}

#common_masterPage_base .navBar
{
    height:19px;
    overflow:hidden;
    margin-left:auto;  
    background-color:#333333;
    margin-top:14px;
    padding-top:2px;
}
#common_masterPage_base #topNav
{
    width:690px;
    margin-top:0px;
    background-color:Transparent;
}
#common_masterPage_base #middleNav
{
    width:700px;
}
#common_masterPage_base #bottomNav
{
    width:535px;
}

#common_masterPage_base #searchBox
{
    float:left;
    display:inline;
}
#common_masterPage_base #topSubNav
{
    float:right;
    display:inline;
}
#common_masterPage_base #searchBox input
{
    height:17px;
    border:none 0px #333333;
    background-color:#333333;
    color:White;
    float:left;
    display:inline;
}
#common_masterPage_base .searchText
{
    width:75px;
}
#common_masterPage_base .searchSubmit
{
    width:55px;
    margin-left:3px;
    line-height:19px;
    padding-left:1px;
    padding-bottom:2px;
}
#common_masterPage_base #topSubNav
{
    color:#333333;
}
#common_masterPage_base #topSubNav a
{
    color:#999999;
    margin:0px 10px;
}
#common_masterPage_base #topSubNav a:hover
{
    text-decoration:underline;
}
#common_masterPage_base #middleNav
,#common_masterPage_base #bottomNav
{
    line-height:18px;
    _line-height:19px;
}
#common_masterPage_base #middleNav a
,#common_masterPage_base #bottomNav a
{
    color:White;
}
#common_masterPage_base #middleNav li
{
    display:inline;
    margin:0px 10px;
        
}
#common_masterPage_base #middleNav li a:hover
{
    color:#ff0000;
}
#common_masterPage_base #bottomNav li
{
    float:left;
    display:inline;
}
#common_masterPage_base #bottomNav li a
{
    display:block;
    padding:0px 10px;
}
#common_masterPage_base #bottomNav li a:hover
{
    background-color:#ff0000;
}
#common_masterPage_base #main
{
    min-height:400px;
    _height:400px;
}


/* Common\MasterPage\SideBarBlack.master */
/* Common\MasterPage\SideBarWhite.master */
.common_masterPage_sideBar
{
    margin-top:30px;
    overflow:hidden;
    margin-bottom:2px;
    zoom:1;
}
.common_masterPage_sideBar .col
{
    padding-bottom:10000px;
    margin-bottom:-10000px;
    min-height:400px;
    _height:400px;
}
.common_masterPage_sideBar #main
{
    float:left;
    display:inline;
    width:802px;
}
.common_masterPage_sideBar #sideBar
{
    float:right;
    display:inline;
    width:195px;
    margin-right:3px;
}
#common_masterPage_sideBarBlack #sideBar
{
    background-image:url("../img/sideBarBlack.gif");
}
#common_masterPage_sideBarWhite #sideBar
{
    background-image:url("../img/sideBarWhite.gif");
}
