html, body { margin:0; padding: 0; }
body {
	background-color: #fff;
	color: #747171;
	font-size: 62.5%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, p { margin: 0; padding: 0; }
#rap { width: 780px; margin:auto; }
#header { 
	background: transparent url(logo.jpg) no-repeat left; 
	height: 80px; 
	text-align: right; 
	padding-top: 20px;
	/*border-bottom: 1px solid #a8bc33;*/
}
#header h1 { color: #acbf40; font-size: 2.0em; font-weight: normal; }
#header h1 a { text-decoration: none; color: #acbf40; font-size: 1.3em; }
#header h2 { color: #6589b5; font-size: 1.7em; font-weight: normal; }
#content { padding-top: 10px; width: 680px; margin: auto; font-size: 1.1em; min-height: 430px; height: auto !important; height: 430px; padding-bottom: 10px; }
.fieldwrapper { clear: both; float: left; width: 680px; border-bottom: 1px solid #eee; min-height: 20px; height: auto !important; height: 20px; padding-top: 5px; padding-bottom: 3px; }
.txtField { float: left; width: 170px; padding-left: 10px; }
.fields { float: right; width:500px; }
.fields input { border: 1px solid #999; font-size: 1.2em; }
.fields textarea { border: 1px solid #999; font-size: 1.2em; font-family: Arial, Helvetica, sans-serif; height: 60px; overflow: auto; }
.fields select { border: 1px solid #999; padding: 2px; }
.fields input:focus, .fields textarea:focus, .fields select:focus { border: 1px solid #6589b5; outline: none; }
.buttons { text-align: right;  }
.buttons input { margin-top: 5px; background-color: #6589b5; color: #FFF; border: 1px solid #6589b5; padding: 2px 2px 2px 2px; cursor: pointer; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
.buttons input:focus { outline: none; border: 1px solid #6589b5; }
.clearfloat { clear: both; float: none; display: block; }
#footer { border-top: 2px solid #a8bc33; margin-bottom: 10px; }
.red { color: #FF0000; }
#xcap img { background-color: #000; }
.errors { border: 1px solid #ff0000; }
.errors p { padding: 10px; }
/* Calendar */
input.calendar,
select.calendar {
	width: 105px;
	margin-right: 5px;
	vertical-align: bottom;
}
button.calendar {
	background: url(calendar/calendar-icon.gif) 0% 0%;
	border: 0;
	cursor: pointer;
	height: 20px;
	margin-right: 10px;
	width: 20px;
	outline: none; 
}
button.calendar:hover,
button.calendar.active {
	background-position: 0 20px;
}
button.calendar:focus { outline: none; }
div.calendar {
	background: #fff;/*url(calendar/calendar.png); */
	height: 185px;
	padding: 0 6px 6px 6px;
	text-align: center;
	width: 147px;
	border: 1px solid #a8bc33;
}	
html>body div.calendar { height: 175px; }
div.calendar div {
	background: none !important;
	cursor: move;
	height: 185px;
	overflow: hidden;
	padding-top: 5px;
	position: relative;
	width: 147px;
}	
div.calendar caption {
	color: #333;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 12px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 17px;
	width: 11px;
}
div.calendar caption a.prev {
	background-image: url(calendar/calendar-prev.gif);
	left: 0;
}
div.calendar caption a.next {
	background-image: url(calendar/calendar-next.gif);
	right: 0;
}
div.calendar caption a:hover {
	background-position: 0 12px;
}
div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}
div.calendar caption span.month:after {
	content: ',';
}
div.calendar table {
	background: #FFF;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	color: #0597DB;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 21px;
	text-align: center;
	width: 22px;
}
div.calendar td {
	background: #fff;
	color: #999;
	border: 1px solid #fff;
	font-size: 11px;
}
div.calendar td.invalid {
	color: #ccc;
}
div.calendar td.valid {
	background: #a8bc33;
	color: #FFF;
	cursor: pointer;
}
div.calendar td.hilite {
	background: #FF0000;
}
div.calendar td.inactive {
	background: #999;
	color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
	background: #FF6600;
	color: #FFF;
	cursor: pointer;
}
