﻿html, body
{
    width: 100%;
    font-family: Arial;
    font-size: .8em;
    padding: 0px;
    margin: 0px;
}
form
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
a
{
    text-decoration: none;
    font-weight: bold;
    color: #2a2b5f;
}
div
{
    /*border: dashed 1px black;	*/
}
img
{
    border: none;
}
#page
{
    background-color: white;
}
#header
{
    width: 100%;
    background-repeat: no-repeat;
    background-position: 5px 7px;
}
#headerDetail
{
    height: 60px;
    text-align: right;
    color: #2a2b5f;
    font-weight: bold;
    vertical-align: top;
}
#nav
{
}
#center
{
    float: left;
    background-image: url(../images/center-bg.gif);
    background-repeat: repeat-y;
    overflow: hidden;
}
#centerDetail
{
    float: none;
    width: 800px;
    background-repeat: no-repeat;
}
#center div
{
    float: left;
}
#ChooseVersion
{
    width: 325px;
    list-style: none;
}
#ChooseVersion li
{
    float: left;
    margin: 6px;
    text-align: center;
    height: 150px;
    width: 150px;
}
#lm
{
    float: left;
    width: 130px;
}
#lm input.button
{
    border: none;
    width: 20px;
    margin-left: 70px;
}
#lm input
{
    padding: 0px;
    margin: 0px;
    width: 90px;
    border: dashed 1px #999;
    background-color: #eee;
}

#body
{
    padding: 10px;
    color: #333;
}
#right
{
    color: #333;
    padding: 10px;
}
#right img
{
    border: 0;
    float: left;
}
#right span
{
    vertical-align: top;
    float: left;
    margin-left: 5px;
}
#right a
{
    color: #333;
}
#footer
{
    float: left;
    width: 100%;
    border-top: dashed 1px #999;
    text-align: right;
    color: #2a2b5f;
    font-weight: bold;
    border-bottom: solid 3px #2a2b5f;
}
.PB
{
    margin-top: 10px;
    font-weight: bold;
    color: #2a2b5f;
    font-size: large;
    overflow: hidden;
    background-color: White;    
}
.PB_detail
{
    font-weight: normal;
    color: #333;
    font-size: small;    
    z-index:-1;
    margin-top: -800px;
}
p
{
    padding: 0px;
    margin: 5px 5px 0px 0px;
}

div.dwn
{
    margin: 5px 5px 0px 0px;
    padding: 3px;
    border: dashed 1px #999;
    width: 375px;
    background-image: url(../images/save_3_but.gif);
    background-repeat: no-repeat;
    background-position: 10px 27px;
}
span.dwn
{
    padding: 0px 10px 0px 0px;
    font-size: 1.2em;
    color: #2a2b5f;
}
.dwn_detail
{
    padding-left: 30px;
    display: block;
    color: #333;
    font-weight: normal;
}
.dwn a
{
    color: #333;
    font-weight: normal;
}

