
html {
	height: 100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 9pt;	
	background: #000000;
	margin: 0px;
	height: 100%;
}

h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;	
}

h1 {
	font-size: 16px;
	font-weight: normal;	
}

h1 a {
	color: #000000;	
	text-decoration: none;
	font-weight: bold;
}

h1 a:hover {
	color: #5142b5;
}

hr {
	height: 1px;
	border: none;
	background: #000000;	
}

tr.row00 {
	background: #555555;
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}

tr.row00 td {
	padding: 4px;	
}

tr.row01 {
	background: #efefef;	
}

tr.row02 {
	background: #dfdfdf;
}

#wrapper {
	border-bottom: none;
	width: 550px;
	padding: 10px 25px;
	margin: 0px auto 0px auto;
	background: #ffffff;	
}

#logged_in {
	width: 600px;
	margin: 10px auto 0px auto;
	background: #000000;
	color: #ffffff;	
	font-size: 8pt;
}

#logged_in a {
	color: #ffffff;	
	float: right;
	font-weight: bold;
	text-decoration: none;
}

a {
	color: #433796;
	font-weight: bold;	
}

a:hover {
	color: #000000;
}

ul.menu {
	list-style-type: circle;
}	

ul.menu li {
	margin: 0px 0px 15px 0px;	
}

#logged_in a:hover {
	color: #ffffff;	
}

#admin_footer {
	height: 98px;
	background: url(../images/admin_footer.jpg) top center no-repeat;
}

.custom {
	color: #000000;
	background: #F3FF1C;
}

button {
	font-size: 8pt;
	background: #dcdcdc;
	font-weight: bold;
	border-top: solid 1px #fdfdfd;
	border-left: solid 1px #fdfdfd;
	border-bottom: solid 1px #acacac;
	border-right: solid 1px #acacac;
	padding: 3px 9px;
}

button.approve {
	background: #C4FFC4;
	border-top: solid 1px #E8FFE8;
	border-left: solid 1px #E8FFE8;
	border-bottom: solid 1px #6AFF6A;
	border-right: solid 1px #6AFF6A;
	padding: 3px;
}

button.reject {
	background: #FFB0B0;
	border-top: solid 1px #FFDFDF;
	border-left: solid 1px #FFDFDF;
	border-bottom: solid 1px #FF4F4F;
	border-right: solid 1px #FF4F4F;
	padding: 3px;
}

button.home {
	background: url(../images/house.gif) #dcdcdc;
	background-position: 4px 3px;
	background-repeat: no-repeat;
	padding: 3px 9px 3px 20px;	
}