/* Main Menu */

.MainMenu_MenuContainer {
width: 100%;
}

.MainMenu_MenuBar {

}

.MainMenu_RootActiveTab
{
background-color: #CED7E4;
padding: 5px;
color: #18376A;
font-size: 11px;
font-family: verdana;
}

.MainMenu_MenuItem {
font-size: 11px;
font-family: verdana;
color: #18376A;
padding: 5px;
height: 32px;
}

.MainMenu_MenuIcon {
display: none;
}

.MainMenu_SubMenu TD
{
border: 0px;
background-color: #CED7E4;
height: 30px;
}

.MainMenu_SubMenu {
background-color: #CED7E4;
font-size: 11px;
font-family: verdana;
color: #18376A;
height: 30px;
border-left: 2px solid #FFFFFF;
border-top: 1px solid #173469;
border-right: 1px solid #173469;
border-bottom: 1px solid #173469;
margin-bottom: -1px;
}

.MainMenu_MenuBreak {

}

.MainMenu_MenuItemSel {
background-color: #CED7E4;
color: #5476A1;
font-size: 11px;
font-family: verdana;
padding: 5px;
height: 32px;
}

.MainMenu_MenuArrow {

}

.MainMenu_RootMenuArrow {
background-image: url(http://www.congrespodiumkunsten.nl/arrow.gif);
background-repeat: no-repeat;
}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
BODY, TD
{
font-family:verdana;
font-size:11px;
}

/* 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   {
color: #173469;
                    font-family: Tahoma;
                    font-size: 15px;
                    font-weight: bold;
}

/* style of item titles on edit and admin pages */
.SubHead    {
 font-size: 11px;
    font-family: verdana;
    color: #5476A0;
    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
{
font-family:verdana;
font-size:11px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family:verdana;
font-size:11px;
}

.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 {
                    color:#18376A;
font-family: verdana;
font-size: 11px;
text-decoration: underline;
}

A.CommandButton:visited  {
 color:#18376A;
font-family: verdana;
font-size: 11px;
text-decoration: underline;
}

A.CommandButton:active   {
 color:#18376A;
font-family: verdana;
font-size: 11px;
text-decoration: underline;
}

A.CommandButton:hover    {
 color: #333333;
font-family: verdana;
font-size: 11px;
text-decoration: none;
}
    
/* GENERIC */
H1  {
color: #333333;
font-family: verdana;
font-size: 18px;
}

H2  {
color: #333333;
font-family: verdana;
font-size: 14px;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

a:link
                {
                    font-size: 11px;
                    font-family: verdana;
                    color: #FFFFFF;
                    text-decoration: underline;
                }
                
                a:hover
                {
                    font-size: 11px;
                    font-family: verdana;
                    color: #5476A0;
                    text-decoration: none;
                }
                
                a:visited
                {
                    font-size: 11px;
                    font-family: verdana;
                    color: #FFFFFF;
		    text-decoration: underline;
                }
                
                a:visited:hover
                {
                    font-size: 11px;
                    font-family: verdana;
                    color: #CED7E4;
		    text-decoration:none;
                }

a.normal:link
                {
               font-size: 11px;
                    font-family: verdana;
                    color: #FFFFFF;
                    font-weight: bold;
                    text-decoration: none;
                }
                
                a.normal:hover
                {
                   
                    font-size: 11px;
                    font-family: verdana;
                    color: #444444;
                    font-weight: bold;
                    text-decoration: none;
                }
                
                a.normal:visited
                {
                    font-size: 11px;
                    font-family: verdana;
                    color: white;
                    font-weight: bold;
                    text-decoration: none;
                }
                
                a.normal:visited:hover
                {
                    font-size: 11px;
                    font-family: verdana;
                    color: #444444;
                    font-weight: bold;
                }
SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}

UL LI   {
}

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    {
    font-size: 11px;
    font-family: verdana;
    color: white;
    font-weight: bold;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/*
-----------------------------------------------------
Modifications for FORUMS
EdB, 16 september 2007
-----------------------------------------------------
*/
.afgrouprow{
font-weight: normal;
font-size: 11px;
color: #ffffff;height: 30px;
background-color: #5476A0;
background-image: none;
border=0;
}

.afgrouprow a:link
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: underline;
}

.afgrouprow a:visited
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: underline;
}

.afgrouprow a:hover
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: none;
}

.afgrouprow a:visited:hover
{
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
text-decoration: none;
}

.afforumrow
{
background-color: #FFFFFF;
font-size: 11px;
font-family: verdana;
color: #333366;
vertical-align: top;
}

a.discussSubject:link
{
font-size: 12px;
font-family: verdana;
font-color:white;
text-decoration: underline;
font-weight: bold;
}

a.discussSubject:visited
{
font-size: 12px;
font-family: verdana;
text-decoration: underline;
font-weight: bold;
}

.afheader
{
font-weight: normal;
}
/*
OTHER MODIFICATIONS

*/

SELECT
{
font-size: 11px;
font-family: verdana;
}

/*
-----------------------------
FAQ instellingen
-----------------------------
*/
.FAQvraag
{
color: white;
font-weight: bold;
font-family: verdana;
font-size: 11px;
}

.FAQantwoord
{
margin-left: 20px;
font-family: verdana;
font-size: 11px;
}

.InleidTable
{
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
}

.InleidTable TD
{
border-top: 1px solid #333333;
border-left: 1px solid #333333;
padding: 5px;
}































