@import url("menu.css");

/* ControlPanel style */
.ControlPanel
{
	background: white url(images/cpanel_center.png) repeat-x bottom left;
	border: none;
	padding-bottom: 10px;
	
}
.cpanel_left
{
	background: url(images/cpanel_left.png) no-repeat bottom left;
	padding-left: 21px;
}
.cpanel_right
{
	background: url(images/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: #bb141a;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #bb141a;
	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: 980px;
	height: 100%;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.HeaderCell
{
	width:980px;
	height:124px;
	background: url(images/contact_header.jpg);
}


.FlashContentCell
{
	height: 420px;
	width:980px;
}

.ContentCell
{
	width: 100%;
	margin-left: 0;
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 300px;
	vertical-align: top;
	background: url(images/home_content_bg.jpg);
	background-repeat: no-repeat;
	height:100%;
}

.ContentPane
{
	height:800px;
}

.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;
}
.admin_grid
{
	width:600px;
	border: solid 1px #cfdde8;
}

.admin_grid_alternatingrowstyle td
{
	padding:5px;
	background-color:#ecf3f8;
	
}

.admin_grid_selectedrowstyle td
{
	padding:5px;
	background-color:#eec2c4;
}

.admin_grid_rowstyle td
{
	padding:5px;
}
.admin_grid_editrowstyle td
{
	padding:5px;
}

.admin_grid_headerrowstyle
{
	background-color:#ddecf8;
	height:30px;
}

.admin_grid_headerrowstyle a, .admin_grid_headerrowstyle a:link,  .admin_grid_headerrowstylea:visited,.admin_grid_headerrowstyle a:active
{
	color: #555162;
	font-weight:bold;
	text-decoration: none;
}

.admin_grid_headerrowstyle a:hover
{
	font-weight:bold;
	color: #555162;
	text-decoration: underline;
}

.admin_grid_headerrowstyle th
{
	color: #555162;
	text-decoration: none;
	font-weight: normal;
	text-align:left;
	font-weight:bold;
	padding:5px;
}

.admin_grid_footerrowstyle
{
}
.admin_grid_pagerstyle
{
}

.admin_grid_buttons
{
	margin-top:20px;
	text-align:right;
}

.admin_detail_fieldheaderstyle
{
	vertical-align:top;
	font-weight:bold;
	
}
