/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    font-family: Tahoma;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #6D6D6D;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

.LeftPane  {
}

.ContentPane  {
}

.RightPane  {
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    normal;
    color: #6D6D6D;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    bold;
    color: #6D6D6D;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-weight:    bold;
    color: 6D6D6D;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma;
    font-weight: normal;
	color:6D6D6D;
	font-size:9pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
   font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #6D6D6D;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #6D6D6D;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #6D6D6D;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #6D6D6D;
}

/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    normal;
    color: #6D6D6D;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    normal;
    color: #6D6D6D;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    normal;
    color: #6D6D6D;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    normal;
    color: #6D6D6D;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    bold;
    color: #6D6D6D;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    bold;
    color: #6D6D6D;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;

    color: #6D6D6D;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;

    font-weight:    bold;
    color: #6D6D6D;
}

A:link  {
    text-decoration:    underline;
    color:  #99990F;
}

A:visited   {
    text-decoration:    underline;
    color:  #99990F;
}

A:active    {
    text-decoration:    underline;
    color:  #99990F;
}

A:hover {
    text-decoration:    underline;
    color:  #99990F;
}

SMALL   {

}

BIG {

}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;

	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 1px solid;
	border-right: #EEEEEE 0px solid;
	background-color: #EEEEEE;
	height: 1px;
}

.ModuleTitle_MenuItemSel {

	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;

	font-weight: bold;
	font-style: normal;

	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow {
	font-family: webdings;

	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings;

	cursor: pointer;
	cursor: hand;
}

/* Skin Styles */
.textnav:link {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;

	}
.textnav:visited {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;

	}
.textnav:active {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;

	}
.textnav:hover {
	font-family: Tahoma;
	font-size: 9pt;
	text-decoration:none;
	color:#FFFFFF;
	}
.where {
	height: 20px;
	background-color:#99990F;
	padding-top:0px;
	}
.contentspan {
	overflow:auto;
	padding:5px;
	}
#floatimage {
	position:absolute;
	z-index:1;
	width:140px;
	height:190px;
	top:0px;
	}
P,td {
	font-size:9pt;
	}

/* Linker menu */
.solpartmenu1_spmbctr td{
	background-color: #ECECB8;
	width:169px;
	}
.solpartmenu1_spmbar td {
	cursor: pointer;
	cursor: hand;
	height:40px;
	border: 1px #F54DA2  solid;
	}
.solpartmenu1_spmitm {
	cursor: pointer;
	cursor: hand;
	color: #F54DA2;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom: #F54DA2 1px solid;
	height:20px;
	}

.solpartmenu1_spmrootitm TD{
	cursor: pointer;
	cursor: hand;
	color: #F54DA2;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;

	height:40px;
	}

.solpartmenu1_spmbicn {
	cursor: pointer;
	cursor: hand;
	background-color: #ECECB8;
	display:none;
	}
.solpartmenu1_spmbsub {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #ECECB8;
	border: #F54DA2 1px solid;
	}
.solpartmenu1_spmbrk {
	background-color: #F54DA2;
	height: 1px;
	}
.solpartmenu1_spmbitmsel TD{
	background-color: #F54DA2 ;
	cursor: pointer;
	cursor: hand;
	color: #ECECB8;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height:40px;
	}
.solpartmenu1_spmbitmsubsel {
	background-color: #F54DA2 ;
	cursor: pointer;
	cursor: hand;
	color: #ECECB8;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height:20px;
	border-bottom: #F54DA2 1px solid;
	}
.solpartmenu1_spmbarw {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	display:none;
	}
.solpartmenu1_spmbrarw {
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	}

/* Menu onder */
.solpartmenu2_spmbctr {
	background-color:transparent;
	height:40px;
	}
.solpartmenu2_spmbar {
	cursor: pointer;
	cursor: hand;
	height:40px;
	}
.solpartmenu2_spmitm {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	}
.solpartmenu2_spmbicn {
	display:none;
	}
.solpartmenu2_spmbrk {
	/*display:none;*/
	}
.solpartmenu2_spmbitmsel {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height:40px;
	}
.solpartmenu2_spmbarw {
	display:none;
	}
.solpartmenu1_spmbrarw {
	display:none;
	}

.SkinObject {
    font-weight: normal;
    font-size: 9pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

.Menu_MainItem {
   color: #F54DA2;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px #F54DA2  solid;
	/*border-left: 1px #4793E8  solid;
	border-right: 1px #4793E8  solid;*/
	height:40px;
	width: 170px;
	
}

 

.Menu_MainItemOver {
   background-color: #F54DA2 ;
	cursor: pointer;
	cursor: hand;
	color: #ECECB8;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height:40px;
	border-bottom: 1px #F54DA2  solid;
	/*border-left: 1px #4793E8  solid;
	border-right: 1px #4793E8  solid;*/
	width: 170px;
}


.Menu_Item {
 	color: #F54DA2;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: #ECECB8;
	height:20px;
	border-bottom: 1px #F54DA2  solid;
	width:100%;
}


.Menu_ItemOver {
  background-color: #F54DA2 ;
	cursor: pointer;
	cursor: hand;
	color: #ECECB8;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height:20px;
	border-bottom: 1px #F54DA2  solid;
	width:100%;
}

.GroupCssClass{
	border-right: 1px solid #F54DA2;
	border-left: 1px solid #F54DA2;
	border-top: 1px solid #F54DA2;
}

.RootGroupCssClass{
	border-right: 1px solid #F54DA2;
	border-left: 1px solid #F54DA2;
	border-top: 1px solid #F54DA2;
}



