/**** CSS Style for forms  ****/

#col2 .nichtvorhanden { 
	display: inline;
	left: -1000px;
	overflow: hidden;
	width: 0px;
	position: absolute;
	top: -1000px;
	height: 0px;
}
#col2 div.col-body {
	 width: 41.6em;
}
#col2 form.content {
	/*padding: 1em 1.33em;*/
	padding: 0;
	margin: 0;
	/*height: 1%;*/
	width: 45.8em;
	
	overflow: hidden;
}
#col2 form.content .greyline {
	background-color: #ebebeb;
	margin-bottom: 10px;
}
#col2 .subcl form.content{
	clear: both;
}
 
#col2 form.content ul {
	margin: 0;
}

#col2 form.content .submitrow {
	/*height: 2.5em;*/
	margin: 0 !important;
	padding-bottom: 0;
}

#col2 form.content li {
	padding: 0 0 0 0;
	list-style-type: none;
	margin-left: 0px;
	clear: left;
}

#col2 form.content ul li ul {
	height: 1%;
	margin: 0;
}

#col2 form.content div.whiteline,
#col2 form.content div.greyline,
#col2 form.content ul.whiteline,
#col2 form.content ul.greyline {
	padding: 1em 1.33em !important;
}

#col2 form.content div.whiteline,
#col2 form.content ul.whiteline {
	border-top: 2px solid #fff;
}
#col2 form.content ul.greyline {
	border-top: 2px solid #dcdcdc;
}
#col2 form.content div.whitebackground,
#col2 form.content ul.whitebackground {
	background: #FFFFFF none repeat scroll 0 0;
}
#col2 form.content fieldset legend {
	font-weight: bold;
	color: #000;
	padding-top: 0;
	padding-bottom: 0.2em;
	white-space: normal;
}

#col2 form.content fieldset legend br{
	line-height: 1px;
}

#col2 form.content fieldset legend.legend-radio-group {
	font-weight: normal;
}

#col2 form.content fieldset legend.legend-checkbox-group {
	font-weight: normal;
}
#col2 form.content fieldset.light_legend legend {
	font-weight: normal;
}

#col2 form.content fieldset.position-right ul {
	margin-left: 14.66em;
	overflow: hidden;
}
#col2 form.content fieldset.position-right span.legendReplacer {
	display: block;
	float: left;
	width: 13.33em;
}
#col2 form.content fieldset legend a span {
	display: inline;
}
#col2 form.content fieldset.position-right div.validation-advice {
	width: 100%;
}

#col2 form input,
#col2 form select,
#col2 form textarea {
	font-size: 1em;
  	width: 26.57em;
	padding: 0.1em;
	border: 1px solid #909090;
	vertical-align: top;
}

#col2 form select {
	width: 26.9em;
}

#col2 form input[type=image]{
	width: auto;
}

#col2 form.content li.forms-input-file input,
#col2 form.content li.forms-input-file-infoicon input {
	/*border: 0;*/
}

#col2 form.content label {
	/* change here if you want to have horizontal aligment */
	float:left;
	width: 13.33em;
	margin-right: 1.33em;
	/* display: block; */
}


#poll_form form.content li.forms-input-radio label,
#poll_form form.content li.forms-input-radio-infoicon label {
	width: 39em;
}

#col2 form.content input[type=radio]{
	width: auto;
}

#col2 form.content textarea {
	height: 100px;
}

#col2 form.content div.validation-advice {
	clear:left;
	padding: 0.2em 1.33em 0 14.67em;
	width: auto;
	color: #c70c2b;
}
#col2 form.content li.validation-advice {
	clear:left;
	padding: 0.2em 1.33em 0 14.67em;
	width: auto;
	color: #c70c2b;
	margin-left: 1.2em;
}
#col2 form.content .validation-failed {
	border-color: #c70c2b !important;
}

#col2 form.content div.validation-advice a{
	color: red;
}

#col2 form.content span.validation-advice-hidden {
	position: absolute;
	left: -1000px;
	top: -1000px;
}

#col2 form.content li.forms-input-checkbox input,
#col2 form.content li.forms-input-checkbox-infoicon input {
	width: auto;
	text-align: left;
}

#col2 form.content li.forms-input-checkbox-label-after,
#col2 form.content li.forms-input-checkbox-label-after-infoicon {
	margin-left: 0;
	padding: 0 0 0 14.67em;
	clear: left;
}
#col2 form.content li.pushleft {
	padding-left: 0 !important;
}


#col2 form.content li.forms-input-checkbox-label-after input,
#col2 form.content li.forms-input-checkbox-label-after-infoicon input {
	float: left;
	margin-right: 4px;
	width: auto;
}

#col2 form.content li.forms-input-checkbox-label-after label,
#col2 form.content li.forms-input-checkbox-label-after-infoicon label {
	width: 25em;
	margin-right: 0;
}

#col2 form.content li.forms-input-checkbox-label-after label img,
#col2 form.content li.forms-input-checkbox-label-after-infoicon label img {
	float:left;
	padding: 2px 6px 10px 6px;
}

#col2 form.content ul.forms-onerow {
	margin-bottom: 6px;
	/*padding-left: 3px;*/
	clear:	both;
}

#col2 form.content ul.forms-onerow li {
	/*display: inline;*/
}

