body {
	font-family: Verdana, Arial;
	font-size:11px;
	background-color:#FFFFFF;
}
td {
	font-family: Verdana, Arial;
	font-size:11px;
}
select {
	font-size:10px;
	width:192px;
	color:#000000;
}
input {
	font-size:10px;
}
A.button_right {
	height:17px;
	padding-top:2px;
	font-weight:bold;
	text-decoration:none;
}
A:hover.button_right {
	text-decoration:none;
}
A.button_left {
	background-image:url(../layout/images/arrowleft_off.png);
	background-repeat:no-repeat;
	height:17px;
	padding-bottom:2px;
	font-weight:bold;
	text-decoration:none;
}
A:hover.button_left {
	background-image:url(../layout/images/arrowleft_on.png);
	text-decoration:none;
}
A.helpbutton {
	height:17px;
	padding-top:0px;
	padding-left:18px;
	text-decoration:none;
}
A:hover.helpbutton {
	text-decoration:underline;
}
label {
	display:block;
	margin:0px;
	padding:0px;
	margin-top:2px;
}
.top_row {
	height:55px;
}
.top_cell {
	text-align:left;
	padding:5px;
	border-bottom:0px solid #000066;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
}
.top_cell_small {
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	border-bottom:0px solid #000066;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
}
.top_cell_logo {
	text-align:left;
	padding:5px;
	border-bottom:0px solid #000066;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
	background-image:url(images/logo.png);
	background-position:right 5px;
	background-repeat:no-repeat;
}
.form_cell {
	vertical-align:top;
	padding-left:4px;
}
.submit_cell {
	vertical-align:top;
	padding-left:4px;
	background: white;
}
.plain {
	height:20px; vertical-align:middle;
}
.data_area {
	text-align:right;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
.footer {
	vertical-align:top;
	border-top:1px solid #FFFFFF;
	padding-top:10px;
	text-align:left;
	padding:5px;
}

INPUT.form {
	font-size:11px;
	height:17px;
	margin:0px;
	border:1px solid #808080;
}					



table.jCalendar {
	background: #CFDDE8;
    border-collapse: separate;
    border-spacing: 1px;
}
table.jCalendar th {
	background: #A0006D;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #FFFFFF;
	color: #661A67;
	padding: 3px 5px;
	text-align: center;
	border:1px solid #CFDDE8;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	border: 1px solid #595959;
}
table.jCalendar td.selected {
	background: #EDCEE3;
	color: #661A67;
	border: 1px solid #661A67;
}
table.jCalendar td.selected.dp-hover {
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	border: 1px solid red;
	background: #FFFFFF;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #EEF5F8;
	color: #999999;
}


/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #FFFFFF;
	font-size: 9px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 200px;
	overflow:hidden;
	line-height: normal;
	border:1px solid #A0006D;
}

div.dp-popup .dp-calendar table.jCalendar {
	width:100%;
}

div#dp-popup {
	position: absolute;
	z-index: 199;
}
div#dp-popup table tr td, div#dp-popup table tr th{
	font-size:9px;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
	color: #A0006D;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
	color: #A0006D;
	font-weight:bold;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* ie6 */

* html #dp-popup {
	padding:1px 3px 1px 1px;
	border:none;
	background:#A0006D;
	width: 200px;
}

* html #dp-popup h2 {
	background:white;
	border-top:1px solid #FFFFFF;
	height:22px;
	width:198px;
}