﻿body
{
    font-family: Verdana;
    font-size: 11px;
    line-height: 16px; 
    color: #333333; 
}

a
{
    color: #669933;
    text-decoration: underline;    
}

h1
{
    font-size: 24px;
    line-height: 28px;
}

h2
{
    font-size: 18px;
    line-height: 22px;
}

h3
{
    font-size: 14px;
    line-height: 18px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

/* Layout */

.container
{
    width: 960px;
    margin: 0 auto;
}

.leftSide
{
    width: 230px;
    float: left;
    border-top: 2px solid #cccccc;
}

.middle
{
    width: 480px;
    padding: 0 10px;
    float: left;
    border-top: 2px solid #cccccc;
    background: url(images/bg.gif) top right repeat-y;
}

.rightSide
{
    width: 210px;
    padding: 15px 10px 0 10px;
    float: left;
    border-top: 2px solid #cccccc;
}

.contents
{
    width: 100%;
    padding: 0 10px;
    float: left;
    border-top: 2px solid #cccccc;
    background: url(images/bg.gif) top right repeat-y;
}

/* Layout */

.logo
{
    background: #FFFFFF url(images/logo.jpg) center center no-repeat;
    display: block;
    width: 960px;
    height: 185px;
}

.borderBtm 
{
    width: 100%;
}

.borderBtm th, .borderBtm td
{
    text-align: left;
    border-bottom: 1px solid #acacac;
    padding: 5px;
}

.borderBtm td table td
{
    border: none;
    padding-right: 30px;
}

.borderBtm td table td label
{
    width: auto;
}

.borderBtm td table td input
{
    position: relative;
    bottom: 3px;
}

.searchBar
{
    background: #acacac;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    width: 630px;
    margin: 0 0 20px 0 ;
}

.exportBar
{
    background: #acacac;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    width: 280px;
    margin: 0 0 20px 0 ;
}

.holder
{
    width: 530px;
    background: url(images/bg.gif) repeat-y top right;
    margin: 0 20px 20px 20px;
    padding: 20px; 
}

label 
{ 
    width: 10em; float: left; 
}


label.error 
{ 
    float: none;
    color: red;
    padding-left: .5em;
    vertical-align: top; 
}

.btn, input .btn
{
    background: #669933;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
    padding: 5px;
    text-decoration: none;
    
    border: none;
}

.btn:hover
{
    background: #000;
    color: #FFF;
}


p 
{ 
    clear: both; 
}

.green
{
    color: #669933;
}

/*.submit 
{ 
    margin-left: 12em; 
}*/


em 
{ 
    font-weight: bold;
    padding-right: 1em;
    vertical-align: top; 
}

ul li
{
    list-style-image: url(/images/li_bullet.gif);
}

.Header
{
    display: none;
}

.HeaderSelected
{
    display: block;
    background: #669933;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    margin: 0 0 20px 0;
    padding: 0 0 0 10px;
}

.HeaderSelected h1
{
    font-weight: normal;
}

.formTable
{
    width: 100%;
}

.formTable th, .formTable td
{
    padding: 5px;
    text-align: left;
    border-bottom: 2px solid #7d7d7d;
}

.formTable th
{
    width: 25%;
}

.formTable td td
{
    border: none;
    padding: 0;
}

.formTable td input, .formTable td td input
{
    float: left;
    margin: 0 5px 0 0;
}

input.error
{
    border: 1px solid #FF3300;
}

.sysMsg
{
    border: 1px solid #FF0000;
    background-color: #ffdac6;
    background-image: url(images/sysMsg_bg.gif);
    padding: 0 10px 0 10px;
    color: #FF0000;
    margin: 10px 0 10px 0;
}

.sysMsg ul
{
    text-indent: 0;
    padding: 0;
    margin: 10px 0 0 0;
}

.sysMsg ul li
{
    color: #FF0000;
    list-style-type: none;
    list-style-image: none;
    background-image: url(images/sucess.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.formValidation
{
    border: 1px solid #FF0000;
    background-color: #ffdac6;
    background-image: url(images/sysMsg_bg.gif);
    padding: 0 10px 0 10px;
    color: #FF0000;
    margin: 10px 0 10px 0;
}

.formValidation ul
{
    text-indent: 0;
    padding: 0;
    margin: 10px 0 0 0;
}

.formValidation ul li
{
    color: #FF0000;
    list-style-type: none;
    list-style-image: none;
    background-image: url(images/warning.gif);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
