/*--------UI accordion---selectie van de redactie-----------*/

.ui-accordion {
 margin: 0px; 
 padding: 0px; 
 list-style: none;
 border-bottom: 3px solid #591414;
 color:#591414;
 background-color:white;
 }

.ui-accordion h5{
 font-weight: normal;
 padding: 10px;
 font-style: italic;
 }

.ui-accordion .pic_groot {
 border: 0px solid red;
 }

.ui-accordion li {
 margin: 0px; 
 padding: 0px;
 color: #591414;
 border: 1px solid #591414;
 border-bottom: 0px solid white;
 }

.ui-accordion li a {
 color: #591414;
 background-color: transparent;
 background-image: url(/socialsites/helpendehollander/icons/acc_not_selected.gif);
 background-repeat: no-repeat;
 }

.ui-accordion li a:hover {
 background-color: transparent;
 background-image: url(/socialsites/helpendehollander/icons/acc_not_selected.gif);
 background-repeat: no-repeat;
 }

.ui-accordion li div {
 background: #ffffff;
 color: #000000;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }

.ui-accordion li div a {
 background: #ffffff;
 color: #591414;
}

.ui-accordion-group {
 border: 1px solid green;
 }

.acc_header.ui-accordion-header {
 font-weight: normal;
 font-size: 0.8em;
 text-decoration: none;
 padding: 7px 0px 7px 30px;
 margin: 0px 0px 0px 0px;
 background-color: #ece9d8;
 display: block;
 overflow:hidden;
 height: 20px;
 }

.acc_header.ui-accordion-header:hover {
 color: #591414;
 font-weight:bold;
 background-color: #ece9d8;
 }

.selected.ui-accordion-header {
 background-image: url(/socialsites/helpendehollander/icons/acc_selected.gif);
 background-repeat: no-repeat;
 color:black;
 font-weight: bold;
 }

.selected.ui-accordion-header:hover {
 background-image: url(/socialsites/helpendehollander/icons/acc_selected.gif);
 background-repeat: no-repeat;
 }

.ui-accordion-content {
 }


/*UI tabs*/
/* profielpagina's menu in container 2 */

.profile .ui-tabs-selected span:hover{
 color: white;
 }

.profile .ui-tabs-selected a {
 color: white;
 }

.profile .ui-tabs-hide {
 position: absolute;
 left: -10000px;
 }


/* profielpagina's menu in container 2 */

.profile{
 background-color:white;
 }

.profile .ui-tabs-panel {
 margin: 0px;
 padding: 20px;
 line-height: 1.3;
 list-style: none;
 clear:left;
 color: black;
 min-height: 600px;
 }

.profile .ui-tabs-panel p{
 padding-top: 5px;
 color: black;
 }

.profile .ui-tabs-panel a{
 color: black;
 }

.profile .ui-tabs-panel a:hover{
 font-weight:bold;
 }

.profile .ui-tabs-panel ul{
 text-align: left;
 }

.profile .ui-tabs-panel li{
 margin-right: 15px;
 border-bottom: 0;
 margin-left: 17px;
 font-size: 0.8em;
 }

.profile .ui-tabs-panel li a{
 font-size: 0.8em;
 }

.profile .ui-tabs-panel h3{
 font-size: 1em;
 padding-top: 10px;
 }

.profile .ui-tabs-panel h4{
 font-size: 0.8em;
 padding-top: 10px;
 }

/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #021535;
	border: 1px solid #8dade1;
	height: .8em;
	position: relative;
}
.ui-slider-handle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	top: -3px;
	width: 1.2em;
	height: 1.2em;
	background: #021535 url(/components/images/jquery.ui/021535_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
.ui-slider-handle:hover {
	background: #acc941 url(/components/images/jquery.ui/acc941_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: #acc941 url(/components/images/jquery.ui/acc941_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: #acc941 url(/components/images/jquery.ui/acc941_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	position: absolute;
	border: 1px solid #8dade1;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
}