#col2 form.content ul.forms-onerow label {
}

#col2 form.content li.forms-input-image input,
#col2 form.content li.forms-input-image-infoicon input {
	width: auto;
}

#col2 form.content li.forms-input-radio input,
#col2 form.content li.forms-input-radio-infoicon input {
	width: auto;
	text-align: left;
}

#col2 form.content li.forms-input-radio-label-after,
#col2 form.content li.forms-input-radio-label-after-infoicon {
	margin-left: 0;
	padding: 0;
	clear: left;
}

#col2 form.content li.forms-input-radio-label-after input,
#col2 form.content li.forms-input-radio-label-after-infoicon input {
	float: left;
	width: auto;
	text-align: left;
}

#col2 form.content li.forms-input-radio-label-after label,
#col2 form.content li.forms-input-radio-label-after-infoicon label {
	display: inline;
	width: auto;
}

#col2 form.content li.forms-input-naked-text,
#col2 form.content li.forms-input-naked-text-infoicon {
	clear: left;
}

#col2 form.content li.forms-input-naked-image,
#col2 form.content li.forms-input-naked-image-infoicon {
	clear: left;
}

#col2 form.content li.forms-input-image input,
#col2 form.content li.forms-input-image input-infoicon {
	width: auto;
}

#col2 form.content li.input_label_after_aligned_right {
	padding: 4px 0 4px 200px;
}

#col2 form.content li.input_label_after_aligned_right label{
	width: 180px;
}

#col2 form.content li.forms-input-submit input, 
#col2 form.content li.forms-input-reset input, 
#col2 form.content li.forms-input-print input,
#col2 li.boardSearchSubmit input {
	width: auto;
	float: right;
	margin-right: 1.8em;
	background: #F9DA5D url(layout-formbutton.gif) repeat-x center top;
	border: 1px solid #EBC642;
	font-size: 0.92em;
	padding: 0.1em 0.7em 0.15em;
}

#col2 form.content li.forms-input-submit input.userdisabled, 
#col2 form.content li.forms-input-reset input.userdisabled, 
#col2 form.content li.forms-input-print input.userdisabled,
#col2 li.boardSearchSubmit input.userdisabled {
	color: #999;
	border-color: #DDD0A0;
}

#col2 form.content li.forms-input-submit {
	float: none;
	/*margin: 0 -1.33em -2.33em -1.33em;*/
	padding: 1.33em 0;
	background: #fff;
	overflow: hidden;
}

#col2 form.content li.forms-input-reset {
	margin-right: 3px;
	float: right;
}

#col2 form.content li.forms-input-print input {
	margin-right: 20px;
	margin-top: 4px;
	float: right;
}

#col2 form.content ul.forms-header {
	height: 18px;
	padding-left: 5px;
	margin: 0px;
	border-bottom: 1px solid #CCCCCC;
}

#col2 form.content li.forms-header-text {
	font-weight: bold;
	font-size: 1em;
	padding: 2px 0px 3px 0px;
	display: inline;
}

#col2 form.content .formheader {
	font-weight: bold;
	font-size: 1em;
	padding: 2px 0px 3px 5px;
}

.formheaderhr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #CCCCCC;
	border-bottom: transparent;
}

.formrequiredstring {
	margin-top: 5px;
	padding-left: 3px;
	display: block;
}

#col2 form.content li.forms-input-radiobutton-label-after,
#col2 form.content li.forms-input-radiobutton-label-after-infoicon {
	margin-left: 127px;
	padding: 0;
	clear: left;
}

#col2 form.content li.forms-input-radiobutton-label-after input,
#col2 form.content li.forms-input-radiobutton-label-after-infoicon input {
	float: left;
	margin-right: 4px;
	width: auto;
}

#col2 form.content li.forms-input-radiobutton-label-after label,
#col2 form.content li.forms-input-radiobutton-label-after-infoicon label {
	width: 245px;
}

#col2 form.content li.forms-input-radiobutton-label-after label img,
#col2 form.content li.forms-input-radiobutton-label-after-infoicon label img {
	float:left;
	padding: 2px 6px 10px 6px;
}





#col2 form.content li.forms-input-checkbox input,
#col2 form.content li.forms-input-checkbox-infoicon input,
#col2 form.content li.forms-input-checkbox-label-after input,
#col2 form.content li.forms-input-checkbox-label-after-infoicon input,
#col2 form.content li.forms-input-radio input,
#col2 form.content li.forms-input-radio-infoicon input,
#col2 form.content li.forms-input-radio-label-after input,
#col2 form.content li.forms-input-radio-label-after-infoicon input {
	position: relative;
	top: 0.1em;
	padding: 0;
	margin-right: 0.4em;
}


#col2 form.content li.pushleft {
	margin:0;
}

#col2 form.content li.pushleft div {
	margin:0;
	padding: 0;
	padding-left: 3px;
}

#col2 form.content li.pushleft label {
	width: 95%;
	margin-right: 0;
}

#col2 form.content li.radiolabel label {
	width: 400px;
}

#col2 form.content .smallinput label {
	width: 345px;

}
#col2 form.content .smallinput input, #col2 form.content .smallselect select {
	width: 4.5em;
	float: right;
	margin-right: 1.6em;
}
#col2 form.content .mediuminput input, #col2 form.content .mediumselect select {
	width: 9em;
	float: right;
	margin-right: 1.6em;
}

