﻿/* xp theme */
.ajax__tab_office2007_opleigingen,
.ajax__tab_office2007_timesheet,
.ajax__tab_office2007
{
	font-size: 11px;
}

.ajax__tab_office2007_opleigingen .ajax__tab_header,
.ajax__tab_office2007_timesheet .ajax__tab_header,
.ajax__tab_office2007 .ajax__tab_header 
{
	font: Arial, Verdana, Sans-serif;
	font-weight: bold;
	font-size: 14px;	
	color: #787d7f;
	position: relative;
	top: 1px;	
	z-index: 2;	
	padding-left: 5px;	
	width: 600px;
}

.ajax__tab_office2007_opleigingen .ajax__tab_outer,
.ajax__tab_office2007_timesheet .ajax__tab_outer,
.ajax__tab_office2007 .ajax__tab_outer 
{
	background:url(/Images/tabs/tabRightOff_grey.gif) no-repeat right;
	height:30px;	
	padding-right: 7px;
	margin-right: 5px;
}

.ajax__tab_office2007_opleigingen .ajax__tab_inner,
.ajax__tab_office2007_timesheet .ajax__tab_inner,
.ajax__tab_office2007 .ajax__tab_inner 
{
	height:30px;
	background:url(/Images/tabs/tabLeftOff_grey.gif) no-repeat left;		
	padding-left: 11px;	
}

.ajax__tab_office2007_opleigingen .ajax__tab_tab,
.ajax__tab_office2007_timesheet .ajax__tab_tab,
.ajax__tab_office2007 .ajax__tab_tab 
{
	background:url(/Images/tabs/tabMiddleOff_grey.gif) repeat-x;
	height:23px;	
	width: 130px;	
	padding-top: 7px;
}

.ajax__tab_office2007_opleigingen .ajax__tab_hover .ajax__tab_outer,
.ajax__tab_office2007_timesheet .ajax__tab_hover .ajax__tab_outer,
.ajax__tab_office2007 .ajax__tab_hover .ajax__tab_outer 
{
	background:url(/Images/tabs/tabRightOff_grey.gif) no-repeat right;
	height:30px;	
}

.ajax__tab_office2007_opleigingen .ajax__tab_hover .ajax__tab_inner,
.ajax__tab_office2007_timesheet .ajax__tab_hover .ajax__tab_inner,
.ajax__tab_office2007 .ajax__tab_hover .ajax__tab_inner 
{
	background:url(/Images/tabs/tabLeftOff_grey.gif) no-repeat left;
	height:30px;
}

.ajax__tab_office2007_opleigingen .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_office2007_timesheet .ajax__tab_hover .ajax__tab_tab,
.ajax__tab_office2007 .ajax__tab_hover .ajax__tab_tab 
{
	background:url(/Images/tabs/tabMiddleOff_grey.gif) repeat-x;
	border-bottom: 0;
	height:23px;		
	width: 130px;
	padding-top: 7px;
}

.ajax__tab_office2007_opleigingen .ajax__tab_active .ajax__tab_outer,
.ajax__tab_office2007_timesheet .ajax__tab_active .ajax__tab_outer,
.ajax__tab_office2007 .ajax__tab_active .ajax__tab_outer
{
	background:url(/Images/tabs/tabRightOn_green.gif) no-repeat right;
	height:30px;
	padding-right: 7px;	
	border-bottom: 0px;
	color: #7ac142;	
}

.ajax__tab_office2007_opleigingen .ajax__tab_active .ajax__tab_inner,
.ajax__tab_office2007_timesheet .ajax__tab_active .ajax__tab_inner,
.ajax__tab_office2007 .ajax__tab_active .ajax__tab_inner
{
	background:url(/Images/tabs/tabLeftOn_green.gif) no-repeat;
	height:30px;	
}

.ajax__tab_office2007_opleigingen .ajax__tab_active .ajax__tab_tab,
.ajax__tab_office2007_timesheet .ajax__tab_active .ajax__tab_tab,
.ajax__tab_office2007 .ajax__tab_active .ajax__tab_tab 
{
	background:url(/Images/tabs/tabMiddleOn_green.gif) repeat-x;
	height:23px;	
	border-bottom: 0;
	width: 130px;
	padding-top: 7px;
}

.ajax__tab_office2007_opleigingen .ajax__tab_body,
.ajax__tab_office2007_timesheet  .ajax__tab_body,
.ajax__tab_office2007 .ajax__tab_body 
{
	font-size:11px;
	padding:8px;
	border-top: solid 1px #7ac142;	
	border-bottom: 0;
	background-color:#fff;
	float: left;
	width: 333px;
	position: relative;	
	z-index: 1;	
}

.ajax__tab_office2007_opleigingen .ajax__tab_body,
.ajax__tab_office2007_timesheet .ajax__tab_body
{
	width: 605px;
	background-image: url(/images/tab_panel_bk.gif);
	background-repeat: no-repeat;
	
	min-height:300px;
	height:auto !important;
	height:300px;
	
	overflow-x: hidden;
	
}

.ajax__tab_office2007_opleigingen .ajax__tab_body
{
	width: 605px;
	background-image: url(/images/tab_panel_bk.gif);
	background-repeat: no-repeat;
	
	min-height:450px;
	height:auto !important;
	height:450px;
	
	overflow-x: hidden;
}



