@charset "UTF-8";
/* CSS Document */

html {
	min-height: 100%;
	height: auto;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#FFFFFF;
	background-image: url(images/login_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-position: left bottom;
	background-attachment: fixed;
}
 
#container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 790px;
	text-align: left;
}

#container2 {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 988px;
	vertical-align: text-top;
}

.login_box {
	background-image: url(images/login_box.png);
	height: 345px;
	width: 284px;
	position: absolute;
	top: 50px;
	left: 254px;
}
.login_text {
	background-image: url(images/login_text.png);
	height: 27px;
	width: 70px;
	position: absolute;
	top: 110px;
	left: 361px;
}
.login_form {
	height: 168px;
	width: 176px;
	position: absolute;
	left: 308px;
	top: 167px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}
.login_text_entry {
	margin-top: 5px;
}
.red_alert {
	background-image: url(images/red_alert.png);
	height: 45px;
	width: 209px;
	position: absolute;
	left: 291px;
	top: 89px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: center;
}
.body_box {
	width: 988px;
}
.body_box_top {
	background-image: url(images/body_box_top.png);
	background-repeat: no-repeat;
	width: 988px;
	height: 135px;
	text-align: center;
}
.body_box_bottom {
	background-image: url(images/body_box_bottom.png);
	height: 56px;
	width: 988px;
}
.body_box_middle {
	background-image: url(images/body_box.png);
	width: 838px;
	padding-right: 75px;
	padding-left: 75px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.nav_box {
	width:100%;
	position: relative;
	top: 38px;
	text-align: center;
	left: 0px;
}
.nav_spacing {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
a.nav_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav_link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.logout {
	height: 17px;
	width: 49px;
	position: absolute;
	left: 901px;
	top: 38px;
}
.help {
	height: 17px;
	width: 47px;
	left: 855px;
	top: 38px;
	position: absolute;
}
.greeting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF3300;
}
.orange_box {
	background-color: #FECF58;
	border: 2px solid #FF3300;
	padding-right: 10px;
	padding-left: 10px;
}
.green_box {
	background-color: #66FFCC;
	border: 2px solid #009900;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.blue_box {
	background-color: #99CCFF;
	border: 2px solid #0033FF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.blue_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000CC;
}
.green_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006600;
}
.button_bg {
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	height: 41px;
	width: 75px;
	border: 2px solid #000000;
}
.page_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: underline;
}
.user_table {
	border: 2px solid #666666;
	color: #333333;
}
.user_table_title {
	background-color: #99CCFF;
	font-weight: bold;
	text-decoration: underline;
}
.user_table_row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
a.list_link:link {
	color: #333333;
	text-decoration: none;
}
a.list_link:hover {
	color: #666666;
	text-decoration: underline;
}
a.list_link:visited {
	color: #333333;
	text-decoration: none;
}
a.edit:link {
	color: #FF6600;
	text-decoration: none;
}
a.edit:hover {
	color: #FFA63E;
	text-decoration: underline;
}
a.edit:visited {
	color: #FF6600;
	text-decoration: none;
}
a.delete:link {
	color: #FF0000;
	text-decoration: none;
}
a.delete:hover {
	color: #FF3E3E;
	text-decoration: underline;
}
a.delete:visited {
	color: #FF0000;
	text-decoration: none;
}
.window {
	width: 495px;
	position: absolute;
	left: 254px;
	top: 50px;
	z-index: 100;
}
.window_top {
	background-image: url(images/window_top.png);
	height: 43px;
	width: 345px;
	text-align: left;
	padding-top: 75px;
	padding-right: 75px;
	padding-left: 75px;
}
.window_middle {
	background-image: url(images/window_middle.png);
	background-repeat: repeat-y;
	width: 345px;
	text-align: left;
	padding-right: 75px;
	padding-left: 75px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.window_bottom {
	background-image: url(images/window_bottom.png);
	height: 85px;
	width: 495px;
	background-position: top;
	position: relative;
	top: -16px;
}
.close {
	height: 17px;
	width: 49px;
	position: absolute;
	left: 639px;
	top: 112px;
	z-index: 101;
}
a.view:link {
	color: #330066;
	text-decoration: none;
}
a.view:hover {
	color: #660066;
	text-decoration: underline;
}
a.view:visited {
	color: #330066;
	text-decoration: none;
}

a.donate:link {
	color: #00CC33;
	text-decoration: none;
}
a.donate:hover {
	color: #00FF66;
	text-decoration: underline;
}
a.donate:visited {
	color: #00CC33;
	text-decoration: none;
}
.recent_table {
	border: 2px solid #666666;
	color: #000000;
}
.recent_table_title {
	background-color: #090;
	font-weight: bold;
	text-decoration: underline;
}
.recent_table_row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
.update {
	background-image: url(images/update_bg.png);
	height: 54px;
	width: 53px;
	position: absolute;
	z-index: 100;
	left: 38px;
	top: 38px;
	text-align: left;
	padding-top: 18px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
a.update_link:link {
	color: #000;
	text-decoration: none;
}
a.update_link:hover {
	color: #000;
	text-decoration: underline;
}
a.update_link:visited {
	color: #000;
	text-decoration: none;
}