/*
	--------------------------------------------------
	iCREATE STYLES
	--------------------------------------------------
	Client:	CAMA
	Author:	Darren Gould
	Date:	July, 2009
		
*/


/*
	Styles in this file extend styles in the icreate.css 	
*/


/* Data Table Styles (do not place in content.css or icreate.css) */

/*	Client will be able to select .datatable as a table style in i:Create.  Upon page load, jQuery will
	look for any tables with this style and apply additional styles to rows and cells accordingly */

.datatable{	border: 1px solid #b6b4b4;	padding: 0px;	margin: 0;}.datatable td{	padding: 7px 10px;}/* table row styles */.datatable .titlerow {    background: #D3DAE1;    text-align: left;    font-weight: bold;    color: #294762;}.datatable .row {    background: #F3F3F3;}.datatable .altrow {    background: #ECECEC;}