/*
   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;
        }
*/

#resmantable td {
	text-align:center;
}

#resmantable h2 span
        {
        font-variant:small-caps;
        }
#resmantable p a
        {
        font-weight:normal;
        outline:none;
        }
#resmantable p a:link,
#resmantable p a:visited
        {
        color:#333;
        text-decoration:underline;
        }
#resmantable p a:hover
        {
        color:#fff;
        text-decoration:none;
        background:#000;
        }
#resmantable p a:active
        {
        color:#000;
        text-decoration:underline;
        }
#resmantable code
        {
        font-family:'andale mono','lucida console','courier new',monospace;
        font-size:1em;
        }
#resmantable p
        {
        line-height:1.6em;
        margin:0 0 1em 0;
        }
#resmantable h1
        {
        font-weight:lighter;
        font-family:georgia, times new roman, times, georgia, palatino, serif;
        text-align:center;
        margin-top:0.6em;
        color:#000;
        font-size:2em;
        }
#resmantable 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;
        }
#resmantable h2 span
        {
        font-variant:small-caps;
        text-transform:none;
        }
#resmantable table
        {
        width: auto;
        padding: 0;
        //*margin: 0 auto 1.5em auto;*//
        border-left: 1px solid #d9d9d9;
        border-collapse:collapse;
        }
#resmantable .cs1
        {
        width:30em;
        }
#resmantable .cs2
        {
        width:20em;
        }
#resmantable .cs1 td,
#resmantable .cs2 td,
#scientificNotation
        {
        text-align:right;
        }
#resmantable caption
        {
        padding: 10px 0 5px 0;
        margin:0 auto;
        width:auto;
        font-size:13px;
		font-weight:bold;
        /*text-align: right;*/
        }

#resmantable th
        {
        font: bold 10px/22px Arial, Helvetica, sans-serif;
        color: #006500;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        border-top: 1px solid #d9d9d9;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        padding: 8px 12px 4px 12px;
        background: #CAE8EA url(grafik/ver3/common/tablesort/bg_header.gif) no-repeat;
        vertical-align:middle;
        }
#resmantable td.total
        {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #d9d9d9;
        background: none;
        text-align:right;
        font-weight:bold;
        text-transform:uppercase;
        letter-spacing:1px;
        }
#resmantable th.sortable,
#resmantable th.sortable-text,
#resmantable th.sortable-date,
#resmantable th.sortable-keep,
#resmantable th.sortable-date-dmy,
#resmantable th.sortable-numeric,
#resmantable th.sortable-currency,
#resmantable th.sortable-sortByTwelveHourTimestamp,
#resmantable th.sortable-sortIPAddress,
#resmantable th.sortable-sortEnglishLonghandDateFormat,
#resmantable th.sortable-sortScientificNotation,
#resmantable th.sortable-sortImage,
#resmantable th.sortable-sortFileSize,
#resmantable th.sortable-sortAlphaNumeric,
#resmantable th.sortable-sortEnglishDateTime

        {
        cursor:pointer;
        background: #CAE8EA url(/grafik/ver3/common/tablesort/bg_header_sortable.gif) no-repeat;
        padding: 8px 12px 4px 16px;
        }
#resmantable th.forwardSort
        {
        background:#CAE8EA url(/grafik/ver3/common/tablesort/bg_header_down.gif) no-repeat 0 0;
        }
#resmantable th.reverseSort
        {
        background:#CAE8EA url(/grafik/ver3/common/tablesort/bg_header_up.gif) no-repeat 0 0;
        }
#resmantable table thead th.forwardSort a,
#resmantable 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:#CAE8EA url(../media/bg_header_sorting.jpg) no-repeat 0 0;
        cursor:wait;
        }
th.sort-active a
        {
        color:#a80000 !important;
        cursor:wait;
        }
*/
#resmantable th a
        {
        text-decoration:none;
        color: #006500;
        background:transparent;
        }
#resmantable td a
        {
        text-decoration:none;
        color:#006500;
        background:transparent;
        }
#resmantable td img
        {
        margin:0 auto;
        /* border:3px solid #ddd; */
        }
#resmantable td a:hover
        {
        color:#006500;
        border-bottom:1px dotted #006500;
        background:transparent;
        }
#resmantable td
        {
        font: normal 11px Arial, Helvetica, sans-serif;
        border-right: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        //*padding: 6px 12px 6px 12px;*//
        color: #4f6b72;
		padding:3px;
        }
#resmantable td.lft
        {
        text-align:left;
        }
#resmantable tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }
/* Poor old Internet Explorer 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) */
#resmantable tr[class="alt"] td
        {
        background: #F5FAFA url(/grafik/ver3/common/tablesort/td_alt.gif) no-repeat;
        }
#resmantable td[class~="alt"]
        {
        background: #edf3f3 url(/grafik/ver3/common/tablesort/col_alt.gif) no-repeat !important;
        }
/* Poor old Internet Explorer won't see the next two rules either */
#resmantable tbody tr.alt td:first-child
        {
        background: #F5FAFA url(/grafik/ver3/common/tablesort/bullet2.gif) no-repeat;
        font-weight:bold;
        }
#resmantable tbody tr td:first-child
        {
        background: #fff url(/grafik/ver3/common/tablesort/bullet1.gif) no-repeat;
        font-weight:bold;
        }
/* Image free rules for Internet Explorer < 7 */
#resmantable * html tr.alt td
        {
        background-color:#F5FAFA;
        }
#resmantable * html tr td.alt,
#resmantable * html tr.alt td.alt
        {
        background-color:#edf3f3;
        }

		
		
		
ul#resnavlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#resnavlist li
{
display: inline;
list-style-type: none;
}

#resnavlist a { padding: 3px 10px; }

#resnavlist a:link, #resnavlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#resnavlist a:hover, #resnavlist a.current
{
color: #fff;
background-color: #369;
text-decoration: none;
}

