/* global settings */

* {
	margin: 0;
	
}

body {
	background: #E5EAEF;
	text-align: center; /* to keep IE happy */
	padding: 0;
	font: 12px "Trebuchet MS", "Trebuchet MS", Tahoma, Arial, "Courier New", "Courier New";
	color: black;
}

#wrapper {
	margin: 0 auto;
}

td {
	text-align: left;
}


/* page edges */

td.pe_lc {
	width: 13px;
	background: url(../images/pe_lc.jpg) repeat-y right;
}

td.pe_rc {
	width: 13px;
	background: url(../images/pe_rc.jpg) repeat-y left;
}

td.content {
	background: #FFF;
	height: 540px;
	vertical-align: top;
	width: 759px;
}


/* header classes */

td.content a.main_menu {
	text-decoration: none;
	padding: 0 15px;
	display: block;
	line-height: 24px;
}

td.content a.main_menu:hover,
td.content a.main_menu:active {
	text-decoration: none;
	background: #D8E0EB;
	color: #000;
}

.search_field {
	border: 1px solid #CCC;
	width: 128px;
	padding-left: 3px;
	height: 18px
}

.search_btn {
	position: absolute;
	top: -300px;
}


/* content formating */

div#content {
	padding: 20px;
}

h1 {
	background: #E5EAEF;
	font: bold 16px/24px "Trebuchet MS", Tahoma, Arial, "Courier New";
	color: #134271;
	padding-left: 20px;
	margin-bottom: 30px;
}

h1.news {
	background: none;
	font: bold 16px/24px "Trebuchet MS", Tahoma, Arial, "Courier New";
	color: #134271;
	padding-left: 20px;
	margin-bottom: 30px;
	margin-right: -10px;
	height: 75px;
}

h1 span {
	background: #E5EAEF;
	font: bold 16px/24px "Trebuchet MS", Tahoma, Arial, "Courier New";
	color: #134271;
	padding-left: 0;
}

h2	{
	color: #134271;
	font: bold 14px "Trebuchet MS", Tahoma, Arial, "Courier New";
	}	
	
h3	{
	color: #134271;
	font: bold 12px "Trebuchet MS", Tahoma, Arial, "Courier New";
	}	
	
	

	
td.content a { /* Default text links */
	color: #134271;
	}	

td.content a:hover,
td.content a:active {
	color: #B31B34;
	}
	
.redText {
	color: #b31b34;
	line-height: 18px;
}

div.flash {
	border: 1px solid #FFF;
	width: 248px;
	text-align: center;
	margin: 0 auto 9px auto;
}

li {
	margin-left: 20px;
}


/* form elements */

.inputBox,
.inputTextBox {  /* Form fields */
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B2C1D1;
	font: 12px "Trebuchet MS", Tahoma, Arial, "Courier New";
	padding: 0 3px;
}

.dropBox {  /* Form fields */
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B2C1D1;
	font: 12px "Trebuchet MS", Tahoma, Arial, "Courier New";
}

.button { /* Form Buttons */
	font: 12px "Trebuchet MS", Tahoma, Arial, "Courier New";
	color: #FFF;
	border: 1px solid #B2C1D1;
	background-color: #003366;
	padding: 0 1px;
}

.redButton { /* Form Buttons */
	font: 12px "Trebuchet MS", Tahoma, Arial, "Courier New";
	color: #FFF;
	border: 1px solid #990000;
	background-color: #CC0000;
	padding: 0 1px;
}

a.footer_menu:hover {
	color: #000000;
}

.admin_tblbdr, .table {
	border: #B2C1D1 1px solid;
	background-color: #E5EAEF;
}

/*
.admin_tblbdr td, .table td {
	padding: 8px;
}
*/

.table_head td,
.admin_head td {
	background-color: #B1C1D1;
	color: #000000;
	font-weight: bold;
}

.altItem {
	background-color: #F2F5F7;
}

.altItemLight {
	background-color: #F2F5F7;
}

.editItem {
	background-color: #B2C1D1;
}

/* footer formating */

td.divider {
	background: #E5EAEF;
	height: 12px;
}

td.footer {
	font-size: 10px;
	color: #999;
	text-align: center;
	padding: 7px 0 0 0;
}

td.footer a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
	padding: 0 12px;
}

td.footer a:hover,
td.footer a:active {
	color: #000;
}

td.footernav {
	font-size: 12px;
	color: #999;
	text-align: center;
	padding: 7px 0 0 0;
}

td.footernav a {
	font-size: 12px;
	color: #999;
	text-decoration: none;
	padding: 0 12px;
}

td.footernav a:hover,
td.footernav a:active {
	color: #000;
}