/*dialog*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #021535;
	color: #8dade1;
	border: 4px solid #8dade1;
	position: relative;
}
.ui-dialog-content {
	border: 1px solid #8dade1;
	background: #021535;
	color: #8dade1;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(/components/images/jquery.ui/8dade1_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #555555;
	background: #8dade1 url(/components/images/jquery.ui/8dade1_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border-bottom: 1px solid #8dade1;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
}
.ui-dialog-title {

}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(/components/images/jquery.ui/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(/components/images/jquery.ui/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(/components/images/jquery.ui/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #021535;
	color: #8dade1;
	padding: 1.5em 1.7em;	
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #8dade1;
	background: ;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #8dade1 url(/components/images/jquery.ui/8dade1_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #8dade1;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #acc941 url(/components/images/jquery.ui/acc941_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #8dade1;
	background: #021535 url(/components/images/jquery.ui/021535_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
/* This file skins dialog */
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}

/*--calender episode   datepicker------------------*/


.calendar .head {
 height: 30px;
 background: url(/socialsites/helpendehollander/images/calendar_head.gif) no-repeat;
 }

.ui-datepicker-inline {
 width: 195px;
 margin: 0px 0px 10px 0px; 
 padding: 50px 0px 10px 3px; 
 outline: 0px; 
 line-height: 1.3; 
 text-decoration: none; 
 list-style: none;
 font-size: 0.75em;
 position: relative;
 float: left;
 display: block;
 background: white;
 border: 1px solid #591414; 
 border-bottom: 5px solid #591414;  
 }

.ui-datepicker-div {
 z-index: 9999; /*must have*/
 display: none;
 }

.ui-datepicker-control {
 display: none;
 }
.ui-datepicker-current {
 display: none;
 }

.ui-datepicker-next label {
 display: none;
 }

.ui-datepicker-prev label {
 display: none;
 }

.ui-datepicker-next, .ui-datepicker-prev {
 position: absolute;
 left: 10px;
 top: 10px;
 background: #591414;
 }

.ui-datepicker-next {
 left: 173px;
 }

.ui-datepicker-header select.ui-datepicker-new-month {
 width: 80px;
 left: 30px;
 }

.ui-datepicker-header select.ui-datepicker-new-year {
 width: 55px;
 left: 115px;
 }

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
 background: #ffaf1a;
 }

