/* 
=================================================================
Skin styles for Proloog - 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:#ffffff;
	vertical-align:top;
}

/* Manages the width of the skin */
.skinmaster {
	width: 1002px;
	height: 768px;
	background-color:#FFFFFF;
	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  {
	margin-left:32px;
	width:730px;
	color:#FFFFFF;
}

.ContentrandomfotoPane  {
	margin-left:32px;
	width:400px;
	color:#FFFFFF;
}

.RandomPane {
	margin-left:17px;
	margin-top:-1px;
	width:330px;
	color:#FFFFFF;
}

.MidPane  {
	margin-left:32px;
	width:207px;
}

.RightPane  { 
	margin-left:32px;
	width:174px;
}

.LeftPane  {
	margin-left:32px;
	width:204px;
}

.FotoPane	{
	width:205px;
	height:202px;
	margin:0px;
	padding:0px;
	position:static;
}

.AdminPane  {
	margin-left:32px;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/* text style for the selected tab */
.SelectedTab {
	font-weight:normal;
    font-size: 12px;
    color: #172983;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
	font-weight:normal;
    font-size: 12px;
    color: #172983;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:visited  {
	font-weight:normal;
    font-size: 12px;
    color: #172983;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:active   {
	font-weight:bold;
    font-size: 12px;
    color: #172983;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:hover    {
	font-weight:bold;
    font-size: 12px;
    color: #172983;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs {
	font-weight:normal;
    font-size: 9px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
	font-weight:normal;
    font-size: 9px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.OtherTabs:visited  {
	font-weight:normal;
    font-size: 9px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:active   {
	font-weight:normal;
    font-size: 9px;
    color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.OtherTabs:hover    {
	font-weight:normal;
    font-size: 9px;
    color: #172983;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
/* GENERAL */
/* style for module titles */
.Head   {
	color: #172983; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: normal;
	vertical-align: top;
}

/* style of item titles on edit and admin pages */
.SubHead    {
	color:#172983;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	color:#172983;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold; 
}

Body, .Normal, .NormalTextBox, TH, TFOOT, THEAD, TD, SPAN, DIV, A, blockquote, P
{
	color:#172983;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;line-height:16px;
	margin:0;
	padding-bottom:0px;
}

A:link {
	text-decoration:none;
    color: #172983;
}
A:visited {
    text-decoration: none;
    color:  #172983;
}
A:active {
    text-decoration: none;
    color: #172983;
}
A:hover {
	text-decoration: none;
	font-weight:bold;
    color: #172983;
}

blockquote {
	color:#172983;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;line-height:16px;
	margin:0;
	padding-bottom:0px;
	padding-left:5px;
}

UL {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;	
	margin-left:15PX;
	list-style:square;
	padding-left:0px;
}

ul li   {
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
UL LI LI    {
	margin:0;
	padding-bottom:0px;
}
UL LI LI LI {
	margin:0;
	padding-bottom:0px;
}

Body {
	background-color:#ffffff;
}

hr {
	border: none;
    color: #172983;
    height: 1px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}
    
/* 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: #000000;
}       

/* GENERIC */
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
	font-weight:normal;color: #172983;
	line-height:16px;
	margin:0;
	padding-bottom:0;
	padding-top:20px;
}
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:normal;color: #172983;
	line-height:16px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
	font-weight:normal;color: #172983;
	line-height:16px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:normal;color: #172983;
	line-height:16px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}
H5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:normal;color: #172983;
	line-height:16px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}

H6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
	font-weight:normal;color: #172983;
	line-height:16px;
	margin:0;
	padding-bottom:0;
	padding-top:0;
}

/* Solpart Menu Functions */
.MainMenu_MenuContainer {
	background-color: transparant;
	height: 20px;
}

.MainMenu_MenuBar {
	cursor: hand; 
	height: 20px;
	Background-color: transparent;
}

.MainMenu_MenuItem{
	background-color:#FCEA10;
	color: #172983;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 8pt;
	padding-right:5px;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #c8cbe1;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #c8cbe1;
}

.MainMenu_MenuItemSel {
	background-color:#dfdb00;
	color: #172983;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:bold;
	font-size: 8pt;
	padding-right:5px;
	border-top: 0px solid #e0e2ef;
	border-bottom: 0px solid #4a5086;
	border-left: 0px solid #e0e2ef;
	border-right: 0px solid #4a5086;
}

.MyRootMenuItem TD{
	background-color:#dfdb00;
	color: #172983; 
	cursor: hand; 
	height: 24px;
	width:181px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:normal;
	letter-spacing:-0.05em;
	padding-left:18px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.MyRootMenuActiveItem TD{
	background-color:#dfdb00;
	background-image:url(images/Menuactive.gif);
	background-repeat:repeat-y;
	color: #172983; 
	cursor: hand; 
	height: 24px;
	width:181px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	letter-spacing:-0.05em;
	padding-left:18px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.MyRootMenuSelectedItem TD{
	background-color:#dfdb00;
	background-image:url(images/Menuactive.gif);
	background-repeat:repeat-y;
	color: #172983; 
	cursor: hand; 
	height: 24px;
	width:181px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	letter-spacing:-0.05em;
	padding-left:18px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.MainMenu_SubMenu{
	background: transparant;
	z-index: 3000; 
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight:normal;filter: none;
	text-align:center;
	border-top: 1px solid #dfdb00;
	border-bottom: 1px solid #dfdb00;
	border-left: 1px solid #dfdb00;
	border-right: 1px solid #dfdb00;
	padding: 0em 0em 0em 0em;
}

.MyRootMenuActiveItem TD{
	background-color:#dfdb00;
	background-image:url(images/Menuactive.gif);
	background-repeat:repeat-y;
	color: #172983; 
	cursor: hand; 
	height: 24px;
	width:181px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	letter-spacing:-0.05em;
	padding-left:18px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.Breadcrumb_Rootmenuitem TD{
	background-color:#dfdb00;
	background-image:url(images/Menuactive.gif);
	background-repeat:repeat-y;
	color: #172983; 
	cursor: hand; 
	height: 24px;
	width:181px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 	
	font-weight:bold;
	letter-spacing:-0.05em;
	padding-left:18px;
	border-top: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.MainMenu_MenuIcon {
	display:none;
}

.MainMenu_MenuBreak {
	border-top: 0px solid #46BABB;
	border-bottom: 0px solid #46BABB;
}

.MainMenu_MenuArrow {
	display: none;
}

.MainMenu_RootMenuArrow  {
	display: none;
}

/* RADPANELBAR */
.RadPanelBar_MainMenu { width:199px !important;  margin: 0px !important; padding: 0px !important; border: 0px !important;  }
.RadPanelBar_MainMenu .rpRootGroup { margin: 0px !important; padding: 0px !important; border: 0px !important; }
.RadPanelBar_MainMenu .rpRootGroup .rpItem { margin: 0px !important; padding: 0px !important; border: 0px !important; }
.RadPanelBar_MainMenu .rpRootGroup .rpItem .rpLink { margin: 0px !important; padding: 0px !important;  border: 0px !important; cursor:pointer; 
                                                     text-decoration: none !important; font-size:12px !important;}
.RadPanelBar_MainMenu .rpRootGroup .rpItem .rpLink .rpOut { margin: 0px !important; padding: 0px !important; border: 0px !important; display: block;}
.RadPanelBar_MainMenu .rpRootGroup .rpItem .rpLink .rpOut .rpText { margin: 0px !important; padding: 0px 5px 0px 18px !important; border: 0px !important; 
                                                                    display: block; white-space: normal; color:#172983; line-height: 24px !important; 
                                                                    font-weight:normal; letter-spacing:-0.05em; font-size:12px; background-color: #dfdb00; background:url(images/menuback.gif); background-position: 0% 0%; background-repeat:repeat-y; }
/*Hover*/
.RadPanelBar_MainMenu .rpRootGroup .rpItem .rpLink .rpOut .rpText:Hover { background-image:url(images/menitemselected.gif); color:#172983; font-weight:bold; }
/*Selected*/
.RadPanelBar_MainMenu .rpRootGroup .rpItem .Selected .rpOut .rpText { background:url(images/Menuactive.gif); background-position: 0% 0%; background-repeat:repeat-y; color:#172983; font-weight:bold; }


.RadPanelBar_MainMenu .rpGroup { margin: 0px !important; padding: 0px !important; border: 0px !important; }
.RadPanelBar_MainMenu .rpGroup .rpItem { margin: 0px !important; padding: 0px !important; border: 0px !important; }
.RadPanelBar_MainMenu .rpGroup .rpItem .rpLink { margin: 0px !important; padding: 0px !important;  border: 0px !important; cursor:pointer; 
                                                     text-decoration: none !important; font-size:12px !important;}
.RadPanelBar_MainMenu .rpGroup .rpItem .rpLink .rpOut { margin: 0px !important; padding: 0px !important; border: 0px !important; display: block;}
.RadPanelBar_MainMenu .rpGroup .rpItem .rpLink .rpOut .rpText { margin: 0px !important; padding: 0px 5px 0px 26px !important; border: 0px !important; 
                                                                    display: block; white-space: normal; color:#172983; line-height: 24px !important; 
                                                                    font-weight:normal; letter-spacing:-0.05em; font-size:12px;background:url(images/submenustreep.gif); background-position: 0% 0%; background-repeat:no-repeat;}
/*Hover*/
.RadPanelBar_MainMenu .rpGroup .rpItem .rpLink .rpOut .rpText:Hover { background-image:url(images/submenustreepactive.gif); background-position: 0% 0%; background-repeat:no-repeat; color:#172983; font-weight:bold; }
/*Selected*/
.RadPanelBar_MainMenu .rpGroup .rpItem .Selected .rpOut .rpText { background-image:url(images/submenustreepactive.gif); background-position: 0% 0%; background-repeat:no-repeat; color:#172983; font-weight:bold; }                                                                                                                                        

/* End Standard Classes for DotNetNuke */


/* Custom Tags - These create the custom look and feel of the skin */

.Menupanegradient {
	width:205px;
	height:100%;
	background-image:url(images/menupanegradient.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

.Bluegradient {
	width:100%;
	background-color:#172982;
	background-image:url(images/bluegradient.gif);
	background-position:left;
	background-repeat:repeat-y;
	vertical-align:top;
}

#BluePane {
	width:797px;
	color:#FFFFFF;
}

#BluePane .ContentPane .Normal {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .NormalBold {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Normal a:link,
#BluePane .ContentPane .Normal a:active,
#BluePane .ContentPane .Normal a:visited,
#BluePane .ContentPane .Normal a:hover
{
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Normal TD {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Normal span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Normal TD span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Normal P {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Normal P span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Normal TD P span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane .Head,
#BluePane .ContentPane .SubHead {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane h1
 {
	color:#FFFFFF;
	font-size:22px;
	padding-bottom:10px;
	line-height:21px;
}

#BluePane .ContentPane h2,
#BluePane .ContentPane h3,
#BluePane .ContentPane h4,
#BluePane .ContentPane h5,
#BluePane .ContentPane h6 {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentPane hr {
	color:#FFFFFF;
}

#BluePane .ContentrandomfotoPane .Normal {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .NormalBold {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Normal a:link,
#BluePane .ContentrandomfotoPane .Normal a:active,
#BluePane .ContentrandomfotoPane .Normal a:visited,
#BluePane .ContentrandomfotoPane .Normal a:hover
{
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Normal TD {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Normal span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Normal TD span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Normal P {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Normal P span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Normal TD P span {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane .Head,
#BluePane .ContentrandomfotoPane .SubHead {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane h1
 {
	color:#FFFFFF;
	font-size:22px;
	padding-bottom:10px;
	line-height:21px;
}

#BluePane .ContentrandomfotoPane h2,
#BluePane .ContentrandomfotoPane h3,
#BluePane .ContentrandomfotoPane h4,
#BluePane .ContentrandomfotoPane h5,
#BluePane .ContentrandomfotoPane h6 {
	color:#FFFFFF;
	line-height:18px;
}

#BluePane .ContentrandomfotoPane hr {
	color:#FFFFFF;
}

#Fotobloemachter {
	width:205px;
	height:202px;
	margin:0px 0px;
	position:relative;
	z-index:1000;
}

#FotoPane {
	width:205px;
	height:202px;
    margin:0px 0px;
    position:absolute;
    z-index:2000;
    top: 0px;
    left: 0px;
}

#Fotobloem {
	width:205px;
	height:202px;
	margin:0px 0px;
	position:absolute;
	z-index:3000;
    top: 0px;
    left: 0px;
}

.Randomview {height:200px;}
.Randomview tr td img {
	border: none !important;
}

.ListDate {
	color:#FFFFFF;
}

.ListDate TD {
	color:#FFFFFF;
}

.ListTitle {
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:0;
}

.ListTitle a:link,
.ListTitle a:active,
.ListTitle a:visited,
.ListTitle a:hover {
	color:#FFFFFF;
	font-size:12px;
	letter-spacing:0;
}

.ListAlternate TD{
	background-color:#5d8ac2;
}

.ListAlternate TR{
	background-color:#5d8ac2;
}
