

/**
 * Global Layout CSS Settings
 */

.tdHeader {
	background-color: #555555;
	color: #ffffff;
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
	}
	
.tdFooter {
	padding: 5px;
	font-size: 10px;
	}
	
.tdMenu {
	font-size: 12px;
	padding: 10px;
	line-height: 150%;
	background-color: #ebebeb;
	}
	
.tdMenu a:link, .tdMenu a:visited {
	color: #000;
	text-decoration: none;
	}
	
.tdMenu a:hover {
	color: #000;
	text-decoration: underline;
	}

.maintable {
	border: 0px solid #000000;
	}
	
.bodyContent {
	font-size: 11px;
	padding: 10px;
	}
	
/**
 * Global CSS Text Settings
 */
	
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #0054a6;
	}
	
.smallText {
	font-size: 11px;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0054a6;
	}
a:hover {
	text-decoration: underline;
	color: #0054a6;
	}
	
/**
 * Pagination CSS Settings
 */

#paginationControl {
	border: 1px solid #c0c0c0;
	padding: 5px;
	text-align: center;
	background-color: #f8f8f8;
	font-size: 11px;
	font-weight: bold;
	}