﻿body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: Gray;
}

.Canvas
{
    width: 770px;
    margin: auto;
    overflow: auto;
    padding-top: 30px;
}

.header
{
    height: 102px;
    text-align: left;
}
.logo
{
    padding-left: 0px;
    text-align: left;
    width: 160px;
}
.toplinks
{
    font-size: 11px;
}
.footer
{
    height: 100px;
    text-align: left;
    width: 770px;
    font-size: 11px;
    padding-top: 20px;
}
hr
{
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.heading
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0055fe;
    font-weight: bold;
}



.contents .col1
{
    width: 325px;
    text-align: left;
    padding-right: 10px;
}
.ad-banner
{
    width: 600px;
    padding-top: 20px;
}

.contents .col2
{
    width: 200px;
    text-align: left;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    padding-left: 25px;
}
.support_col1
{
    width: 200px;
    text-align: left; /*border:solid 1px red;*/
}
.support_col2
{
    width: 400px;
    text-align: left;
    padding-left: 20px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC; /*border:solid 1px red;*/
}



/*dsgsdfgsdsdfgs*/
#menu
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 19px;
    padding-left: 0px;
}

#menu ul, #menu li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


/*#menu a:link, #menu a:visited*/
.activeMenuItem
{
    background: #2B6FC4;
    border: 1px solid #ccc;
    color: #EAEAEA;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.menuItem
{
    background: #E8EBF0;
    border: 1px solid #ccc;
    color: Gray;
    float: left;
    font-size: small;
    font-weight: normal;
    line-height: 14px;
    margin-right: 8px;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
}

.menuItemEmpty
{
    float: left;
    width: 130px;
}

.menuItemEmptyRight
{
    float: right;
    width: 150px;
    font-weight: bold;
    text-align: right;
}
.bgwhite
{
    background-color: #FFFFFF;
}



#menu ul a:hover
{
    color: #f00 !important;
}

.contents
{
    background: #EFEFEF; /*border : 1px solid #ccc;*/
    border-top: none;
    clear: both;
    margin: 0px;
    overflow: auto;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px; /*border:solid 1px red;*/
    height: 215px;
}


.tbnormal
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #666666;
    border: solid 1px Gray;
    background-color: #F5F5F5;
}

.ddlnormal
{
    font-family: Arial, sans-serif;
    font-size: 11px;
    border: solid 1px gray;
    color: #666666;
    background-color: #F5F5F5;
}


input[type=password], input[type=text]
{
    border: solid 1px gray;
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: 11px;
    background-color: #F5F5F5;
}


input[type=submit], input[type=button], input[type=reset]
{
    font-family: Myriad, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    background-color: #EFEFEF;
}

