/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 639px;
	background-color: #eeeeee;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
	height: 36px;
	background-color: #c7e3ee;
}
.skinmenu {
	background-color: #c7e3ee;
}
.skinlogo {
	background-image: url(Images/Logo_Bitsgroup.jpg);
	width: 235px;
	height: 60px;
	cursor: hand;
}
.skingradient {
	height: 22px;
	background-color: #c7e3ee;
}
.skinfooter {
	background-image: url(Images/Footer_Background.gif);
	background-repeat: repeat-x;
	height: 32px;
}

/* Text style for OptInEmail */
#tblHeader {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003094;
}
#tblEmail {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003094;
}
#tblQuestions  {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003094;
}

/* text style for the Breadcrumb */
.Breadcrumb {
	color: #2182B5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	white-space:nowrap
}

A.Breadcrumb:link {
	color: #2182B5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space:nowrap
}
A.Breadcrumb:visited {
	color: #2182B5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space:nowrap
}
A.Breadcrumb:active {
	color: #2182B5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space:nowrap
}
A.Breadcrumb:hover {
	color: #2182B5;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	white-space:nowrap
}
/* text style for the footerlink */
.footerlink {
	color: #033397;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.footerlink:link {
	color: #033397;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.footerlink:visited  {
	color: #033397;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.footerlink:active   {
	color: #033397;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.footerlink:hover    {
	color: #810068;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* text style for the headerlink */
.headerlink {
	color: #810068;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.headerlink:link {
	color: #810068;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.headerlink:visited  {
	color: #810068;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.headerlink:active   {
	color: #810068;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.headerlink:hover    {
	color: #033397;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}

.leftpane {
	width: 200px;
	height: 487px;
	background-color: #5aa3c6;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.rightpane {
	width: 256px;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bedrijvenpane {
	width: 33%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.nieuwspane {
	width: 33%;
	background-color: #c7e3ee;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.mediapane {
	width: 33%;
	background-color: #5aa3c6;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.vacaturepane {
	width: 33%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #c7e3ee;
}
.main_dnnmenu_item td{
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #7f006a;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	background-color: #ecf5f9;
	font-family: Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 25px;
	background-image: url(Images/Submenu_Background.jpg);
	background-repeat: repeat-x;
}

.main_dnnmenu_rootitem  {
	/*TD if menu option for using tables is on*/
	cursor: pointer;
	cursor: hand;
	color: #003297;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	background-color: #c7e3ee;
	font-family: Arial, Helvetica;
	white-space: nowrap; /*Word wrapping menu item now optional*/
	/*explicitly set padding for root menu items*/
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left: #638ac2 solid 1px;
	height: 36px;
}

.main_dnnmenu_itemhover {  
	background-color: #c7e3ee; 
	color: #7f006a; 
	border-bottom: #7f006a solid 5px;
}

.main_dnnmenu_itemhover td {  
	background-color: #ecf5f9; 
}

.main_dnnmenu_itemhoversub td {
	font-weight: bold;
	color: #003297;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 100%;
}
.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	width: 0px; 
}

.main_dnnmenu_submenu {
	background-color: #ecf5f9;  
	z-index: 1000; 
	y-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	/*explicitly set padding for sub-menus */
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 2px;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

