/* ============================================
    CSS STYLES FOR EFF 2006
   ============================================
*/   


/* 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-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: 
               black}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; color: 
               #FFFFFF}

/* hyperlink style for the selected tab */
a:link.SelectedTab {
color: #cc9900; font-size: 10px; font-family: 
               Verdana, Arial, Helvetica, sans-serif}

a:visited.SelectedTab  {
color: #cc9900; font-size: 10px; font-family: 
               Verdana, Arial, Helvetica, sans-serif}

a:active.SelectedTab   {color: #cc9900; font-size: 10px; font-family: 
               Verdana, Arial, Helvetica, sans-serif}

a:hover.SelectedTab    {color: black; font-size: 10px; font-family: 
               Verdana, Arial, Helvetica, sans-serif}

/*Kleur van copyright,... */

.SkinObject {
    font-weight: normal;
    font-size: 10px;
    color: #cc9900;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SkinObject:link { text-decoration: none; color: #cc9900; font-weight: normal; }
/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
a:link.OtherTabs {
}

a:visited.OtherTabs  {
}

a:active.OtherTabs   {
}

a:hover.OtherTabs    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* 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
{
}

.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:link.CommandButton {
}

a:visited.CommandButton  {
}

a:active.CommandButton   {
}

a:hover.CommandButton    {
}
    
/* GENERIC */
H1  { color: white; }

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  { color: #cc9900; }

A:visited   { color: #cc9900; }

A:active    {
}

A:hover { color: black; }

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    {
}

/* 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 --> Dit is de vormgeving voor standaard SOLPARTMENU */


.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: 
               #cc9900}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: 
               #ffffff; background-color: #cc9900; }

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}


#SolpartmenuActive
{
    background-color: transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: white
}


/* 
==================
CSS STYLES FOR HOUSEMENU MAIN - SECURA
============================================
*/
#HouseMenuNav
{
    background-color: Transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

#HouseMenuNav ul
{
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#HouseMenuNav li
{
    list-style: none;
}

#HouseMenuNav li a:link, #HouseMenuNav li a:visited
{
    margin: 0;
    display: block;
    padding: 3px 5px 5px 0.5em;
    background-color: Transparent;
    color: Gray;
    text-decoration: none;
    font-weight: normal;
}

#HouseMenuNav li a:hover 
{
    color: Black;
}

#houseMenuNav a#houseMenuCurrentLink
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-weight: normal;
    color: Black;
}
    
#HouseMenuNav ul ul
{
    margin-left: 12px;
    width: 135px;
}
    
#HouseMenuNav a
{
    width: 90%
}



/* 
==================
CSS STYLES FOR HOUSEMENU SUB - EFF
============================================
*/
#SubHouseMenu
{
    background-color: Transparent;
    background-image: none;
    border: none;
    padding-left: 2px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}

#SubHouseMenu ul
{
    padding: 0;
    border: 0;
    margin: 0;
    list-style: none;
}

#SubHouseMenu li
{
    list-style: none;
}

#SubHouseMenu li a:link, #SubHouseMenu li a:visited
{
    margin: 0;
    display: block;
    padding: 3px 5px 5px 0.5em;
    background-color: Transparent;
    color: Gray;
    text-decoration: none;
    font-weight: normal;
}

#SubHouseMenu li a:hover 
{
    color: Black;
}

#SubHouseMenu a#houseMenuCurrentLink
{
    font-family: Verdana, Arial, helvetica, Sans-Serif;
    font-weight: normal;
    color: Black;
}
    
#SubHouseMenu ul ul
{
    margin-left: 12px;
    width: 135px;
}
    
#SubHouseMenu a
{
    width: 90%
}



.ArrowPointer
{
	cursor: default; color:#000000
}