#col2 form.content .smallinput100 label {
	width: 295px;

}
#col2 form.content .smallinput100 input {
	width: 100px;
}


#col2 form.content .smallinputleft label {
	/*width: 127px;*/
}

#col2 form.content .smallinputleft input {
	width: 4.2em;
	/*margin-left:-4px;*/
}


#col2 form.content .smallinputs label {
	width: 355px;
}
#col2 form.content .smallinputs input {
	width: 40px;
}

#col2 form.content .smallinputsmalllabel label {
	width: 175px;
}
#col2 form.content .smallinputsmalllabel input {
	width: 50px;
}


#col2 form.content .smallselect label {
	width: 345px;
}

#col2 form.content .mediumselect label {
	width: 345px;
}

#col2 form.content .textareavalign label {
    width: 100%;
}

#col2 form.content .textareavalign textarea {
    float: left;
}

#col2 form.content .forms-input-text-readonly input,
#col2 form.content .forms-input-text-readonly-infoicon input {
	border: 0 solid;
	background-color: transparent;
	margin: 0 1px 0 1px;
}


#col2 form.content .forms-input-checkbox-label-after div.validation-advice,
#col2 form.content .forms-input-checkbox-label-after-infoicon div.validation-advice,
#col2 form.content .forms-input-radio-label-after div.validation-advice,
#col2 form.content .forms-input-radio-label-after-infoicon div.validation-advice {
		/*float:left;*/
		margin-left: 0;
		padding-left: 0;
}

/* MULTISTEP */
#col2 form.content li.forms-input-submit a.override {
	background: #F9DA5D url('layout-formbutton.gif') repeat-x scroll center top;
	border: 1px solid #EBC642;
	font-size: 0.92em;
	margin-right: 16px;
	margin-left: 1.33em;
	padding: 0.1em 0.7em 0.15em;
	width: auto;
	color: #000000;
	float: right;
	cursor: default;
	line-height: 1.3em;
}

div#formsteps {
	height: 59px;
	padding-top: 8px;
	margin-top: 16px;
	border-top: 8px solid #ffcc00;
	margin-right: -5px;
}

ul.statusArrow {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.statusArrow li {
	float: left;
	line-height: 35px;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
	display: block;
	background: url('multistep-inactive.gif') no-repeat right top;
}

ul.statusArrow li.last {
	background: none;
}

ul.statusArrow li.current {
	background: url('multistep-current.gif') no-repeat right top;
}

ul.statusArrow li.tolast {
	/* background-position: right bottom; */
}

ul.statusArrow li.pre {
	background: url('multistep-pre.gif') no-repeat right center;
}

ul.statusArrow li span {
	background-color: #CCCCCC;
}

ul.statusArrow li.last span {
	/* background-color: #999999; */
	background-color. #CCCCCC;
}

ul.statusArrow li.current span {
	background-color: #f3e5a8;
}

ul.statusArrow li.last span.level1 {
	margin-right: 0;
}

ul.statusArrow li span.level1 {
	margin-right: 38px;
	padding-left: 10px;
	display: block;
	height: 40px;
}

ul.statusArrow li span.level2 {
	/*display: block;
	line-height: 35px;*/
	display: table-cell;
	height: 37px;
	line-height: 1.4;
	vertical-align: middle;
	zoom: 1;
}


/* SEMINAR-ANMELDUNG */
#col2 form#seminar_subscription input.forms-input-checkbox,
#col2 form#seminar_subscription input.forms-input-checkbox-infoicon {
	width: auto;
	text-align: left;
}

#col2 form#seminar_subscription ul.anchor-list{
	margin-bottom: 2em;
}

#col2 form#seminar_subscription ul.anchor-list li {
	list-style-type: disc;
	margin-left: 1.5em;
	padding-bottom: 3px;
	padding-top: 0;
}

#col2 form#seminar_subscription table {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#col2 form.seminars-step2 table {
	background-color: #000;
}

#col2 form#seminar_subscription table td {
	width: 20%;
	vertical-align: middle;
	background-color: #E7E7E7;
}

#col2 form.seminars-step2 table td {
	width: 25%;
}


#col2 form.seminars-step1 div.validation-advice,
#col2 form#seminar_subscription #no-seminar-advice {
	padding-left: 0;
	margin-bottom: 0.5em;
	width: auto;
}

#col2 form#seminar_subscription table .remove-seminar-disabled {
	display: none;
}

#col2 form#seminar_subscription table .remove-seminar-enabled {
	display: table-cell;
	text-align: center;
	padding: 0 3px 0 3px;
	width: 1%;
}

#col2 form.seminars-step1 {
	border: none;
	background: none;
}

#col2 form#seminar_subscription img{
	vertical-align: bottom;
}

#col2 form.seminars-step1 h2 {
	margin-top: 0.5em;
}

div.forms-editmode {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #D2D2D4;
	color: red;
	font-weight: bold;
}

/* INFO-ICON */
#col2 form.content fieldset legend a.info-icon {
	margin-left: 0.5em;
}
#col2 form.content fieldset legend span {
	float: left;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#col2 form.content fieldset legend span {
		float: none;
	}
}

