/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.photos {
	margin: 5px 10px 10px 10px;
	border: 1px solid gray;
}

.panelbar
{
    	background-color: #eaeaea;
    	
}

.panelbarHeaderCollapsed
{
	cursor: hand;
	cursor: pointer;
	color: White;
	border-bottom: 1px solid;
	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-indent: 5px;
	height: 22px;
	background-color: #004a6e; 
	/*background-color: #b8b8b8; */
	padding-left: 10px;

	
	
}

.panelbarHeaderCollapsedHover
{
	cursor: hand;
	cursor:pointer;
	color: White;
	border-bottom: 1px solid;
	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-indent: 5px;
	height: 22px;
	background-color: #346a8b;
	padding-left: 10px;

}

.panelbarHeaderExpand
{
	cursor: hand;
	cursor:pointer;
	color: #FFFFFF;
	border-bottom: 1px solid;
	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-indent: 5px;
	height: 22px;
	background-color: #346a8b;
	padding-left: 10px;
}

.panelbarItem 
{
	cursor: hand;
	cursor:pointer;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6b696b;
	text-decoration: none;
	height: 22px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #eaeaea;
	padding-left: 5px;

}

.panelbarItemHover
{
	cursor: hand;
	cursor: pointer;
	color: #A0522D;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 22px;
	padding-left: 5px;

}


.panelbarItemSelected
{
	cursor: hand;
	cursor: pointer;
	color: #A0522D;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: 22px;
	padding-left: 5px;
}

.panelbarItemGroup
{
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a8a6a6;
	background-color: #eaeaea;
	height: 22px;
	padding-left: 10px;
	
}




/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	scrollbar-arrow-color:		#989898;
	scrollbar-track-color:		#aeaeae;
	scrollbar-shadow-color:		#c1c1c1;
	scrollbar-face-color:		#a0a0a0;
	scrollbar-highlight-color:	#9A9A9A;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-3dlight-color:	#FFFFFF;
	background:						#FFFFFF;
	color : 							#848284;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	
	
	
	
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 

}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
	
	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #9c9c9c;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	text-indent: 20px;
	color: #848284;	
	font : normal 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.picture {
	border: solid 1px;
	border-color: 	#BFBFBF;
	margin-bottom: 	5px;
	margin-left: 	0px;
	margin-right: 	15px;
	margin-top: 	5px;
}

.left {
	border: solid 1px;
	border-color: 	#BFBFBF;
	margin-bottom: 	5px;
	margin-left: 	0px;
	margin-right: 	15px;
	margin-top: 	5px;
}
.right {
	border: solid 1px;
	border-color: 	#BFBFBF;
	margin-bottom: 5px;
	margin-left: 	20px;
	margin-right: 	0px;
	margin-top: 	0px;
}

.topleft {
	border: solid 1px;
	border-color: 	#BFBFBF;
	margin-bottom: 	5px;
	margin-left: 	0px;
	margin-right: 	15px;
	margin-top: 	0px;
}

.topright {
	border: solid 1px;
	border-color: 	#BFBFBF;
	margin-bottom: 	5px;
	margin-left: 	15px;
	margin-right: 	0px;
	margin-top: 	0px;
}

.bottomleft {
	border: solid 1px;
	border-color: 	#BFBFBF;
	margin-bottom: 	0px;
	margin-left: 	0px;
	margin-right: 	15px;
	margin-top: 	5px;
}

.bottomright {
	border: solid 1px;
	border-color: 	#BFBFBF;
	margin-bottom: 	5px;
	margin-left: 	0px;
	margin-right: 	10px;
	margin-top: 	0px;
}


.content {
	color: #848284;
	background-color: White;
	font: normal normal normal 11px normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 0px;
}



/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	text-align: left;
	color: #838181;
	background-color: White;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	letter-spacing: 0px;
	padding-top: 0px;
	
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border-collapse : collapse;
	border : 1px solid #c5c5c5;
	color: #00496e;
	height: 19px;
	width: 95px;
	text-align: left;
	margin-bottom:2px;
}



.Zoekveld
{
	color : #FFFFFF;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-collapse : collapse;
	background-color: #c5c5c5;
	border : 1px solid #c5c5c5;
	width: 46px;
	height: 19px;
	text-align: left;
	

 }

 .footer {
	text-align: left;
	color: #838181;
	background-color: White;
	font: normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 17px;
	letter-spacing: 0px;
 }

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {
	font : bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #9c9c9c;
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

h6 {  
		font-family: arial, helvetica, sans-serif; 
		font-size: 8pt; 
		font-style: italic;
		text-align: center;
		font-weight: normal; 
		text-align: center;
		color: #848284;
	 
}



TFOOT, THEAD    {
}

TH  {
}

A:link  {

	color: Gray;
	text-decoration: none;
}

A:visited   {
	color: Gray;
	text-decoration: none;
}

A:active    {
	color: Gray;
	text-decoration: none;
}

A:hover {
	color: #B8860B;
	text-decoration: none;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
	width: 100%;
	background-color: #ffffff;
	border-top: #d6d3d6 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	border: 0;
	color: #848284;
	text-align: left;
	font: normal normal normal 12px normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.background {
	background-image: url(../images/bg_jaski.gif);
	background-repeat: repeat;
}

.schadowleft {
	background-image: url(../images/menushade_left2_bg.gif);
	background-repeat: repeat;
}

.schadowright {
	background-image: url(../images/menushade_right_bg.gif);
	background-repeat: repeat;
}

.photo {
	background-color: #FFFFFF;
}



.nieuws {
	font: normal normal normal 11px normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

* {

	margin: 0 0 0 0;
	
}

.content {
	background-color:#FFFFFF;
	font-size : 	10px;	
	

}



.header {
	font : bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	color : #b7ab8c;
	background-color: #FFFFFF;
}

#pic {
	background-color: #FFFFFF;
	position: relative;


}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	display: block;

	left: 0;
	text-decoration: none;
	top: 0;

}

#pic a.p1:hover {
		background-color: #FFFFF0;
	
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	display: block;
	height: 300px;
	left: 160px;
	position: absolute;
	top: -213px;
	width: 618px;
}

