@charset "ISO-8859-1";
body {
	margin:0;
	padding:0;
	width:100%;
	color:#003366;
	/*font:normal 13px/1.8em Arial, Helvetica, sans-serif;*/
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	
}
html, .main {
	padding:0;
	margin:0;
	/*background:#f7f7f7;*/
/*	background-color: #ECE9D8;*/
	//background-color: #ECE9D8;
        background-color: #FFFFFF;
}
#footer {
	bottom: 2px;
	position: absolute;
	width: 100%;
	font-weight: bold;
	text-align: center;
	z-index: 4;
}
#whatis {
	height: 519px;
	width: 442px;
	top: 50px;
	position: absolute;
	left: 47px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	z-index: 4;
}

h1 {
	margin:0;
	padding:10px 0 0 0;
	width:300px;
	color:#fff;
	font:normal 46px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
}
h1 span {
	color:#666666;
}
#login {
	background-color: #DDDDDD;
	position: absolute;
	right: 62px;
	height: auto;
	width: 360px;
	top: 58px;
	border: thin double #003366;
	z-index: 5;
}

h1 a, h1 a:hover {
	color:#fff;
	text-decoration:none;
}
h1 small {
	text-align:left;
	float:right;
	width:130px;
	border-left:1px solid #fff;
	color:#fff;
	display:block;
	padding:15px 0 15px 10px;
	font:normal 12px/1.2em Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}
h2 {
	font:normal 24px Arial, Helvetica, sans-serif;
	padding:8px 0;
	margin:0;
	color:#0033CC;
}
p {
	margin:8px 0;
	padding:0 0 8px 0;
	/*font:normal 13px/1.8em Arial, Helvetica, sans-serif;*/
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color:#0033CC;
}
p.spec {
	text-align:right;
}
a {
	color:#0033FF;
	text-decoration:underline;
	
}
a:hover {
	text-decoration:underline;
}

/* for table sorting */
table
        {
        /*width: auto;*/
        padding: 0;
        margin: 0 auto 1.5em auto;
        /*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: 13px Verdana, Arial, Helvetica, sans-serif;
        text-align: right;
        }
th
        {
        font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
        color: #4f6b72;
        border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        border-top: 1px solid #C1DAD7;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: left;
        /*padding: 8px 12px 4px 12px;*/
		padding: 2px 2px 2px 2px;
        background: #CAE8EA url(../media/bg_header.jpg) no-repeat;
        vertical-align:middle;
        }
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;
        }
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,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime

        {
        cursor:pointer;
        background: #CAE8EA url(../media/bg_header_sortable.jpg) no-repeat;
        padding: 8px 12px 4px 16px;
        }
th.forwardSort
        {
        background:#CAE8EA url(../media/bg_header_down.jpg) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#CAE8EA url(../media/bg_header_up.jpg) no-repeat 0 0;
        }
table thead th.forwardSort a,
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;
        }
*/
th a
        {
        text-decoration:none;
        color: #4f6b72;
        background:transparent;
        }
td a
        {
        text-decoration:underline;
        //color:#000;
        background:transparent;
        }
td img
        {
        margin:0 auto;
        /*border:3px solid #ddd;*/
        }
td a:hover
        {
        color:#a84444;
        /*border-bottom:1px dotted #a80000;*/
        background:transparent;
        }
td
        {
        font: normal 11px Verdana, Arial, Helvetica, sans-serif;
        /*border-right: 1px solid #C1DAD7;
        border-bottom: 1px solid #C1DAD7;
        padding: 6px 12px 6px 12px;*/
		padding: 2px 2px 2px 2px;
        color: #000;
        }
td.lft
        {
        text-align:left;
        }
#picture {
	position: absolute;
	top: 280px;
	right: 56px;
	z-index: 0;
}

tr.alt
        {
        background: #F5FAFA;
        color: #797268;
        }
#header {
	position: absolute;
	top: 5px;
	width: 100%;
	text-align: center;
}

#header_new {
	height: 129px;
	width: 785px;
	position: absolute;
	left: 16px;
	top: 6px;
	padding-top: 10px;
	padding-left: 10px;
}

#menu_bar {
        
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 300px;
	width: 160px;
	position: absolute;
	top: 155px;
	left: 14px;
	padding-left: 3px;
	padding-top: 5px;
	list-style-position: outside;
	list-style-type: disc;
}

#main {
	min-height: 492px;
	width: 627px;
	position: absolute;
	left: 174px;
	top: 154px;
	padding-left: 10px;
	padding-top: 10px;
}
/*tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}*/