body
{
	font-family: Arial, "lucida console", sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
/* 	overflow: hidden; */
}

textarea
{
	padding: 0px;
	margin: 0px;
 	border: none;
	font-family: Arial, "lucida console", sans-serif;
	font-size: 13px;
}

input
{
	border: 1px solid #a0a0a0;
	font-family: Arial, "lucida console", sans-serif;
}

a
{
/* 	font-weight: bold; */
	text-decoration: none;
 	color: #0000a0;
}

img
{
	border: none;
}

form
{
	padding: 0px;
	margin: 0px;
}

#page_header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
 	height: 25px;
	border-bottom: 1px solid #aac7ff;
	line-height: 26px;
	background-color: #d0e0ff;
}

#page_header_title a
{
	float: left;
	margin-left: 30px;
	margin-top: 2px;
	vertical-align: middle;
	color: #002367;
}

#page_header_user
{
	float: right;
	padding-right: 10px;
}

#page_header_editstyle
{
	float: right;
	padding-right: 60px;
}

#page_header_editstyle input
{
	vertical-align: middle;
	border: none;
}

#page_header_links
{
	float: right;
	padding-right: 15px;
}

#page_header_login_error
{
	color: #e00000;
}

#page_content
{
	position: relative;
	top: 26px;
	overflow: auto;
}

#page_footer
{
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 100%;
 	height: 25px;
	border-top: 1px solid #aac7ff;
	line-height: 26px;
	background-color: #d0e0ff;
	text-align: center;
}

#page_footer_copyright
{
	position: absolute;
	left: 10px;
	float: left;
}

#page_footer_links
{
/* 	float: right; */
}

