/* Copyright © 2006-2008 C-mach Technologies Inc.*/
/*the following rules define our sidebar lists*/

/*style each topic section*/
.topicListContent {
	background-color: #F2F3F5;
	border-right: 1px solid #669;
	border-bottom: 0px solid #669;
	border-left: 1px solid #cce;
	padding: 3px 2px 4px 4px;
	font-size: 11px;
}
.topicListContentItem {
	background-color: #F2F3F5;
	border-right: 1px solid #669;
	border-bottom: 0px solid #669;
	border-left: 1px solid #cce;
	padding: 0px 2px 0px 5px;
	font-size: 11px;
}
.topicListContentBottom {
	background-color: #F2F3F5;
	border-right: 1px solid #669;
	border-bottom: 1px solid #669;
	border-left: 1px solid #cce;
	height: 2px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 11px;
}

/*lightweight table for front page lists*/
div.list_container {
	clear: both;
	border-top: 0px solid #999;
	height: 200px;
	overflow: auto;
}
div.list_short_container {
	clear: both;
	border-top: 0px solid #999;
	height: 100px;
	overflow: auto;
	width: 90%;
}
/*define the table content to be scrollable*/
/*needs to be slightly less than above to hide Horz scrollbar in FF*/
html>body tbody.scroll_content {
	overflow: auto;
}
/*reset overflow value to hidden for all non-IE browsers*/
html>body div.list_container {
	overflow: hidden;
	width: 100%;
}
/*define width of table. IE browsers only */
/*(just wide enough to avoid horizontal scrollbar)*/
div.list_container table {
	width: 99%;
}
/*define width of table. Add 16px to width for scrollbar*/
/*all other non-IE browsers*/
html>body div.list_container table {
	width: 99%;
}
/*setup overall design of table*/
.list_table {
	border: 0px solid black;
	cellpadding: 0;
	cellspacing: 0;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}
.stat_list_table {
	border: 0px solid black;
	cellpadding: 0;
	cellspacing: 0;
	border-collapse: collapse;
	background-color: white;
	width: 35%;
}

/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
.scroll_header th{
	position: relative;
}

/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/                             */
tbody.scroll_content td, tbody.scroll_content tr.normalRow td {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-left: 1px solid #aaa;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
	padding: 1px 1px;
}

tbody.scroll_content tr.alternateRow td {
	background: #ffc;
	border-bottom: 1px solid #eeb;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #ffe;
	padding: 1px 1px;
}
tbody a:link {
	font-size: 9px;
	font-weight: bold;
	color: #CC0404;
}
tbody a:visited {
	font-size: 9px;
	font-weight: bold;
	color: #CC0404;
}
tbody a:hover {
	font-size: 9px;
	font-weight: bold;
	color: #CCCC99;
}

.rowCheckbox {
	height: 9px;
	width: 1%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	size: 1;
}
