/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#ui-datepicker-div {
	height: 270px;
	padding: 10px;
	margin-top: -9px;
	margin-left: 77px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 220px;
}

					#ui-datepicker-div				{ background: url(../img/bg/date-picker-stan-bg.png) no-repeat; }
#medlemmer			#ui-datepicker-div				{ background: url(../img/bg/date-picker-medl-bg.png) no-repeat; }
#virksomheder		#ui-datepicker-div				{ background: url(../img/bg/date-picker-virk-bg.png) no-repeat; }
#organisation		#ui-datepicker-div				{ background: url(../img/bg/date-picker-orga-bg.png) no-repeat; }
#ompensiondanmark	#ui-datepicker-div				{ background: url(../img/bg/date-picker-opdk-bg.png) no-repeat; }

#ui-datepicker-div .ui-datepicker-header {
	margin:	38px 8px 10px;
}

#ui-datepicker-div .ui-datepicker-title {
	font-weight: bold;
	text-align: center;
}

#ui-datepicker-div .ui-datepicker-title span {
	padding: 0 2px;
}

#ui-datepicker-div table.ui-datepicker-calendar {
	width: 196px;
	margin: 0 12px;
}

#ui-datepicker-div table.ui-datepicker-calendar th {
	width: 27px;
	height: 26px;
}

#ui-datepicker-div table.ui-datepicker-calendar td {
	width: 27px;
	height: 26px;
	border: 1px solid #b9c5d1;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#ui-datepicker-div table.ui-datepicker-calendar td a {
	color: #000;
	text-decoration: none;				
}

#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-unselectable {
	color: #888b8d;
	font-weight: normal;
}

#ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-other-month {
	background: #e2e7eb;
}

#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
	display: inline;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-prev {
	float: left;
}

#ui-datepicker-div .ui-datepicker-next {
	float: right;
}

					.ui-datepicker-prev				{ background-image: url(../img/icon/link-arrow-stan-right.png); }
#medlemmer			.ui-datepicker-prev				{ background-image: url(../img/icon/link-arrow-medl-right.png); }
#virksomheder		.ui-datepicker-prev				{ background-image: url(../img/icon/link-arrow-virk-right.png); }
#organisation		.ui-datepicker-prev				{ background-image: url(../img/icon/link-arrow-orga-right.png); }
#ompensiondanmark	.ui-datepicker-prev				{ background-image: url(../img/icon/link-arrow-opdk-right.png); }
					.ui-datepicker-next				{ background-image: url(../img/icon/link-arrow-stan.png); }
#medlemmer			.ui-datepicker-next				{ background-image: url(../img/icon/link-arrow-medl.png); }
#virksomheder		.ui-datepicker-next				{ background-image: url(../img/icon/link-arrow-virk.png); }
#organisation		.ui-datepicker-next				{ background-image: url(../img/icon/link-arrow-orga.png); }
#ompensiondanmark	.ui-datepicker-next				{ background-image: url(../img/icon/link-arrow-opdk.png); }

#ui-datepicker-div .ui-datepicker-buttonpane {
	position: absolute;
	top: 15px;
	right: 18px;
}

#ui-datepicker-div .ui-datepicker-buttonpane button {
	float: right;
	width: 18px;
	height: 18px;
	border: none;
	cursor: pointer;
}

					.ui-datepicker-buttonpane button						{ background: url(../img/icon/close18x18-stan.png) no-repeat;}
#medlemmer 			.ui-datepicker-buttonpane button						{ background: url(../img/icon/close18x18-medl.png) no-repeat;}
#virksomheder 		.ui-datepicker-buttonpane button						{ background: url(../img/icon/close18x18-virk.png) no-repeat;}
#organisationer 	.ui-datepicker-buttonpane button						{ background: url(../img/icon/close18x18-orga.png) no-repeat;}
#ompensiondanmark 	.ui-datepicker-buttonpane button						{ background: url(../img/icon/close18x18-opdk.png) no-repeat;}

img.ui-datepicker-trigger {
	position: absolute;
	left: 130px;
	top: 0;
	margin: 0 !important;
	vertical-align: top;
	cursor: pointer;
}
