/* 
===================================================================
Skin styles for SVS Zeist - DNN Skinfactory - www.dnnskinfactory.nl
===================================================================
*/  

/* Standard Classes to keep the look and feel of 
   the layout throughout the site when changing skins */ 


/* Background Color of Skin */
.pagemaster {
	width: 100%;
	height: 100%;
	background-color:#fbfbfb;
	background-image:url(images/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 858px;
	height: 100%;
	background-color: transparant;
	vertical-align:top;
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
}

/* Manages the Control Panel Background Colour */
.ControlPanel {
	background-color: #FFFFFF;
	width: 100%;
    height: 64px;
}

/* Classes of the contentpanes */
.ContentPane  { 
	padding: 3px;
}

.RightPane  { 
	padding: 3px;
}

.TopPane  { 
	padding: 3px;
}

.LeftPane  {
	padding: 3px;
}

.BottomPane  { 
	padding: 3px;
}

.MenuPane  { 
	width:185px;
	padding:0px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
/* text style for the selected tab */
.SelectedTab {
	font-weight:bold;
    font-size: 7pt;
    color: #052365;
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:bold;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:bold;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:bold;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:bold;
    font-size: 7pt;
    color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:normal;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 7pt;
    color: #666699;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head   {
	color: #052365;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#052365;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A
{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color:#052365;
   font-weight: normal;
   overflow:auto;
}

A:link {
    text-decoration: underline;
    color: #666699;
}
A:visited {
    text-decoration: underline;
    color:  #666699;
}
A:active {
    text-decoration: underline;
    color: #666699;
}
A:hover {
	text-decoration: underline;
    color: #ffffff;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
	color:#000000;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:visited {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:active {
    text-decoration: underline;
    color: #000000;
}
A.CommandButton:hover {
    text-decoration: underline;
    color: #007f61;
}       

/* GENERIC */
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 10pt;
    color: #052365;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 10pt;
    color: #666699;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 9pt;
    color: #052365;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 9pt;
    color: #666699;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 8pt;
    color: #052365;
}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size:8pt;
    color: #666699;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color: #666699;
	color: #aabfff;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #000000;
	border-right: 0px soid #000000;
	padding-left:5px;
	padding-right: 5px;
}

.MainMenu_MenuItemSel {
	background-color:#052365;
	color: #ffffff;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 8pt;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding-left:5px;
	padding-right: 5px;
}

.MyRootMenuItem TD{
	background-color:#666699;
	color: #aabfff;
	height:27px;
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-color:#666699;
	color: #FFFFFF; 
	height:27px;
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuSelectedItem TD{
	background-color:#666699;
	color: #FFFFFF; 
	height:27px;
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MainMenu_SubMenu{
	background-color: transparant;
	z-index: 1000; 
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	filter: none;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-color:#666699;
	color: #FFFFFF; 
	height:27px;
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.Breadcrumb_Rootmenuitem TD{
	background-color:#666699;
	color: #FFFFFF; 
	height:27px;
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #46BABB;
	border-bottom: 0px solid #46BABB;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

.Separatormenu{
	background-color:#666699;
	color: #aabfff;
	height:27px;
	cursor: hand; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt; 	
	font-weight:bold;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	padding: 0em 0em 0em 0em;
}

/* text style for the breadcrumb */
.Breadcrumb {
	background-color: transparant;
	font-weight:bold;
    font-size: 7pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none; 	
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
}

/* hyperlink style for the breadcrumb */
A.Breadcrumb:link {
    font-weight:bold;
    font-size: 7pt;
    color: #052365;
    text-decoration: none;	
}

A.Breadcrumb:visited  {
    font-weight:bold;
    font-size: 7pt;
    color: #052365;
    text-decoration: none; 	
}

A.Breadcrumb:active   {
    font-weight:bold;
    font-size: 7pt;
    color: #052365;
    text-decoration: none; 	
}

A.Breadcrumb:hover    {
    font-weight:bold;
    font-size: 7pt;
    color: #FFFFFF;
    text-decoration: none;
}

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

.leftshadowrepeat {
	width:19px;
	height:100%;
	background-image:url(images/shadow_leftrepeat.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.rightshadowrepeat {
	width:19px;
	height:100%;
	background-image:url(images/shadow_rightrepeat.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.leftrepeat {
	width:100%;
	height:100%;
	background-color:#aabfff;
	background-image:url(images/leftrepeat.gif);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;
}

.leftcurvetable {
	width:100%;
	height:100%;
	background-image:url(images/leftcurve.gif);
	background-position:0% 100%;
	background-repeat:no-repeat;
	vertical-align:top;
}

.linksbackground {
	width:185px;
	background-image:url(images/submenu.gif);
	background-position:0% 0%;
}

.Links {
	color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:26px;
	font-size: 9pt;
	text-decoration:none;
	padding-left:17px;
	white-space:nowrap;
}

A.Links:link {
	color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:26px;
	font-size: 9pt;
	text-decoration:none;
	padding-left:17px;
	white-space:nowrap;
}

A.Links:visited  {
	color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:26px;
	font-size: 9pt;
	text-decoration:none;
	padding-left:17px;
	white-space:nowrap;
}

A.Links:active   {
	color: #FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:26px;
	font-size: 9pt;
	text-decoration:none;
	padding-left:17px;
	white-space:nowrap;
}

A.Links:hover    {
	color: #aabfff; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:26px;
	font-size: 9pt;
	text-decoration:none;
	padding-left:17px;
	white-space:nowrap;
}

.Searchbackground {
	width:122px;
	height:18px;
	background-image:url(images/search.gif);
	background-position:0% 50%;
	background-repeat:no-repeat;
	vertical-align:middle;
}

#dnn_dnnSEARCH_txtSearch.NormalTextBox { 
	height:16px; 
	background: transparent; 
	width: 118px; 
	color: #052365; 
	padding: 0px 0px 0px 8px; 
	border: 0px solid #FFFFFF; 
	cursor:text;
}
.Search {
	font-weight:normal;
    font-size: 8pt;
    color: #052365;
	font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