#col2 form ul li.forms-input-text-infoicon input,
#col2 form ul li.forms-input-text-readonly-infoicon input,
#col2 form ul li.forms-input-geocoordinates-infoicon input,
#col2 form ul li.forms-input-password-infoicon input,
#col2 form ul li.forms-input-textarea-infoicon textarea {
  	width: 24.74em;
}
#col2 form ul li.forms-input-dropdown-infoicon select {
	width: 25.07em;
}
#col2 form ul li.forms-input-file-infoicon input {
  	width: 25.1em;
}

#col2 form ul li a.info-icon {
	
}

#col2 form ul li a.info-icon img {
	border: 0;
	margin-top: 0.1em;
}
#col2 form ul li.forms-input-checkbox a.info-icon img,
#col2 form ul li.forms-input-checkbox-label-after a.info-icon img,
#col2 form ul li.forms-input-radio a.info-icon img,
#col2 form ul li.forms-input-radio-label-after a.info-icon img {
	vertical-align: bottom;
}

#col2 form.content li.forms-input-checkbox-label-after-infoicon label,
#col2 form.content li.forms-input-radio-label-after-infoicon label {
	width: auto;
	margin-right: 0.5em;
}

#col2 form.content li.info-icon-group a.info-icon {
	float: right;
	margin-right: 1.75em;
}
#col2 form.content li.info-icon-group ul li.forms-input-checkbox-label-after label,
#col2 form.content li.info-icon-group ul li.forms-input-radio-label-after label {
	width: auto;
}
#col2 form input.jsupdate {
	margin-top: 0.3em;
	margin-left: 14.66em;
	width: auto;
}

/* Hide the datepickers associated input by using a className */
.fd-hidden-input
        {
        display:none;
        }
/* Screen reader class - used to hide spans inside each cell from the visual display */
.fd-screen-reader
        {
        position:absolute;
        left:-999em;
        top:0;
        width:1px;
        height:1px;
        overflow:hidden; 
        outline: 0 none;
	-moz-outline: 0 none;
        } 
/* The wrapper div */
.date-picker
        {
        position:absolute;        
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 11px Verdana,Helvetica,Sans-Serif;

        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana, sans-serif; */
        
        /* Or, if you prefer a pixel precision */
        /* font:900 12px/12px Verdana, sans-serif; */
        
        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. */
        -moz-user-select:none;
        -khtml-user-select:none;
        -webkit-user-select:none;                 
        }
/* Styles for the static datePickers */
.static-datepicker
        {
        position:relative;        
        top:5px;
        left:0;
        margin-bottom:1.5em;
        }
/* The iframe hack to cover selectlists in IE6 */
.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
.date-picker-control-disabled:hover span,
.date-picker-control-disabled:active span
        {
        box-shadow:none !important;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
.oldie-mhtml .date-picker-control
        {
        _width:18px;
        }
/* IE, Safari & Opera. Seperate CSS rule seems to be required. */
.date-picker-control
        {
        display:inline-block;
        }
/* Generic button class for Next & Previous (both month & year) buttons */
.date-picker .prev-but,
.date-picker .next-but
        {
        font-weight:normal;
        font-size:2.4em;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        cursor:pointer;
        }
.date-picker .prev-but,
.date-picker .next-but,
.date-picker .today-but
        {         
        -webkit-transition:all .2s ease-in-out;
        -moz-transition:all .2s ease-in-out;
        -o-transition:all .2s ease-in-out;
        transition:all .2s ease-in-out;        
        }
.date-picker .prev-but:hover,
.date-picker .next-but:hover
        {
        /*        
        Uncomment this if you want a scale effect...
        
        -webkit-transform:scale(1.6);
        -moz-transform:scale(1.6);
        -ie-transform:scale(1.6);
        -o-transform:scale(1.6);
        transform:scale(1.6);
        
        text-shadow:0 2px 1px rgba(0,0,0,.4);
        */
        }
/* Today button */
.date-picker .today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        padding-top:0.3em;
        text-transform:uppercase;
        vertical-align:middle;
        cursor:pointer          
        }
/* Disabled buttons */ 
.date-picker-disabled .prev-but,
.date-picker-disabled .next-but,
.date-picker-disabled .today-but,
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover,
.date-picker-disabled .today-but:hover,
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover,
.date-picker .fd-disabled,
.date-picker .fd-disabled:hover
        {
        color:#666;
        cursor:default !important; 
        opacity:1;        
        }   
.date-picker .prev-but.fd-disabled:hover,
.date-picker .next-but.fd-disabled:hover
        {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ie-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        text-shadow:0 -1px 1px rgba(255,255,255,.8);
        }
/* Common TD & TH styling */
.date-picker td,
.date-picker tbody th
        {                 
        border:0 none;
        padding:0;
        text-align:center;
        vertical-align:middle;               
        cursor:pointer;
        background-position:0 -35px;   
        overflow:hidden;      
        outline:transparent none 0px;        
        border:1px solid #ccc;
        text-transform:none;
        text-shadow:0 1px #fff; 
        -webkit-border-radius:2px;        
        -moz-border-radius:2px;         
        border-radius:2px;
        }
.date-picker th
        {
        border:0 none;
        padding:0;        
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle; 
        text-transform:none;        
        }
.date-picker .date-picker-week-header
        {                          
        border:1px solid #dcdcdc;        
        font-style:oblique;  
        background:transparent;
        cursor:default;         
        }
