/*
	Default Table styles
*/

table.defaultTable, table.default {
	width: 65%;
	border: 1px solid #ccc;
	border-top: none;
	margin-bottom: 30px;
	margin-left: 20px;
}

table.defaultInnerTable {
	width: 95%;
	margin: 10px;
}

th.defaultHeader {
	background: #f2f2f2 url(../images/gif/resultsHeader.gif) repeat-x 0px 0px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}

td.defaultLabel {
	width: 33%;
	background-color:#f2f2f2;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

td.outline {
	border: 1px solid #f2f2f2;
	padding: 5px;
}

td.td0 {
	background-color: #ffffff;
	padding: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

td.td1 {
	background-color: #eeeeee;
	padding: 3px;
	padding-bottom: 5px;
	padding-top: 5px;	
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

td.label {
	background-color: #EDEDEF;
	border-right: 1px solid #999999;		
	border-left: 1px solid #999999;
	width: 15%;
	font-weight: bold;
	text-align: right;
}

td pre {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
}

/*
	Calendar table styles
*/

table.calendar {
	border: 1px solid #CCCCCC;
	width: 95%;
	margin-bottom: 20px;
}

	table.calendar td {
		border: 1px solid #CCCCCC;
	}
	
tr.calendar {
	height: 100px;
}
	
td.day {
	width: 13%;
	font-weight: bold;
}	
	
/*
	Database search results table class
*/

table.results, table.resultsNew {
	width: 95%;
	border: 1px solid #CCCCCC;
}

table.results {
	border-collapse:collapse;
}

tr.resultsHeader {
	background: #ddd url(../images/gif/resultsHeader.gif) repeat-x 0px 0px;
	font-weight: bold;
	font-size: 12px;
	color: #000000;	
	margin: 0px;
	height: 30px;
}
	tr.resultsHeader td {
		padding: 2px;
		border-right: 1px solid #CCC;
	}

tr.resultsHeader a {
	color: #000000;	
	text-decoration: none;
}

tr.resultsHeader a:hover {
	text-decoration: underline;
}

/*
	Member details page formatting
*/

table.memberDetails {
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin-bottom: 30px;
	margin-left: 20px;
	vertical-align: top;
}

table.memberDetailsInfo {
	width: 100%;
	margin: 10px;
	border-collapse:collapse;
}

table.memberDetailsContact {
	width: 100%;	
}

table.documentSearch {
	width: 80%;
	border: 1px solid #ccc;
	padding: 10px;
}

th.contactDetailsHeader {
	background: #f2f2f2;
	border: 1px solid #ccc;	
	padding: 10px;
}

td.memberImage img {
	padding: 5px;
	border: 3px solid #f2f2f2;
}

td.memberLinks {
	background-color: #f2f2f2;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

/*
	Table styling for actions
*/

table.action {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.overdueaction {
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #a42323;
	border-right: 1px solid #a42323;
}

td.overdueheader {
	background-color: #a42323;
	font-weight: bold;
	font-size: 10px;
	border-left: 1px solid #a42323;
	border-bottom: 1px solid #a42323;	
	padding: 3px;
}

td.overduelabel {
	width: 100px;
	font-weight: bold;
	text-align: right;
	background-color: #EEEEEE;
	border-right: 1px solid #a42323;		
	border-left: 1px solid #a42323;	
}

td.overduesubmit {
	border-top: 1px solid #a42323;
	border-left: 1px solid #a42323;	
	padding: 3px;
	text-align: right;
}

table.table100 {
	width: 100%;
}

table.table90 {
	width: 90%;
}

td.valignTop  {
	vertical-align: top;
}

td.valignMiddle  {
	vertical-align:middle
}

td.valignBottom  {
	vertical-align: bottom;
}

/* Seperate table styles for the agenda page */
table.agendaItems {
	border: 1px solid #ccc;
	border-top: none;
	width: 100%;
	margin-bottom: 20px;
}

table.agendaItems th.item, table.agendaItems th.number {
	height: 30px;
	padding: 5px;
	background: #f2f2f2 url(../images/gif/resultsHeader.gif) repeat-x 0px 0px;			
}

table.agendaItems th.number {
	border-right: 1px solid #ccc;
	width: 10%;	
}

table.agendaItems td.valignTop {
	vertical-align: top;
	border-right: 1px solid #ccc;	
}

table.agendaItems .tr0 {
	background-color: #ffffff;
	padding: 3px;
	padding-bottom: 5px;
	padding-top: 5px;	
}

table.agendaItems .tr1 {
	background-color: #eeeeee;
}

table.agendaItems td {
	padding: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
/* End agenda table styles */