.dt_outline {
	color:		#339933;
	height:		230px;
	width:		210px;
	background:	#333;
	margin:		0px;
	padding:	0px;
}



.dt_picker {
	background-color: #FFF;
	border: 1px solid #000;
	position:absolute; 
	z-index: 99;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
}

.ds_today {
	background-color: #C0D0FF;
	color: #000;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}
.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 9px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: pointer;
}
.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */



.dt_outline td {
	font-size:	11;
	font-weight:	bold;
	font-family:	Verdena, Helvatica, Arial;
	color:		#eb3;
}

.dt_outline input {
	width:		70;
	font-size:	11px;
	font-weight:	bold;
	font-family:	Verdena, Helvatica, Arial;
	color:		#eb3;
	background-color:	#333;
	border:		1px #def solid;
}
.dt_outline select {
	
	font-size:	11px;
	font-weight:	bold;
	font-family:	Verdena, Helvatica, Arial;
	color:		#eb3;
	background-color:	#333;
	
}
.dt_outline select.location  {
	width:		190;
	
}

.dt_outline .submit {
	
	cursor:	pointer;
	color:	333;
	width:	190;
	background-color:	#bbcefd;
}
