body,html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#262B2E;
	margin:0;
	padding:0;
}

body {
	min-width:740px;
}

#container {
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	margin-top:20px;
	margin-bottom:20px;
	width:740px;
	height:47px;
/*
	background-image:url(/images/banner_logo.gif);
	background-repeat:no-repeat;
*/	
}

#login {

	float:right;
	margin-top:15px;
	
}	

.loginlabel
{
	margin-right: 0.5em;
	font-size:14px;
	color:#6CC002;
	font-weight:700;
}

.loginforgot
{
	text-decoration:none;
	font-size:10px;
	color:#6CC002;
	font-weight:700;
}

a {

	color:#6CC002; 
	font-weight:700;
	
}	

a:link {

	text-decoration:underline;
	
}	

a:hover
{
	text-decoration:none;
}

a:visited
{
	text-decoration:underline;
}

#login input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:100px;
}

.loginbutton {

	height:24px;
	font-size:14px;	
	color:#6CC002;
	font-weight:700;	
	
}	

#header {

}

#header_home {
	width:730px;
	height:269px;
}

#content {
	margin-top:20px;
	width:740px;	
	
}	

#content_subpage {
	width:740px;	
	background-color:#333333;
}

#content_subpage_top {
	width:740px;
	height:28px;	
	background-image:url(/images/content_subpage_top.gif);
	background-repeat:no-repeat;
}

#content_subpage_bottom {
	width:740px;
	height:28px;	
	background-image:url(/images/content_subpage_bottom.gif);
	background-repeat:no-repeat;
}

#content_left {

	float:left;	
	width:485px;
	color:#CCCCCC;
	padding-right:5px;
	border-right: 1px solid;
	
}

#content_right {

	float:left;
	padding-left:10px;	
	width: 230px;
	color:#CCCCCC;
	
}		

.quate {
	color:#6CC002;
	font-weight:700;	
}

.quate_title {
	color:#F5F5F5;
	font-size:20px;
	font-weight:700;	
}

#footer {
	margin-top:20px;
	text-align:center;
	color:#CCCCCC;
	font-weight:700;
}	
	

.formlabel
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:14px;
        color:#F5F5F5;
	}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	width:200px;
}
	
.submit input
{
	margin-left: 145px;
	font-size:14px;	
	width:150px;
	color:#6CC002;
	font-weight:700;
} 

.next
{
	font-size:14px;	
	width:150px;
	color:#6CC002;
	font-weight:700;
} 

#user_info_left
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-size:14px;
	color:#6CC002;
	font-weight:700;
}

#user_info_right
{
	float: left;
	text-align: right;
	margin-left: 0.5em;
	display: block;
	font-size:14px;
	color:#CCCCCC;
	font-weight:700;
}

/* BUTTONS */

#register
{
  display: block;
  width: 191px;
  height: 39px;
  background: url("/images/register_now_css.gif") no-repeat 0 0;

}

#register:hover
{ 
  background-position: 0 -39px;
}

#register span
{
  display: none;
}

#menu_myprofile
{ float:left;
  margin-right: 5px;
  display: block;
  width: 98px;
  height: 22px;
  background: url("/images/myprofile_css.gif") no-repeat 0 0;

}

#menu_myprofile:hover
{ 
  background-position: 0 -22px;
}

#menu_myprofile span
{
  display: none;
}

#menu_resolve
{ float:left;
  margin-right: 5px;
  display: block;
  width: 98px;
  height: 22px;
  background: url("/images/resolve_css.gif") no-repeat 0 0;

}

#menu_resolve:hover
{ 
  background-position: 0 -22px;
}

#menu_resolve span
{
  display: none;
}

#menu_done
{ float:right;
  margin-top:-20px;
  width: 98px;
  height: 22px;
  background: url("/images/done_css.gif") no-repeat 0 0;

}

#menu_done:hover
{ 
  background-position: 0 -22px;
}

#menu_done span
{
  display: none;
}

#menu_new_entry
{ float:right;
  margin-top:-20px;
  width: 98px;
  height: 22px;
  background: url("/images/new_entry_css.gif") no-repeat 0 0;

}

#menu_new_entry:hover
{ 
  background-position: 0 -22px;
}

#menu_new_entry span
{
  display: none;
}

#menu_shoutout
{ float:right;
  margin-top:-20px;
  width: 98px;
  height: 22px;
  background: url("/images/shoutout_css.gif") no-repeat 0 0;
}

#menu_shoutout:hover
{ 
  background-position: 0 -22px;
}

#menu_shoutout span
{
  display: none;
}

#edit_button
{ 
  display: block;
  width: 98px;
  height: 22px;
  background: url("/images/edit_css.gif") no-repeat 0 0;

}

#edit_button:hover
{ 
  background-position: 0 -22px;
}

#edit_button span
{
  display: none;
}

#view_button
{ float:left;
  display: block;
  margin-right: 5px;
  width: 98px;
  height: 22px;
  background: url("/images/view_css.gif") no-repeat 0 0;

}

#view_button:hover
{ 
  background-position: 0 -22px;
}

#view_button span
{
  display: none;
}

#reports_button
{ float:left;
  display: block;
  margin-right: 5px;
  width: 98px;
  height: 22px;
  background: url("/images/reports_css.gif") no-repeat 0 0;

}

#reports_button:hover
{ 
  background-position: 0 -22px;
}

#reports_button span
{
  display: none;
}

#analysis_button
{ float:left;
  display: block;
  margin-right: 5px;
  width: 98px;
  height: 22px;
  background: url("/images/analysis_css.gif") no-repeat 0 0;

}

#analysis_button:hover
{ 
  background-position: 0 -22px;
}

#analysis_button span
{
  display: none;
}

#delete_button
{ float:left;
  display: block;
  width: 98px;
  height: 22px;
  background: url("/images/delete_css.gif") no-repeat 0 0;

}

#delete_button:hover
{ 
  background-position: 0 -22px;
}

#delete_button span
{
  display: none;
}

/* END BUTTONS */

.help {
	
	color:#CCCCCC;	
	
}	


.gray {
	
	color:#CCCCCC;	
	
}	

.attrib {
	text-align:center;
	color:#CCCCCC;
	font-size:9px;
	padding-top:5px;
	padding-bottom:5px;	
}	

/* PRINT ITEMS */

#print_logo {

	display:none;	
	
}	
