/* ---------------------------------------------- */
/* --------------- Template Name ---------------- */
/* ---------- Created By David Grills ----------- */
/* --- copyright (C) 2005 Sunspot Interactive --- */
/* ---------------------------------------------- */

@import url(nav.css);
@import url(typo.css);
@import url(layout.css);
@import url(hacks.css);
/*@import url(forms.css);*/
@import url(skin.css);

table#tblContent {
	margin:0 auto;
}
		  
div.clearing {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
.contentpane {
padding:5px;
width: 98%
}
.contentpaneopen{
padding:5px;
width: 98%
}

/* -- modules -- */

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #8B60BA;
	border-bottom: 1px solid #38284D;
	border-left: 1px solid #38284D;
	border-right: 1px solid #38284D;
	border-top: 1px solid #38284D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

