/* ================================
    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
{
}

.ControlPanel {
}

/* 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-family: verdana;
font-size: 11px;
color: #333333;
font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
font-family: verdana;
font-size: 11px;
color: #333333;
font-weight: bold;
}

/* 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 style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: verdana;
font-size: 11px;
color: #333333;
}

.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    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

LI   {
list-style-image: url(/images/bull.gif);
color:#333333;
}


UL LI   {
list-style-image: url(/images/bull.gif);
color:#333333;
line-height: 150%;
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* 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 {
background-color: #FFFFFF;
color: #333333;
font-family: verdana;
font-size: 11px;
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
background-color: #FFFFFF;
color: #C13743;
font-family: verdana;
font-size: 11px;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/*EM-CULTUUR DEFINED STYLES*/

.Vet
{
font-weight: bold;
font-family: verdana;
font-size: 11px;
line-height: 130%;
}
	
.KopWit
{
color: #FFFFFF
font-size: 17px;
font-family: verdana;
font-weight: bold;
}
	
.KopZwart
{
font-size: 17px;
font-family: verdana;
font-weight: bold;
}
	
.Tekst, p
{
font-family: verdana;
font-size: 11px;
color: #333333;
line-height: 150%;
}
	
.RequiredField
{
color: #C13743;
font-family: verdana;
font-weight: bold;
font-size: 11px;
}

/*EM-CULTUUR LAYOUT KLEUREN*/

.HeaderLeftLogo
{
background-color: #948E7F;
background-image: url(/images/headerlogoleftv2.jpg);
}

.HeaderRightLogo
{
background-image: url(/images/headerlogoright.jpg);
}

.HeaderProduct
{
padding-bottom: 20px;
}

.MenuLeft
{
background-color: #948E7F;
}

.Menu
{

}
	
.InlogSearch
{

}

.ContentLeft
{
background-color: #CBC6BD;
background-image: url(/images/HapLeft.jpg);
width: 180px;
}

.ContentCenter
{
background-color: #EBE9E5;
width: 490px;
}

.ContentRight
{
background-color: #CBC6BD;
width: 180px;
}

.Copyright
{
background-color: #EBE9E5;
}

.TekstRood
{
font-family: verdana;
color: #BB283C;
}

/*LINK STYLING*/
	
	a:link
	{
		color: #BB283C;
		font-family: verdana;
		text-decoration: none;
	}
	
	a:hover
	{
		color: #333333;
		font-family: verdana;
		text-decoration: none;
	}	
	
	a:visited
	{
		color: #BB283C;
		font-family: verdana;
		text-decoration: none;
	}

	a:visited:hover
	{
		color: #333333;
		font-family: verdana;
		text-decoration: none;
	}
	
	a.Zwart:link
	{
		color: #333333;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.Zwart:hover
	{
		color: #BB283C;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}	
	
	a.Zwart:visited
	{
		color: #333333;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}

	a.Zwart:visited:hover
	{
		color: #BB283C;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.Gray:link
	{
		color: #E9E9E9;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}
	
	a.Gray:hover
	{
		color: #BB283C;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}	
	
	a.Gray:visited
	{
		color: #E9E9E9;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}

	a.Gray:visited:hover
	{
		color: #BB283C;
		font-family: verdana;
		font-size: 11px;
		text-decoration: none;
		font-weight: bold;
	}


.FAQvraag
{
color: #BB283C;
font-weight: bold;
font-family: verdana;
font-size: 11px;
}

.FAQantwoord
{
color: #333333;
margin-left: 20px;
font-family: verdana;
font-size: 11px;
}

.StandTable
{
background-color: #333333;
}

.StandTable TD
{
background-color: #EFF1ED;
font-family: verdana;
font-size: 11px;
color: #333333;
line-height: 150%;
vertical-align: top;
padding: 3px;
}

.SubmitButton
{
	background-color: #BB283C;
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
width: 125px;
height: 25px;
border-top: 2px solid #FFFFFF;
border-left: 2px solid #FFFFFF;
border-bottom: 2px solid #666666;
border-right: 2px solid #666666;
}






