@import url("menu.css");

/* ControlPanel style */
.ControlPanel
{
	background: transparent url(cpanel_center.png) repeat-x bottom left;
	border: none;
	padding-bottom: 10px;
}
.cpanel_left
{
	background: url(cpanel_left.png) no-repeat bottom left;
	padding-left: 21px;
}
.cpanel_right
{
	background: url(cpanel_right.png) no-repeat bottom right;
	padding-right: 33px;
}

/*-------- Default Style --------*/
body, th, td, div, p, table, h1, h2, h3, h4, h5, h6.Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover, input
{
	color: #2E3D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, th, td, div, p, table, .Normal, .NormalDisabled, .Head, .SubHead, .SubSubHead, a:link, a:visited, a:hover
{
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6
{
	color: #375162;
}
h1, h3, h5, h1 input
{
	font-weight: bold;
}
h2, h4, h6
{
	font-weight: normal;
}
h1, h2, h1 input
{
	font-size: 14px;
	margin: 10px 0;
}
h3, h4
{
	font-size: 12px;
	margin: 8px 0;
}
h5, h6
{
	font-size: 10px;
	margin: 6px 0;
}


a, a:link, a:visited, a:active
{
	color: #3E81B5;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #D00;
	text-decoration: underline;
}
.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Head
{
	color: #2E3D47;
	font-weight: bold;
}
.SubHead
{
	color: #4C6171;
}
.SubSubHead
{
	color: #6E8AA0;
}
.NormalRed
{
	color: #F00;
}


.input input
{
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.input label
{
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.MainTable
{
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: Transparent;
}

.DocumentTable
{
	width: 1053px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background: url(documentbackground.jpg);
}

.FlashContentCell
{
	padding-left: 56px;
	height: 580px;
}

.ContentCell
{
	width: 100%;
	margin-left: 0;
	padding-top: 50px;
	padding-left: 260px;
	padding-right: 70px;
	vertical-align: top;
	background: url(contentbackground.jpg);
	background-repeat: no-repeat;
}

.ContentPane
{
	
}

.FooterCell
{
	
	
}

.sIFR-active h1
{
	margin: 14px 0 0 0;
	font-size: 20px;
	line-height: 1em;
}

.sIFR-active h2
{
	margin: 14px 0 0 0;
	font-size: 14px;
	line-height: 1em;
}

.sIFR-active h3
{
	margin: 14px 0 0 0;
	font-size: 13px;
	line-height: 1em;
}


/*---- sIFR ---*/
.sIFR-flash
{
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced
{
	visibility: visible !important;
}

.sIFR-alternate
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* 
  Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it.
  Conveniently, the object tab is always in a div, so we hide all divs directly inside the replaced element.
*/

.sIFR-replaced > div
{
	display: none !important;
}

/*---- Header styling ---*/

.WetenWelkeJobs
{
	position: absolute;
	width: 230px;
	height: 200px;
	margin-left:-290px;
	margin-top:-50px;
	cursor: pointer;
	cursor: hand;
	z-index:999;
	padding:0;
}

#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 6px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}
 
#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
 
#theToolTip p{
font-size: 1.1em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}
 
#ToolTipTextWrap {
font-weight:bold;
font-size: 1.2em;
color: #592C16;
margin-right:10px;
}
