/* 
    Document   : style
    Created on : December 16, 2004, 1:38 PM
    Author     : mikea
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


body {
    background-image: url("images/left_main_bg_v2.gif");
    background-repeat: repeat-y;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11pt;
    margin: 0px;
    height: 100%; 
    min-height: 100%;
}



.subhead {
    text-align: left;
    padding: 5px 0px;
    border-bottom: thin solid #000000;
}

.label  {
                font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: left;
		font-size: 11pt;
		padding: 2px 10px;
                margin-top: 0px;
                margin-bottom: 0px;
		vertical-align: top;
}

.headerimage {
    background-image: url("images/background_v2.jpg");
    background-repeat: repeat-x;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px;
}

.searchstatcat {
    margin-left: 5px;
    font-weight: bold;
    color: #ffffff;
}
.breadcrumbs {
    font-size: 10pt;
    margin-top: 20px;
    margin-bottom: 25px;
}
.main {
    padding-left: 40px;
}
.docdiv {
    width: 850px;
    clear: both;
}
.formcontainer {
    width: 850px;
}
.formdiv {
    width: 450px;
    float: left;
}
.historydiv {
    width: 400px;
    float: right;
}
.historytable {
    border-collapse: collapse;
    border-spacing: 0px;
}
.historycell {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding: 3px;
    margin: 0px;
}
.historyheader {
    border-width: 1px;
    border-color: black;
    border-style: solid;
    padding: 3px;
    margin: 0px;
}
.scorepercent {
    font-size: 12px;
}
.error {
    color: #DEDEDE;
}
