﻿*
{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    font-style: normal; 
    font-weight: normal; 
    color: #000; 
    text-align: left;
}

body
{
    width: 100%;
    background-color: #171e3a;
    padding: 0;
    margin: 0;
}

div
{
    padding: 0;
    margin: 0;
}

p
{
    margin: 2px 1em 2em 0px;
}

p.first-para
{  
    /* font-size: 16px; */
}

h1, h2, h3
{
    padding-bottom: 9px;
    border-bottom: 1px solid #666;
    width: 100%;
    font-size: 18px;
}

.no-h-rules h1, .no-h-rules h2, .no-h-rules h3
{
    border:none;
}

h1
{
    color: #ef8b35;
}

h2
{
    font-size: 13px;
    font-weight: bold;
}

h3
{
    font-size: 12px;
    font-weight: bold;
    border: none;
}

img[src="/images/bullet.png"]
{
    position: relative;
    top: 2px;
    margin-left: 8px;
}

strong
{
    font-weight: bold;
}

cite
{
    font-style: italic;
}

th
{
    font-weight: bold;
    text-align: left;
}

a, a:hover
{
    text-decoration: none;
    color: #000;
}

a:hover
{
    color: #EF8B35;
}

a img 
{
    border: none;
    padding: 0px;
    margin: 0px;
}

fieldset legend, fieldset label 
{
    font-weight: bold;
}

.imgThumbnail
{
    width: 140px;
    height: 105px;
    margin: 5px 5px 5px 0px;
}

.textbox-small
{
    font-size: 12px;
    height: 14px;
}

.button-small
{
}

.error
{
    color: #f00;
}

.notice
{
    color: #c00;
}

.warning
{
    padding: 0.5em;
    background-color: #fcc;
    border: 1px solid #999;
}

.report
{
color: #0f0;
}

.widecol
{
    width: 750px;
    float: left;    
}

.text
{
    width: 450px;
}

.medium-text
{
    width: 400px;
}

textarea.text,textarea.medium-text
{
    height: 120px;
}

.date-text
{
    width: 80px !important;
}

.time-text
{
    width: 60px !important;
}

.mini-text 
{
    width: 30px !important;
}

.small-text
{
    width: 60px !important;
}

.mid-text
{
    width: 200px !important;
}

.hint
{
    font-size:smaller;
    font-style: italic;
}

.indent
{
    margin-left: 2em;
}

.bright
{
    color: #ef8b35;
}

.bold
{
    font-weight:bold;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.margin-right
{
    margin-right: 10px;
}

.span-half
{
    width: 49%;
}

.span-3
{
    width: 400px;
}

.span-2
{
    width: 354px;
}

.span-1
{
    width: 240px;
}

.span-0
{
    width: 194px;
}

.border-bottom
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

.box-grey
{
    width: 236px;
    background-image: url(/images/box_grey_bg.png);
}

.box-grey-top
{
    width: 100%;
    height: 8px;
    background-image: url(/images/box_grey_top.png);
    background-repeat: no-repeat;
}

.box-grey-bottom
{
    width: 100%;
    height: 8px;
    background-image: url(/images/box_grey_bottom.png);
    background-repeat: no-repeat;
    clear:both;
}

.box-grey-main
{
    margin-left: 20px;
    width: 196px;
}

ul.no-bullet
{
    list-style-type:none;
    padding-left: 0px;
    margin-left:20px;
}