	body{
		margin: 64px;
		font-family: "lucida grande", verdana, lucida, sans-serif;
		font-size: 8pt;
	}

	table{
		border: 0px solid #999999; text-align:center;
		width:650px;
		border-spacing:0px;
                border-collapse:collapse; border-style:dashed;border-width:1px;

	}
	tr td{
		font-family: arial, "lucida grande", verdana, sans-serif;
		font-size: 1.0em;
		padding: 10px 5px 10px 5px;
		background: #fff;
		text-align:left;
	}
	thead td{
		font-size: 1.1em;
		color: #fff;
		background-color: #333333;
		font-weight: bold;
		border-bottom: 0px solid #999;
	}
	tbody td{
			border-left: 0px solid #f9f9f9;
	}
	tbody tr.even td{
		background: #eee;
	}
	tbody tr.selected td{
		background: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;

	}
	tbody tr.ruled td{
		color: #000;
		background-color: #ffcccc;
                font-size: 1.0em;
                font-weight: bold;
	        border-top: 1px solid #000000;
                border-bottom: 1px solid #000000;

	}

	/* Opera fix */
	        head:first-child+body tr.ruled td{
		background-color: #ffcccc;
		border-top: 0px solid #000000;
                border-bottom: 0px solid #000000;
	}