/* CSS Document */

/* ------------------------------------------------------------------------------- STYLES */

/* universal selector setting all borders, margin and border to 0px */ 


*{
	padding:0px;
	margin:0px;
	border:0px;
}

body, td, div {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C4C4C;
	line-height: 15px;
}

h1 {
	font-size: 23px;
	font-weight: 100;
	line-height: 25px;
}

a {
	color: #0D2445;
	text-decoration: underline;
}

a:hover, a:visited {
	color: #1850CE;
}

input{
	border:#C4C3C3 2px inset;
	background-color:#F1F0F0;
}

/* ------------------------------------------------------------------------------- GLOBAL LAYOUT */

#page {
	text-align: center;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

#container {
	width: 900px;
	border: 1px solid #E5E5E5;
	text-align: left;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	display: block;
	width: 100%;
	background-color: #0848b6;
}

#pageTitle {
	background-color: #F1F0F0;
	font-size: 23px;
	letter-spacing: -1px;
	height: auto;
	color: #0D2445;
	padding: 15px 0px 15px 30px;
	margin-top: 1px;
}

#contentArea {
	padding: 30px;
}

.logoutBtn {
	float: right;
	margin-right: 30px;
	width: 102px;
	overflow: none;
}

.logoutBtn a {
	background-image: url(../images/buttons/logout.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

.logoutBtn a:hover {
	background-image: url(../images/buttons/logout-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

/* ------------------------------------------------------------------------------- WINDOW LOOKIN THING */

#contentPanel {
	border: 1px solid #E5E5E5;
	padding: 10px;
}

/* ------------------------------------------------------------------------------- FOOTER */

#footer {
	position: relative;
	display:block;
	top:0px;
	left:0px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	width:925px;
	height:20px;
	text-align:left;
	vertical-align:middle;
	font-size:9px;
}

a.footer:link, a.footer:visited{
	text-decoration:none;
	color:#CCCCCC;
}

a.footer:hover, a.footer:active{
	text-decoration:none;
	color:#666666;
}

.footerdivider{
	color:#CCCCCC;
}
