/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	/*background-color: #20130f;*/
	background-color: #e5d8b8;
	overflow: hidden;
	scroll-x: hidden;
	
}
.skinmaster {
	/*height: 100%;*/
	background-color: #000000;
	BORDER-RIGHT: #20130f 0px solid; 
	BORDER-TOP: #20130f 0px solid; 
	BORDER-LEFT: #20130f 0px solid; 
	BORDER-BOTTOM: #20130f 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.header {
	height: 100px;
	background-color: #e5d8b8;
}

.logo {
	cursor: hand;
	width: 200px;
	height: 100px;
	display: block;
}

.splash_skinmaster {
	/*height: 100%;*/
	background-color: #FFFFFF;
	BORDER-RIGHT: #20130f 0px solid; 
	BORDER-TOP: #20130f 0px solid; 
	BORDER-LEFT: #20130f 0px solid; 
	BORDER-BOTTOM: #20130f 0px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader_huis {
	BACKGROUND-IMAGE: url(images/header_huis.jpg); HEIGHT:206px;
	background-repeat: no-repeat;
}
.skinheader_muur {
	BACKGROUND-IMAGE: url(images/header_muur.jpg); HEIGHT:206px;
	background-repeat: no-repeat;
}
.skinheader_boot {
	BACKGROUND-IMAGE: url(images/header_boot.jpg); HEIGHT:206px;
	background-repeat: no-repeat;
}
.skinheader_fruit {
	BACKGROUND-IMAGE: url(images/header_fruit.jpg); HEIGHT:206px;
	background-repeat: no-repeat;
}

.splash_header {
	BACKGROUND-IMAGE: url(images/splash_header.jpg); HEIGHT:103px;
	background-repeat: no-repeat;
}

.splash_footer {
	BACKGROUND-IMAGE: url(images/splash_footer.jpg); HEIGHT:275px;
	background-repeat: no-repeat;
}

.splash {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ae9962;
}

a.splash:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ae9962;
	text-decoration: none;
}

a.splash:link {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ae9962;
	text-decoration: none;
}

a.splash:visited {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ae9962;
	text-decoration: none;
}

a.splash:active {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ae9962;
	text-decoration: none;
}

a.splash:hover {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Search {
	color: aqua;
	padding-top: 15px;
}

#dnn_dnnSEARCH_txtSearch
{
    width: 150px; /* shrink */
    margin: 10px 0px 0px 18px; /* center */
    font-size:10px;
}

/* position search image */
#dnn_dnnSEARCH_cmdSearch img {
    border: 0;
    position: relative;
    top: 10px;
    left: -3px;
}

.skinmenu {
	background-color: #000000;
	padding-left: 20px;
	padding-top: 8px;
}
.skinfooter {
   width: 746px;
	background-color: #000000;
	height: 22px;
	padding-top: 0px;
	padding-bottom: 4px;
	padding-left: 26px;
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 28px;
	padding-right: 0px;
	padding-top: 6px;
}
.contentpane {
	width: 619px;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 14px;
	padding-top: 7px;
}

.sidemenuheader {
	Background-image: url(images/leftmenuheader.jpg);
	height: 13px;
	width: 242px;
}

.sidemenufooter {
	Background-image: url(images/leftmenufooter.jpg);
	height: 11px;
	width: 242px;
}

