body {
	background-image: url(images/page_background.jpg);
	margin: 0px;
	background-repeat: repeat-x;
}
a:active, a:link, a:visited {
	color: #7DB7D1;
}
a:hover {
	text-decoration: none;
}
#layout {
	top: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 604px;
	text-align: left;
	position: relative;
}
fieldset {
	display: block;
	width: 95%;
	border: 1px solid #7DB7D1;
	padding: 3px 3px 3px 3px;
	margin-left: auto;
	margin-right: auto;
}
#user_logged {
	float: left;
}
legend {
	color: #000000;
	font-weight: bold;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EDF7FC;
	border: 1px solid #7DB7D1;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footer {
	clear: both;
	text-align: center;
}
#header {
	height: 24px;
	width: 348px;
	vertical-align: top;
}
#content #text {
	background-image: url(images/table_background.png);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
}
#content {
	margin-bottom: 0px;
}
img {
	border: 0px none #000000;
}
.mainoption {
	font-weight: bold;
}
#login {
	position: absolute;
	top: 5px;
	left: 25px;
	z-index: 1;
}
.adminpanel {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.adminpanel td {
	border: 1px solid #DCDCDC;
	padding: 3px 3px 3px 3px;
}
.adminpanel th {
	background-color: whitesmoke;
	border: 1px solid #DCDCDC;
	text-align: center;
	padding: 3px 3px 3px 3px;
}