html {
	background: #fff url(../img/bg.jpg);
	height: 100%;
}

body {
	background: url(../img/topBG.jpg) left top no-repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
}

h1 {
	font-size: 24px;
	margin-top: 0;
}

h1 em {
	font-style: italic;
}

h2 {
	font-size: 18px;
}
h2.section {
	border-bottom: 1px dotted #ccc;
}
h2 .right {
	float: right;
	color: #888;
}

h3 {
	font-size: 16px;
	font-weight: normal;
}
h3.section {
	border-bottom: 1px dotted #ccc;
}

tr:first-child td h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

td h3, td h2 {
	margin-top: 15px;
	margin-bottom: 0px;
}

a img {
	border: none;
}

/* Header */
#header {
	width: 90%;
	height: 140px;
	margin: 0px auto;
}
#logo {
	float: left;
}

/* Page Container */
#container {
	width: 90%;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 1px solid #ddd;
	padding: 10px;
}
#container a {
	color: #499936;
	text-decoration: none;
}
#container a:hover {
	text-decoration: underline;
}

/* Top Menu */
#menu {
	position: absolute;
	top: 0px;
	right: 60px;
}
#menu ul {
	list-style-type: none;
	margin-top: 0;
}
#menu ul li {
	display: inline;
}
#menu a {
	background: #000;
	padding-top: 65px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	float: left;
	display: block;
	margin: 0 5px 10px auto;
}
#menu a:hover , #menu li.active a {
	background: #eb5194;
	height: 25px;
	margin-bottom: 5px;
}

#menu a:hover {
	background: #da2976;
}

#menu a.active {
	padding-top: 75px;
	height: 20px;
	margin-bottom: 0px;
}

/* Copyright */
.copyright {
	width: 80%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 25px;
	text-align: right;
	color: #eb5194;
	padding-right: 5px;
}
.copyright a {
	color: #eb5194;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}

/* Tables */
table {
	width: 100%;
}

table.sortable {
	border: 1px solid #ddd;
	padding: 10px;
	background: #fbfbfb url(../img/widget_title_gradient.jpg) top left repeat-x;
}

table th {
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	vertical-align: top;
}

table thead th {
	padding-right: 0px;
	border-bottom: 1px solid #eee;
}

table tr.odd {
	background-color: #eee;
}

table td[title] {
	text-decoration: underline;
}

table td[title]:hover {
	cursor: help;
}

table.details {
	width: auto; 
	margin-bottom: 15px;
}

form table {
	width: auto;
}

form table th {
	vertical-align: middle;
}

form table .buttons {
	padding-top: 10px;
}

form .description {
	color: #888;
}

table tfoot tr * {
	padding-top: 10px;
}

table tfoot tr td {
	border-top: 1px solid #ccc;
}

/* Paginator */
.paginator {
	text-align: center;
	margin-top: 10px;
}

/* Actions */
ul.actions {
	list-style-type: none;
	float: right;
	margin-top: 0px;
}

ul.actions li {
	display: inline;
	margin-right: 5px;
}

/* Filter bar */
ul.filter {
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

ul.filter li {
	display: inline;
	margin-right: 15px;
	margin-left: 0px;
}

/* jQuery UI */

img.ui-datepicker-trigger {
	padding-left: 5px;
	vertical-align: middle;
}

/* Form Errors */
ul.errors {
	background-color: #e74c4c;
	list-style-type: disc;
	width: 35%;
	color: #FFFFFF;
	border: 2px solid #c84242;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.messages {
	background-color: #daedf2;
	list-style-type: none;
	width: 35%;
	color: #111;
	border: 2px solid #9eccdd;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Dashboard */
.dashboard {
	border: 1px solid #ddd;
	padding: 10px;
	background: #fbfbfb url(../img/widget_title_gradient.jpg) top left repeat-x;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 500px;
}

.dashboard table {
	border: none;
	padding: 0px;
	background: none;
}

.dashboard h2 {
	margin-top: 0;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #222;
}

.dashboard.calendar {
	width: 350px;
}

/* Calendar */
.dashboard.calendar table thead th {
	text-align: center;	
}
.dashboard.calendar table tbody tr td {
	font-size: 20px;
	vertical-align: bottom;
	text-align: right;
	border: 1px solid #eee;
	width: 40px;
	height: 40px;
}

.dashboard.calendar table tbody tr td.blank {
	color: #bbb;
}

.dashboard.calendar table tbody tr td.today {
	color: #499936;
}