.date-picker .date-picker-thead .date-picker-week-header
        {                          
        border:0 none;
        cursor:help;         
        }
/* The "mon tue wed etc" day header styles */
.date-picker .date-picker-day-header
        {
        cursor:help;
        border:0 none;
        padding:0 0 0.2em 0;
        height:auto;
        }
/* tfoot status bar */
.date-picker .date-picker-statusbar
        {
        cursor:default;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:0.1em;
        border:0 none;
        background:#fff;
        height:2.8em;
        }
/* TD cell that is _not_ used to display a day of the month */
.date-picker .date-picker-unused
        {
        border-color:#dcdcdc;          
        cursor:default !important;
        background-position:0 -25px;
        }
/* The TH cell used to display the "month, year" title */
.date-picker .date-picker-title
        {
        width:auto;
        height:auto;
        }
.date-picker .month-out.date-picker-highlight 
        {
        color:#b87676;
        }
/* The "active cursor" style */
.date-picker .date-picker-hover,
.date-picker .month-out.date-picker-hover
        {
        cursor:pointer;
        border-color:rgb(100,130,170) !important;
        border-color:rgba(100,130,170,.7) !important; 
        text-shadow: 0px 1px 1px #fff;        
        -webkit-box-shadow:0 0 6px rgba(100,130,170,.6); 
        -moz-box-shadow:0 0 6px rgba(100,130,170,.6); 
        box-shadow:0 0 6px rgba(100,130,170,.6);  
        }
/* The "disabled days" style */
.date-picker .day-disabled
        {          
        color:#888;
        cursor:default;
        text-decoration:line-through;
        background-position:0 -15px;
        } 
.date-picker .month-out 
        {
        border-color:#ddd;
        border-color:rgba(220,220,220,0.8);
        color:#aaa;
        background-position:0 -25px;
        } 
/* The "selected date" style - color changed below also */
.date-picker .date-picker-selected-date
        {
        border-color:#888 !important;
        border-color:rgba(7,7,7,.6) !important;
        }
/* The date "out of range" style */
.date-picker .out-of-range,
.date-picker .not-selectable
        {           
        color:#ccc;
        font-style:oblique;
        background:#fcfcfc;
        cursor:default;              
        } 
/* Week number "out of range" && "month-out" styles */
.date-picker th.month-out,
.date-picker th.out-of-range
        {
        color:#aaa;
        font-style:oblique;
        background:#fcfcfc;          
        }
/* Week numbers "out of range" */
.date-picker .out-of-range
        {
        opacity:0.6;
        }  
/* Used when the entire grid is full but the next/prev months dates cannot be selected */
.date-picker .not-selectable
        {         
        opacity:0.8;
        }
/* IE gets the filter treatment */
.oldie-mhtml .date-picker .out-of-range
        {
        filter:alpha(opacity=60);
        }
.oldie-mhtml .date-picker .not-selectable
        {
        filter:alpha(opacity=80);
        }
.date-picker tr
        {
        display:table-row;
        }
.date-picker sup
        {
        font-size:0.86em;
        letter-spacing:normal;
        text-transform:none;
        height: 0;
	line-height: 1;
	position: relative;
	top:-0.2em;	
	vertical-align: baseline !important;
	vertical-align: top;  
        }
.date-picker .date-picker-day-header,
.date-picker .month-display,
.date-picker .year-display
        {            
        text-shadow: 0px 1px 1px #fff;
        }
.date-picker .month-display,
.date-picker .year-display
        {            
        cursor:default;                            
        }
.date-picker td:focus,
.date-picker .date-picker-hover 
        {
        overflow:hidden;
        outline:0px solid #ff0000;        
	-moz-outline: 0 none;
	-o-highlight:0 none;
        }
/* The "selected date" style */
.date-picker .date-picker-selected-date
        {
        color:#333;
        color:rgba(3,3,3,.8);
        }
.static-datepicker table
        {
        -webkit-box-shadow:0 0 0 transparent;
        -moz-box-shadow:0 0 0 transparent;   
        box-shadow:0 0 0 transparent;           
        }               
.date-picker-focus table
        {
        /* Naughty, naughty - but we add a highlight & box shadow to make up for it */
        outline:none;
        border-color:#999;
        border-color:rgba(153,153,153,.8);
        -webkit-box-shadow:0px 0px 5px #aaa;
        -moz-box-shadow:0px 0px 5px #aaa;
        box-shadow:0px 0px 5px #aaa; 
        }
/* Draggable datepickers */
.date-picker .drag-enabled,
.date-picker .drag-enabled span
        {
        cursor:move;
        }    
/* Disabled datePicker */
.date-picker-disabled table
        {
        opacity:.8 !important;
        }
.oldie .date-picker-disabled table
        {
        filter:alpha(opacity=80);                  
        }
.date-picker-disabled,
.date-picker-disabled td,
.date-picker-disabled th,
.date-picker-disabled th span
        {
        cursor:default !important;          
        }
.date-picker-disabled .prev-but:hover,
.date-picker-disabled .next-but:hover
        {
        -webkit-transform:scale(1);
        -moz-transform:scale(1);
        -ie-transform:scale(1);
        -o-transform:scale(1);
        transform:scale(1);
        text-shadow:none;
        }
