/* ========= STYLE FOR THE SLIDESHOW SCROLLING INDEX TABLES ========= */

/* Fixes the height of the content */
#content {
	min-height: 900px;
	height:auto !important;
	height: 900px;
}

.outer {
position:relative;
padding:4em 0 3em 0;
width:54em;
background:#CDD8FD;
margin:0 auto 3em auto;
}

.outer tfoot td {
	position:absolute;
	text-align:left;
	background:#CDD8FD;			
}
.outer th, .outer td {
width:10em; 
text-align:left;
}
.outer th {
background:#CDD8FD; 
color:#fff;}
.outer .dk {background:#fff;
}

.tableone {width:750px; border-collapse:collapse; margin:0 auto;}
.tabletwo {
	width:725px;
	border-collapse:collapse;
	background-color: #CDD8FD;
	
}
.th1 {width:160px;}
.th2 {width:90px;}
.th3 {width:110px;}
.th4 {width:250px;}
.th5 {width:90px;}

.td1 {width:160px;}
.td2 {width:90px;}
.td3 {width:110px;}
.td4 {width:280px;}
.td5 {width:60px;}

 /* Style for the inner data table */
.tableone {
	background:#CDD8FD;
	color:#333;
	border-left: 2px solid #808080;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	margin-bottom: 50px;
}
.tableone td {
	border:1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.tableone tbody {background:#CDD8FD; color:#000;}
.tableone caption {background:#fff; color:#D9DBF2; font-size:1.2em; margin:0 auto;}
.tabletwo td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.tableone th, .tabletwo th {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tabletwo tr.dk td {
	background:#CDD8FD;		
}

/* Changes table row color on mousesover */
tr.off {
background: #CDD8FD;                
cursor:pointer;               /* IE tries to switch back to an I-beam, don't let it */
cursor:hand;                  /* IE5 only knows about "hand", so set it both ways */
}

tr.on {
	background: #0068FF;
	cursor:pointer;            /* IE tries to switch back to an I-beam, don't let it */
	cursor:hand;               /* IE5 only knows about "hand", so set it both ways */
	color: #FFF;
}

.inner {
	height:42em;
	overflow:auto;
	background-color: #CDD8FD;
}    /* Sets height of the data table window */