/* text style for the login */
.Leftmenulink {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
    
/* hyperlink style for the unselected tabs */
A.Leftmenulink:link {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.Leftmenulink:visited  {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.Leftmenulink:hover    {
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.Leftmenulink:active   {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* text style for the login */
.Login {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
    
/* hyperlink style for the unselected tabs */
A.Login:link {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.Login:visited  {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.Login:hover    {
	font-family: verdana;
	font-size: 12px;
	color: #4d423f;
	text-decoration: none;
	font-weight: bold;
}

A.Login:active   {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* text style for the footer text */
.footerlink{
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
}
    
/* hyperlink style for the footer links */
A.footerlink:link {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
}

A.footerlink:visited  {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
}

A.footerlink:hover    {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.footerlink:active   {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
}

.LanguageSelectorSep {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
}

/* text style for the Language selector text */
.LanguageSelector {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
}
    
/* hyperlink style for the Language selector links */
A.LanguageSelector:link, .LanguageSelector A:link {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
}

A.LanguageSelector:visited, .LanguageSelector A:visited {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
}

A.LanguageSelector:hover,  .LanguageSelector A:hover   {
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A.LanguageSelector:active, .LanguageSelector A:active  {
	font-family: verdana;
	font-size: 12px;
	color: #b3a06c;
	text-decoration: none;
	font-weight: bold;
}

/* Styles voor uitklapppend zoekvenster */

#dnnTOTAL {
		/*background-image: url(/Portals/2/Skins/JinJin/Images/div_bg.jpg);
		background-repeat: no-repeat;*/
		background-color: transparent;
		position: relative;
		left: 185;	
		
		
}
#overlay {
		position: relative;
		background-color: #e5d8b8;
		left: 95;
		display: block;
		border: 0px solid blue;
		width: 240px;
		height: 80px;
		z-index: 1000;
		
		
}
.searchonder {
		border: none;
		background-image: url(Images/searchfield.gif);
		background-repeat: no-repeat;
		background-position: left;
		width: 280px;
		height: 31px;
		position: relative;
		left: 60px;
		top: -70;
		z-index: 10;
		overflow-x: hidden;		
}
.searchboven {
		background-color: transparent;
		width: 54px;
		height: 30px;
		position: relative;
		top: 0;
		left: -54;
		z-index: 2000;
		border: 0px;
		display: inline;
}
.buttonimage {
		width: 20px;
		height: 20px;
		display: block;
		cursor: hand;
}

#dnn_dnnSEARCH_txtSearch {
		background-color: transparent;
		border: 0px;
		width: 130px;
		height: 31px;
		font-family: Arial, Verdana;
		font-size: 12px;
		font-weight: bold;
		color: #cbbb9d;
		text-decoration: none;
		margin-right: 8px;
		padding-top: 8px;
		margin-top: 0px;
		display: inline;
		overflow-x: hidden;
		
}
#dnn_dnnSEARCH_cmdSearch, a.searchonder:link, a.searchonder:visited {
		background-image: url(/Portals/2/skins/jinjin/images/Search2.gif);
		background-repeat: no-repeat;
		/*background-position: top right;*/
		width: 85px;
		height: 31px;
		vertical-align: top;
		display: inline;
		padding-top: 0px;
		padding-bottom: 20px;
		padding-left: 40px;
		padding-right: 40px;
		scroll-x: hidden;
		overflow-x: hidden;
}

/* Horizontal menu */
.MainMenu_MenuContainer {
	background-color: #000000; 
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: #000000; 
	
}
.MainMenu_MenuItem {
	border-left: #000000 0px solid;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-right: #000000 0px solid;
	cursor: pointer;
	cursor: hand;
	color: #ae9962;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #000000;
	/*font: small-caps;*/
	text-transform: uppercase;
}

.MainMenu_MenuIcon {
	background-color: #000000; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #000000;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	margin-top: 3px;
}

.MenuSep {
	background-color: transparent;
	width: 20px;
	height: 22px;
	background-image:url(Images/Separator.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align : top;
	display: block;
}

.MainMenu_MenuBreak  {
	background-color: transparent;
	border-top: solid 0px #2f2e2d;
	border-bottom: solid 0px #2f2e2d;
	border-right: solid 0px #2f2e2d;
	background-image: url(pixel.gif);
	padding-left: 0px;
	padding-right: 0px;
	width: 20px;
}

.MainMenu_RootMenuItemActive {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	/*font: small-caps;*/
	text-transform: uppercase;
}

.MainMenu_MenuItemSel {
	background-color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	/*font: small-caps;*/
	text-transform: uppercase;
}

.MainMenu_MenuArrow {
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family: Verdana; 
    font-size: 11px;
    font-weight: normal;
}

/* Sidemenu Homepage */
.MenuContainer2 {
	background-color: #DBCB9F; 
}

.Menuitem2 td {
	width: 242px;
}

.Menuitem2 {
	background-color: #DBCB9F;
	padding-left: 0px;
	width: 242px;
	color: #000000;
	font-weight : bold;
	font-size : 12px;
	font-family: Verdana;
}

.MenuItem2_Sel td {
	width: 242px;
}
.MenuItem2_Sel {
	background-color: #DBCB9F;
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Verdana; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: 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,TreeViewMenu_Header  {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  18px;
    font-weight:    normal;
    color: #333333;
}


