/* Start of CMSMS style sheet 'zebra' */
@charset "utf-8";
/**   ELITE ZEBRA TABLES (v.2.0)	*/
	table .striped a:link, a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:dashed 0 #D9D9D9;
	}
	table .striped a:hover {
	color:#006699;
	text-decoration:none;
	border-bottom:dashed 0 #D9D9D9;
	}
	
	
	table.striped {
	border-spacing: 0px;
	}

	* html table.striped {
	border-collapse:collapse;
	}
	
	
	/* default background color */
	table.striped tr td{
	font-size: 11px;
	font:Arial, Helvetica, sans-serif;
	padding: 5px;
	background: #ceceae;
	line-height:5px;
	
	}
	
	/* header title */
	table.striped thead td{
	background-color: #ceceae;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	}
	/* body border */
	
	/* FOR EVEN ROWS */
	table.striped tbody tr.even td {
	border-bottom: 0 solid #FDDB66;
	background-color: #f7f7da;
	}
	
	/* 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:#fff;
	}
	table.striped tbody a:link {
		background-color:inherit;
		color:#fff;
	}
	table.striped tbody a:visited {
		background-color:inherit;
		color:#fff;
	}
	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: 0 solid #666;
		background-color: #C6E3FF;
		cursor: pointer;
	}

/* End of 'zebra' */

