/* Styles for the example page */

div.demo-holder {
	float: left; 
	
	font-size: 80%;
}
div.demo-holder input {
	width: 90px;
	margin: 1px 5px 5px 0;
}

/* Date picker specific styles follow */

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(../events/calendar.png) no-repeat; 
}
a.date-picker span {
	display: none;
}

div.date-picker-holder input {
	display: block;
	float: left;
	width: 10em;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 5000;
	top: -91px;
	left: 155px; 
	padding: 4px;
	border: 1px solid #999999;
	background: #fff;
	color: #000;
	overflow:hidden;
	width: 180px;
}

#createPayment div.popup-calendar, #editPayment div.popup-calendar {
top: 0px;
left: 330px;
}

#bottomControls div.popup-calendar {
left: -20px;
position:relative;
top: auto;
margin-top: -100px;
}

*html #bottomControls div.popup-calendar {
left: auto;
position:relative;
top: auto;
margin-top: -100px;
}

#bottomControls .date-picker-holder {
float: left;
}

#deliveryDateTemp {
padding-left: 5px;
}

div.popup-calendar div.link-close {
	float: right; 
}
div.popup-calendar div.link-close a {
  color: #3385D6;
  text-decoration: none;
}
div.popup-calendar div.link-close a:hover {
  color: #3385D6;
  text-decoration: underline;
  background-color: #fff;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar div.link-prev a {
  color: #3385D6;
  text-decoration: none;
}
div.popup-calendar div.link-prev a:hover {
  color: #3385D6;
  text-decoration: underline;
  background-color: #fff;
}
div.popup-calendar h3 {
	font-size: 1.3em;
  color: #061B46;
	margin: 2px 0 5px 3px;
  background-color: #fff;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div.link-next a {
  color: #3385D6;
  text-decoration: none;
}
div.popup-calendar div.link-next a:hover {
  color: #3385D6;
  text-decoration: underline;
  background-color: #fff;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #fff;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #eee;
	width: 21px;
	height: 20px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #f6f6f6;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 20px;
	text-decoration: none;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}
