/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}
.skinheader 
{
    background-color: #EF741D;
    width: 780px;
    height: 25px;    
}
.skinside 
{
    background-image: url(icopgradient.jpg);
    background-repeat: repeat-x;
    width: 30%;
    background-color: white;
}
.skinbanner 
{
    background-image: url(icopclassic3.jpg);
    background-repeat: no-repeat;
    background-color: white;
    width: 780px;
    height: 180px;
}
.skinmenu 
{
    background-color: black;
    width: 780px;
    height: 35px;
}
.skinbottom 
{
    background-color: #CACCD5;
    width: 780px;
    height: 25px;
}
.controlpanel {
	width: 100%;
	background-color: #ffffff;
}

/* =====================
Pane settings
==================== */
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 25%;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 25px;
}
.contentpane 
{
    width: 75%;
	background-color: transparent;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 25px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
/* =============settings voor de normbladen ===============*/
table
{ font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
}
h3 
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #EF741D;
}
hr
{ color: #CACCD5;
    height: 1;
        }

.Normal,.NormalDisabled
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
}

.StandardButton {
  background: none; 
  color: black;
  font-family: verdana, sans-serif; 
  font-size: 10px;
  font-weight: normal;
}
.Head {
   font-family: Verdana, Tahoma, Arial, Helvetica;
   font-size:  14px;
   font-weight: bold;
   color: #EF741D;
}
/* ======== aangepaste class voor zoekbutton =========*/
.zoeken:link 
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: white;
}
.zoeken:visited  {
    text-decoration:    none;
    font-weight: bold;
    color: white;
}
.zoeken:hover    {
    text-decoration: none;
    font-weight: bold;
    color: #EF741D;
}
.zoeken:active   {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/* ======== aangepaste class voor taal =========*/
.taal:link 
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: white;
}
.taal:visited  {
    text-decoration:    none;
    font-weight: bold;
    color: white;
}
.taal:hover    {
    text-decoration: none;
    font-weight: bold;
    color: white;
}
.taal:active   {
    text-decoration: none;
    font-weight: bold;
    color: white;
}

/* ====== skin objects that are not links ===*/
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* ====== skin link objects ==== */
A.SkinObject:link {
    text-decoration: none;
    color: white;
}
A.SkinObject:visited  {
    text-decoration:    none;
    color: white;
}
A.SkinObject:hover    {
    text-decoration: none;
    color: black;
}
A.SkinObject:active   {
    text-decoration: none;
    color: white;
}




/* ==================

Menusection 

=================== */

.MainMenu_MenuContainer 
{
     background-color: transparent;
}
.MainMenu_MenuBar
 {
    cursor: pointer;
    height: 20px;
    background-color: transparent;
}
.MainMenu_MenuItem 
{
    cursor: pointer; 
    color: white; 
    font-family: Verdana, Tahoma, Arial, Helvetica; 
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal; 
    border-left: black 0px solid; 
    border-bottom: black 0px solid; 
    border-top: black 0px solid; 
    border-right: black 0px solid;
    background-color: transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer; 
    background-color: black; 
    border-left: none; 
    border-bottom: none; 
    border-top: none; 
    border-right: none;
    text-align: center; 
    width: 15px; 
    height: 21px;
}
.MainMenu_SubMenu { 
    z-index: 1000; 
    cursor: pointer; 
    cursor: hand; 
    background-color: black; 
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
    border-left: black 1px solid; 
    border-bottom: black 1px solid; 
    border-top: black 1px solid; 
    border-right: black 1px solid;
}
.MainMenu_MenuBreak 
{
    border-bottom: #EEEEEE 0px solid; 
    border-left: #EEEEEE 0px solid; 
    border-top: #EEEEEE 0px solid;  
    border-right: #EEEEEE 0px solid; 
    background-color: #EEEEEE; 
    height: 1px;
}
.MainMenu_MenuItemSel 
{
    cursor: pointer; 
    cursor: hand; 
    color: #EF741D; 
    font-family: Verdana, Tahoma, Arial, Helvetica; 
    font-size: 11px; 
    font-weight: bold; 
    font-style: normal;
    background-color: transparent;
}
.MainMenu_MenuArrow
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    border-right: 0px solid; 
    border-bottom: 0px solid; 
    border-top: 0px solid;
    background-color: black;
    }
.MainMenu_RootMenuArrow 
{
    font-family: webdings; 
    font-size: 10pt; 
    cursor: pointer; 
    background-color: transparent;
}



