a {
	color: #9c9;
	text-decoration: none;
	}
a:hover {
	color: #c60;
	text-decoration: underline;
	}

body {
	background-color: #ccc;
	font: 12px/18px Verdana, Tahoma, Helvetica, sans-serif;
	margin: 15px 20px;
	}

div#body-area {
	padding: 15px;
	}
div#footer {
	background-color: #000000;
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, sans-serif;
	height: 17px;
	padding: 3px 8px;
	}
div#footer a {
	color: #ffffff;
	text-decoration: none;
	}
div#footer a:hover {
	color: #e8e7e7;
	text-decoration: underline;
	}
div#page-wrapper {
	background-color: #fff;
	border: 1px solid #333;
	}
div#header {
	background: #fff url(../i/header_bkg.gif) repeat-x;
	border-bottom: 1px solid #333;
	height: 110px;
	}
div#new-record-ops {
	background-color: #efefef;
	border: 1px solid #999;
	border-width: 1px 0;
	font-size: 90%;
	margin: 6px 0;
	padding: 6px;
	}

/* STYLE FOR THE TOP NAVIGATION GUIDES */
div#top-navs {
	float: left;
	height: 16px;
	line-height: normal;
	width: 100%;
	z-index: 2;
	}
div#top-navs ul {
	list-style: none;
	margin: 0;
	padding: 0 5px;
	}
div#top-navs li {
	background: url(../i/nav_left.gif) no-repeat left bottom;
	/*border: 1px solid #f00;*/
	float: left;
	font: bold 11px Arial, Verdana, Garamond, sans-serif;
	margin: 0 2px 0 0;
	padding: 0 0 0 4px;
	text-transform: uppercase;
	}
div#top-navs a {
	background: url(../i/nav_right.gif) no-repeat right bottom;
	color: #666;
	display: block;
	float: left;
	padding: 3px 10px 6px 4px;
	text-decoration: none;
	}
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
div#top-navs a {
	float:none;
	}
/* End IE5-Mac hack */
div#top-navs a:hover {
	color: #000;
	}
div#top-navs #current {
	background-image: url(../i/active_nav_left.gif);
	border-width: 0;
	margin-top: -1px;
	padding-top: 2px;
	}
div#top-navs #current a {
	background-image: url(../i/active_nav_right.gif);
	color: #fff;
	margin-top: -1px;
	padding-top: 3px;
	}
div#change-calendar-footer {
	background-color: #efefef;
	margin-top: 12px;
	padding: 6px;
	}
div#search-ops {
	background-color: #efefef;
	border: 1px solid #999;
	border-width: 1px 0;
	margin-bottom: 12px;
	padding: 6px;
	}

.error {
	color: #f00;
	}
form {
	margin: 0;
	}
.form-tags {
	color: #333;
	font: 12px Arial, Tahoma, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS', 'Arial Narrow", Arial, sans-serif;
	}
h1 {
	background-color: #033;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 0;
	padding: 5px;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	}
h3 {
	font-size: 14px;
	font-weight: normal;
	}
.indent {
	margin-left: 15px;
	}
p {
	font-size: 12px;
	line-height: 18px;
	}
.small {
	font-size: 9px;
	line-height: 16px;
	margin: 5px 0 10px;
	}
table {
	font-size: 12px;
	}

/* STYLES FOR ALERT, ERROR & STATUS MESSAGE BOXES */
div.alert-msg-box {
	background: #ff9 url(../i/alert_icon.gif) 10px 10px no-repeat;
	border: 1px solid #fc3;
	border-width: 1px 0;
	padding: 10px 10px 10px 75px;
	}
div.alert-msg-box h2 {
	margin-top: 0px;
	}
div.err-msg-box {
	background: #fbb url(../i/err_icon.gif) 10px 10px no-repeat;
	border: 1px solid #f00;
	border-width: 1px 0;
	padding: 10px 10px 10px 75px;
	}
div.err-msg-box h2 {
	margin-top: 0px;
	}
div.sts-msg-box {
	background: #cfc url(../i/sts_icon.gif) 10px 10px no-repeat;
	border: 1px solid #093;
	border-width: 1px 0;
	padding: 10px 10px 10px 75px;
	}
div.sts-msg-box h2 {
	margin-top: 0px;
	}
div.err-msg-box a {
	color: #f00;
	font-weight: bold;
	}
div.sts-msg-box a {
	color: #093;
	font-weight: bold;
	}

/* STYLES FOR LISTING TABLES (scheduled events, recurring events and holidays) */
table.listing-table {
	border-collapse: collapse;
	margin: 10px 0;
	}
table.listing-table th {
	background-color: #033;
	border: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	}
table.listing-table td {
	border: 1px solid #ebebeb;
	}
table.listing-table tr.bg1 td, div.bg1 {
	background: #efefef;
	}
div.bg1 {
	border: 1px solid #999;
	border-width: 1px 0;
	}
div.bg1, div.bg2 {
	padding: 8px;
	}
table.listing-table tr.bg1 td {
	border: 1px solid #ebebeb;
	}
table.listing-table tr.bg2 td, div.bg2 {
	background-color: #fff;
	}
table.listing-table tr.bg3 td {
	background-color: #ffc;
	}
table.listing-table tr.bg2 td {
	border: 1px solid #ebebeb;
	}
table.listing-table tr.bg1:hover td, table.listing-table tr.bg2:hover td, table.listing-table tr.bg3:hover td {
	background-color: #cfc;
	}
table.listing-table tr.noHover:hover td {
	background-color: inherit;
	}
table.listing-table th a {
	color: #fff;
	text-decoration: none;
	}
table.listing-table th a:hover {
	color: #ffc;
	text-decoration: underline;
	}
table.listing-table tr td table.manageOpsTable, table.listing-table tr td table.manageOpsTable tr td {
	border: 0;
	padding: 0;
	} 

table.listing-table tr.results-row td, table.listing-table tr.results-row td table, table.listing-table tr.results-row td table tr td, table.listing-table tr th table, table.listing-table tr th table tr td, table.listing-table-header, table.listing-table-header tr td {
	border: 0;
	}


/* STYLES FOR SMALL TABLE HOLDING POP-UP CALENDAR */
table#mini-cal {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-size: 12px;
	width: 280px;
	}
table#mini-cal th, table#mini-cal td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	}
table#mini-cal td {
	width: 40px;
	}
table#mini-cal th {
	background-color: #033;
	color: #fff;
	}
table#mini-cal th a {
	color: #fff;
	text-decoration: none;
	}
table#mini-cal th a:hover {
	color: #ffc;
	text-decoration: underline;
	}
table#mini-cal th.days {
	background-color: #9b9b9b;
	}

fieldset {
	border: 1px solid #666;
	margin-top: 10px;
	padding: 10px;
	}
fieldset legend {
	background-color: #666;
	border: 1px dotted #000;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	padding: 2px 5px;
	}
fieldset.cal-preview {
	float: right;
	width: 370px;
	}
fieldset.cal-preview legend {
	font-weight: normal;
	text-align: center;
	}
div.cancel-link {
	display: block;
	font-size: 11px;
	height: 20px;
	line-height:  20px;
	}
.float-button {
	float: left;
	margin-right: 5px;
	}