body {
	background: #a5b3c6;
	font-family: Century Gothic, arial, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	margin-bottom: 10px;
}

a {
	color: 	#194a7b;
	text-decoration: none;
	border-bottom: 1px dotted #194a7b;
}

a:hover {
	color: #194a7b;
	border-bottom: 1px solid #194a7b;
}

acronym {
	cursor: pointer;
	color: #222222;
	border-bottom: 1px dotted #222222;
}

#container {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	border-left: 2px solid #0a325a;
	border-right: 2px solid #0a325a;
	background: white;
}

h1 {
	font-size: 20px;
	color: #194a7b;
}

h2 {
	font-size: 16px;
	color: #003484;
}

/*input, textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2d3f55;
	font-size: 12px;
	border: 1px solid #a4adbb;
	padding: 4px;
	background: #FFF;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background: #f3f8ff;
	border: 1px solid #37619f;
	color: #37669f !important;
}*/

textarea  {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input {
	background: #edf4f9;
	color: #555;
	border: 1px solid #cbe0f2;
	width: 300px;
	padding: 2px;
}

.input:hover {
	border: 1px solid #afcee9;
}

.input:focus {
	background: #fff;
	border: 1px solid #255c95;
	color: #255c95;
}

.input[type=button], input[type=submit] {
	padding: 4px 15px 4px 15px;
	border: 1px solid #124a9d;	
	background-color: #3b6998;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}

.input[type=button]:hover, input[type=submit]:hover {
	border: 1px solid #124a9d;
	color: #dce8f2;
}

.input[type=button]:focus, input[type=submit]:focus {
	color: #c4e4ff;
}

label, .txtLabel {
	cursor: pointer;
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	display: block;
	float: left;
	padding: 1px;
	width: 110px;
}

/*
HEADER
*/
.header {
	background: #194a7b url(./images/header-grad.png) left top repeat-x;
	color: white;
	padding: 15px;
	max-height: 85px;
}

.header h1 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 0px;
	font-weight: normal;
	color: white;
}

.header h2 {
	font-size: 15px;
	/*font-style: italic;*/
	margin: 0px;
	font-weight: normal;
	color: white;
}

/*
MAIN STYLES
*/
.main-content {
	margin-bottom: 15px;
	padding: 0px;
	text-align: left;
}

.main-table {
	padding: 0px;
}

.main-text {
	font-size: 12px;
	text-align: justify;
}

.table-row {
	padding: 15px;
}

img { 
	border: 0px;
	vertical-align: middle;
}

.border {
	border: 1px solid #194a7b;
}

.small {
	font-size: 11px;
}

.header-small {
	font-size: 11px;
	vertical-align: middle;
	line-height: 24px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/*
NEWSBOX
*/
.news-box {
	border: 1px solid #d8c1a9;
	background: #f7f2e3;
	color: #462812;
	padding: 5px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
	min-height: 175px;
}

.news-container {
	border: 1px solid #d8c1a9;
	background: #f7f2e3;
	color: #462812;
	padding: 10px;
	margin: 0 auto;
	text-align: justify;
}

.news-img {
	border: 1px solid #cbbda0;
}

.blue-box {
	border: 1px solid #2a54c2;
	background: #d2daf1;
	color: #121f46;
	padding: 5px;
	margin: 0 auto;
	padding-top: 0px;
	/*min-height: 175px;*/
	max-height: 175px;
	overflow: auto;
}

/*
DateTime Bar
*/
.topbar {
	height: 24px;
	background: #194a7b url(./images/nav-grad.png) left top repeat-x;
	font-size: 12px;
	color: white;
	border-top: 1px solid white;
	border-bottom: 2px solid #4e78ab;
	padding-left: 5px;
	padding-right: 5px;
}

.topbar a {
	color: white;
	border-bottom: 1px dotted white;
}

.topbar a:hover {
	border-bottom: 1px solid white;
}

/*
LARGE TABLES
*/
table.tableborder, tr.tableborder, td.tableborder {
	background: transparent;
	color: #452f1d;
	border: 1px dotted #6e6565;
	border-top: 0px;
	font-size: 11px;
	line-height: 135%;
}

td {
	padding: 2px 5px;
}

th {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #666;
}

.maintitle {
	background: #1a1a1a;
	padding: 5px;
	color: #FFF;
	border-bottom: 1px solid #6e6565;
	border-top: 1px solid #6e6565;	
}

.maintitle a {
	color: #FFF;
	border-bottom: 1px dotted white;
}

.maintitle a:hover {
	border-bottom: 1px solid white;
}


.rowfill {
	background: #FFFFFF;
	padding: 5px;
}

.rowfill-alt {
	background: #faf6ea;
	border-top: 1px solid #828589;
	border-bottom: 1px solid #828589;
	padding: 5px;
}

.tinyfill {
	padding: 5px;
	border-bottom: 1px solid #eeeeee;
	color: #333333;
}

.rowend {
	background: #1a1a1a;
	height: 10px;
	max-height: 10px;
}

/*
SIDEBAR/FOOTER
*/
.nav-details {
	color: #194a7b;
	border-left: 3px solid #003484;
	padding-left: 10px;
}

.sidebar {
	color: #4d3e32;
	background: #f5efde;
	margin: 0px;
	border-bottom: 1px solid #e8d9bb;
	border-left: 1px solid #e8d9bb;
}

.sidebar a {
	color: 	#563204;
	border-color: #7b5019;	
}
	
.sidebar a:hover {
	color: #7b4c19;
	border-color: #7b4c19;
}

.footer {
	border-bottom: 2px solid #0a325a;
}

/*
NAVIGATION
*/
.nav-title {
	background-color: #efe5c4;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #cbbda0;
	border-bottom: 0px;
	font-weight: bold;
}

.nav-option {
	background-color: #f8f5ec;
	padding: 3px;
    margin: 0px;
	vertical-align: middle;
	border: 1px solid #cbbda0;
	border-bottom: 0px;
}

.nav-option:hover {
	border-color: #decca7;
	background-color: #fcf6e2; 
}

.nav-option a {
	border: 0px;
}

.nav-option a:hover {
	color: #5e3e26;
}

.nav-end {
	height: 1px;
	max-height: 1px;
	margin: 0px;
	padding: 0px;
	background: #cbbda0;
}

#calendar {
	border: 1px solid #003484;
	padding: 0px;
}

#calendar td {
	padding: 0px;
}

