﻿body 
{
    text-align: left;
    margin: 0;
    padding: 0;
    background-color: #F8FCFF;
    background-image: url(../Resource/images/Bottom_bg.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
#Top
{
    height: 152px;
    background-image: url(../Resource/images/Top_bg.gif);
    background-repeat: repeat-x;
    text-align: left;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
#Content
{
    margin: 20px 0 0 0;
    text-align: center;
    height: 331px;
    width: 100%;
    float: left;
}
#Content #LeftOne
{
    margin: 147px 0 0 0;
    background: url(../Resource/images/Login_08.gif);
    background-repeat: repeat-x;
}
#Content #LeftTwo
{
    margin: 147px 0 0 0;
    background: url(../Resource/images/Login_09.gif);
    width: 80px;
}
.TextBox{ width:230px;}
.TextBox1{ width:150px;}
input,select{border: 1px solid #cdcdcd;}
.button
{
    border: 1px solid #cdcdcd;
    background: #fff;
    width: 42px;
    height: 22px;
    color: #505050;
}
A:link
{
    color: #000;
    text-decoration: none;
}
a:visited
{
    color: #000;
    text-decoration: none;
}
A:hover
{
    color: #000;
    text-decoration: underline;
}
a:active
{
    color: #000;
    text-decoration: none;
}

#ddlTable,#ddlTable1{ font-size:12px;}
.over{color:#dedede}
.out{color:#333333}
#oOption,#oOption1{
scrollbar-face-color:#FFFFFF;
scrollbar-shadow-color:#C1C1BB;
scrollbar-highlight-color:#C1C1BB;
scrollbar-3dlight-color:#EBEBE4;
scrollbar-darkshadow-color:#EBEBE4;
scrollbar-track-color:#F4F4F0;
scrollbar-arrow-color:#CACAB7;
position:absolute;display:none;width:120px;height:80px;
overflow:scroll;overflow-x:hidden;
border:#333333 1px solid;border-top:none;cursor:default
}