.ui-datepicker-next a, .ui-datepicker-prev a {
 text-indent: -999999px;
 width: 16px;
 height: 17px;
 display: block;
 background: url(/components/images/jquery.ui/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
 border: 1px solid black;
 cursor: pointer;
 }

.ui-datepicker-next a {
 background: url('/components/images/jquery.ui/888888_7x7_arrow_right.gif') 50% 50% no-repeat;
 }

.ui-datepicker-prev a:hover {
 background: url(/components/images/jquery.ui/454545_7x7_arrow_left.gif) 50% 50% no-repeat;
 }

.ui-datepicker-next a:hover {
 background: url(/components/images/jquery.ui/454545_7x7_arrow_right.gif) 50% 50% no-repeat;
 }

.ui-datepicker-header select {
 border: 1px solid #591414;
 color: #591414;
 background: white;
 font-size: 1em;
 line-height: 1.4em;
 position: absolute;
 top: 10px;
 margin: 0 !important;
} 

table.ui-datepicker {
 width: 15em;
 text-align: right;
 }

table.ui-datepicker td a {
 display: block;
 color: #ffaf1a;
 background: white;
 cursor: pointer;
 border: 0px solid #ffaf1a;
 }

table.ui-datepicker td a:hover {
 border: 0px solid white;
 color: white;
 background: #591414;
 }

table.ui-datepicker td a:active {
border: 1px solid white;
color: white;
background: black;
}

table.ui-datepicker .ui-datepicker-title-row td {
 padding: .3em 0;
 text-align: center;
 color: black;
 text-transform: uppercase;
 }

table.ui-datepicker .ui-datepicker-title-row td a {
 color: #8dade1;
 }

/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #8dade1;
	background: #021535;
	color: #8dade1;
}
.ui-component-content a {
	color: #8dade1;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #8dade1;
	background: #8dade1 url(/components/images/jquery.ui/8dade1_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #555555 !important;
}
.ui-default-state a {
	color: #555555;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #999999;
	background: #acc941 url(/components/images/jquery.ui/acc941_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #212121 !important;
}
.ui-hover-state a {
	color: #212121;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #dddddd;
	background: #021535 url(/components/images/jquery.ui/021535_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	font-weight: normal;
	color: #8dade1 !important;
	outline: none;
}
.ui-active-state a {
	color: #8dade1;
	outline: none;
}
/*icons*/
.ui-arrow-right-default {background: url(/components/images/jquery.ui/888888_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:hover, .ui-arrow-right-hover {background: url(/components/images/jquery.ui/454545_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-right-default:active, .ui-arrow-right-active {background: url(/components/images/jquery.ui/222222_7x7_arrow_right.gif) no-repeat 50% 50%;}
.ui-arrow-left-default {background: url(/components/images/jquery.ui/888888_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:hover, .ui-arrow-left-hover {background: url(/components/images/jquery.ui/454545_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-left-default:active, .ui-arrow-left-active {background: url(/components/images/jquery.ui/222222_7x7_arrow_left.gif) no-repeat 50% 50%;}
.ui-arrow-down-default {background: url(/components/images/jquery.ui/888888_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:hover, .ui-arrow-down-hover {background: url(/components/images/jquery.ui/454545_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-down-default:active, .ui-arrow-down-active {background: url(/components/images/jquery.ui/222222_7x7_arrow_down.gif) no-repeat 50% 50%;}
.ui-arrow-up-default {background: url(/components/images/jquery.ui/888888_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:hover, .ui-arrow-up-hover {background: url(/components/images/jquery.ui/454545_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-arrow-up-default:active, .ui-arrow-up-active {background: url(/components/images/jquery.ui/222222_7x7_arrow_up.gif) no-repeat 50% 50%;}
.ui-close-default {background: url(/components/images/jquery.ui/888888_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:hover, .ui-close-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-close-default:active, .ui-close-active {background: url(/components/images/jquery.ui/222222_11x11_icon_close.gif) no-repeat 50% 50%;}
.ui-folder-closed-default {background: url(/components/images/jquery.ui/888888_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:hover, .ui-folder-closed-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-closed-default:active, .ui-folder-closed-active {background: url(/components/images/jquery.ui/222222_11x11_icon_folder_closed.gif) no-repeat 50% 50%;}
.ui-folder-open-default {background: url(/components/images/jquery.ui/888888_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:hover, .ui-folder-open-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-folder-open-default:active, .ui-folder-open-active {background: url(/components/images/jquery.ui/222222_11x11_icon_folder_open.gif) no-repeat 50% 50%;}
.ui-doc-default {background: url(/components/images/jquery.ui/888888_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:hover, .ui-doc-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-doc-default:active, .ui-doc-active {background: url(/components/images/jquery.ui/222222_11x11_icon_doc.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default {background: url(/components/images/jquery.ui/888888_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:hover, .ui-arrows-leftright-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-leftright-default:active, .ui-arrows-leftright-active {background: url(/components/images/jquery.ui/222222_11x11_icon_arrows_leftright.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default {background: url(/components/images/jquery.ui/888888_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:hover, .ui-arrows-updown-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-arrows-updown-default:active, .ui-arrows-updown-active {background: url(/components/images/jquery.ui/222222_11x11_icon_arrows_updown.gif) no-repeat 50% 50%;}
.ui-minus-default {background: url(/components/images/jquery.ui/888888_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:hover, .ui-minus-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-minus-default:active, .ui-minus-active {background: url(/components/images/jquery.ui/222222_11x11_icon_minus.gif) no-repeat 50% 50%;}
.ui-plus-default {background: url(/components/images/jquery.ui/888888_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:hover, .ui-plus-hover {background: url(/components/images/jquery.ui/454545_11x11_icon_plus.gif) no-repeat 50% 50%;}
.ui-plus-default:active, .ui-plus-active {background: url(/components/images/jquery.ui/222222_11x11_icon_plus.gif) no-repeat 50% 50%;}
/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */


