/*
///////////////////////////////////////////////////////////////////////////////////////// 
// Super Tables v0.30 - MIT Style License
// Copyright (c) 2008 Matt Murphy --- www.matts411.com
//
// Contributors:
// Joe Gallo
///////////////////////////////////////////////////////////////////////////////////////// 
*/
.l-content .sBase {
	position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* HEADERS */
.l-content .sHeader {
	position: absolute;
	z-index: 3;
	background-color: #ffffff;
}
.l-content .sHeaderInner {
	position: relative;
}
.l-content .sHeaderInner table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;
	table-layout: fixed !important;
	background-color: #ffffff; /* Here b/c of Opera 9.25 :( */
}

/* HEADERS - FIXED */
.l-content .sFHeader {
	position: absolute;
	z-index: 4;
	overflow: hidden;
}
.l-content .sFHeader table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;
	table-layout: fixed !important;
	background-color: #ffffff; /* Here b/c of Opera 9.25 :( */
}

/* BODY */
.l-content .sData {
	position: absolute;
	z-index: 2;
	overflow: auto;
	background-color: #ffffff;
}
.l-content .sData table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;
	table-layout: fixed !important;
}

/* BODY - FIXED */
.l-content .sFData {
	position: absolute;
	z-index: 1;
	background-color: #ffffff;
}
.l-content .sFDataInner {
	position: relative;
}
.l-content .sFData table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;	
	table-layout: fixed !important;
}


/*
///////////////////////////////////////////////////////////////////////////////////////// 
// Super Tables - Skin Classes
// Remove if not needed
///////////////////////////////////////////////////////////////////////////////////////// 
*/

/* sDefault */
.l-content .sDefault {
	margin: 0px;
	padding: 0px;
	border: none;
}
.l-content .sDefault th, .sDefault td {
	border: 1px solid #cccccc;
	padding: 3px 6px 3px 4px;
	white-space: nowrap;
}
.l-content .sDefault th {
	background-color: #e5e5e5;
	border-color: #c5c5c5;
}
.l-content .sDefault-Fixed {
	background-color: #eeeeee;
	border-color: #c5c5c5;
}

/* sSky */
.l-content .sSky {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, sans serif;
	font-size: 0.8em;
}
.l-content .sSky th, .sSky td {
	border: 1px solid #9eb6ce;
	padding: 3px 6px 3px 4px;
	white-space: nowrap;
}
.l-content .sSky th {
	background-color: #CFDCEE;
}
.l-content .sSky-Fixed {
	background-color: #e4ecf7;
}

/* sOrange */
.l-content .sOrange {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, sans serif;
	font-size: 0.8em;
}
.l-content .sOrange th, .sOrange td {
	border: 1px solid #cebb9e;
	padding: 3px 6px 3px 4px;
	white-space: nowrap;
}
.l-content .sOrange th {
	background-color: #ECD8C7;
}
.l-content .sOrange-Fixed {
	background-color: #f7ede4;
}

/* sDark */
.l-content .sDark {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Arial, sans serif;
	font-size: 0.8em;
	color: #ffffff;
}
.l-content .sDark th,
.l-content .sDark td {
	border: 1px solid #555555;
	padding: 3px 6px 3px 4px;
	white-space: nowrap;
}
.l-content .sDark th {
	background-color: #000000;
}
.l-content .sDark-Fixed {
	background-color: #222222;
}
.l-content .sDark-Main {
	background-color: #333333;
}