/* CSS Document */
/* Class for clearing floats */
.clear {
	clear:both;
	height:0px;
	}

body {
	margin: 5px;
	background-color: #214D78;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #222222;
	}
	
#wrap {
	border: 1px solid white;
	background-color: #D4E9FF;
	}

#banner {
	background-color: #5687BC;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	height: 150px;
	}
#banner2 {
	background-color: #5687BC;
	background-image: url(img/banner2_bg.jpg);
	background-repeat: repeat-x;
	height: 40px;
	}
#adminbanner {
	background-color: #5687BC;
	background-image: url(img/admin_banner.jpg);
	background-repeat: no-repeat;
	height: 50px;
	}
#activeusers {
	position: absolute;
	top: 150px;
	left: 206px;
	width: 100px;
	font-size: 10px;
	color: #214D78;
	}

/* Text
=============================================================*/
.title {
	font-weight: bold;
	font-size: 17px;
	color: #555555;
	}
.third {
	font-size: 10px;
	margin: 5px;
	color: #5687BC;
	}
.third A {
	font-size: 10px;
	color: #5687BC;
	text-decoration: none;
	}
.third A:VISITED {
	font-size: 10px;
	color: #5687BC;
	text-decoration: none;
	}
.third A:HOVER {
	font-size: 10px;
	color: #5687BC;
	text-decoration: underline;
	}
.code {
	color: blue;
	font-family: verdana;
	}

/* Contenct Border
=============================================================*/
#content {
	margin: 15px;
	padding: 15px;
	background-color: white;
	border: 1px solid #214D78;
	}
#content A {
	text-decoration: none;
	color: blue;
	border-bottom: 1px dotted blue;
	}
#content A:VISITED {
	text-decoration: none;
	color: blue;
	border-bottom: 1px dashed blue;
	}
#content A:HOVER {
	text-decoration: none;
	color: #8A182F;
	border-bottom: 1px solid #8A182F;
	}

/* Menu
=============================================================*/
#menu {
	position: absolute;
	top: 158px;
	left: 250px;
	padding-top: 3px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E6FDFF;
	height: 26px;
	}
#menu A {
	color: #D4E9FF;
	text-decoration: none;
	}
#menu A:VISITED {
	color: #D4E9FF;
	text-decoration: none;
	}
#menu A:HOVER {
	color: white;
	text-decoration: none;
	}
#transhome {
	position: relative;
	top: 38px;
	left: 40px;
	width: 481px;
	height: 63px;
	}

/* Archive
=============================================================*/
#archivewrap {
	position: absolute;
	top: 380px;
	left: 100px;
	padding: 3px;
	width: 100px;
	background-color: white;
	border: 1px solid #214D78;
	z-index: 2;
	}
#archive {
	border: 1px solid #5687BC;
	background-color: #EEF3F9;
	padding: 3px 6px 3px 6px;
	font-size: 11px;
	}
#archive A {
	color: blue;
	border: 0px;
	text-decoration: none;
	}
#archive A:VISITED {
	color: blue;
	border: 0px;
	text-decoration: none;
	}
#archive A:HOVER {
	color: #8A182F;
	border: 0px;
	text-decoration: underline;
	}

/* Admin Menu
=============================================================*/
#adminmenu {
	position: absolute;
	top: 57px;
	left: 20px;
	padding-top: 3px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E6FDFF;
	height: 26px;
	}
#adminmenu A {
	color: #D4E9FF;
	text-decoration: none;
	}
#adminmenu A:VISITED {
	color: #D4E9FF;
	text-decoration: none;
	}
#adminmenu A:HOVER {
	color: white;
	text-decoration: none;
	}

/* Updates
=============================================================*/
.upd_blue {
	background-color: #EEF3F9;
	padding: 15px;
	border: 1px solid #EEF3F9;
	}
.upd_blue2 {
	background-color: #EEF3F9;
	padding: 15px;
	border-top: 5px solid #D4E9FF;
	border-right: 1px solid #EEF3F9;
	border-left: 1px solid #EEF3F9;
	border-bottom: 1px solid #EEF3F9;
	}
.upd_white {
	padding: 15px;
	border-top: 5px solid #D4E9FF;
	border-right: 1px solid #EEF3F9;
	border-left: 1px solid #EEF3F9;
	border-bottom: 1px solid #EEF3F9;
	}
.upd_title {
	border-bottom: 1px solid #5687BC;
	}
.upd_title2 {
	font-size: 15px;
	font-weight: bold;
	color: #214D78;
	}
.upd_title3 {
	font-size: 11px;
	color: #777777;
	}
.upd_body {
	margin-top: 5px;
	}
.upd_top {
	float: right;
	font-size: 11px;
	color: #777777;
	border: 0px;
	text-decoration: none;
	}
