/* (c) Juris Sitcs, 2009  */
/* Web page style sheet   */
/* Tables                  */

table.dataSheet{
	margin:				0;
	border-collapse:	collapse;
	border-left: 		1px solid #006600;
	border-top: 		1px solid #006600;
	border-right: 		none;
	border-bottom: 		none;
	font-family:		tahoma, verdana;
	font-size:			11px;
	color:				black;
}

table.dataSheet tr{
	background-color:	white;
}

table.dataSheet th{
	background-color:	#9ABB2E;
	border-top: 		none;
	border-left: 		none;
	border-right: 		1px solid #006600;
	border-bottom: 		1px solid #006600;
	font-weight:		bold;
	text-align:			center;
	background-color:	#9ABB2E;
	white-space:		nowrap;
	overflow:			hidden;
}

table.dataSheet td{
	border-top: 		none;
	border-left: 		none;
	border-right: 		1px solid #006600;
	border-bottom: 		1px solid #006600;
	font-weight:		normal;
}
