﻿/*
   Add the following to your CSS file should you wish the cursor to
   "wait" while the script is processing the sort
*/

body.sort-active *
        {
        cursor:wait;
        }
body
        {
        padding:0;
        margin:0;
        font-family: verdana;
        font-size:12px;        
        }
h2 span
        {
        font-variant:small-caps;
        }
h1 a
        {
        color:#000;
        text-decoration:none;
        }
h1 a:hover
        {
        text-decoration:underline;
        }
p a
        {
        font-weight:normal;
        outline:none;
        color:#333;
        text-decoration:none;
        }
p a:hover
        {
        color:#333;
        text-decoration:underline;
        }
p a:active
        {
        color:#000;
        text-decoration:underline;
        }
code
        {
        font-family:'andale mono','lucida console','courier new',monospace;
        font-size:1em;
        }
p
        {
        line-height:1.6em;
        margin:0 1em 1em 1em;
        }
h1
        {
        font-weight:lighter;
        font-family:georgia, times new roman, times, georgia, palatino, serif;
        margin:0;
        padding:3px 5px 3px 5px;
        color:#000;
        font-size:2em;
        }
h2
        {
        font-weight:lighter;
        font-family:verdana,arial,sans-serif;
        text-align:center;
        margin-top:1em;
        color:#333;
        text-transform:uppercase;
        letter-spacing:1px;
        font-size:1.2em;
        }
h2 span
        {
        font-variant:small-caps;
        text-transform:none;
        }
#theTable table
        {
        /*width: 900px;*/
        padding: 0;
        margin: 0;
        border-left: 1px solid #C1DAD7;
        border-collapse:collapse;
        }
.cs1
        {
        width:30em;
        }
.cs2
        {
        width:20em;
        }
.cs1 td,
.cs2 td,
#scientificNotation
        {
        text-align:right;
        }
caption
        {
        padding: 0 0 5px 0;
        margin:0 auto;
        width:auto;
        font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }
#theTable table th
        {
        font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        height:20px;
        padding: 8px 12px 4px 12px;
        background: #003366 url(../images/bg_header.jpg) no-repeat;
        vertical-align:middle;
        text-align: right;
        }
#theTable table th:first-child
        {
        text-align:left;
        overflow: hidden;
        }
#theTable table td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #C1DAD7;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#theTable table th.sortable,
#theTable table th.sortable-text,
#theTable table th.sortable-date,
#theTable table th.sortable-keep,
#theTable table th.sortable-date-dmy,
#theTable table th.sortable-numeric,
#theTable table th.sortable-currency,
#theTable table th.sortable-sortByTwelveHourTimestamp,
#theTable table th.sortable-sortIPAddress,
#theTable table th.sortable-sortEnglishLonghandDateFormat,
#theTable table th.sortable-sortScientificNotation,
#theTable table th.sortable-sortImage,
#theTable table th.sortable-sortFileSize,
#theTable table th.sortable-sortAlphaNumeric,
#theTable table th.sortable-sortEnglishDateTime
        {
        cursor:pointer;
        background: #003366 url(../images/bg_header_sortable.jpg) no-repeat;
        padding: 8px 12px 4px 16px;
        }
#theTable table th.forwardSort
        {
        background: #003366 url(../images/bg_header_down.jpg) no-repeat 0 0;
        }
#theTable table th.reverseSort
        {
        background: #003366 url(../images/bg_header_up.jpg) no-repeat 0 0;
        }
#theTable table table thead th.forwardSort a,
#theTable table table thead th.reverseSort a
        {
        color:#000;
        text-decoration:none;
        }
