/* ========== TABLE 1 ============== */

table.tablesorter {
	width: 100%;
	text-align: left;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	margin: 10px 0;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #efeee7;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(/images/2010/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/2010/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/2010/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #dad9cf;
}

/* ========== TABLE 2 ============== */

table.tablesorter2 {
	width: 100%;
	text-align: left;
	border-left: 1px solid #c5c8b4;
	border-top: 1px solid #c5c8b4;
	margin: 10px 0;
	background-color: #f8faeb;
}
table.tablesorter2 thead tr th, table.tablesorter2 tfoot tr th {
	background-color: #e1e4cf;
	border-bottom: 1px solid #c5c8b4;
	border-right: 1px solid #c5c8b4;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter2 thead tr .header {
	background-image: url(/images/2010/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter2 tbody td {
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #c5c8b4;
	border-right: 1px solid #c5c8b4;
	vertical-align: top;
}
table.tablesorter2 tbody tr.odd td {
	background-color:#FFF;
}
table.tablesorter2 thead tr .headerSortUp {
	background-image: url(/images/2010/asc.gif);
}
table.tablesorter2 thead tr .headerSortDown {
	background-image: url(/images/2010/desc.gif);
}
table.tablesorter2 thead tr .headerSortDown, table.tablesorter2 thead tr .headerSortUp {
background-color: #c5c8b4;
}

/* ========== TABLE 3 ============== */

table.tablesorter3 {
	width: 100%;
	text-align: left;
	border-left: 1px solid #c5c8b4;
	border-top: 1px solid #c5c8b4;
	margin: 10px 0;
	background-color: #f8faeb;
}
table.tablesorter3 thead tr th, table.tablesorter3 tfoot tr th {
	background-color: #e1e4cf;
	border-bottom: 1px solid #c5c8b4;
	border-right: 1px solid #c5c8b4;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter3 thead tr .header {
	background-image: url(/images/2010/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter3 tbody td {
	margin: 0;
	padding: 3px;
	border-bottom: 1px solid #c5c8b4;
	border-right: 1px solid #c5c8b4;
	vertical-align: top;
}
table.tablesorter3 tbody tr.odd td {
	background-color:#FFF;
}
table.tablesorter3 thead tr .headerSortUp {
	background-image: url(/images/2010/asc.gif);
}
table.tablesorter3 thead tr .headerSortDown {
	background-image: url(/images/2010/desc.gif);
}
table.tablesorter3 thead tr .headerSortDown, table.tablesorter2 thead tr .headerSortUp {
background-color: #c5c8b4;
}

/* ========== TOGGLE ============== */

h2.trigger {
	padding: 0 0 0 30px;
	margin: 0 0 5px 0;
	background: url(/images/2010/h2_trigger_a.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	width: 600px;
	float: left;
}


h2.trigger a {
	text-decoration: none;
	display: block;
}

h2.trigger a:hover { color: #476377; }

h2.trigger2, h2.trigger3 {
	padding: 0 0 0 30px;
	margin: 0;
	background: url(/images/2011/plus-minus.gif) no-repeat;
	height: 30px;
	line-height: 30px;
	width: 480px;
	float: left;
	font-size: 10px;
}

h2.trigger3 {
	padding: 0 0 0 30px;
	margin: 0;
	background: url(/images/2011/plus-minus.gif) left bottom no-repeat;
	height: 30px;
	line-height: 30px;
	width: 480px;
	float: left;
	font-size: 10px;
}

h2.trigger2 a, h2.trigger3 a {
	text-decoration: none;
	display: block;
	color: #980000;
}

h2.trigger2 a .name, h2.trigger3 a .name {
	font-size: 12px;
	text-transform: uppercase;
}

h2.trigger2 a:hover, h2.trigger3 a:hover { color: #476377; }

h2.active {background-position: left bottom; }
h2.active2 {background-position: left top; }

.toggle_container {
	display: none;
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.toggle_container2 {
	display: none;
	margin: 0 30px 5px 30px;
	padding: 0;
	overflow: hidden;
	clear: both;
	font-size: 10px;
	line-height: 18px;
}

.toggle_container3 {
	display: none;
	margin: 0 0 5px 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	font-size: 10px;
	line-height: 18px;
}

.toggle_container2 a, .toggle_container3 a { text-decoration: underline; }
.toggle_container2 a:hover, .toggle_container3 a:hover { text-decoration: none; }

.toggle_container2 .dateSorter, .toggle_container3 .dateSorter {
	color: #f3f7de;
	float: left;
	width: 1px;
	margin-left: -1px;
	overflow: hidden;
}
