

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #F06C00;
}

ul {
    margin-left: 0px;
    padding-left: 0px;
}

a {
    /*color: #F06C00;*/
    color:#4040FF;
}

a:hover {
    text-decoration: none;
}

/** CONTENT */

.content-wrap {
    min-height:300px;
    border:solid #0a6ca9;
    border-width: 1px 5px;
}
.left-float {
    /*width: 200px;*/
    float:left;
    margin: 0px auto;
    letter-spacing:normal;
    /*background: url(images/image03.gif) repeat-y left top;*/

}
.balance {
    width: 300px;
    float:left;
    margin: 10px;
    letter-spacing:normal;
    /*background: url(images/image03.gif) repeat-y left top;*/

}
.right-float {
    width: 350px;
    float:right;
    margin: 0px auto;
    /*background: url(images/image03.gif) repeat-y left top;*/

}

.content {
    width: 100%;
    margin: 0px auto;
    padding-top: 10px;
    clear:both;
}

#columnA {
    float: right;
    width: 500px;
}

#columnA h2 {
    border-bottom: 1px #FFA66B dashed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#columnB {
    float: left;
    width: 200px;
}

#columnB h2 {
    border-bottom: 1px #FFA66B dashed;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#columnB strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #575757;
}

#container {
    width:100%;
    height:auto;
    margin:0px;
    padding:2px 0px;

}
#left{
    width:530px;
    height:auto;
    float: left;

}

.welcome{
    margin:3px;
    height:auto;
    float: left;
    font-weight:bold;
    color:#FFFFFF;
}

.welcome a {
    color:#FFFFFF;
    text-decoration:underline;
}

.notice{
    margin-left:0px;
    height:auto;
    float: left;

}

#font-color{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #009B0D;
    font-weight: bold;
}

.tableHeader
{
    color:#FFFFFF;
    background-color: #009B0D;
    font-weight:bold;
    height:25px;
    font-family:Arial,Helvetica,sans-serif;
    padding:0px 5px 0px 5px;
}
.tableHeader a
{
    color:#009B0D;
}

.tableRow
{
    background-color: #FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
}
.tableRow1
{
    background-color: #E8F8E8;
    font-family:Arial,Helvetica,sans-serif;
}

.up
{
    background: url('../images/arrow up.png') no-repeat center ;
    height:25px;
    width:20px;
}
.down
{
    background: url('../images/arrow down.png') no-repeat center ;
    height:25px;
    width:20px;
}.up1
{
    background: url('images/arrow up1.png') no-repeat center ;
    height:25px;
    width:20px;
}
.down1
{
    background: url('images/arrow down1.png') no-repeat center ;
    height:25px;
    width:20px;
}
.listTable
{
    border: solid 1px #009B0D;
}
.divHeader{
    line-height:30px;
    background-color:#EEFFEE;
    color:#009B0D;
    font-size:18px;
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    text-align:center;
}

.error
{
    background-color:#FFCCCC;
    color:#FF0000;
    text-align:center;
    font-weight:bold;
    padding: 5px;
}

.label
{
    font-weight:bold;
    width: 150px;
    vertical-align:text-top;
}

.checkBoxLabel
{
    /*color:#000000;*/
    font-family:Arial,Helvetica,sans-serif;
    font-weight:bold;
    width: 150px;
    font-size:medium;
    vertical-align:text-top;
}

.labelInput
{
    border:solid 1px black;
    font-size:16px;
    background-color:#DFDFDF;
    padding:3px;
    font-weight:bold;
}

.info
{
    /*margin-left:300px;*/
    border: 0px solid #888888;
    padding:10px;
    text-align:left;
    width:700px;
}
.setVisible
{
    display:'';
}
.hideVisible
{
    display:none;
}