/****** :: Created by Nology Design :: All Rights Reserved :: ******/

/******************* Login Form **********************/

#loginwrapper {
	width:497px;
	/*background-image: url(../images/modal_divide.png);*/
	background-position:285px center;
	background-repeat:no-repeat;
}
#loginwrapper a {	/* forgot password link */
	/*float: right;*/
	font-size:0.7em;
        padding-left: 150px;
	/*width:auto; 
	margin:31px 14px 0 0;
	display:block;*/
}
.arrowbutton-login {
	background-image: url(../images/lglntc_btnsprt-1.gif);
	width:50px;
	height:27px;
	/*display: block;
	float: right;
	position: relative;
	right: 24px;
	bottom: -1px;*/
	border: 0px none !important;
}
.arrowbutton-login:hover {
	background-position: left bottom;
}
.sign-in-button-login {
	background-image: url(../images/sign-in.jpg);
	width:105px;
	height:27px;
        vertical-align: top;
	/*display: block;
	float: right;
	position: relative;
	right: 24px;
	bottom: -1px;*/
	border: 0px none !important;
}
.sign-in-button-login:hover {
	background-position: left bottom;
}
#rememberme {
	font-size:0.7em;
	
	padding-left:105px;
	/*padding-right:24px;*/
	text-align:right;
	text-indent:-15px;
}
#rememberme input{
	width: 13px;
	border:0px none;
	height: 13px;
	padding: 0;
	margin:0;
	vertical-align: bottom;
	position: relative;
	top: -1px;
	*overflow: hidden;
}

/******************* Location Pages Structure **********************/

#article-top ul li { 
	padding:2px 0;
	width:90%; 
}
#paper-download { padding-top:9px; }
#last_pub_date { 
	position:relative;
	display:none;
}
#last_pub_date div { 
	position:absolute;
	z-index:1;
	left:736px;
	top:20px;
	color:#FFF;
	width:190px;
	height:50px;
	text-align:left;
}
#last_pub_date span {
	font-size:0.7em;
	display:block;
	color:#666;
	padding-bottom:1px;
}

#local-left {
	float:left;
	width:611px;
	padding-right:10px;
	padding-top:-50px;
}

#local-stories-left {
	width:49%;
}

#local-stories-right {
	width:49%;
}

#local-right {
	float:right;
	width:301px;
	padding-top:-20px;
	
}
#local-featured {
	background-color:#EFF5FF;
	padding:10px 5px 10px 10px;
	margin-bottom:10px;
	
}
#local-featured h2{
	line-height:1.2em;
}
#local-featured-image {
	background-color:white;
	background-repeat:no-repeat;
	width:260px;
	float:left;
}
#local-featured-content {
	float:right;
	width:275px;
}
#local-featured-content h1 {
	
}
.pubdate {
	font-size:0.75em;
	color:#666;
	font-style:italic;
}
#local-headlines {
	color:#0072BD;
	padding-bottom:10px;
}
#local-headlines ul li {
	padding:2px 0px; 
	color:#0072BD;
	width:90%;
	margin-left:15px;
}
#local-headlines ul li a { color:#0072BD; }

#national-headlines {
	color:#19323C;
	padding-bottom:10px;
}
#national-headlines ul li {
	padding:2px 0px; 
	width:90%;
	margin-left:15px;
}
ul.local-story-box {
	padding:10px 0;
	cursor: pointer;
	padding:5px;
}
#more-links { 
	font-size:80%;
	padding-left:15px;
 }
ul.local-story-box:hover {
	background-color:#EFF5FF;
}
ul.sub-menu {  
    list-style: none;   
    margin: 0 auto;  
    font-size: 1.2em;  
}  
ul.sub-menu li {  
    float: left;  
    margin: 0;  
    padding: 0px 44px 0 0;  
}  
ul.sub-menu li a{  
    color: #fff;  
    display: block;  
    text-decoration: none;  
} 
ul.sub-menu li a:hover{  
    text-decoration:underline;
}
ul.sub-menu li a b{
	font-size:14px;
}
#sub-nav { 
	width:909px;
	padding: 0 10px 0 10px;
	background-color:#1B3238;
	height:20px;
}