/*
These styles should be added when very long tables are expected
th.sort-active
        {
        background: #003366 url(../images/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
#theTable table th a
        {
        text-decoration:none;
        color: #FFFFFF;
        background:transparent;
        }
#theTable table td a
        {
        text-decoration:none;
        color:#4f6b72;
        background:transparent;
        }
#theTable table td img
        {
        margin:0 auto;
        border:3px solid #ddd;
        }
#theTable table td a:hover
        {
        color:#a84444;
        border-bottom:1px dotted #a80000;
        background:transparent;
        }
#theTable table td a:visited
        {
            text-decoration: none;
            color: #666666;
            background: transparent;
        }
#theTable table td
        {
        font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 6px 6px 6px;
        color: #4f6b72;
        white-space: nowrap;
        text-align:right;
        width:100px;
        }
#theTable table td.lft,#theTable table th.lft
        {
        text-align:left;
        }
#theTable table td.lftshort,#theTable table th.lftshort
        {
        text-align:left;
        font-weight:bold;
        width:50%;
        }
#theTable table tr.alt
        {
        background: #F6F6F8;
        color: #797268;
        }

/* Poor old Internet Explorer 6 has a bug that means we can't use background images for the table rows
   as it trys to download the image each and every time that it is used (which means a 1000 row table
   will produce 1000 http requests for the image in question) */
#theTable table tr[class="alt"] td
        {
        background: #F6F6F8 ;
        }
#theTable table td[class~="alt"]
        {
        background: #F6F6F8;
        }
/* Poor old Internet Explorer won't see the next two rules either as it doesn't get :first-child */
#theTable table tbody tr.alt td:first-child
        {
        background: url(../images/bullet2.gif) no-repeat;
        font-weight:bold;
        text-align:left;
        width:300px; 
        }
#theTable table tbody tr td:first-child
        {
        background:  url(../images/bullet1.gif) no-repeat;
        font-weight:bold;
        text-align:left;
        width:300px; 
        }
/* Image free rules for Internet Explorer < 7 */
* html tr.alt td
        {
        background-color:#F6F6F8;
        }
* html tr td.alt,
* html tr.alt td.alt
        {
        background-color:#F6F6F8;
        }

/*---------------------------------------------------------*/

.tbResult 
{
    font-size:10px;
    font-family: Verdana;
}
.TblForm
{
    font-size:12px;
    margin-bottom:4px;
    padding:10px;
    font-family: Verdana;
    background:#F6F6F8;
    width:900Px;
    border: 1px solid #D3D3D3; 
    text-align:left;
}
.tblSearch
{
    padding:10px;
}

.LabelMessage
{
    font-size:11px;
    font-family: Verdana;
    color: Red;
    padding: 5px;
}

.dvText
{
    display:inline;
    width:250Px;
}
#menu04v {
    margin: 0 0 10px 0;
    padding-top:14px;
    height:28px;
    background: #003366 url(../images/bg_header.jpg) repeat-x;
    border-bottom:1px solid gray;
}
#menu04v a {
    font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    border-right: 1px solid #1E4977;
    border-bottom: 1px solid #1E4977;
    border-top: 1px solid #1E4977;
    text-transform:uppercase;
    text-decoration:none;
    height:26px;
    padding: 12px 12px 4px 12px;
    margin:10px 0px 0px 0px;
    vertical-align:middle;
    text-align: right;
}
#footer
    {
    font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    text-align: left; 
    padding: 5px;
    }
#BodyContent
    {
    padding:0 0 0 5px;
    }

#Login
    {
    font-family: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #A1A1A1;
    padding:0 0 0 5px;
    width:300px;
    }
    
div#topBanner { 
	    height: 87px;
		background: #233F6E;
		padding-right:10px;
	}
div#topBanner img { 
		padding-top:10px;
	}
div#topMenu { 
		background-color: #233F6E;
		background-image: url(../images/bg-topnav.gif);
        background-repeat: repeat-x;
		height: 32px;
		cursor:pointer;
	}
#topMenu a {
        font: bold 12px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        display: inline-table;
        border-right: 1px solid #1E4977;
        text-transform:uppercase;
        text-decoration:none;
        padding: 7px 12px 3px 12px;
        margin:0px;
}
div#content
{   
    background:url('../images/background-body.png') repeat-x;
    padding-top:10px;
}
.txtfooter 
{
    text-align:center;
    margin:15px 0px 5px 0px;
    padding:15px 10px 10px 10px;
    border-top:1px solid #F3F3F3;
    color:#333333;
    font-family: Verdana, Arial; 
    font-size:11px;
}

