/**********   COMMON STYLES   **********/
body, html {   
   width:            100%; 
   height:           100%; 
   padding:          0px;
   margin:           0px;
   background: #141112;
}
body, input, select, textarea {
   font-family:      Arial,Verdana,Tahoma,Helvetica,sans-serif;
   font-size:        9pt;
}
body, td, th {
   color: #fff3f3;
   font-size:        8.3pt;
}
form, div {
   background:       transparent;
   border:           none;
}
.subname {
    float: left;
   font-weight:      normal;
   font-size:        13.5pt;
   font-family: Verdana;
   color: #ffffff;
   padding: 12px 80px 14px 25px;
}
h1 {
   font-weight:      bold;
   font-size:        10.5pt;
}
h2 {
   font-size:        9.8pt;
   font-weight:      bold;
   padding:          0px 0px 14px 0px;
   margin:           0px;
}

h3 {
   font-size:        9pt;
   font-weight:      bold;
   padding:          0px 0px 10px 0px;
   margin:           0px;
}

.comment {
   font-size:        7.5pt;
}
.error_text {
   font-weight:      bold;
   color:            #800000;
}
.asterisk {
   color:            #FF0000;
}
.button {
   font-family:      Verdana,Tahoma,Arial,Helvetica,sans-serif;
   color:            #000000;
}
.input {
   font-family:      Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
table {
   border-collapse:  collapse;
}
.framed {
   border:           1px solid #E0E0E0;
}
.sepline {
   background:       #808080;
}
th, .header_cell {
   background:       #808080;
   font-weight:      bold;
   text-align:       center;
}
.active_cell {
   background:       #F0F0F0;
}
.header_place {
   background-color: #000000;
}


/**********   DESIGN ELEMENTS   **********/
.content_a {
    background: #373435 url(../images/content_bg.gif) repeat-x 0px 0px;
    color: #fff3f3;
    text-align: left;
    vertical-align: top;
}
.content_a a:link    { color: #ffffff; }
.content_a a:visited { color: #666666; }
.content_a a:hover   { color: #ffb200; }
.content_a a:active  { color: #ffffff; }

.foot {
   text-align: center;
   vertical-align: bottom;
   padding: 12px 12px 9px 12px;
   font-family: Verdana;
}
.foot, .foot a, .foot a:link, .foot a:visited, .foot a:hover, .foot a:active  { color: #919191; }
