#calendar { display:block;width:230px;overflow:hidden; }
table.ui-datepicker { margin-left:-3px;width:236px;margin-bottom:-3px; }
/* table.ui-datepicker td { border-color:#ccc;border-style:solid;border-width:1px; } */
 
 /* Main Style Sheet for jQuery UI date picker */
#ui-datepicker-div, .ui-datepicker-inline {
	font-family: "Trebuchet MS",Arial;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	/*background: #ddd;*/
	width: 230px;
	color: #81d6f7;
}



#ui-datepicker-div {
	display: none;
	border: 0px solid #777;
	z-index: 100; /*must have*/
}
.ui-datepicker-inline {
	
	display: block;
	border: 0;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.ui-datepicker-disabled {
	position: absolute;
	z-index: 100;
	background-color: Transparent;
	opacity: 0.5;
}
button.ui-datepicker-trigger {
	width: 25px;
}
img.ui-datepicker-trigger {
	margin: 2px;
	vertical-align: middle;
}
.ui-datepicker-prompt {
	float: left;
	padding: 2px;
	background-color: Transparent;
	color: #000;
}
* html .ui-datepicker-prompt {
	width: 185px;
}
.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.ui-datepicker-control {
	background-color: Transparent;
	padding: 2px 0px;
}
.ui-datepicker-links {
	/* position:absolute;
	width:230px;
	height:19px;
	top:249px; */
	/* ie hack! */
	/* $margin-left:-230px;
	background: transparent url(../img/bg_cal.gif) repeat-x 0px -1px; */
	/* background-color: Transparent; */
	/* padding: 2px 0px; */
	display: none;
}

.ui-datepicker-current { display:none; }

.ui-datepicker-control, .ui-datepicker-links {
	/*font-weight: bold;*/
	font-size: 110%;
	color:#ffffff;
	font-weight:bold;
}
.ui-datepicker-links label { /* disabled links */
	padding: 0px 5px;
	color: #888;
}
.ui-datepicker-clear, .ui-datepicker-prev {
	float: left;
	width: 27px;
	height:19px;
	background-color:#00adef;
}
.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
	float: right;
	text-align: right;
}
.ui-datepicker-current {
	float: left;
	width: 40%;
	text-align: center;
}
.ui-datepicker-close, .ui-datepicker-next {
	float: right;
	width: 28px;
	height:19px;
	background-color:#00adef;
}
.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
	float: left;
	text-align: left;
}
.ui-datepicker-header {
	padding: 1px 0 3px 3px;
	background-color: #00adef;
	text-align: center;
	font-weight: bold;
	color:#ffffff;
	height: 1.3em;
}



.ui-datepicker-header .jquery-selectbox {
	/*width: 65px !important;	*/
	margin-right: 5px;
		
}

.agMonth, .agMonth .jquery-selectbox-list
{
    width: 80px !important;	
    font-size: 10px;
    color:#6d6d6d !important;
}
    
.agYear, .agYear .jquery-selectbox-list
{
    width: 50px !important; 
    font-size: 10px;
    color:#6d6d6d !important;
}

.ui-datepicker-header .jquery-selectbox .jquery-selectbox-currentItem {
	/*width: 38px*/;
	padding-top: 5px;
	font-weight: normal;
	text-align: left;
	color:#6d6d6d !important;
}

.agMonth .jquery-selectbox-currentItem {padding-left: 3px; width: 54px !important; }
.agYear .jquery-selectbox-currentItem {padding-left: 3px; width: 24px !important;  }


.ui-datepicker-header .jquery-selectbox .jquery-selectbox-list {
	/* width: 65px !important;	*/
	font-weight: normal;
	text-align: left;	
}





.ui-datepicker-header select {
	/*background-color: Transparent;
	color: #fff;*/
	border: 1px solid #757575;
}
.ui-datepicker {
	background-color: Transparent;
	text-align: center;
	font-size: 100%;
}
.ui-datepicker a {
	display: block;
	width: 100%;
}
.ui-datepicker-title-row {
	background-color: Transparent;
}
.ui-datepicker-title-row td {
	background-color: #ffffff;
	color:#00adef;
}
.ui-datepicker-days-row {
	background-color: Transparent;
	color: #666;
}
.ui-datepicker-week-col {
	background-color: #ffffff;
}
.ui-datepicker-days-cell {
	color:#81d6f7;
	background-color: #00adef;
	width:14%;
	
}
.ui-datepicker-days-cell a {
	color:#81d6f7;
	/* display: block; */
	/* padding-right:  2px !important; */
	
}
.ui-datepicker-week-end-cell {
	background-color: #00adef;
	color:#81d6f7;
}
.ui-datepicker-title-row .ui-datepicker-week-end-cell {
	background-color: #ffffff;
}
.ui-datepicker-days-cell-over {
	/* background-color: Transparent; */
	/* border: 0px solid #777; */
}

.ui-datepicker-days-cell-over  a:hover
{
   /* color:#81d6f7; */
   
}

.ui-datepicker-unselectable {
	background-color: #ffffff;
}
.ui-datepicker-today a {
	background: #81d6f7 !important;
	color:#00adef !important;
	padding-bottom:0px;
}
.ui-datepicker-current-day a {
	background: #81d6f7 !important;
	color:#ffffff !important;
	padding-bottom:0px;
}

.ui-datepicker-current-day a:hover {
	background: #81d6f7 !important;
	color:#00adef !important;
	padding-bottom:0px;
}

.ui-datepicker-status {
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}

/* ________ Datepicker Links _______

** Reset link properties and then override them with !important */
#ui-datepicker-div a, .ui-datepicker-inline a {
	cursor: pointer;
	margin: 0;
	padding-bottom: 0spx;
	line-height: 1.5em;
	background: none;
	color: #81d6f7;
	
}
.ui-datepicker-inline .ui-datepicker-links a {
	/* padding: 0px 5px !important; */
}
.ui-datepicker-control a, .ui-datepicker-links a {
	/* padding: 2px 5px !important; */
	color: #eee !important;
}
.ui-datepicker-title-row a {
	color: #00adef; !important;
}
.ui-datepicker-control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.ui-datepicker-links a:hover {
	/* background: #ffffff !important;
	color: #00adef !important;
	width:28px;
	height:18px; */
}

/* ___________ MULTIPLE MONTHS _________*/

.ui-datepicker-multi .ui-datepicker {
	border: 1px solid #777;
}
.ui-datepicker-one-month {
	float: left;
	width: 230px;
	margin-bottom: 0px;
}
.ui-datepicker-new-row {
	clear: left;
}

/* ___________ IE6 IFRAME FIX ________ */

.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

#prevnext { display:block; margin-bottom: 10px; }
