@charset "utf-8";
/**   ELITE ZEBRA TABLES (v.2.0)	*/
	table .striped a:link, a:visited {
	color:#333333;
	text-decoration:none;
	}
	table .striped a:hover {
	color:#006699;
	text-decoration:none;
	border-bottom:dashed 1px #D9D9D9;
	}
	
	
	table.striped {
	border-spacing: 0px;
	}

	* html table.striped {
	border-collapse:collapse;
	}
	
	
	/* default background color */
	table.striped tr td{
	font-size: 9px;
	padding: 8px 8px;
	background: #fff;
	line-height:15px;
	
	}
	
	/* header title */
	table.striped thead td{
	background-color: #000000;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	border-bottom: 1px solid #FDDB66;
	border-left: 1px solid #FDDB66;
	color: #CCCCCC;

	}
	/* body border */
	table.striped tbody td{
	border-bottom: 1px solid #FDDB66;
	border-left: 1px solid #FDDB66;
	}
	
	/* FOR EVEN ROWS */
	table.striped tbody tr.even td {
	border-bottom: 1px solid #FDDB66;
	background-color: #FFFFCC;
	}
	
	/* Opera fix */
	head:first-child+body table.striped tr.ruled td{
		background-color: #C6E3FF; 
	}

	table.striped tbody tr.selected a {
		background-color:inherit;
		color:#DDDDDD;
	}
	table.striped tbody tr.ruled a {
		background-color:inherit;
		color:#1002CC;
	}
	table.striped tbody a:link {
		background-color:inherit;
		color:#1002CC;
	}
	table.striped tbody a:visited {
		background-color:inherit;
		color:#1002CC;
	}
	table.striped tbody a:active {
		background-color:inherit;
		color:#000000;
	}
	table.striped tbody a:hover {
		background-color:inherit;
		color:#000000;
	}

	.stripe_button
	{
		padding:3px;
		border: 1px solid #666;
		background-color: #C6E3FF;
		cursor: pointer;
	}
