

/* ZEBRA TABLES	*/
	table.striped {
	width:60%;
		/*border-right: 1px solid #222;*/
		border-spacing: 0px;
	}

	* html table.striped {
		border-collapse:collapse;
	}
	
	/* Jova 02 29 2008: added link color for documents/admin_index.ctp links */
	a, a:visited { color: #FE7D1A; }

	table.striped tr td{
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 8px 8px;
		background: #fff;
		
	}
	
	table.striped thead td{
		color: #000;
		background-color: #000000;
		font-weight: bold;
		border-left:1px solid #333;
			text-align:left;
		
	}
	table.striped tbody td{
			border-left: 1px solid #D9D9D9;
			border-bottom: 1px solid #D9D9D9; 
			color:#000;
			text-align:left;
	}
	
	table.selectable tbody tr{
		cursor: pointer;
	}

	table.selectable tbody tr.disabled{
		font-style: italic;
		color:#999;
		cursor: default;
	}
	
	table.striped tbody tr.even td{
		background: #eee;
		border-bottom: 1px solid #D9D9D9; 
	}
	
	table.striped tbody tr.ruled td{
		color: #000;
		background-color: #C6E3FF; 
		border-left: 1px solid #D9D9D9;
	}
	
	/* Opera fix */
	head:first-child+body table.striped tr.ruled td{
		background-color: #C6E3FF; 
	}

	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;
	}

	table.sortable a.sortheader {
		background-color:inherit;
		color:#FFF;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	
	table.sortable a.sortheader:hover {
		background-color:inherit;
		color:#C6E3FF;
	}
	
	table.sortable span.sortarrow {
		background-color:inherit;
		color: #CCC;
		text-decoration: none;
	}


/* UTILITY */
#flashMessage{margin:0;color:#252525;font-size:12px;text-align:left;background:#F77B1B;width:100%;text-align:left;}
.message{width:885px;padding:10px 0 10px 20px;background:#5F0000;color:#fff;margin:0 auto;text-align:left;}

