#content {
	background-color: #FFF;
	
}

#loginstatus {
	position:absolute;
	top: 45px;
	left: 10px;
	z-index: 500;

	font-size: 13px;
	color: green;
	font-weight: bold;
}

#login table {
	position: absolute;
	top: 80px;
	left: 170px;
	width: 400px;
	z-index: 500;
	font-weight: bold;
	background-color: #B2F1C9;
	border-color: #02961A;
	border-width: 4px;
	border-style: solid;
}

#usermenu {
	position: absolute;
	top: 30px;
	left: 10px;
	z-index: 500;
	font-weight: bold;
}

#usermenu ul, #usermenu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#usermenu li a:link, #usermenu li a:active, #usermenu li a:visited{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

#usermenu li a:hover{
	font-weight: bold;
	color: green;
	text-decoration: underline;
}

#edit_menu {
	position: absolute;
	top: 70px;
	left: 10px;
	width: 140px;
	height: 260px;
	background-color: #DDD;
	padding: 5px;
}

#edit_menu ul, #edit_menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;

	font-weight: bold;
}


#edit_menu li a:link, #edit_menu li a:active, #edit_menu li a:visited {
	font-weight: bold;
	color: red;
	text-decoration: none;
}

#edit_menu li a:hover {
	font-weight: bold;
	color: navy;
	text-decoration: underline;
}


#edit {
	position: absolute;
	top: 0px;
	left: 170px;
	width: 550px;
	height: 330px;
	background-color: #DDD;
	padding: 10px;
}

#edit h6 {
	font-weight: bold;
	font-size: 12px;
}

#edit td, #edit th {
	text-align: left;
	padding-right: 10px;
}

#edit a:link,  #edit a:active, #edit a:visited {
	color: red;
}

#edit a:hover {
	color: green;
}

#buttons {
float: right;
margin-right: 30px;
}


/*tr.alt_1 td {
	
}

p a.button:link, p a.button:visited, p a.button:active {
	padding: 2px;
	border: 1px solid black;
	background-color: #aaaaaa;
	text-decoration: none;
	color:#000000;
}

p a.button:hover {
	background-color: #ffffff;
	border-color: #ff0000;
	color:#000000 !important;

}
*/