/* IE7 hacks */
*:first-child+html #sub-nav{
	height:27px;
}
*:first-child+html ul.sub-menu li {  
    padding: 0px 43px 0 0;  
}  

/* IE6 hacks */
*html ul.sub-menu li {  
    padding: 0px 43px 0 0;  
}  


/******************* End Location Pages Structure *****************/

/************************** Article Pages *************************/

#article-top {
	padding:10px 0;
}
h2.article-headline {
	padding:10px 0 20px 0;
	border-bottom:thick solid #19323C;
}
h2.sub-article-headline {
	padding:10px 0 20px 0;
	border-bottom:thick solid #3F606F;
	color:#3F606F;
	margin-bottom:20px;
}
ul.meta-data {
	padding:15px 0;
}
.author { 
	font-weight:bold;
}
.archive {
	color:#0072BD;
	font-size:.875em;
}
.paper {
	font-size:.875em;
}

.printonly { display: none; }
@media print {
	.printonly { display: block; }
	#article-photos { display: none; }
}

#article-photos {
	height:300px;
	width:611px;
}
#article-photos div {
	background-repeat:no-repeat;
	background-position: center;
	height:300px;
	width:611px;
	position:absolute;
	z-index:1;
	overflow:hidden;
}
#article-photos span {
	position:relative;
	z-index:2;
	display:block;
}
#article-photos span span {
	position:absolute;
	width:611px;
	bottom:-300px;
	left:0;
	display:block;
	z-index:2;
	background-color:#000;
    filter:alpha(opacity=50);    
	-moz-opacity:0.5;   
	-khtml-opacity: 0.5;   
	opacity: 0.5;    
}
#article-photos span span p {
	color:#FFF;
	font-size:12px;
	padding:5px 7px;
    filter:alpha(opacity=100);   
	-moz-opacity:1;   
	-khtml-opacity: 1;   
	opacity: 1;  
}
#photo-controls {
	height:auto !important;
	display:none;
	z-index:100 !important;
}
#photo-controls .left, #photo-controls .right {
	color:#FFF;
	font-size:12px;
	background-color:#000;
    filter:alpha(opacity=50);   
	-moz-opacity:0.5;   
	-khtml-opacity: 0.5;  
	opacity: 0.5; 
	position:static;
	width:auto;
	height:auto;
	cursor:pointer;
	padding:5px;
}
ol#commentlist { padding:5px 0; }
#commentlist li { padding:5px 0; background-color:#EFF5FF; margin-bottom:5px;}
#article-content {padding:5px 0;}
textarea#comment { border:thin solid #19323C; padding:5px; margin-bottom:5px;}
textarea#comment:focus { background-color:#EFF5FF; }
/************************ End Article Pages ***********************/

/********************** Forms Page ********************************/

