﻿
/*
awmi darker blue
01466b
awmi menu blue
026eb0
awmi lighter blue
6ca7db
awmi lightest blue
e1edf3
dark grey
555b5b
light grey
aeb9b9
tan
fae59d
Verdana, Arial, Helvetica, sans-serif
*/

/**/
/**/
/**/
/**/

html
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background-color: #800000;
}

body
{
    margin: 0;
    padding: 0;
    color: black;
    background: white;
    font-size: 76%; /*font-size: 62.5%; */
    border: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 150%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 20px;
}

img
{
    border-width: 0;
}

p, fieldset, table
{
    margin-bottom: 1em;
}


table, td
{
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
}

.mu
{
    text-align: left;
    color: White;
    font-weight: bold;
    line-height: 200%;
    white-space: nowrap;
}

.mu a, .mu a:visited, .mu a:active
{
    color: White;
    text-decoration: none;
}

.mu a:hover
{
    text-decoration: underline;
    color: White;
}

.newmenu td
{
    padding: 0 .5em;
    margin: 0;
}


a
{
    text-decoration: none;
    color: #980000;
    font-weight: bold;
}

a:visited
{
    color: #980000;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #980000;
    font-weight: bold;
}

a:active
{
    color: #980000;
    font-weight: bold;
}
a button, textarea, select, input
{
    font-family: Tahoma;
}


h1, h2, h3, h4, h5, h6
{
    font-weight: bold;
    margin: 1em 0;
    color: #01466b;
    font-family: tahoma, arial, helvetica, sans-serif;
}

h1
{
    font-size: 138.5%; /*18px via YUI Fonts CSS foundation*/
}

h2
{
    font-size: 123.1%; /*16px via YUI Fonts CSS foundation*/
}

h3
{
    font-size: 108%; /*14px via YUI Fonts CSS foundation*/
}


ol, ul, dl
{
    margin-left: 2em;
}

ol li
{
    /*giving OL's LIs generated numbers*/
    list-style: decimal outside;
}

dl dd
{
    /*giving UL's LIs generated numbers*/
    margin-left: 1em;
}

ul li
{
    list-style-type: none; /* remove image from jquery tabs*/
}

th, td
{
    padding: .5em;
}
th
{
    font-weight: bold;
    text-align: center;
}


.Pagerstyle td, .Pagerstyle td a
{
    padding-right: 4px;
    background-color: #6ca7db;
    color: Black;
}

/* based on .ui-widget-header  */
.CoUsingStyle
{
    border-style: none solid solid solid;
    font-size: 1em;
    border-right-color: #01466b;
    border-bottom-color: #01466b;
    border-left-color: #01466b;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.CoUsingStyle input, .CoUsingStyle select, .CoUsingStyle textarea, .CoUsingStyle button
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .9em;
    top: 76px;
    left: 0px;
}

.CoUsingStyle th, table.CoUsingStyle caption
{
    background: #026eb0 url(images/ui-bg_dots-small_100_026eb0_2x2.png) 50% 50% repeat;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px;
    border-bottom: 4px solid #01466b;
    text-align: center; /* 	border: 1px solid #cccccc; font-size: 12px; 	line-height: 14px; 	background: #9F3430 url(images/ui-bg_diagonals-small_75_9F3430_40x40.png) 50% 50% repeat; 	color: #eaf5f7; 	font-weight: bold; */
}
.CoUsingStyle th a
{
    color: #ffffff;
}
.CoUsingStyle th a:hover
{
    text-decoration: underline;
}
.CoUsingStyle td
{
    background: #e1edf3 url(images/ui-bg_flat_100_e1edf3_40x100.png) 50% 50% repeat-x;
    color: #222222;
    border: none;
    padding: 4px;
}
.CoUsingStyle td a
{
    color: #222222;
}
.CoUsingStyle td a:hover
{
    text-decoration: none;
}

.fg-input
{
    font-weight: bold;
    font-size: 1em;
    background-color: #EDEFEF;
    border: 1px solid #800000;
}


/*http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/*/
.fg-button
{
    outline: 0;
    margin: 0 4px 0 0;
    padding: .4em 1em;
    text-decoration: none !important;
    cursor: pointer; /*	position: relative;*/
    text-align: center;
    zoom: 1;
    background: #026eb0 url(images/ui-bg_dots-small_100_026eb0_2x2.png) 50% 50% repeat;
    border: 2px solid #800000;
}
.fg-button .ui-icon
{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
}

a.fg-button
{
    float: left;
}

/* remove extra button width in IE */
button.fg-button
{
    width: auto;
    overflow: visible;
}




@media print
{
    html, body
    {
        margin: 0;
        padding: 0;
        background: #FFFFFF !important;
    }
    .printhide
    {
        display: none;
    }

    .printnocolor
    {
        background: #FFFFFF !important;
    }


}



