@charset "utf-8";
/* CSS Document */

/* Modules CSS - ADMIN styles */



/* Table
------------------- */

table#module th, table#module td {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #747474;
	line-height: 18px;
	}

table#module label {
	/*color: #000;*/
	font-weight: bold;
	}

table#module h1, table#module h2, table#module h3, table#module p {
	padding: 0px;
	margin: 0px;
	}

table#module {
	border-width: 0px;
	padding: 0px;
	margin: 0px 12px;
	}
	table#module input, table#module select, table#module textarea {
		padding: 2px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #747474;
		font-weight: normal;
		border-width: 1px;
		border-color: #00629F;
		border-style: solid;
		}
	table#module input.btn {
		padding: 2px 3px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		background-color: #747474;
		color: #fff;
		font-weight: bold;
		border-width: 1px;
		border-color: #00629F;
		border-style: solid;
		}

table#module a {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #00629F;
	text-decoration: none;
	line-height: 16px;
	}
	
table#module a:hover {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #00629F;
	text-decoration: underline;
	line-height: 16px;
	}

	/*
		Generic Table style...
	*/
	table.tblStyle th, table.tblStyle td {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #747474;
		line-height: 18px;
		}
	
	table.tblStyle label {
		/*color: #000;*/
		font-weight: bold;
		}
	
	table.tblStyle h1, table.tblStyle h2, table.tblStyle h3, table.tblStyle p {
		padding: 0px;
		margin: 0px;
		}
	
	table.tblStyle {
		border-width: 0px;
		padding: 0px;
		margin: 0px 12px;
		}
		table.tblStyle input, table.tblStyle select, table.tblStyle textarea {
			padding: 2px;
			font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			font-size: 11px;
			color: #747474;
			font-weight: normal;
			border-width: 1px;
			border-color: #00629F;
			border-style: solid;
			}
		table.tblStyle input.btn {
			padding: 2px 3px;
			font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			font-size: 11px;
			background-color: #747474;
			color: #fff;
			font-weight: bold;
			border-width: 1px;
			border-color: #00629F;
			border-style: solid;
			}
	
	table.tblStyle a {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #00629F;
		text-decoration: none;
		line-height: 16px;
		}
		
	table.tblStyle a:hover {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #00629F;
		text-decoration: underline;
		line-height: 16px;
		}


	/*
		Events Table style...
	*/
	table.tblEvents th {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 9px;
		font-weight: bold;
		text-transform: uppercase;
		color: #DCA635;
		}
	table.tblEvents td {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 9px;
		color: #747474;
		}
	
	table.tblEvents label {
		/*color: #000;
		font-weight: bold;*/
		}
	
	table.tblEvents h1, table.tblEvents h2, table.tblEvents h3, table.tblEvents p {
		padding: 0px;
		margin: 0px;
		}
	
	table.tblEvents {
		border-width: 0px;
		padding: 0px;
		margin: 0px;
		font-size: 9px;
		}
/*
		table.tblEvents input, table.tblEvents select, table.tblEvents textarea {
			padding: 2px;
			font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			font-size: 9px;
			color: #747474;
			font-weight: normal;
			border-width: 1px;
			border-color: #00629F;
			border-style: solid;
			}
		table.tblEvents input.btn {
			padding: 2px 3px;
			font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			font-size: 9px;
			background-color: #747474;
			color: #fff;
			font-weight: bold;
			border-width: 1px;
			border-color: #00629F;
			border-style: solid;
			}
*/
	table.tblEvents a {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		color: #00629F;
		text-decoration: underline;
		}
		table.tblEvents a.tblLink {
			text-decoration: none;
			}
		
	table.tblEvents a:hover {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		color: #600;
		text-decoration: underline;
		}
	table.tblSearchResults, table.tblSearchResults td, table.tblSearchResults a {
		border-width: 0px;
		padding: 0px;
		margin: 0px;
		text-align: left;
		font-size: 12px;
		}
		table.tblSearchResults a {
			font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			color: #00629F;
			text-decoration: none;
			}
			
		table.tblSearchResults a:hover {
			font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
			color: #00629F;
			text-decoration: underline;
			}





td.noborder input {
	border-width: 0px;
}


