/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit themeroller.com
*/

div#date_field {
    margin: -6px -6px 0 -6px;
    background-color: #ffffff;
    padding: 0;
    border-left: 1px solid #ffffff;
}



/*datepicker*/
/* Main Style Sheet for jQuery UI date picker */
.ui-datepicker-div, .ui-datepicker-inline {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #ffffff;
	font-size: 1.1em;
	border: 0px solid #ced1d8;
	/*width: 15.5em;*/
	padding: 0;
	position: relative;
	border-bottom: 2px solid #ffffff;
}
.ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #ced1d8;
}
.ui-datepicker-inline {
	/*float: left;*/
	display: block;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
    display: none;
	
}



.ui-datepicker-next, .ui-datepicker-prev {
	/*background: #e7e9ec url(images/e7e9ec_40x100_textures_01_flat_75.png) 0 50% repeat-x;*/
	position: absolute;
	top: 21px;
	left: 4px;
	z-index: 100;
	display: none;
}
.ui-datepicker-next {
	left: 200px;
}

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	/*background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 50% repeat-x;*/
}
.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.4em;
	display: block;
	font-size: 1em;
	background: url(images/00457e_7x7_arrow_left.gif) 50% 50% no-repeat;
	/*border: 1px solid #ced1d8;*/
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(images/00457e_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:hover {
	background: url(images/00457e_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(images/00457e_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(images/00457e_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(images/00457e_7x7_arrow_right.gif) 50% 50% no-repeat;
}


.ui-datepicker-header {
    background: url(images/head_bg_ges.gif) 0 0 repeat-x;
    border-style: solid;
    border-color: #d1d3d9 #e7e8eb #ffffff #d1d3d9;
    border-width: 1px 1px 0px 1px;
    
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #00457e;
    
    position: absolute;
    top: 0;
    left: -1px;
    width: 221px;
    height: 35px;
    padding: 2px 0 0 0;
    
}


.ui-datepicker-header img.datepicker-year-prev, .ui-datepicker-header img.datepicker-year-next {
    position: absolute;
    top: 6px;
    left: 9px;
	z-index: 100;
    
    cursor: pointer;
}
.ui-datepicker-header img.datepicker-year-next {
    left: 206px;
}

.ui-datepicker-header p {
    margin: 0;
    padding: 0;
    
    height: 19px;
}
.ui-datepicker-header div {
    margin: 0;
    padding: 0;
}

.ui-datepicker-header span {
    font-weight: normal;
    font-size: 10px;
    line-height: 17px;
    
    cursor: pointer;
    padding: 2px 4px 0 5px;
    margin: 0 1px 2px 0;
}
.ui-datepicker-header span.active {
    font-weight: bold;
    background-color: white;
}
.ui-datepicker-header span.selectable {
    font-weight: bold;
    color: #ffffff;
    background: url(images/head_bg_active.gif) 0 0 repeat-x;
}

/*
.ui-datepicker-header select {

	border: 1px solid #ced1d8;
	color: #00457e;
	background: #e7e9ec;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 !important;
	
}
.ui-datepicker-header select.ui-datepicker-new-month {
width: 7em;
}
.ui-datepicker-header select.ui-datepicker-new-year {
width: 5em;
}
*/
table.ui-datepicker {
    border-collapse: collapse;
    margin-top: 40px;
    background-color: #ced1d8;
}
* html table.ui-datepicker {
    position: absolute;
    top: 40px;
    margin-top: 0px;
    left: -1px;
}
*+html table.ui-datepicker {
    position: absolute;
    top: 40px;
    margin-top: 0px;
    left: -1px;
}

table.ui-datepicker td {
	border: 1px solid #ced1d8;
	width: 27px;
	text-align: center;
	padding: 0;
	/*background: #e7e9ec url(images/e7e9ec_40x100_textures_01_flat_75.png) 0 50% repeat-x;*/
	background-color: #e7e9ec;
	color: #00457e;
	
	font-size: 9px;
	line-height: 13px;
	height: 13px;
}


table.ui-datepicker td a {
	color: #00457e;
	cursor: pointer;
	font-weight: bold;
	display: block;
	background-color: #ffffff;
}

table.ui-datepicker td a:active, table.ui-datepicker td a:hover, table.ui-datepicker td.ui-datepicker-current-day a {
	color: #D57B1B !important;
}
table.ui-datepicker .ui-datepicker-title-row td {
  background-color: #fcfcfc;
	padding: 0;
	text-align: center;
	font-size: 9px;
	color: #00457e;
	width: 27px;
	/*text-transform: uppercase;*/
	/*border-bottom: 1px solid #ced1d8;*/
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #00457e;
}

table.ui-datepicker td.ui-datepicker-week-col {
    background-color: #fcfcfc;
}