#calendar th {
	background: #39556a;
	color: #FFFFFF;
	margin: 3px;
	padding: 2px 5px;
}

.calRow {
	background: #eeeeee;
	color: #000;
	padding: 5px;
	min-height: 60px;
	text-align: right;
	vertical-align: top;
	border-bottom: 1px solid #FFFFFF;
}

.notInMonth {
	background: #9eadba;
	border-bottom: 1px solid #FFFFFF;	
}

.tableEnd {
	background: #39556a;	
	padding: 0px !important;
	height: 8px;
	max-height: 8px;
}

.dayNum {
	background: #c8dbe9;
	border-bottom: 1px solid #2c7db9;
	font-weight: bold;
	padding: 5px;
	text-align:center;
}

.dayEvents {
	text-align: left;
	padding: 5px;
}

/* 
ERROR HANDLER
*/
.greenBox {
	color: #2b6004;
	background-color: #efffee;
	border: 1px solid #2b6004;
	padding: 5px;
}

.redBox {
	color: #c03636;
	background-color: #fee5e5;
	border: 1px solid #c03636;
	padding: 5px;
}

.notice {
	border: 1px solid #b43636;
	color: #b80c0c;
	background-color: #fffbfb;
	padding: 5px;
}

/* FACEBOX */
#facebox .b {
	background:url(./images/faceBox/b.png);
}

#facebox .tl {
	background:url(./images/faceBox/tl.png);
}

#facebox .tr {
	background:url(./images/faceBox/tr.png);
}

#facebox .bl {
	background:url(./images/faceBox/bl.png);
}

#facebox .br {
	background:url(./images/faceBox/br.png);
}

#facebox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
}

#facebox .popup {
	position: relative;
}

#facebox table {
	border-collapse: collapse;
}

#facebox td {
	border-bottom: 0;
	padding: 0;
}

#facebox .body {
	padding: 10px;
	background: #fff;
	width: 540px;
}

#facebox .loading {
	text-align: center;
}

#facebox .image {
	text-align: center;
}

#facebox img {
	border: 0;
	margin: 0;
}

#facebox .footerBox {
	border-top: 1px solid #DDDDDD;
	padding-top: 5px;
	margin-top: 10px;
	text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
	height: 10px;
	width: 10px;
	overflow: hidden;
	padding: 0;
}

#facebox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.facebox_hide {
	z-index:-100;
}

.facebox_overlayBG {
	background-color: #000;
	z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
	position: absolute;
}

fieldset {
	background: #efefef;
	border: 1px solid #ccc;
	padding: 2px 7px 5px;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	padding-bottom: 4px;
	font-size: 14px;
	color: #003484;
}

.userDetails {
	float: left;
	margin-left: 5px;
	line-height: 1.7;	
}

.userAvatar {
	float: left;
	clear: left;
	margin-right: 5px;
	text-align: center;
}

.userOptions {
	float: right;
}

#aboutBox, #liveWire {
	display: none;
}

