/*
Theme Name: Moravian Hall Square - Main Theme
Theme URI: http://www.moravian.com
Description: The default WordPress theme for the Moravian Hall Square Website.
Version: 1.0
Author: 4O1creative, ltd.
Author URI: http://www.401creative.com/

*/



@import url("reset.css");
/* Color Declaration:
Purple: 	771e50
Gray:		555
Dk.Blue:	6e9581
Lt.Purple:	d78db5
*/

/*---------------------------------------------------*/
/*--------------------- GLOBALS ---------------------*/
/*---------------------------------------------------*/
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	font-size:13px;
}
p {
	line-height:1.8em;
	padding:10px 0;
}
sup {
	display:inline-block;
	font-size:.4em;
	line-height:.7em;
	position: relative;
	bottom:.5em;
}

.fl { float:left; margin:5px 10px 5px 0; }
.clear { clear:both; height:0px; padding:0px; display:block; overflow:hidden; }
a {
	color:#771e50;
	font-weight:bold;
	background:left center no-repeat;
	text-decoration:none;
}
a:hover {
	color:#d78db5;
}
.section ul {
	padding:10px 0;	
}
.section li {
	padding-left:20px;	
	line-height:1.5em;
	margin-bottom:5px;
	background:url(img/template/mhs_anchor-arrow-li.jpg) 0 .5em no-repeat;
}
.alignleft {
	float:left;	
	margin-right:20px;
}
.alignright {
	float:right;
	margin-left:20px;
}
.top-btn {
	display:block;
	width:100%;
	text-align:right;
	margin-top:40px;	
}

.vt-container {
	width:400px;
	height:300px;
	overflow:visible;
	background:url(img/template/loader.gif) center center no-repeat;
}