div.forms { padding:15px 0 15px 0; }
ul.forms{ padding-top:10px; margin-left:45px; line-height:25px;}
ul.forms li { list-style: url("../images/pdficon_small.gif") !important; }
.small { font-size:12px; color:#9F9F9F; }

/********************* End Forms Page *****************************/

/********************** Calendar Page ********************************/

div.events {
	text-transform: uppercase;
	color: #FFF !important;
	background-color: #3F606F;
	margin: 10px 0;
	padding:10px !important;
	font-size: 1.0em;
	font-family:georgia,serif;
	font-weight: bold;
}
ol.events {}
ol.events li { background-color: #E0E5E8; padding: 10px; }
ol.events span { display: block; font-style: italic; }
ol.events a { text-decoration: underline; outline: none; color: #638373; }
ol.events div { display: none; }
ol.events li.odd { background-color: #FFF; }

/********************* End Calendar Page *****************************/

/********************** Archives Page ********************************/

#archivesearch { float: right; margin-top: 17px;}
#archivesearch input { width:300px; }
#archiveaccordion div.events { cursor: pointer; }
.search-default {
	color:#999;
}

/********************* End Archives Page *****************************/

/********************** Statistics Pages ********************************/

#stat_nav {
	float: left;
	background-color: #E0E5E8;
	padding: 10px;
	margin:10px 10px 10px 0;
}
#stat_nav a { text-decoration: underline; outline: none; color: #638373; }
.notice-item { border-bottom:thick solid; font-size:14px !important; }
.notice-item p { font-size:14px !important; }

/********************* End Statistics Pages *****************************/

/********************** Tax Liens Pages ********************************/

.tax_liens_field {
	float: left;
	margin-right: 15px;
}
.tax_liens_field label {
	font-size: 12px;
	line-height: 15px;
	display: block;
}
.tax_liens_field input {
	width:200px;
	margin-bottom: 15px;
}
.tax_liens_search {
	margin-top: 15px;
}
table.tax_liens_results {
	width:100% !important;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
table.tax_liens_results td {
	/*vertical-align:top;*/
}
#tax_liens_pages {
	text-align:center;
}
.tax_liens_button {
	float: left;
	width: 38%;
	margin: 5px 26px;
	text-align: center;
}
.button {
   border-top: 1px solid #47728c;
   background: #19323c;
   background: -webkit-gradient(linear, left top, left bottom, from(#3f606f), to(#19323c));
   background: -webkit-linear-gradient(top, #3f606f, #19323c);
   background: -moz-linear-gradient(top, #3f606f, #19323c);
   background: -ms-linear-gradient(top, #3f606f, #19323c);
   background: -o-linear-gradient(top, #3f606f, #19323c);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f606f', endColorstr='#19323c',GradientType=0 );
   padding: 5px 10px;
   -webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 13px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #3f606f;
   background: #3f606f;
   text-shadow: rgba(0,0,0,.4) 0 2px 0;
   color: white;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f606f', endColorstr='#3f606f',GradientType=0 );
   }
.button:active {
   border-top-color: #19323c;
   background: #19323c;
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19323c', endColorstr='#19323c',GradientType=0 );
   }
.button.home {
	display:block; 
	font-size:19px; 
	text-align:center; 
	margin:0 auto 15px;	
	font-style:italic;
}

/********************* End Tax Liens Pages *****************************/

/********************** Contact Us Pages ********************************/

table.contactus td {
	vertical-align:top;
	font-size:0.9em;
	padding:10px 0;
	padding-right: 10px;
}

table.contactus td.heading { font-weight:bold; }

/********************* End Contact Us Pages *****************************/

/***************************** Profile **********************************/

.section-header {
	background-color: #dbe1e4;
	font-weight: bold;
	padding: 5px;
	margin:5px 0;
}
.section-header span {
	float: right;
	display: none;
	color: green;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 19px;
	margin-right: 3px;
}
#span_set_save { /* added 4/28/2013 David  for the span in user_notifications_header.html */
    float: right;
    display: none;
    color: green;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 19px;
    /*margin-right: 3px;*/
    margin-right: 40px;
}

#userNotifications { /* pertains to anchor in index.html in publicnotices/index.html added by David */
    visibility: hidden;
}

.alt-section-header span {
    float: none;
    width: 100%;
    height: 50px;
}
.profile-info {
	width:100%;
}
.profile-info a {
	text-decoration:underline;
}
.profile-info td, .profile-info th { padding: 5px; vertical-align:middle; }
.profile-info th { width: 40%; }
/********************** Cribellum Updates 02062013 ***************************/
.profile-infoAlert {width:100%;}
.profile-infoAlert td, .profile-info th { padding: 1px; vertical-align:middle; }
.profile-infoAlert th { width: 40%; }
.profile-infoAlert td span {  font-weight: bold;}
.profile-infoAlert tr {border-bottom:1px solid ;}

.form-field div,.form-field input {
	border:2px solid #FFF;
	padding:2px;
	margin:0;
	height:18px;
}
.form-field input { 
	border:2px solid #3F606F;
	width:352px; 
	padding:2px 0 2px 1px;
}
.form-field-2 div, .form-field-2 input { /* added by David Drohan pertains to user_notifications_header.html and user_notifications.html */
    padding: 2px 0 2px 1px;
    height: 18px;
}

.form-field-2 input { /* added by David for user_notifications_header.html and user_notifications.html */
    border: 2px solid #3F606F;
}	
.fakefield {
	border:2px solid #3F606F !important;
	cursor:text;
}

#subscriptions .ui-widget-header a {
	color:#222222;
	display:inline;
	outline:none;
}

#subscriptions li.ui-state-default, #subscriptions li.ui-tabs-selected {
	background-color:#FFF;
	display:inline;
	padding: 4px 15px;
	border:1px solid #dbe1e4;
}
#subscriptions li.ui-state-default a { text-decoration:underline; }
#subscriptions li.ui-tabs-selected a { text-decoration:none; }

#subscriptions li.ui-tabs-selected {
	background-color:#dbe1e4 !important;
	font-weight: bold;
}

#subscriptions .ui-tabs-panel {
	border:0px none;
	padding:5px 0;
}

.subscription_table {
	font-size:12px;
	width:100%;
}

.subscription_header {
	font-weight:bold;
	background-color:#EEE;
} 

.subscription_subscribe {
	float:right;
	padding:5px;
	border:1px solid #000;
	background-color: #dbe1e4;
}
.subscription_package h3 { font-size: 20px; padding:10px 0 5px 0;}
.subscription_subscribe a { text-decoration:underline; }

#mailsubpopupcontent { float:none; padding:0 40px 0 0; width:auto; }
#mailsubpopupcontent ul {
	margin: 0 20px 20px;
	padding: 0;
	float: left;
}
#mailsubpopupcontent ul li {
	padding: 5px;
	margin: 0;
}
#mailsubpopupcontent label { margin: 0; display:inline; }
#mailsubpopupcontent li label { font-size:11px; }
	
#mailsubpopupcontent input { margin:0 5px 0 0; vertical-align:text-bottom; border:0px none; }
*:first-child+html #mailsubpopupcontent input { vertical-align:middle; }

.mail-subscribe-submit {
	background-color:#FFF;
	border:3px solid #3F606F;
	color:black !important;
	display:block;
	font-weight:bold;
	margin:15px auto 8px;
	padding:5px;
	text-align:center;
	width:100px;
}

#changepasswordform td {
	padding:5px;
}
#error_message { color:red; width:auto; padding-bottom:5px; }
.dialog_msg { font-size: 1.2em; padding: 10px; width: 550px; }

