/* CSS Document */

.clr {
	clear: both;
}

#pathway {
	float: left;
	padding-left: 30px;
	margin-bottom:0px;
}


#date-display {
	text-align: right;
	text-decoration: none;
	color: #555555;
	margin-bottom: 6px;
}

#newsflash {
	text-align: right;
}

#footer {
	text-align: center;
	padding: 13px;
}

.button {
	padding: 2px 5px 2px 5px;
	height: 20px;
	border:solid 1px #cccccc;
	background-color: #e9ebee;
	color: #495770;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.error {
	font-style: italic;
	text-transform: uppercase;
	padding: 5px;
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
}

.pagenav {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	width: auto;
	padding: 2px;
	margin: 1px;
}

.pagenavbar {
	padding-right: 5px;
	float: right;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0px 2px 0px 2px;
}

.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: bold;
}


/* CORE */

td {
	text-align: left;
	font-size: 11px;
}

body {
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

a:link, a:visited {
	color: #495770; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #80a9f5;
	text-decoration: none;
	font-weight: bold;
}

/* CORE -- Components */

table.contentpaneopen {
	width: 100%;
	height: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table.contentpane {
	width: 100%;
	height: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
margin-bottom: 10px;
}


table.contentpane td.componentheading {
	font-size: 13px;
	font-weight: bold;
	padding-left: 2px;
	padding-bottom: 8px;
}

table.contentpane td.contentheading {
	padding-left: 2px;
	padding-top: 0px;
}

.contentheading {
	height: 24px;
	color: #000000;
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
}

.sectiontableheader {
	font-weight: bold;
	background: #d3d7dd;
	padding: 4px;
}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #e9ebee;
}

/* CORE -- Modules */

table.moduleimage {
	width: 100%;
}

table.moduleimage td {
	text-align: center;
}

table.moduletable {
	width: 100%;
	margin-bottom: 8px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #495770;
	text-align: left;
	padding-top: 6px;
	padding-left: 2px;
	height: 25px;
	font-weight: bold;
	font-size: 10px;
}

table.moduletable td {
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;

margin-bottom: 2px;
	font-weight: normal;
}


/* MENU STYLE */

a.mainlevel:link, a.mainlevel:visited {
	border: 1px solid #ffffff;
	display: block;
	background: #e9ebee; 
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 14px;
	width: 115px !important;
	width: 121px !important;
	text-decoration: none;
	color: #495770;
}

a.mainlevel:hover {
	border: 1px solid #ffffff;
	background: #fbd44e; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-position: 0px -25px;
	text-decoration: none;
	color: #495770;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

a.sublevel:hover {
	color: #ffffff;
	text-decoration: none;
}

/* CUSTOM styles */

#newsflash_outline {
	float: left;
	padding: 0px;
	margin-left: 2px;
	margin-right: 4px;
	overflow: hidden;
width: 90%;
	height: 124px !important;
	height: 130px;
}

/* EVENTS styles */

#events_outline {
	float: left;
	padding: 0px;
	margin-left: 4px;
	margin-right: 2px;
	overflow: hidden;
	height: 88px !important;
	height: 92px;
}

.mod_events_latest {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-top: solid 1px #495770;
	height: 18px;
	}

.mod_events_latest_first {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	height: 18px;
	}

.mod_events_latest_date {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000000;
	}


.mod_events_latest_content a:link {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 
	color:#495770;
	}

.mod_events_latest_content a:visited {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#495770; }

.mod_events_latest_content a:hover {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#80a9f5;
	}

/* USED EQUIPMENT styles */

.mod_used_equipment_title {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#495770;
	}

.mod_used_equipment_content a:link {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#80a9f5;
	}

.mod_used_equipment_content a:visited {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#80a9f5;
	}

.mod_used_equipment_content a:hover {
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color:#495770;
}

/* LATEST NEWS styles */

table.moduletable_popular {
	width: 100%;
	margin-bottom: 2px;
	padding: 0px;
}

table.moduletable_popular td {
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	margin: 0px;
	font-weight: normal;
}

/* LOGIN styles */

table.moduletable_login {
	width: 100%;
	margin-top: -4px;
	margin-bottom: 2px;
	padding: 0px;
}

table.moduletable_login td {
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 0px;
	color: #555555;
	font-weight: bold;
}
