/*---------------------------------------------------*/
/*-------------------- STRUCTURE --------------------*/
/*---------------------------------------------------*/
#main-container {
	width:100%;
}
	#header-container {
		color:#fff;
		width:100%;
		min-width:1070px;
		height:200px;
		background:#771e50 url(img/template/mhs_body-bg.jpg) center 30px repeat-x;	
	}
		#header-wrapper {
			position:relative;
			width:940px;
			margin:0 auto;
			height:200px;
		}
			#logo-container {
				position:absolute;
				top:32px;
			}
			#logo-container h1 a{
				display:block;
				text-indent:-9999px;
				width:342px;
				height:106px;
				background:url(img/template/mhs_moravian-logo.jpg) 0 0 no-repeat;
				padding:0px;
			}
			#secondary-nav {
				position:absolute;
				height:30px;
				line-height:30px;
				font-size:12px;
				display:inline-block;
			}
				#secondary-nav li {
					float:left;
					display:inline-block;
					padding:0px;
					margin:0 15px 0 0;
					line-height:30px;
				}
					#secondary-nav li a {
						color:#FFF;
						text-decoration:none;
						padding:0px;
						background:none;
					}
					#secondary-nav li a:hover {
						text-decoration:underline;	
					}
					#secondary-nav li.current_page_item, #secondary-nav li.current_page_ancestor {
						font-weight:bold;
						text-decoration:underline;
					}
			#primary-nav {
				position:absolute;
				right:0px;
				top:30px;
				font-size:16px;
				display:inline-block;
			}
				#primary-nav li {
					float:left;
					display:inline-block;
					padding:4px 0 0 0;					
					margin:0px;
					line-height:30px;
				}
					#primary-nav li a {
						padding:5px 10px;
						padding-top:15px;
						color:#FFF;
						text-decoration:none;
						background:none;
					}
					#primary-nav li a:hover {
						text-decoration:underline;
					}
					#primary-nav li.current_page_item a, #primary-nav li.current_page_item a:hover, #primary-nav li.current_page_ancestor a, #primary-nav li.current_page_ancestor a:hover{
						text-decoration:none;
						background:url(img/template/mhs_primary-nav-bg.gif) left -5px repeat-x;
						color:#771e50;
					}
			#header-controls {
				position:absolute;
				right:0px;
				bottom:60px;
				font-size:12px;
			}
				#header-controls li {
					float:left;
					display:inline-block;
					margin:0 10px;
					line-height:15px;
					padding:0px;
				}
					#header-controls li a {
						color:#fff;
					}
					#header-controls li a:hover {
						text-decoration:underline;
					}
				#header-controls #change-text {
					margin-right:0px;	
				}
				#header-controls #newsletter-btn, #header-controls #search-btn {
					display:block;
					position:relative;
				}
					#change-font-size li{
						display:inline-block;
						width:15px;
						height:15px;
						background:none;
						border:1px solid #6e9581;
						text-align:center;
						margin:0 2px;
						cursor:pointer;
						line-height:15px;
					}
					#change-font-size li.on{
						background:#771e50;
					}
					#change-font-size li.fs12 {
						font-size:10px;
						line-height:12px;
					}
					#change-font-size li.fs13 {
						font-size:14px;	
						line-height:10px;
					}
					#change-font-size li.fs14 {
						font-size:18px;	
						line-height:10px;
					}
					
	#inside-graphic-wrapper {
		position:relative;
		width:945px;
		height:155px;
		margin:0 auto;
		top:-52px;
	}
		#inside-graphic-mask {			
			position:absolute;
			width:945px;
			height:155px;
			background:url(img/template/mhs_inside-graphic-gradient.png) 0 0 no-repeat;
			z-index:5;
		}
		#inside-graphic {
			position:relative;
			top:0;
			width:945px;
			height:155px;
			overflow:hidden;
		}
					
	#carousel-wrapper {
		position:relative;
		width:1070px;
		height:530px;
		margin:0 auto;
		top:-52px;
	}
		#carousel-mask {
			position:absolute;
			width:1070px;
			height:530px;
			background:url(img/template/mhs_carousel-gradient.png) 0 0 no-repeat;
			z-index:50;
		}
		#carousel {
			position:relative;
			top:0;
			width:1070px;
			height:530px;
			overflow:hidden;
		}
			#carousel-container {
				width:1070px;
				height:530px;
				overflow:hidden;
			}
			#carousel-content {
				position:relative;
				width:1070px;
				height:530px;
			}
			#carousel-content li {
				display:block;
				position:absolute;
				top:0px;
				left:0px;
				width:1070px;
				height:530px;					
				margin:0px;
				padding:0px;
			}
			
			#incentives{
			display:block;
			width:300px;
			height:105px;
			overflow:visible;
			position:absolute;
			top:150px;
			right:0px;
			background-color:white;
			}
			
			#carousel-control-container {
				position:absolute;
				top:85px;
				right:100px;
				width:300px;
				height:145px;
				border-bottom:5px solid #771e50;
				color:#555;
				z-index:60;
				overflow:visible;
			}
				#carousel-header {
					position:absolute;
					width:269px;
					top:13px;
					left:16px;
					z-index:99;
				}
					#carousel-header #livelife {
						float:left;
					}
					#carousel-header table {
						height:90px;
						width:300px;
					}
					#carousel-header table td {
						vertical-align:middle;
					}
					#carousel-header a#expand-btn {
						display:inline-block;
						font-weight:bold;
						margin-left:2px;
						padding-left:12px;
						color:#771e50;
						background:url(img/template/mhs_expand-btn.png) left center no-repeat;
						cursor:pointer;
					}
					#carousel-header a#expand-btn:hover {
						color:#d78db5;
					}
					#carousel-header a#expand-btn.collapse-btn {
						background-image:url(img/template/mhs_collapse-btn.png);
					}
				#carousel-controls-container {
					display:block;
					color:#d78db5;
					position:absolute;
					left:50%;
					bottom:-5px;
					height:40px;
					width:auto;
					z-index:100;
				}
				#carousel-controls {
					display:block;
					position:relative;
					right:50%;
					height:40px;
					padding-right:8px;
					width:auto;
					background:#771e50 url(img/template/mhs_carousel-controls-bg.jpg) top left no-repeat;					
				}
					#carousel-controls li {
						font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
						font-size:1.3em;
						font-weight:bold;
						display:inline-block;
						float:left;
						height:40px;
						line-height:36px;
						margin:0 4px;
						cursor:pointer;
						padding:0px;
					}
					#carousel-controls li.pause {
						margin-top:5px;
						text-indent:-9999px;
						padding:0px;
						width:30px;
						height:30px;
						background:url(img/template/mhs_carousel-pause-btn.gif) 0 0 no-repeat;
					}
					#carousel-controls li.play {
						margin-top:5px;
						text-indent:-9999px;
						padding:0px;
						width:30px;
						height:30px;
						background:url(img/template/mhs_carousel-pause-btn.gif) 0 -30px no-repeat;
					}
					#carousel-controls li.highlight {
						color:#fff;
					}
				#carousel-control-container .back{
					position:absolute;
					width:300px;
					height:145px;
					background:#FFF;
					filter:alpha(opacity=90);
					opacity:.9;
					z-index:55;
				}
			#carousel-info-container {
				position:absolute;
				top:202px;
				left:110px;
				width:850px;
				height:300px;
				color:#555;
				overflow:hidden;
				z-index:95;
			}
				#carousel-info-container .carousel-info-item {
					position:absolute;
					padding:20px;
					top:-500px;
					left:0px;
					width:810px;
					background:#e3ddd4 url(img/template/mhs_carousel-info-bg.jpg) top left repeat-x;					
				}
					#carousel-info-container h3 {
						color:#568778;
						font-size:1.4em;
						font-variant:small-caps;
					}
					#carousel-info-container .gallery-list li {
						float:left;
						margin:0 5px;
						cursor:pointer;
					}
					#carousel-info-container .gallery-list li a {
						display:block;
						padding:5px;
						background:#fff;
						border:1px solid #ddd;						
					}
					#carousel-info-container .gallery-list li a:hover {
						background:#c9c4bb;					
					}
					
					
	#main-content {
		width:940px;
		margin:0 auto;
		background:url(img/template/mhs_main-content-bg.gif) left bottom no-repeat;
	}
		#main-content #left-column img {
			padding:5px;
			background:#fff;
			border:1px solid #ddd;
		}
		#main-content #left-column img.wp-smiley {
			padding:0px;
			background:none;
			border:0px none;
		}
		#main-content #left-column {
			float:left;
			position:relative;
			top:-80px;
			width:605px;
			padding:0px 10px;
			margin-bottom:-40px;
		}
		#main-content.inside #left-column {
			top:-40px;
			margin-bottom:0px;
		}
			#left-column blockquote {
				border:1px solid #ddd;
				color:#FFF;
				padding:10px 14px;
				font-variant:small-caps;
				background:url(img/template/mhs_body-bg.jpg) left bottom;
				font-size:1.3em;
				line-height:1.4em;
				text-align:justify;
				clear:both;
			}
				#left-column blockquote p {
					padding:0px;	
				}
				#left-column blockquote .quote-source {
					font-variant:normal;
					font-style:italic;
					font-size:.8em;
				}
		#main-content #right-column {
			float:right;
			position:relative;
			top:-80px;
			width:282px;
			padding:0px 10px;
			margin-bottom:-40px;
		}
		#main-content.inside #right-column {
			top:-40px;
			margin-bottom:0px;
		}
		#right-column .section {			
			background:#FFF;
			border:1px solid #ddd;
			padding:5px;
			width:270px;	
		}
		#main-content .section {
			clear:both;
			margin-bottom:20px;	
		}
		#main-content h1, #main-content h2 {
			padding:5px 0;
			margin-bottom:5px;
			color:#771e50;
			font-size:2em;
			font-variant:small-caps;
			border-bottom:1px solid #c7c7c7;
		}
		#main-content h3 {
			padding:5px 0;
			margin-bottom:5px;
			color:#568778;
			font-size:1.4em;
			font-variant:small-caps;
		}
			#main-content h3.expand {
				cursor:pointer;	
			}
			#main-content h3.expand span {
				color:#771E50;
				font-size:.6em;
				padding-left:10px;
				display:inline-block;
				font-variant:normal;
			}
		
	#tertiary-nav {
		width:270px;
		background:url(img/template/mhs_tertiary-nav-bg.jpg);
		padding:0px;
	}
		#tertiary-nav li {
			border:1px solid #c7c7c7;
			border-top:0px none;
			padding:1px 0px;
			margin:0px;
			background:none;
			line-height:1em;
		}
		#tertiary-nav li:first-child {
			border-top:1px solid #c7c7c7;
		}
		#tertiary-nav li a {
			display:block;
			padding:10px;
			background:none;
			color:#6e9581;
			font-weight:normal;
		}
		#tertiary-nav li a:hover {
			color:#771e50;
		}
		#tertiary-nav li.current_page_item a {
			color:#771e50;
			font-weight:bold;
			background:#d1c6c2 url(img/template/mhs_tertiary-arrow.jpg) 10px center no-repeat;
			padding-left:25px;
		}
	
	.accreditation-logo {
		position:absolute;
		top:10px;
		right:0px;
	}
	
	#footer-container {
		width:100%;
		background:url(img/template/mhs_body-bg.jpg) bottom left;
	}
		#footer-wrapper {
			width:100%;
			height:100px;
			background:url(img/template/mhs_footer-stroke-bg.gif) left top repeat-x;
		}
			#footer-content {
				color:#fff;
				position:relative;
				width:920px;
				margin:0 auto;
				padding:10px 10px 0px 10px;
			}
				#footer-content #footer-left {
					position:absolute;
					margin-top:20px;
				}
				#footer-content .footer-right {
					clear:both;
					margin-bottom:8px;
					float:right;
					padding-right:90px;
					margin-top:20px;
					font-weight:bold;
				}
				#footer-content .footer-small {
					height:20px;
					line-height:20px;
					margin-top:0px;
				}
					#footer-content li {
						display:inline-block;
						float:left;
						margin-left:20px;
					}
					#footer-left li {
						line-height:1.2em;
						margin-left:0px;
						margin-right:20px;
					}
						#footer-left a {
							color:#fff;
							padding-left:15px;
							background-image:url(img/template/mhs_anchor-arrow-white.png);	
						}
						#footer-left a.up {
							color:#771e50;
							background-image:url(img/template/mhs_anchor-arrow-up.png);
						}
						#footer-content .footer-right a {
							background:none;
						}
						#footer-content .footer-right a:hover {
							color:#771e50;
							text-decoration:underline;
						}
						#footer-content .footer-small {
							font-size:.8em;	
						}
						#footer-content .footer-small li {
							display:inline-block;
							margin-left:10px;
							width:600px;
							text-align:right;
						}
		#footer-extra-container {
			height:10px;
			overflow:hidden;
			background:#771e50 url(img/template/mhs_footer-stroke-top-bg.gif) left top repeat-x;
		}
			#footer-extra-content {
				position:relative;
				color:#fff;
				width:920px;
				margin:0 auto;
				padding:5px 10px;
			}
				#site-map-content, #privacy-policy-content{
					position:absolute;
					top:5px;
					left:10px;
					width:920px;
					padding:5px 0px;
				}
				
				
	#site-map-content .footer-site-map-column {
		width:280px;
		float:left;
		margin:0 10px;
	}
	#site-map-content .footer-site-map-section {
		display:block;
		width:260px;
		margin:20px 0;
		padding:10px;
		border:1px solid #843461;
	}
		#site-map-content a, #privacy-policy-content a {
			color:#fff;
			font-size:.8em;
			line-height:1.2em;
		}
		#site-map-content a:hover, #privacy-policy-content a:hover {
			color:#d78db5;	
		}
		#site-map-content .footer-site-map-head a {
			font-size:.9em;
		}
		#site-map-content .footer-site-map-body {
			padding-left:5px;	
		}
			#site-map-content .footer-site-map-body li{
				padding-left:10px;
				background:url(img/template/mhs_anchor-arrow-footer.jpg) left .4em no-repeat;
			}
		
	
	
	a#view-all-events {
		clear:both;
		display:block;
		padding:0px 2px 8px 15px;
		background:url(img/template/mhs_anchor-arrow-li.jpg) 0 .2em no-repeat;
		color:#6e9581;
	}
		
	#search-container {
		position:absolute;
		right:-102px;
		bottom:15px;
		display:none;
		background:url(img/template/mhs_newsletter-arrow.gif) bottom center no-repeat;
		padding-bottom:5px;
		z-index:2;
	}
		#search-form {
			background:#771e50;
			width:250px;
		}
		#search-form li {
			display:inline-block;
			float:left;
			padding:5px 0;
			margin:0 5px;
		}
		#search-form li.send-btn{
			float:right;
			color:#fff;
			margin-top:6px;
			padding:0 10px 0 15px;
			background:url(img/template/mhs_anchor-arrow-white.png) left center no-repeat;
			cursor:pointer;
		}
		#search-form li input {
			font-family:inherit;
			border:0px none;
			outline:0px none;
			color:#c7c7c7;
			width:165px;
		}
		#search-form li input.focusField {
			color:#555;
		}
	#search-container-inline {
		width:595px;	
	}
		#search-container-inline #search-form {
			padding:5px;
			width:595px;
		}
		#search-container-inline #search-form li input {
			width:500px;
		}
		#search-container-inline #search-form li.send-btn {
			margin-top:4px;
		}
		
		