body.fd-drag-active 
        {
        -webkit-user-select:none;
        -moz-user-select:none;
        -khtml-user-select:none;
        -webkit-touch-callout:none; 
        user-select:none;     
        }
/* Glow effect for the focused (keyboard active) cursor cell */
@-webkit-keyframes pulse {
0%      {
        box-shadow:0 0 4px rgba(100, 130, 170, 0.5);
        }
20%     {
        box-shadow:0 0 4px rgba(70, 130, 170, 0.6);
        }
40%     {
        box-shadow:0 0 5px rgba(40, 130, 170, 0.7);
        }
60%     {
        box-shadow:0 0 6px rgba(10, 130, 170, 0.8);
        }
80%     {
        box-shadow:0 0 5px rgba(40, 130, 170, 0.7);
        }
100%    {
        box-shadow:0 0 4px rgba(70, 130, 170, 0.6);
        }
}
@-moz-keyframes pulse {
0%      {
        box-shadow:0 0 4px rgba(100, 130, 170, 0.5);
        }
20%     {
        box-shadow:0 0 4px rgba(70, 130, 170, 0.6);
        }
40%     {
        box-shadow:0 0 5px rgba(40, 130, 170, 0.7);
        }
60%     {
        box-shadow:0 0 6px rgba(10, 130, 170, 0.8);
        }
80%     {
        box-shadow:0 0 5px rgba(40, 130, 170, 0.7);
        }
100%    {
        box-shadow:0 0 4px rgba(70, 130, 170, 0.6);
        }
}
@-ms-keyframes pulse {
0%      {
        box-shadow:0 0 4px rgba(100, 130, 170, 0.5);
        }
20%     {
        box-shadow:0 0 4px rgba(70, 130, 170, 0.6);
        }
40%     {
        box-shadow:0 0 5px rgba(40, 130, 170, 0.7);
        }
60%     {
        box-shadow:0 0 6px rgba(10, 130, 170, 0.8);
        }
80%     {
        box-shadow:0 0 5px rgba(40, 130, 170, 0.7);
        }
100%    {
        box-shadow:0 0 4px rgba(70, 130, 170, 0.6);
        }
}

/* ----- Custom ---- */

/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */


div.date-picker table tbody td {

	border-left: 0;
	padding: 0 2px;
	line-height: 16px;
	font-weight: bold;
}

div.date-picker table td {

	border-bottom: 1px dotted #ccc !important;
	margin: 0;
}

div.date-picker table th {

	margin: 0;
}

div.date-picker table thead th {

	line-height: 16px;
	border-bottom: 0 !important;
}

div.date-picker span.prev-but,
div.date-picker span.next-but {

	display: block;
	width: 11px;
	height: 9px;
	margin: auto;
}

div.date-picker span.prev-year {

	background: #FFFFFF url('datepicker.gif') no-repeat -1px -16px;
	-webkit-transition: none;
}

div.date-picker span.prev-month {

	background: #FFFFFF url('datepicker.gif') no-repeat -1px -2px;
	-webkit-transition: none;
}

div.date-picker span.next-year {

	background: #FFFFFF url('datepicker.gif') no-repeat -16px -16px;
	-webkit-transition: none;
}

div.date-picker span.next-month {

	background: #FFFFFF url('datepicker.gif') no-repeat -16px -2px;
	-webkit-transition: none;
}
/*
div.date-picker span.prev-year:hover {

	background-position: -28px -16px;
	-webkit-transition: none;
}

div.date-picker span.prev-month:hover {

	background-position: -28px -2px;
	-webkit-transition: none;
}

div.date-picker span.next-year:hover {

	background-position: -42px -16px;
	-webkit-transition: none;
}

div.date-picker span.next-month:hover {

	background-position: -42px -2px;
	-webkit-transition: none;
}
*/
/* Hide the input by using a className */
input.fd-hidden-input,
select.fd-hidden-input
        {
        display:none;
        }
/* Screen reader class - hides it from the visual display */
.fd-screen-reader
        {
        position:absolute;
        left:-999em;
        top:0;
        width:1px;
        height:1px;
        overflow:hidden; 
        outline: 0 none;
	-moz-outline: 0 none;
        } 
/* Disabled datePicker and activation button */
a.dp-disabled,
.dp-disabled table
        {
        opacity:.3 !important;           
        filter:alpha(opacity=40);           
        }
.dp-disabled,
.dp-disabled td,
.dp-disabled th,
.dp-disabled th span
        {
        cursor:default !important;          
        }
/* The wrapper div */
div.datePicker
        {
        position:absolute;        
        z-index:9999;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 11px Verdana,Helvetica,sans-serif;

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. */
        -moz-user-select:none;
        -khtml-user-select:none;                 
        } 
/* Styles for the static datePickers */
div.static-datepicker
        {
        position:relative;        
        top:5px;
        left:0;
        }
div.date-picker table
        {
        width:auto;
        height:auto;
        border-collapse:collapse !important;         
        } 
