body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	margin:0px;
	font-family:Trebuchet MS;
	font-size:14px;
	color:#000000;
}

/* Main Boxes */

#gradtop {
	background-image:url(images/gradtop.jpg);
	background-repeat:repeat-x;
	padding-bottom:80px;
}

#logo {
	width:800px;
	margin:auto;
	padding-top:50px;
	margin-bottom:15px;
	position:relative;
}

#logout {
	position:absolute;
	right:0px;
	top:60px;
	text-align:right;
	color:#000000;
}

#container {
	width:800px;
	margin:auto;
	background-color:#1e1e1e;
	border:1px solid #1e1e1e;
}

#content {
	background-color:#9e9e9e;
	border:1px solid #1e1e1e;
	position:relative;
	margin-top:50px;
}

#alert {
	overflow:hidden;
}
/* Navigation */

#nav {
	position:absolute;
	top:-34px;
	z-index:10;
	padding-left:15px;
}

a.button_active {
	display:block;
	float:left;
	height:35px;
	background-image:url(images/nav.jpg);
	background-repeat:no-repeat;
	width:109px;
	text-align:center;
	line-height:35px;
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	margin-right:3px;
}

a.button {
	display:block;
	float:left;
	height:36px;
	background-image:url(images/nav2.jpg);
	background-repeat:no-repeat;
	width:109px;
	text-align:center;
	line-height:35px;
	color:#1e1e1e;
	font-size:11px;
	text-decoration:none;
	margin-right:3px;
	margin-top:4px;
}

a.button:hover {
	color:#ffffff;
}

/* Content */

#hide_hold {
	position:absolute;
	right:0px;
	top:0px;
}


.buffer {
	margin:15px;
	position:relative;
}

.sep {
	background-image:url(images/sep.jpg);
	background-repeat:repeat-x;
	height:10px;
	margin-top:10px;
}

/* Form Styles */

.submit{
	background: url(images/submit.jpg);
	width:70px;
	height:31px;
	border:none;
	padding:10px;
	font-size:0px;
}
.check
{
	padding:10px;
	width:20px;
}

input,select ,.login {
	background-image:url(images/formbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #1e1e1e;
	background-color:#d2d2d2;
	padding:10px;
	width:300px;
	color:#000000;
}

.flong {
	background-image:url(images/formbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #1e1e1e;
	background-color:#d2d2d2;
	padding:10px;
	width:450px;
	color:#000000;
}

textarea {
	background-image:url(images/formbg.jpg);
	background-repeat:repeat-x;
	border:1px solid #1e1e1e;
	background-color:#d2d2d2;
	padding:10px;
	width:600px;
	color:#000000;
}

/* Table Styles */

table {
	width:99%;
	border:1px solid #1e1e1e;
	border-bottom:none;
}

td {
	padding:10px;
	border-bottom:1px solid #1e1e1e;
}
th {
	background-color:#1e1e1e;
	font-weight:bold;
	color:#ffffff;
}

/* GENERAL CLASSES */

.underline {
	text-decoration:underline;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

h1,h2,h3 {
	margin-top:5px;
	margin-bottom:5px;
	color:#000000;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:20px;
}	

h3 {
	font-weight:normal;
	font-size:16px;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:none;
}

img {
	vertical-align:middle;
}