#left-column .search-result {
	display:block;
	border-bottom:1px solid #ddd;
	margin-bottom:15px;
}
	#left-column .search-result h3{
		padding:5px 15px;
		background:#fff;
		border:1px solid #ddd;
		border-bottom:0px none;
		margin:0 0 -1px 0;
		width:auto;
		display:inline-block;
	}
	#left-column .search-result .meta-info {
		padding:10px 15px 0 15px;
		font-size:.8em;
		border:1px solid #ddd;
		border-bottom:0px none;
	}
	#left-column .search-result .the-time {
		padding:0px;
		margin:0px;
	}
	.search-excerpt {
		padding:0px 15px 5px 15px;
		border-left:1px solid #ddd;
		border-right:1px solid #ddd;
	}
	.search-highlight {
		background-color:#FF9;
		padding:0 5px;
	}
	#left-column .navigation {
		display:block;
		height:1.5em;
		line-height:1.5em;
		margin:10px 0;	
	}
	#left-column .navigation .alignleft{
		display:block;
		float:left;
	}
	#left-column .navigation .alignright{
		display:block;
		float:right;
	}
	
	
div.pathway {
	clear:both;
	display:inline-block;
	margin:10px 0;
	width:100%;
}
div.pathway img{
	float:left;
	display:block;
	margin:5px 10px 5px 0;
}
		
