/* CSS Document */

#detailsHolder div { text-align:left; position:relative;}
.rowHover {
	border-top: none;
	border-right: 2px solid #8A9D8A;
	border-bottom: 1px solid #CCC7B3;
	border-left: none;
}
.rowHover.sel {
	border-top: 2px solid #8A9D8A;
	border-right: none;
	border-bottom: 2px solid #8A9D8A;
	border-left: 2px solid #8A9D8A;
	margin-left:-2px;
}
.tableHead, .rowHover{
	position: relative;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	top:0px;
	left:0px;
	cursor:default;
	font-size:12px;
}
.tableHead{
	background-color:#8A9D8A;
	color:#E5E3D8;
	font-weight: bold;
	background-image: url(/Templates/04resources/images/table_head.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.tableHead div, .rowHover div{
	position:absolute;
	height: 16px;
	padding: 2px 3px;
	text-align:left;
	overflow: hidden;
	white-space: nowrap;
	top:0px;
	border-left:solid 1px #CCC7B3;
}
div.c1 {
	width: 49%;
	left:0px;
}
div.c2 {
	width: 17%;
	left:53%;
}
div.c3 {
	width: 22%;
	left:74%;
}
.tableHead div {
	cursor:pointer;
	text-align: left;
}
.tableHead .hi{
	/*background-color: #222257;
	border:none;*/
}
.tableHead .asc{
	background-image:url(/_elements/css/images/sort_asc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.tableHead .desc{
	background-image:url(/_elements/css/images/sort_desc.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.hi{ }
.rowHover.sel .hi {
}
#detailsHolder h3{
	text-transform:capitalize;
}
#detailsHolder {
	padding-left:10px;
	border-top: 2px solid #8A9D8A;
}