/************************
/* Main items
/***********************/
* {
}
html
{
	height			: 100%;
}

body {
	background		: #888888 url(../images/design/public-background.gif);
	padding			: 0;
	margin			: 0;
	height			: 100%;
}
body, td
{
	font-family		: Tahoma;
	font-size		: 10pt;
	color			: #FFFFFF;
	line-height		: 14pt;
}

a {
}

a:hover {
}

p {
	margin			: 1px 0 1px 0;
}

h1 {
	margin			: 5px 0 0 0;
	font-size		: 15px;
}

h2 {
	margin			: 5px 0 0 0;
	font-size		: 15px;
}

h3 {
}

h4 {
}
.error
{
	color			: red;
}
div#breadcrumb
{
	color			: #ffffff;
	margin			: 0;
	padding			: 5px 0 5px 10px;
}
div#breadcrumb a {
	color:#999;
}
div#breadcrumb a.disabled {
	text-decoration: none;
	cursor: default;
}

/************************
/* Main menu
/***********************/

#main_menu
{
	border-width	: 1px 0 1px 0;
	border-style	: solid;
	border-color	: #2F2F2F;
	height			: 24px;
	padding			: 0;
	margin			: 0;
}
#main_menu a
{
	padding			: 4px 10px;
	height			: 16px;
	display			: block;
	float			: left;
	
	text-decoration	: none;
	color			: #FFFFFF;
	text-transform	: uppercase;
	font-weight		: bold;
	font-family		: Tahoma;
	font-size		: 13px;
}
#main_menu a:hover, #main_menu a.selected 
{
	background		: #2F2F2F;
}
.website
{
	width			: 800px;
	margin			: 0 auto;
	background-color: #211D1E;
	
	border-width	: 0 1px 0 1px;
	border-style	: solid;
	border-color	: #BFBFBF;
	
	position		: relative;
	min-height		: 100%;
	height			: auto !important;
	height			: 100%;
	text-align		: justify;
}
#header
{
	background		: #221e1f url(../images/design/app-top.gif) repeat-x scroll 0 0;
	position		: relative;
	padding			: 5px 5px 0 5px;
}
#content
{
	background-color: #211D1E;
	padding			: 5px 10px 30px 10px;
}
#header_app_title, #header_app_subtitle
{
	position		: absolute;
	top				: 48px;
	left			: 152px;
	color			: #FFFFFF;
	font-size		: 25pt;
}
#header_app_subtitle
{
	position		: absolute;
	top				: 78px;
	color			: #FFFFFF;
	font-size		: 9pt;
}
#footer
{
	width			: 800px;
	
	padding			: 0 0 5px 0;
	font-size		: 9pt;
	text-align		: center;
	
	position		: absolute;
	bottom			: 0;
}
#login_container
{
	float			: right;
	width			: 200px;
	margin			: 5px 5px 10px 10px;
}
#login a
{
	color			: #FFFFFF;
	text-decoration	: none;
}
#login a:hover
{
	text-decoration	: underline;
}
#save_password
{
	width			: 25px;
}
input
{
	width			: 130px;
	margin			: 0 0 8px 0;
}
#password_forgotten
{
	margin			: 10px 0 0 0;
}