a.image-anchor { padding:0px; background:none; }






/*---------------------------------------------------*/
/*---------------------- FORMS ----------------------*/
/*---------------------------------------------------*/
#form-tabs {
	width:100%;
	height:31px;
	border-bottom:1px solid #ccc;
	padding:0px;
}
#form-tabs li {
	display:inline-block;
	float:left;
	height:30px;
	border:1px solid #ccc;
	margin-left:4px;
	background:#fff;
	padding:0px;
	line-height:1em;
}
#form-tabs li a{
	display:inline-block;
	background:none;
	padding:10px;
	color:#999;
}
#form-tabs li.on a{
	color:#771e50;
	background-color:#fff;
}

#volunteer-form {
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;	
}
form fieldset {
	margin-top:30px;
	width:100%;
}
form legend {
	font-size:1.4em;
	color: #771e50;
	border-bottom:1px solid #ccc;
	padding:5px 0px;
}
form fieldset table {
	margin-left:10px;
	margin-top:10px;
}
form fieldset table tr {
	width:auto;	
}
form fieldset table th {
	font-size:1.1em;
	font-weight:normal;
	padding:5px 5px 4px 0px;
	text-align:left;
}
form fieldset table td {
	padding-right:10px;	
}
form fieldset .input-text, form fieldset textarea {
	border:1px solid #ccc;
}
form fieldset textarea {
	width:100%;	
}

