﻿/*

	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: 0px !important;
}

.datatable td, .datatable tr
{
	height: 15px;	    
}

.datatable .titlerow
{
	background-color: #ffffff;
}

.datatable .titlerow td, .datatable .titlerow td p
{
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
}

.datatable .row td
{
	color: #427300;
	background-color: #8AC33E;
}

.datatable .altrow td
{
	color: #427300;
	background-color: #ffffff;		
}

.links
{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

	.links a, .links a:visited
	{
		color: #afbd22;
	}
	
	.links a:active
	{
		color: #000000;
	}



/*

	Image captions
	
*/

.caption, .caption td
{
	font-size: 10px;
	color: #000000;
	width: auto;
	text-align: left;
}



/*

	Table Styles
	
*/

.pastexhibitionrow td
{
	border-top: solid 1px #cccccc;
}