﻿/*body*/
#body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	font-size: medium;
	position: absolute;
	width: 900px;
	top: 0px;
	left: 50%;
	margin-left: -450px;
}
#header {
	height: 100px;
	padding-bottom: 3px;
}
#header img {
	float: left;
}
#header p {
	font-size: x-small;
	text-align: right;
}
a, a:visited {
	color: orange;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: orange;
}
#navigation {
	background-color: orange;
	height: 25px;
}
#navigation ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#navigation ul li {
	list-style-type: none;
	display: inline;
	float: left;
	position: relative;
}
#navigation ul li a {
	text-transform: uppercase;
	padding: 0px 8px 0px 8px;
	line-height: 25px;
	width: 150px;
	background-color: orange;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul li a:hover {
	background-color: #0066FF;
}
#navigation ul li ul {
	display: none;
}
#navigation ul li:hover ul {
	display: block;
	position: absolute;
}
#navigation ul li ul li {
	clear: left;
}
#navigation ul li:hover ul li a {
	text-transform: none;
	font-size: small;
	padding: 0px 0px 0px 16px;
	display: block;
}
#content {
	height: auto;
}
#content p {
	padding-left: 8px;
}
#footer {
	height: 50px;
	border-top: 1px orange solid;
	clear: both;
}
#footer p {
	color: #0066FF;
	text-align: center;
	font-size: small;
}
/*fonts*/
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia;
	color: #0066FF;
}
/*tags*/
img {
	border: 0px;
}
/*Essential @admin styles*/
.borderblue {
	border: 1px #0066FF solid;
	color: #0066FF;
	padding: 4px 4px 4px 4px;
}
.borderred {
	border: 1px red solid;
	color: red;
	padding: 4px 4px 4px 4px;
}
.textright {
	text-align: right;
}
.floatright {
	float: right;
}
/*Calendar*/
.sidebar {
	width: 180px;
	border: 1px orange solid;
	float: left;
	margin-top: 10px;
}
.sidebar h3 {
	text-align: center;
}
.datepicker {
	text-align: center;
}
.datepicker a,a:hover,a:visited {
	text-decoration: none;
	color: orange;
}
.calendar {
	float: right;
}
.cal_date {
	border-top: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
	background-color: orange;
	color: white;
}
.cal_date a {
	text-decoration: none;
	color: white;
}
.cal {
	border-right: 1px #0066FF solid;
}
.cal a {
	color: #0066FF;
}
.cal_day {
	border-right: 1px #0066FF solid;
}
.cal_table {
	margin-top: 10px;
	border-left: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;
	border-top: 1px #0066FF solid;
}
/*Web Editor*/
.top {
	border-bottom: 1px #0066FF solid;
}
.sub {
	border-bottom: 1px #0066FF dashed;
}
.label {
	border-bottom: 3px #0066FF solid;
}