form fieldset table label{
	padding-right:5px;
}

.emergency-info, .emergency-info .input-text, .education-info, .education-info .input-text, .availability-info, .availability-info .input-text, .opportunities-info, .personal-info, .personal-info, .availability-info, .contact-info, .contact-info .input-text, .address-info, .address-info .input-text, .name-info, .name-info .input-text, .references-info, .references-info .input-text, .school, .school .input-text, .parents, .parents .input-text, .comments-info, .comments-info textarea{
	width:100%;	
}

.interests-info td {
	width:250px;	
}

.opportunities-info td {
	padding-left:10px;	
}

#limitations_exp, #felony_exp, #dismissed_exp {
	clear:both;
	display:none;
	margin-top:10px;
}
#limitations_exp label, #felony_exp label, #dismissed_exp label {
	display:inline-block;
	margin-bottom:4px;
}

#middle_i {
	width:20px;	
}
#address_z {
	width:60px;	
}

form fieldset .junior {
	display:none;	
}
.virtual-tours-thumbs {
	margin-top:10px;	
}
.virtual-tours-thumbs p {
	padding:2px 5px 15px 5px;
	line-height:1.2em;
}
.virtual-tours-thumbs .alignleft {
	margin-right:10px;
}

form input.error {
	border:1px solid #900;
	outline:1px solid #900;
}

form #contact-dialog, .form-error-dialogue {
	display:none;
	font-style:italic;
	border:1px solid #771e50;
	color:#771e50;
	padding:10px;
	margin:10px;
}
.form-error-dialogue {
	display:block;	
}



/* Datepicker
----------------------------------*/
.ui-datepicker { display:none; width: 17em; padding: .2em .2em 0; background:#fff; border:1px solid #555;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: auto; height: 1.8em; cursor:pointer;}
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.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%;}
.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; }
.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; padding: .2em; text-align: right; text-decoration: none; }
.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; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* 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*/
}