﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px verdana, helvetica, sans-serif;
	/*background: #fff url(../Images/bg.jpg) 0 0 repeat-x;*/
}

body table
{
	margin-left: auto;
	margin-right: auto;
}

a:link, a:visited, a:active
{
	color: #f66820;
	text-decoration: none;
}

a:hover
{
	color: #f66820;
	text-decoration: underline;
}

#container
{
	min-height: 100%;
	position: relative;
}

#navigation
{
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #333 url(../Images/nav_bg.jpg) 0 0 repeat-x;
}

#navigation ul
{
	float: left;
	margin: 0;
	padding: 0 0 0 12px;
	list-style: none;
	height: 35px;
}

#navigation ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

#selected
{
	float: left;
	margin: 0;
	padding: 0;
	background: url(../Images/tab_bg.jpg) 0 0 repeat-x;
	border: 0;
}

#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active
{
	display: block;
	margin: 0;
	padding: 0 2em;
	text-decoration: none;
	line-height: 38px;
	color: #d4d4d4;
	outline: 0;
}

#navigation ul li a:hover
{
	display: block;
	margin: 0;
	padding: 0 2em;
	text-decoration: underline;
	line-height: 38px;
	color: #d4d4d4;
	background: url(../Images/nav_bg_over.jpg) 0 0 repeat-x;
	outline: 0;
}

#navigation #selected a:link, #navigation #selected a:visited, #navigation #selected a:active
{
	color: #000;
	margin: 0;
	padding: 0 2em;
	line-height: 38px;
	outline: 0;
}

#navigation #selected a:hover
{
	color: #000;
	margin: 0;
	padding: 0 2em;
	line-height: 38px;
	background: url(../Images/tab_bg.jpg) 0 0 repeat-x;
	text-decoration: none;
	outline: 0;
}

#navigation #controlpanel
{
	float: right;
	margin: 0;
	padding: 0;
}

#navigation #controlpanel a:link, #navigation #controlpanel a:visited, #navigation #controlpanel a:active
{
	margin: 0 15px 0 0;
	padding: 0 15px;
	outline: 0;
	color: #fff;
}

#navigation #controlpanel a:hover
{
	text-decoration: uderline;
	outline: 0;
	color: #fff;
}

#content
{
	padding: 15px 0;
	background: #fff url(../Images/content_bg.jpg) 0 0 repeat-x;
	overflow: hidden;
	text-align: center;
	padding-bottom: 45px; /* Height of the footer */
}

.success
{
	border: 1px solid #009600;
	padding: 5px;
	margin: 0 15px;
	color: #009600;
	background-color: #CAFFCA;
}

.error
{
	border: 1px solid #960000;
	padding: 5px;
	margin: 0 15px;
	color: #960000;
	background-color: #FFBEBE;
}

#footer
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px; /* Height of the footer */
	line-height: 30px;
	background: #fff url(../Images/footer_bg.jpg) 0 0 repeat-x;
}

#footer p
{
	text-align: center;
	font-size: 11px;
	color: #ccc;
	padding: 0;
	margin: 0;
}

#footer a
{
	color: #ccc;
}

.hint
{
	font-size: smaller;
}

.table
{
	width: 100%;
}

.table .rowheader
{
	background-color: #EBEBEB;
	font-weight: bold;
}

.table .row:hover
{
	color: #FFF;
	background-color: #333;
}

.table input[type~="text"]
{
	width: 90%;
}