/* Draggable datepickers */
div.date-picker tfoot th.drag-enabled,
div.date-picker thead th.drag-enabled,
div.date-picker thead th.drag-enabled span
        {
        cursor:move;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:9998;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited
        {
        position:relative;
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 2px 0 4px;
        background:transparent url(datepicker-cal.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:top;         
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
/* IE, Safari & Opera. Seperate CSS rule seems to be required. */
a.date-picker-control
        {
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
		overflow: hidden;
        }
/* Default "button" styles */
div.date-picker thead th span
        {
        display:block;
        padding:0;
        margin:0;
        text-align:center;
        line-height:16px;
        height:16px;
        border:0 none;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
/* The "month, year" display */
div.date-picker th span.month-display,
div.date-picker th span.year-display
        {
        display:inline;
        /* text-transform:uppercase;
        letter-spacing:1px; */
        /* font:normal 1.2em Verdana,Helvetica,sans-serif; */
        cursor:default;          
        }
/* Next & Previous (month, year) buttons */
div.date-picker th span.prev-but,
div.date-picker th span.next-but
        {
        font-weight:lighter;
        font-size:2.4em;
        /* font-family: georgia, times new roman, palatino, times, bookman, serif; */
        cursor:pointer !important;
        }
/* Hover effect for Next & Previous (month, year) buttons */
div.date-picker th span.prev-but:hover,
div.date-picker th span.next-but:hover,
div.date-picker th span.today-but:hover
        {
        color:#000;
        }
/* Today button */
div.date-picker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        /* font:normal 1em Verdana,Helvetica,sans-serif; */
        width:100%;
        text-decoration:none;
        padding-top:0.3em;
        /* text-transform:uppercase; */
        vertical-align:middle;
        cursor:pointer !important;
		color: #000;
        }
/* Disabled buttons */ 
div.dp-disabled th span.prev-but,
div.dp-disabled th span.next-but,
div.dp-disabled th span.today-but,
div.dp-disabled th span.prev-but:hover,
div.dp-disabled th span.next-but:hover,
div.dp-disabled th span.today-but:hover,
div.date-picker th span.prev-but.fd-disabled:hover,
div.date-picker th span.next-but.fd-disabled:hover,
div.date-picker thead th span.fd-disabled,
div.date-picker th span.fd-disabled:hover
        {
        color:#666;
        cursor:default !important; 
        opacity:1;        
        }   
/* The mon, tue, wed etc day buttons */
div.date-picker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        /* font:900 1em Verdana,Helvetica,sans-serif; */
        text-decoration:none;
        /* text-transform:uppercase; */
        cursor:pointer;
        }
/* The table */
div.date-picker table
        {               
        margin:0;
        padding:0;
        border:1px solid #ccc;        
        background:#fff;
        text-align:center;
        border-spacing:0;
        width:auto;             
        empty-cells:show;   
        /* border-radius:0.8em;             
        -moz-border-radius:0.8em; */
        -moz-box-shadow:0px 0px 5px #aaa;               
        }
/* Common TD & TH styling */
div.date-picker table td,
div.date-picker table tbody th
        {                 
        border:0 none;
        padding:0;
        text-align:center;
        vertical-align:middle;               
        cursor:pointer;
        background:#fff;
        /* width:3em;
        height:3em;  */ 
        overflow:hidden;      
        outline:transparent none 0px;        
        /* border:1px solid #ccc; */
        text-transform:none;         
        /* -moz-border-radius:2px;         
        border-radius:2px; */
        }
div.date-picker table td:focus,
div.date-picker table td:active
        {
        outline:0 none red;
        }
div.date-picker table th
        {
        border:0 none;
        padding:0;        
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle; 
        text-transform:none;        
        }
div.date-picker table thead th
        {
        height:16px !important;
        }
div.date-picker table tbody th
        {                          
        border:1px solid #dcdcdc;        
        }
/* Week number display */
div.date-picker table thead th.date-picker-week-header,
div.date-picker table tbody th.date-picker-week-header
        {
        font-style:oblique;  
        background:transparent;
        cursor:default;         
        }
div.date-picker table thead th.date-picker-week-header
        {
        cursor:help;
        border:0 none;
        padding:0 0 0.2em 0;
        }
/* tfoot status bar */
div.date-picker tfoot th
        {
        cursor:default;
        font-weight:normal;
        /* text-transform:uppercase;
        letter-spacing:0.1em; */
        border:0 none;
        background:#fff;
        height:2.8em;
        }
/* TD cell that is _not_ used to display a day of the month */
div.date-picker table tbody td.date-picker-unused
        {
        /* background:#eee;
        border-color:#dcdcdc; */       
        cursor:default !important;
        }

/* The TH cell used to display the "month, year" title */
div.date-picker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        /* padding:0.4em 0; */
        }
/* The "mon tue wed etc" day header styles */
div.date-picker table thead th.date-picker-day-header
        {
        /* text-transform:uppercase; */
		border-top: 2px solid #ECD46F;
		background: #fff url('ie-border-black.gif') repeat-x bottom;
		/* border-bottom: 1px dotted #000 !important; */
        cursor:help;
        height:auto;
        }
div.date-picker table tbody td.month-out.date-picker-highlight 
        {
        color:#aa8866 !important;
        }
/* The "highlight days" style */
/*div.date-picker table tbody td.date-picker-highlight,
div.date-picker table thead th.date-picker-highlight
        {
        color:#000 !important;
        }*/
/* The "active cursor" style */
div.date-picker table tbody td.date-picker-hover
        {
        background:#FC0 !important;
        cursor:pointer;
        /* border-color:rgb(100,130,170) !important; */
        text-shadow: 0px 1px 1px #fff;                
        }
/* The "disabled days" style */
div.date-picker table tbody td.day-disabled
        {          
        background:#eee;
        color:#aaa !important;
        cursor:default;
        text-decoration:line-through;
        } 
div.date-picker table tbody td.month-out 
        {
        border-color:#ddd;
        color:#aaa !important;
        background:#fff url(datepicker-gradient.gif) repeat-x 0 -40px;                             
        } 
/* The "selected date" style */
div.date-picker table tbody td.date-picker-selected-date
        {
        background:#FC0 !important;
        }
div.date-picker table tbody td.date-picker-today
        {
        background:#F3E5A8 !important;
        }
div.date-picker table tbody td.date-picker-today.date-picker-selected-date
        {
        background:#FC0 !important;
        }
/* The date "out of range" style */
div.date-picker table tbody td.out-of-range,
div.date-picker table tbody td.not-selectable
        {           
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;              
        } 
/* Week number "out of range" && "month-out" styles */
div.date-picker table tbody th.month-out,
div.date-picker table tbody th.out-of-range
        {
        color:#aaa !important;
        font-style:oblique;
        background:#fcfcfc !important;          
        }
/* week numbers "out of range" */
div.date-picker table tbody th.out-of-range
        {
        opacity:0.6;
        filter:alpha(opacity=60);
        }  
/* Used when the entire grid is full but the next/prev months dates cannot be selected */
div.date-picker table tbody td.not-selectable
        {         
        opacity:0.8;
        filter:alpha(opacity=80);        
        }
div.date-picker table tbody tr
        {
        display:table-row;
        }
div.date-picker table tfoot sup
        {
        font-size:0.86em;
        letter-spacing:normal;
        text-transform:none;
        height: 0;
	line-height: 1;
	position: relative;
	top: -0.2em;	
	vertical-align: baseline !important;
	vertical-align: top;  
        }
div.date-picker table thead th.date-picker-day-header,
div.date-picker table thead span.month-display,
div.date-picker table thead span.year-display
        {            
        text-shadow: 0px 1px 1px #fff;                            
        }
/* You can add focus effects (for everything but IE6) like so: */

div.datepicker-focus table.date-picker-table
        {
        border-color:#999 !important;         
        }
div.date-picker table tbody tr td:focus,
div.date-picker table tbody td.date-picker-hover 
        {
        overflow:hidden;
        outline:0px solid #ff0000;        
	-moz-outline: 0 none;
	-o-highlight:0 none;
	/* color:rgb(100,130,170) !important; */        	
        }
div.static-datepicker table
        {
        -moz-box-shadow:0 0 0 transparent;
        
        }               
div.datepicker-focus table
        {
        /* Naughty, naughty - but we add a highlight using the table's border colour */
        outline:none;
         -moz-box-shadow:0px 0px 5px #aaa;         
        }    
       *:-o-prefocus{outline : -o-highlight-border;}
 
/* INTERNET EXPLORER WOES
   ======================
   
   Hover Effects
   -------------
   
   IE cannot deal with :focus on the TR so the datePicker script adds the class "dp-row-highlight" to the
   row currently being hovered over. This should enable you to add hover effects if desired.
   
   e.g. the following rule will highlight the cell borders in another colour when a row is moused over,
   it looks like crap though so I didn't include the rule within the demo:
   
div.date-picker table tbody tr.dp-row-highlight td
        {
        border-color:#aaa;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack  
   This is a workaround for a nasty IE6 bug that never caches background images on dynamically created DOM nodes
   which means that they are downloaded for every cell for every table - nasty! */    
* html div.date-picker table td
        {
        background-image:none;
        }
* html div.date-picker table td.date-picker-unused
        {
        /* background:#f2f2f2; */
        }
body.fd-drag-active 
        {
        -webkit-user-select:none;
        }
/* Chrome has problems with the -webkit-box-shadow and -webkit-border-radius styles together 
   Remove one or the other to get things looking less ugly */       
@media screen and (-webkit-min-device-pixel-ratio:0) {
        div.date-picker table
                {
                border-spacing:0em;
                /* Naughty, naughty */
                -webkit-box-shadow:0px 0px 5px #aaa;                 
                /* -webkit-border-radius:0.8em;  */              
                }          
        div.static-datepicker table
                {
                -webkit-box-shadow:0 0 0 transparent;
                } 
        div.datepicker-focus table
                {        
                -webkit-box-shadow:0px 0px 5px #aaa;       
                }       
        div.date-picker table td,
        div.date-picker table tbody th
                {
                padding:0.1em;
                /* -webkit-border-radius:2px; */
                }
        div.date-picker table tbody td.date-picker-hover
                {                
                -webkit-box-shadow:0px 0px 1px rgb(100,130,170);
                }       
}

/* disable general form styling for edit dialogues in site manager */

#col2 #set-thumbnail input {
	width: 200px;
}

#col2 #set-thumbnail select {
	width: 100%;
}

#col2 form ul li.nopadding, #col2 form fieldset.nopadding ul li  {
	padding-left: 0 !important;
	margin-top: 0.5em;
}

#col2 form ul li.nopadding label, #col2 form fieldset.nopadding label {
	width: 40em !important;
}

#col2 form fieldset.lighttitle legend {
	font-weight: normal;
}

#col2 form.content .lager label {
	width: 8em;

}