/******************************* End Profile **********************************/

/***************************** Public Notices **********************************/

#advancedSearchContainer { margin:0 auto; width: 929px; padding-top:15px;}
#advancedSearchTop { background:url('../images/advancedsearch_top.jpg') no-repeat; height:45px;}
#advancedSearchLinks { float:right; margin:13px 20px 0 0; }
#advancedSearchLinks a { 	
	color:#8C2C2D;
	font-size:0.7em;
	line-height:inherit;
	padding:2px;
	text-transform:uppercase;
	text-decoration:none;  
}
#advancedSearchLinks a:hover { 	background-color:#8C2C2D; color:#fff; }
.advancedSearch { background:url('../images/advancedsearch_repeat.jpg') repeat-y;  margin:0 auto; width:929px; }
.advancedSearch input, select { 
	vertical-align: middle;
	border:3px solid #18323F;
	letter-spacing:1px;
	padding:5px;
}
#advancedSearch2 { background:url('../images/advancedsearch_repeat.jpg') repeat-y;  margin:0 auto; width:929px; }
#advancedSearch2 input, select { 
	vertical-align: middle;
	border:3px solid #18323F;
	letter-spacing:1px;
	padding:5px;
}
select { padding:4px; }
.example { color:#999; font-weight:100; text-transform:uppercase; font-style:italic; font-size:1em; }
#advancedSearchBottom { background:url('../images/advancedsearch_bottom.jpg') no-repeat; height:45px; padding:12px 0 0 16px; }
#noticesearchform { padding:30px 20px 0px 20px; }
#keywordsearch { float:left; position:relative; top:-4px; left:10px; }
#keywordsearchvar { width:531px; border:3px solid #3F606F; }
input.searchSubmit { 
	background-image: url(../images/sprite_redsearch.png);
	width:102px;
	height:36px;
	right: 24px;
	bottom: -1px;
	border: 0px none !important;
}
input.searchSubmit:hover {
	cursor: pointer;
	background-position: left bottom;
}
#simplesearchbutton {display: none; }
 /*#advancedsearch { display: none; }*/

#searchbuttons { float:right; width:200px; text-align:right; }
#searchbuttons span { color:white; font-weight:bold;}
#searchbuttons a { text-decoration:none; font-size:18px; color:#6996AA; /*old: 3F606F*/ }
#advancedsearchbutton { position:relative; bottom:31px; right:27px; }
#advancedsearch {  }
#advancedsearch label { color:white; }
/*#toolbar {
	padding:25px;
	background:url('../images/long_toolbox.png') no-repeat;
}
#toolbar h2 { padding:0; font-weight:bold; font-size:1em; float:left; margin-top:3px; }*/
#advancedSearchBottom a {
	display:block;
	text-decoration:none;
	vertical-align: middle;
	line-height:22px;
	float:left;
	margin-right:45px;
}
#advancedSearchBottom img {
	vertical-align: bottom;
}
.advancedSearchParent { margin:10px 0; }
.advancedSearchLeft { 
    background-color:#3F606F; 
    float:left; 
    height:auto; 
    width:540px; 
    padding:5px; 
    margin-right:10px;
}
.advancedSearchLeft h4 { 
    font-size:1.1em; 
    font-weight:bold; 
    padding-bottom:5px; 
}
.advancedSearchRight { 
	background-color:#2C4957; 
	float:right; 
	height:auto; 
	width:305px; 
	padding:5px; 
	color:white; 
	margin-right:0px;
}
span.noticeType { display:block; padding:2px 0; }
span.noticeType input { border:none !important; } /*IE Hack*/
span.noticeType label { padding-left:5px; }
#countyOption {   }
#cityOption { display:none; }
#zipOption { display:none; }
#proximity { float:left; margin:0 10px 0 0; }
p.dateFields input {
	width:130px;
}
p.dateFields label {
	float:left; line-height:30px; margin-right:10px; width:120px; text-align:right;
}
p.dateFields label.label_inline{
    float: none; margin:0 5px; width:70px;
}
.datepickericon { position:relative; }
.datepickericon div {
	position:absolute;
	z-index:0;
	width:20px;
	height:20px;
	background:url(../images/datepickericon.png) no-repeat left bottom;
	background-color:#2C4957;
	top:12px;
	left:249px;
	cursor:pointer;
}
.thru div {
	left:434px;
}
.datepickericon div.x {
	background-position:left top;
}

