/* CSS Document 						*/
/* Author Jason White 					*/
/* Implementation of custom table style */
/* (c) Copyright Jason White 2006		*/

.csstable {
	text-align: left;
}


.csstable .cssrow .csscell {
	float: left;
/*	padding-bottom: 5px;
	padding-left: 1px;
*/	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	overflow: hidden;
	font-size: 12px;
	height: 22px;
	width: inherit;
	visibility: visible;
	white-space: nowrap;
	padding-top: 0px;
}
.csstable .cssrow .csshed {
	float: left;
	padding-bottom: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 1px;
	background-image: url(/interface/images/ui/buttongrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	white-space: nowrap;
	overflow: hidden;
	font-weight:bold;
}

.csstable .cssrow {
	clear: both;
	height: auto;
	width: inherit;
	display: table-row;
	overflow: hidden;
}.didyoumeanitem {
	padding-right: 20px;
}


