﻿/* ModalPopup */

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup
{
	background-color:#FFFFE0;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:650px;
}

.afsluiten
{
	float:right;
	vertical-align:top;
	width:25px;
	background-color:Red;
	color:White;
}

/* End: ModalPopup */

/* AJAX Tab control styles */
/* Custom theme */

.ajax__tab_custom
{
	width: 100%;
}

.ajax__tab_custom .ajax__tab_header
{
	font-family:verdana,tahoma,helvetica;
	/*font-size:11px;*/
	background:url("../../Images/Tab/tab-line.gif") repeat-x bottom;
}

.ajax__tab_custom .ajax__tab_outer
{
	padding-right:4px;
	background:url("../../Images/Tab/tab-right.gif") no-repeat right;
	height:21px;
}

.ajax__tab_custom .ajax__tab_inner
{
	padding-left:3px;
	background:url("../../Images/Tab/tab-left.gif") no-repeat;
}

.ajax__tab_custom .ajax__tab_tab
{
	height:13px;
	padding:4px;
	margin:0px;
	background:url("../../Images/Tab/tab.gif") repeat-x;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_outer
{
	cursor:pointer;
	background:url("../../Images/Tab/tab-hover-right.gif") no-repeat right;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_inner
{
	cursor:pointer;
	background:url("../../Images/Tab/tab-hover-left.gif") no-repeat;
}

.ajax__tab_custom .ajax__tab_hover .ajax__tab_tab
{
	cursor:pointer;
	background:url("../../Images/Tab/tab-hover.gif") repeat-x;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_outer
{
	background:url("../../Images/Tab/tab-active-right.gif") no-repeat right;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_inner
{
	background:url("../../Images/Tab/tab-active-left.gif") no-repeat;
}

.ajax__tab_custom .ajax__tab_active .ajax__tab_tab
{
	background:url("../../Images/Tab/tab-active.gif") repeat-x;
}

.ajax__tab_custom .ajax__tab_disabled
{
	color: #A0A0A0;
}

.ajax__tab_custom .ajax__tab_body 
{
	font-family:verdana,tahoma,helvetica;
	/*font-size:10pt;*/
	border:1px solid #999999;
	border-top:0;
	padding:8px;
	background-color:#ffffff;
}

/* End: AJAX Tab control styles */

/* AJAX Calendar control styles */
.ajax__calendar_container TR TD
{
	padding: 0px;
}

.ajax__calendar_custom .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: #ffffff;
	color: #000000;
}
.ajax__calendar_custom .ajax__calendar_footer
{
	border-top: 1px solid #f5f5f5;
}
.ajax__calendar_custom .ajax__calendar_dayname
{
	border-bottom: 1px solid #f5f5f5;
}
.ajax__calendar_custom .ajax__calendar_day
{
	border: 1px solid #ffffff;
}
.ajax__calendar_custom .ajax__calendar_month
{
	border: 1px solid #ffffff;
}
.ajax__calendar_custom .ajax__calendar_year
{
	border: 1px solid #ffffff;
}

.ajax__calendar_custom .ajax__calendar_active .ajax__calendar_day,
.ajax__calendar_custom .ajax__calendar_active .ajax__calendar_month,
.ajax__calendar_custom .ajax__calendar_active .ajax__calendar_year
{
	background-color: #DFFFD8;
	border-color: Black;
	color: Black;
}

.ajax__calendar_custom .ajax__calendar_other .ajax__calendar_day,
.ajax__calendar_custom .ajax__calendar_other .ajax__calendar_year
{
	background-color: #ffffff;
	border-color: #ffffff;
	color: Black;
}

.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_day,
.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_month,
.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_year
{
	background-color: #ACFF9B;
	border-color: Black;
	color: Black;
}

.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_title
{
	color: Green;
}
.ajax__calendar_custom .ajax__calendar_hover .ajax__calendar_today
{
	color: Green;
}

/* End: AJAX Calendar control styles */