#advancedSearchSubmit {
	margin:10px;
	text-align:center;
}
p.otherField label {
	float:left; line-height:30px; margin-right:10px; width:150px; text-align:right;
}
#detail-view { display: none; }
.closebutton,.snippetbutton {
	float: right;
	background-color: #19323C;
	color: #FFF;
	font-family: Arial, sans-serif;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-left: 5px;
	padding: 3px;
}
.closebutton:hover,.snippetbutton:hover,.overclosebutton {
    background-color: #999; 
}

#streetview { height: 400px; display: none; width:67%; float: left; }
.streetview-icon {
	background-image: url(http://maps.gstatic.com/intl/en_us/mapfiles/cb/camera_dr1.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 14px;
	display: none;
	float: right;
	margin: 5px 0 0 5px;
}
.detail-map { width: 33% !important; height: 400px !important; }		/* for detail view with streetview */
.detail-map-wide { width: 100% !important; height: 400px !important; }	/* for detail view without streetview */
.detail-map-from-map-view { width: 49% !important; height: 400px !important; } /* for MAP in detail view with a streetview and multiple points on map */
.streetview-from-map-view { width: 51% !important; height: 400px !important; } /* for STREETVIEW in detail view with multiple points on map */

#results-list {
	width:400px;
	clear:both;
	height:500px;
	float:left;
	overflow:auto;
	display: none;
}
.list-view {
	width:auto !important;
	height: auto !important;
	overflow: visible !important;
}
.list-view table { width:929px; }
.list-view th { background-color: #18323F; color: #FFF; }
.list-view td, .list-view th { padding: 3px; font-size: 0.8em; border-left: 1px solid #000; }

.result-item { padding:5px 10px 5px 0; }
.result-item:hover { cursor: alias; }
.result-item a{ cursor: pointer; }
.result-item h3, .marker-window h3 { font-size:1.2em; padding:0; }
.result-item p, .marker-window p { line-height:1.2em; padding:0; }
.over-result-item { 
    background-color: #EEE;
    cursor: alias;
}
.active-result-item { background-color: #FFF9D7 !important; }

.meta { color:#999; }
.result-thumb{ float: left; margin: 5px 5px 0 0; border: 1px solid #19323C; }
.detail-image { float: right; margin: 0 0 5px 5px; }
#spellingsuggest { font-style: italic; }
#pagination { text-align: center; padding: 10px; }
.show-list-view { font-size:0.7em; line-height:20px; color:#999; }

#results-map {
	height:500px; 
	float:left; 
	background-color:#CCC;
	width:530px;
	display: none;
}

/*#results-map-cover { display: none; position: relative; left:400px; }*/
#results-map-cover { 
	display: none; 
	background-image:url(../images/map-no-subscription.png);
	background-repeat:no-repeat;
	float:left;
	width:430px;
	height:400px;
	color: #FFF;
	font-size: 2em;
	line-height:1.6em;
	padding: 50px;
}
#results-map-cover-bg {
	z-index: 1000; 
	background-color: #000; 
    filter:alpha(opacity=70);   
	-moz-opacity:0.7;   
	-khtml-opacity: 0.7;  
	opacity: 0.7; 
}
#results-map-cover div { 
	position: absolute; 
	z-index: 1001; 
}
#results-map-cover p { 
	color: #FFF;
	font-size: 2em;
	padding: 50px;
}

.marker { float: left; margin: 5px 5px 0;}


/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion

----------------------------------*/

.ui-datepicker { 
	padding: .2em .2em 0; 
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#FCFDFD url(../images/ui-bg_inset-hard_100_fcfdfd_1x100.png) repeat-x scroll 50% bottom;
	border:1px solid #A6C9E2;
	color:#222222;
	width: 220px;
	display:none;
}
.ui-datepicker .ui-datepicker-header { 
	position:relative; 
	padding:.2em 0; -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#3F606F;
	color:#EAF5F7;
	font-weight:bold;
	display:block;
	clear:both;
	height:31px;
}
a.ui-state-hover { background-color:#EFF5FF; }
.ui-datepicker-today {  background-color:#EFF5FF; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; background-image:url(../images/ui-icons_d8e7f3_256x240.png); }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year { width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%; border:none; font-weight:normal; }
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; clear: both; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; margin: 2px; text-decoration: none; text-align:center; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.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*/
}
