
.panelbar
{		

	background-image: url(../../images/nav_bg.gif);		
}
	
.panelbarHeaderCollapsed{
	
	cursor: hand;
	cursor:pointer;
	color: White;
	height: 25px;
	width: 165px;
	border-bottom: 2px white solid;
	font : bold 11px Century Gothic;
	letter-spacing: 2px;	
	text-indent: 5px;	
	background-color: #21364c;
	
	
}


.panelbarHeaderCollapsedHover
{
	
	cursor: hand;
	cursor:pointer;
	color: White;
	height: 25px;
	width: 165px;
	border-bottom: 2px white solid;
	font : bold 11px Century Gothic;
	letter-spacing: 2px;	
	text-indent: 5px;	
	background-color: #556675;

}


.panelbarHeaderExpand
{
	
	cursor: hand;
	cursor:pointer;
	color: White;
	height: 25px;
	width: 165px;
	border-bottom: 2px white solid;
	font : bold 11px Century Gothic;
	letter-spacing: 2px;	
	text-indent: 5px;	
	background-color: #21364c;
	
}


.panelbarItem 
{
	cursor: hand;
	cursor:pointer;
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #21374c;
	text-decoration: none;
	height: 25px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-image: url(../../images/nav_bg.gif);
}


.panelbarItemHover
{
	cursor: hand;
	cursor: pointer;
	line-height: 20px;
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #556675;
	text-decoration: none;
	height: 25px;
	background-image: url(../../images/nav_bg.gif);
}
	
.panelbarItemSelected
{
	cursor: hand;
	cursor: pointer;
	line-height: 20px;
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #21374c;
	text-decoration: none;
	height: 25px;
	background-image: url(../../images/nav_bg.gif);
	
	
}

.panelbarItemGroup
{
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #21374c;
	text-decoration: none;
	border-bottom: 2px white solid;
	height: 25px;
	height: 25px;
	margin-left: 10px;
	background-image: url(../../images/nav_bg.gif);
}



/* ================================
    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
{
	font: normal normal normal 8pt/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	scrollbar-arrow-color:		#859ba9;
	scrollbar-track-color:		#cde1e8;
	scrollbar-shadow-color:		#c1c1c1;
	scrollbar-face-color:		#859ba9;
	scrollbar-highlight-color:	#9A9A9A;
	scrollbar-darkshadow-color:#cde1e8;
	scrollbar-3dlight-color:	#cde1e8;
	color : 							#22384e;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
	background: White;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
}

.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   {
	padding-top: 50px;
	color: #22384e;
	font : normal 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color: #22384e;
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color: #22384e;
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #22384e;
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font : normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	white-space: 4px;
	border-collapse : collapse;
	border : 1px solid #b5bac0;
	width: 95px;
	text-align: left;
	margin-bottom:2px;
}


.Zoekveld
{
	border-collapse: collapse;
	background-color: #b5bac0;
	white-space: 4px;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	border: 1px solid #b5bac0;
	height: 17px;
	text-align: left;`
	
}

.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  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
	color: #778899;
	text-decoration: none;
}

A:visited   {
	color: #778899;
	text-decoration: none;
}

A:active    {
	color: #778899;
	text-decoration: none;
}

A:hover {
	color: #556675;
	text-decoration: none;
}

a href {
	
	border: 0;
	
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
width: 430px;
	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; 
	color: #22384e;
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 15px;
	
}

td { 
	padding: 0; 
}


.leftshade {
	background-image: url(../images/index_02.jpg);
	background-color: #cde1e8;
}

.rightshade {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}

.bkg {
	background-image: url(images/bg_alliance.jpg);
	background-repeat: repeat-x;
}


.bgcolor {
	background-color: #cde1e8;
	font : normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #22384e;
	text-decoration: none;
}

.LoginCel
{
	cursor: hand;
	cursor:pointer;
	color: White;
	height: 25px;
	width: 150px;
	background-color: #21374d;
	border-bottom: 2px white solid;
	font : bold 11px Century Gothic;
	letter-spacing: 4px;	
	text-indent: 5px;	
	
}

.fotonieuwsbrief {
		padding-bottom: 5px;
		}

.video {
	text-align: left;
}
.image {
	text-align: right;
}

.borderless {
	border: solid 0px #FFFFFF;	
	text-decoration:	none;
	}