@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: 'Segoe UI',Tahoma, Geneva, sans-serif;
	font-size: 11pt;
	width: 100%;
	background-color: #ececec;
}

a, a:visited, a:active {
	color: #06C;
}

a:hover {
	color: #333;
}

p, li, td, th {
	text-align: left;
	font-size: 0.95em;
	vertical-align: top;
}

fieldset {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #036;
}

legend {
	margin: 0 0 5px 10px;
	font-weight: bold;
	color: #000;
	font-size: 0.95em;
}

label {
	font-weight: bold;
	color: #444;
	font-size: 0.9em;
}

label.lblFloat {
	margin: 0 15px 10px 0;
	display: block;
	clear: none;
	float: left;
}

select {
	font-size: 0.9em;
	border: 1px solid #ccc;
}

input, textarea, label select {
	font-size: 1.0em;
	border: 1px solid #ccc;
}

input, textarea {
	padding: 3px;
}

select {
	padding: 2px;
}

input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus {
	border: 1px solid #69F;
}

.btn {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
}

.dataTable td, .dataTable th {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

.dataTable tr.odd td {
	background-color: #eee;
}

.dataTable tr.odd td.sorting_1, .dataTable tr.odd td.sorting_2 {
	background-color: #ccc !important;
}

.dataTable tr.even td.sorting_1, .dataTable tr.even td.sorting_2 {
	background-color: #eee !important;
}

.dataTables_filter, .dataTables_length, .dataTables_info {
	font-size: 0.85em;
}

a img {
	border: none;
}

.error, .info, .warning {
	font-weight: normal;
	padding: 2px 5px;
	margin: 0 10px 2px 10px;
}

.error p, .info p, .warning p {
	margin: 0;
	padding: 3px;
	font-size: 0.9em;
}

.error img, .info img, .warning img {
	vertical-align: text-bottom;
}

.small {
	font-size: 0.8em;
}

.clr {
	display: block;
	float: none;
	clear: both;
}

table.loginDetails {
	margin-top: 5px;
}

table.loginDetails td {
	vertical-align: middle;
	padding-left: 5px;
}

.toolWrapper {
	overflow: visible;
	margin-bottom: 15px;
	width: 100%;
	float: none;
	clear: both;
}

.manageMenuWrapper {
/*	float: left;
	clear: none;*/
}

.manageMenu {
	padding: 3px 5px 5px 5px;
	border: 1px solid #ccc;
	background-color: #eee;
	overflow: auto;
}

span.manageAction {
	display: inline-block;
/*	float: left;
	clear: none;*/
	margin: 0 0 0 5px;
	padding: 3px 5px 3px 0;
	font-size: 0.8em;
	border-right: 1px solid #ccc;
	vertical-align: middle;
}

span.manageAction.last {
	border: none;
}

.manageAction a {
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

.manageAction a:hover {
	color: #333;
}
.manageAction a img {
	vertical-align: text-top;
}

#wrapper {
	margin: 20px 20px 0 20px;
	padding: 10px;
	overflow: visible;
	border: 1px solid #69f;
	background-color: #fff;
	position: relative;
}

#header {
	height: 100px;
	background-color: #fff;
}

#logo {
	float: left;
	clear: none;
	padding: 5px;
	width: 60%;
}

#user {
	float: right;
	clear: none;
	padding-right: 15px;
}

#details p {
	text-align: right;
}

#details p img {
	vertical-align: text-bottom;
	margin-right: 5px;
}

#viewMenu {
	/*width: 100%;*/
	margin: 0 0 15px 0;
	padding: 0 10px;
	background-color: #369;
	color: #fff;
}

#viewMenu ul li a img {
	vertical-align: text-bottom;
	margin: 0 5px 0 0;
	border: none;
}

#content {
	overflow: auto;
}

#content h2 {
	font-size: 1.4em;
	color: #06C;
	font-weight: normal;
}

.theFields {
	overflow: auto;
	float: none;
	clear: both;
}

table.eventCalendar {
	width: 930px;
	clear: both;
	margin: 10px auto;
}

table.eventCalendar td {
	width: 14%;
}

tr.monthHeader th {
	padding: 7px 0;
	font-size: 1.2em;
	text-align: center;
	color: #369;
	vertical-align: middle;
}

tr.monthHeader th {
	text-align: center;
	font-size: 1.0em;
}

tr.daysHeader td {
	padding: 2px;
	background-color: #eee;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

tr.days td {
	border: 1px solid #ccc;
	border-top: none;
	padding: 3px;
	height: 110px;
	overflow: hidden;
}

span.dayNumber {
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 0.75em;
}

span.eventName {
	display: block;
	font-size: 0.85em;
	background-color: #eee;
	margin-bottom: 2px;
	padding: 2px 3px 2px 3px;
	cursor: pointer;
}

.tipLinks {
	width: 100%;
	display: block;
	border-top: 1px solid #fff;
	font-size: 0.95em;
	text-align: right
}

.tipLinks a {
	color: #69F;
	text-decoration: none;
}

.tipLinks a:hover {
	color: #eee;
	text-decoration: underline;
}

.width {
	float: none;
	clear: both;
	width: 100%;
}

.width-2 {
	width: 46%;
	margin-right: 10px;
	clear: none;
	float: left;
}

.width-3 {
	width: 30%;
	margin-right: 5px;
}

.width-4 {
	width: 22%;
	margin-right: 3px;
}

/* jQuery Style Overrides */
input.ui-button {
	padding: 3px 5px;
}

.ui-dialog .ui-dialog-buttonpane button.ui-button {
	padding: 3px 5px !important;
}