﻿/* -- Tables -- */
table.styledTable
{
	border-collapse: collapse;
	line-height:normal;
	border: 1px solid #5491A9;
}

table.styledTable td, table.styledTable th
{
	padding: 2px;
	border: 1px solid #5491A9;
}

table.styledTable td
{
	padding: 3px;
}

table.styledTable th
{
	background: url(images/styledTableTH.gif) repeat-x 0 0;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.styledTable tr.section
{
	background: #6C9CC8 url(images/styledTableTRSection.gif) repeat-x 0 0;
	font-size: larger;
	font-weight: bold;
	color: #FFFFFF;
}

tr.section div.panelCollapsible
{
	height: 1.3em;
	cursor: pointer;
}

table.styledTable .altRow
{
	background: #FFFFFF url(images/styledTableAltRow.gif) repeat-x 0 0;
}

table.styledTable .spotRow
{
	background: #FFFFFF url(images/styledTableSpotRow.gif) repeat-x 0 0;
}

.pagerRow table td
{	
	border:0;
}


/* -- End of Tables -- */
