/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* GENERAL 
KLEUR INFORMATIE
----------------------------------------------------------------------------------------------------------------
#435563 = blauw/achtergrond
#597083 = licht blauw/pannels

#242E39 = donker blauw
#4F5C69 = blauw grijs
#ABB9C3 = zeer licht blauw

/* TEKST */
/*----------------------------------------------------------------------------------------------------------------*/
/* style for module titles */
/* Dit zijn de titels in de pannels*/
.Head{font-weight: bold;	font-size: 20px; color:#ABB9C3;font-family: Verdana;}
/* text style used for most text rendered by modules */
/* Omvat het meeste van de tekst in de pannels*/
.Normal{font-family: Verdana;font-size: 12px;font-weight: normal;color:white;}


/* PANNELS */
/*----------------------------------------------------------------------------------------------------------------*/
/* opmaak van de panels*/
.LeftPane {background-color: #597083;}
.ContentPane {background-color: #597083;color: #FFFFFF;}
.RightPane {background-color: #597083;}

/* background color for the content part of the pages */
Body{background-color: #435563;}

/* TAGS OPMAAK*/
/*----------------------------------------------------------------------------------------------------------------*/
/* opmaak van Login tag*/
.Tag,a.Tag:link,a.Tag:active,a.Tag:visited{	font-size:10px; color:#FFFFFF; text-decoration:none; }
.Login,a.Login:link,a.Login:active,a.Login:visited {font-size:10px; color:white; text-decoration:none;}
.Breadcrumbs{color: #000000;}

.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{	color:#3661D1; text-decoration:none; }
A.CommandButton:hover{ color:#FF9900; text-decoration:underline;}

.obj_login, a.obj_login:link, a.obj_login:visited, a.obj_login:active { color: #6D6D6D; font-family: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
a.obj_login:hover { color: #bb2222; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }



.Top_Link
{
	font-weight: normal;
	font-size: 11px;
	vertical-align: middle;
	font-family: Arial;
}
A.Top_Link:link
{
	color: #022141;
	text-decoration: none;
}
A.Top_Link:visited
{
	color: #022141;
	text-decoration: none;
}
A.Top_Link:active
{
	color: #022141;
	text-decoration: none;
}
A.Top_Link:hover
{
	color: #800000;
	text-decoration: none;
}
.Search_Button
{
	vertical-align: middle;
}
.Search
{
	font-size: 12px;
	font-family: Arial;
}
A.Search:link
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:active
{
	color: #ffffff;
	text-decoration: none;
}
A.Search:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.Breadcrumb_Link
{
	color: #6B7486;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial;
}
A.Breadcrumb_Link:link
{
	color: #6B7486;
	text-decoration: none;
}
A.Breadcrumb_Link:visited
{
	color: #6B7486;
	text-decoration: none;
}
A.Breadcrumb_Link:active
{
	color: #6B7486;
	text-decoration: none;
}
A.Breadcrumb_Link:hover
{
	color: #6B7486;
	text-decoration: underline;
}
.Current_Date
{
	font-weight: normal;
	font-size: 11px;
	color: #022141;
	font-family: Arial;
}





/* text style for the selected tab */
/* ????? */
.SelectedTab {font-weight: normal;font-size: 12px;color:white;font-family: Verdana;text-decoration: none;}

/* hyperlink style for the selected tab */
/* ????? */
A.SelectedTab:link 	{text-decoration:    none;color:#ABB9C3;}
A.SelectedTab:visited  {text-decoration:    none;color: white;}
A.SelectedTab:active   {text-decoration:    none;color: white;}
A.SelectedTab:hover    {text-decoration:    none;background-color:Transparent;}
.SubHead    {color: black;}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
/* betrekking tot de links in de pannels*/
.SubSubHead {color: black;}
A:link  {color:#ABB9C3;text-decoration: underline;}
A:Hover  {color: #597083;}
A:visited  {color: #597083;text-decoration: underline;}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {color: black;}
A.CommandButton:visited  {color: black;}

/* text style for the unselected tabs */
.OtherTabs {font-weight: strong;font-size: 10px;color:white;font-family: Verdana;text-decoration: none;}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {text-decoration:    none;color:white;}
A.OtherTabs:visited  {text-decoration:    none;color:#FFFF00;}/*geel*/
A.OtherTabs:active   {text-decoration:    none;color:white;}
A.OtherTabs:hover    {text-decoration:    underline;color:white;}
.Footer{font-weight: normal;font-size: 12px;color: white;font-family: Verdana;text-decoration: none;}

/* Main Menu */
.MainMenu_MenuContainer {
	border-bottom: #597083 0px solid; 
	border-left: #597083 0px solid; 
	border-top: #597083 0px solid; 
	border-right: #597083 0px solid;  
	background-color:Transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:21;
	color:#66FF00;
}

.MainMenu_MenuItem { /*opmaak voor de menu items in rust toestand*/
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: white;
	border-left: #4F5C69 1px solid; 
	border-right: #4F5C69 1px solid; 
	border-bottom: #4F5C69 0px solid; 
	border-top: #4F5C69 0px solid; 
	text-align: center; 
	width: 21; 
	height: 21;
}

.MainMenu_SubMenu/* opmaak voor het submenu */
{
	border-right: #4F5C69 1px solid;
	border-top: #4F5C69 1px solid;
	z-index: 1000;
	border-left: #4F5C69 0px solid;
	cursor: hand;
	border-bottom: #4F5C69 1px solid;
	background-color: #435563;
}

.MainMenu_MenuBreak {
	border-bottom: #ABB9C3 0px solid; 
	border-left: #597083 0px solid; 
	border-top: #597083 0px solid;  
	border-right: #ABB9C3 0px solid; 
	background-color: #000000; 
	height: 0px;
}

.MainMenu_MenuItemSel /* opmaak voor de geselecteerde item van het menu*/
{
	border-right: #4F5C69 0px solid;
	border-top: #4F5C69 1px solid;
	font-weight: lighter;
	border-left: #4F5C69 0px solid;
	cursor: hand;
	color: ABB9C3;
	border-bottom: #4F5C69 1px solid;
	font-family: Verdana;
	font-size:10px;
	background-color:Transparent;
}

.MainMenu_MenuArrow { /* pijl naast het menu */
	font-family: webdings; 
	font-size: 10pt; 
	color: white; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color:white;
}
