﻿body
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
    background-image: url(images/background.gif);
    background-position: left top;
    background-repeat: repeat;
}
input, select, textarea, td
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

a
{
    color: #2e6cac;
}
a.hover
{
    text-decoration: none;
}
a.hover:hover
{
    text-decoration: underline;
}

.itrelief-red
{
    color: #ed1922;
}
.itrelief-blue
{
    color: #2e6cac;
}

a.button
{
    font-family: arial, tahoma, helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    background-color: #2e6cac;
    text-decoration: none;
    line-height: 23px;
    height: 23px;
    display: inline-table;
    display: -moz-inline-box;
    display: inline-block;
    overflow: hidden;
}
a.button .L
{
    padding-left: 10px;
    display: block;
    background-image: url(images/button_up_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
}
a.button .R
{
    padding-right: 10px;
    display: block;
    background-image: url(images/button_up_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
}
a.mouseDown
{
    color: #CCCCFF;
}
a.mouseDown .L
{
    background-image: url(images/button_down_left.gif);
}
a.mouseDown .R
{
    background-image: url(images/button_down_right.gif);
}


.col-l
{
    float: left;
}
.col-r
{
    float: right;
}
.cols:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cols
{
    display: inline-block;
}
/* hide from IE-mac hack \*/
* html .cols
{
    height: 1%;
}
.cols
{
    display: block;
}
/* end hide from IE-mac kack */


fieldset:after, fieldset dl:after, fieldset blockquote:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
fieldset, fieldset dl, fieldset blockquote
{
    display: inline-block;
}
/* hide from IE-mac hack \*/
* html fieldset, * html fieldset dl, * html fieldset blockquote
{
    height: 1%;
}
fieldset, fieldset dl, fieldset blockquote
{
    display: block;
}
/* end hide from IE-mac hack */


.gap-t
{
    margin-top: 15px;
}
.gap-b
{
    margin-bottom: 15px;
}
.split-t
{
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #2e6cac;
}
.split-b
{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #2e6cac;
}



fieldset
{
    display: block;
    margin: 0;
    padding: 0;
    width: 560px;
    text-indent: 0;
    border: none;
}
fieldset legend
{
    display: none;
}
fieldset dl
{
    display: block;
    margin: 0;
    padding: 0;
    width: 560px;
    text-indent: 0;
    border: none;
}
fieldset dl dt
{
    clear: both;
    display: block;
    float: left;
    width: 155px;
    margin: 0;
    padding: 4px 0;
    text-indent: 0;
    border: none;
}
fieldset dl.text dt, fieldset dl.text dd
{
    padding: 2px 0;
}

fieldset dl dd, fieldset blockquote
{
    display: block;
    float: right;
    width: 400px;
    margin: 0;
    padding: 0;
    text-indent: 0;
    border: none;
}
fieldset dl dd input
{
    width: 294px;
    padding-left: 0;
    padding-right: 0;
}
fieldset dl dd.half input
{
    width: 144px;
}
fieldset dl dd > input
{
    margin-top: 1px;
    margin-bottom: 1px;
}
fieldset dl dd .check input
{
    width: 15px;
    margin-left: 0;
    margin-right: 5;
}
fieldset dl dd select
{
    width: 298px;
    margin-top: 1px;
    margin-bottom: 1px;
}
fieldset dl dd.half select
{
    width: 148px;
}
fieldset dl dd textarea
{
    width: 394px;
    padding-left: 0;
    padding-right: 0;
}
fieldset dl dd > textarea
{
    margin-top: 1px;
    margin-bottom: 1px;
}
fieldset dl dd label
{
    line-height: 18pt;
}
fieldset .check input
{
    width: 15px;
    margin-left: 0;
    margin-right: 5px;
}
fieldset q
{
    font-weight: bold;
    color: #cc0000;
}
fieldset q:before
{
    content: "";
    content: no-open-quote;
}
fieldset q:after
{
    content: "";
    content: no-close-quote;
}
fieldset dl dd div.input, fieldset blockquote div.input
{
    width: 300px;
}

fieldset.full
{
    width: auto;
}
fieldset.full dl
{
    width: auto;
}
fieldset.full dl dt
{
    width: auto;
    float: none;
}
fieldset.full dl dd
{
    width: auto;
    float: none;
}
fieldset.full blockquote
{
    width: auto;
    float: none;
}
fieldset dl.big dd input
{
    width: 550px;
}
fieldset dl.big dd textarea
{
    width: 550px;
}

.valid
{
    color: #cc0000;
    font-size: 8pt;
}



#lytP
{
    width: 950px;
    margin: 10px auto;
}
#lytH
{
    background-image: url(images/background_top_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 15px;
    overflow: hidden;
}
#lytHi
{
    background-image: url(images/background_top_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 15px;
    height: 15px;
    overflow: hidden;
}

#lytC
{
    padding-left: 14px;
    border-left: solid 1px #989898;
    background-color: #ffffff;
}
#lytCi
{
    padding: 0 14px 5px 0;
    border-right: solid 1px #989898;
    background-color: #ffffff;
}

#lytF
{
    background-image: url(images/background_bottom_left.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-left: 15px;
    height: 15px;
    overflow: hidden;
}
#lytFi
{
    background-image: url(images/background_bottom_right.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-right: 15px;
    height: 15px;
    overflow: hidden;
    width: 920px; /* IE seems to get confused, need to set the absolute width here */
}

.header
{
    background-image: url(images/header_horizontal_divider.gif);
    background-position: left 75px;
    background-repeat: repeat-x;
}
.header .cols .col-r
{
    width: 650px;
    text-align: right;
}
.header .logout
{
    font-size: 8pt;
    line-height: 20px;
    height: 20px;
}
.header .tabs
{
    margin-top: 30px;
    margin-right: 15px;
}
.header .subtabs
{
    margin-top: 3px;
    text-align: right;
}



.content
{
    margin-top: 10px;
    background-color: #ffffff;
}

.content .two
{
    background-image: url(images/content_divider.gif);
    background-position: 610px 0px;
    background-repeat: repeat-y;
}

.content .main
{
    width: 595px;
}
.content .side
{
    width: 295px;
}

.footer
{
    color: #acacac;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    font-size: 8pt;
}
.footer a
{
    color: #acacac;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 12pt;
    color: #2e6cac;
    margin-top: 0;
    margin-bottom: 12pt;
}
h2
{
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12pt;
}
h3
{
    font-size: 10.5pt;
    font-weight: bold;
    color: #2e6cac;
    margin-top: 0;
    margin-bottom: 10.5pt;
}
h4
{
    font-size: 10.5pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10.5pt;
}
h5
{
    font-size: 9.5pt;
    font-weight: bold;
    color: #2e6cac;
    margin-top: 0;
    margin-bottom: 9.5pt;
}
h6
{
    font-size: 9.5pt;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 9.5pt;
}
p
{
    margin-top: 0;
    margin-bottom: 9pt;
}
ul
{
    margin-top: 9pt;
    margin-bottom: 9pt;
}
ul li ul
{
    margin-top: 4.5pt;
    margin-bottom: 4.5pt;
}
.normal
{
    font-weight: normal;
}


.notes
{
    margin-top: 20px;
}



table.grid
{
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}


table.grid th
{
    margin: 0;
    padding:3px;
    border: none;
    text-align:left;
    font-weight:bold;
    background-color:#acacac;
    color:#ffffff;
    
}
table.grid th a
{
    color:#ffffff;
    text-decoration:none;
}
table.grid th a:hover
{
    text-decoration:underline;
}

table.grid td
{
    margin: 0;
    padding:3px;
    border: none;
    text-align:left;
    font-weight:normal;
}
table.grid .alt td
{
    background-color:#f1f1f1;
}
table.grid .command
{
    text-align:center;
    width:80px;
}
table.grid .date
{
    text-align:center;    
    width:80px;
}
table.grid .c
{
    text-align:center;    
}