/*
Table design style elements have been somewhat simplified but are largely
based on Verele's "A CSS styled table":
http://veerle.duoh.com/index.php/blog/comments/a_css_styled_table/
and as adapted in frequency decoder's "Unobtrusive Table Sort Script (revisited)":
http://www.frequency-decoder.com/2006/09/16/unobtrusive-table-sort-script-revisited/
*/

body {
    border: 0;
    color: #545454;
    font-size: 62.50%;
    font-family: verdana, arial, sans-serif;
    margin: 0;
	/*min-width: 800px;*/
    padding: 0;
    text-align: center;
	}
img {
    border: 0;
    }    
p {
	line-height: 1.60em;
	margin: 0 0 1em 0;
    }
h1,
h2 {
	color: #97BC45;
    font-family: georgia, palatino, serif;
	font-size: 2.40em;
    font-weight: normal;
	margin: 0.60em 0 0 0;
    text-align: center;	
    }
h2 {
	font-size: 1.80em;
	margin: 0.60em 0 1.0em 0;
	}	
table {
    border-collapse: collapse;
    border-left: 1px solid #C1DAD7;
    margin: 0 auto 1.5em auto;
    padding: 0;
    text-align: left;
    width: auto;
    }

th {
    background: #CAE8EA url(bg_header.jpg) no-repeat;
	border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
	color: #4F6B72;
    font: bold 1.30em/2.20em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    letter-spacing: 1px;
    padding: 0 12px 0 12px;
    text-align: left;
    vertical-align: middle;
    }
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize {
	background: #CAE8EA url(bg_header_sortable.jpg) no-repeat 0 50%;
	padding: 0 16px 0 24px;
    }
th.forwardSort {
    background:#CAE8EA url(bg_header_down.jpg) no-repeat 0 50%;
    }
th.reverseSort {
    background:#CAE8EA url(bg_header_up.jpg) no-repeat 0 50%;
    }
th.forwardSort a,
th.reverseSort a {
    color: #000000;    
    }
th.forwardSort a,
th.reverseSort a {
        color: #000000;
        outline: 0 none;
        }	
th a {
	text-decoration: none;
	color: #4F6B72;
	}
td a {
	background: transparent;
	color: #223399;
	text-decoration: none;	
	}
td a:hover {
    /*border: 1px dotted #0095C1;*/
	color: #0095C1;	
    }
td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    color: #4F6B72;
	font: normal 1.30em "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	padding: 4px 10px 4px 10px;
    }
td.left {
    text-align: left;
    }
tr.alt {
    background: #F5FAFA;
    color: #797268;
    }
tbody tr.alt td:first-child {
    background: #F5FAFA url(bullet2.gif) no-repeat;
    /*font-weight: bold;*/
    }
tbody tr td:first-child {
    background: #fff url(bullet1.gif) no-repeat;
    /*font-weight: bold;*/
    }
td.client {
	font-weight: bold;
	}	
	
/* Webdogs styles */

.webdogs {
	font: bold 1.40em georgia, palantino, serif;
	margin: 1.0em 0;
	}
.webdogs a {
	color: #545454;	
	text-decoration: none;
	}
.webdogs a:hover {
	color: blue;	
	text-decoration: none;
	}
#footer {
	border: 1px solid #C1DAD7;
	font: normal 1.30em georgia, palantino, serif;
	letter-spacing: 0.07em;
	padding: 20px;
	text-align: left;
	margin: 2.0em 30px 4.0em 30px;
	}
#footer a {
	color: #545454;	
	font-weight: bold;
	text-decoration: none;
	}
#footer a:hover {
	color: blue;		
	}
td.clock,
td.pc {
    text-align: center;
    }
td.clock img {
    vertical-align: text-bottom;
    }
        

