﻿/*************************************************************
 * Module:	 CssBasePanelBar.css
 *
 * Comments:
 *
 *************************************************************
 *
 * Current implentation:
 *
 * AKKERMANS EN PARTNERS WEBSITE
 *  
 *************************************************************/


/**********************************************
 * STYLES FOR GENERAL LAYOUT 
 * (cascaded to styles set in CssModules)
 **********************************************/
.BasePanelBarMainTable
{
   width: 100%;
}
.BasePanelBarMainTableHeader
{
   /*padding-left: 4px;*/
}
.BasePanelBarMainTableFooter
{
}
.BasePanelBarMainTableContent
{
}
.BasePanelBarMainTableSpacer
{
}


/**********************************************
 * MODULE SPECIFIC STYLES  
 **********************************************/

/***** PANEL BAR GENERAL: *****/

.BasePanelBarPbContainer		
{
	/* class to set width of panelbar */
   width: 100%;
}

.BasePanelBarPbTitle 
{
   display : block;
   height: 23px;
   background-color: #8da025;
   padding-left: 17px;
   padding: 0px 7px 0px 17px;
   width: 95%;
   border-left: solid 2px #8da025;
   border-right: solid 2px #8da025;
}

.BasePanelBarPbHeader
{
   COLOR: #000000;
	width: 95%;
	cursor: pointer;
	cursor: hand;
	background-color: #ffffff;
	border: 1px solid #8da025;
	border-top: 0px;
	white-space:normal;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 10px 3px 16px;
}
.BasePanelBarPbHeaderHover 
{ 			
	COLOR: #000000;
	width: 95%;
	cursor: pointer;
	cursor: hand;
	
	background-color: #DDE0BE;
	border: 1px solid #DDE0BE;
	border-top: 0px;
	text-decoration: none;
	display: block;
	white-space:normal;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px 10px 3px 16px;
}

.BasePanelBarPbHeaderSelected
{
   COLOR: #000000;
	width: 95%;
	cursor: pointer;
	cursor: hand;
	
	background-color: #DDE0BE;
	border: 1px solid #DDE0BE;
	border-top: 0px;
	text-decoration: underline;
	white-space:normal;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
   padding: 3px 10px 3px 16px;
}

.BasePanelBarPbHeaderExpanded
{
   width: 95%;
   padding: 10px 10px 10px 16px;
}

/***** RAD PANEL ITEMS: *****/
.BasePanelBarPbItem
{
   /* This is the style used, since groups are not expandable and therfor disabled */
	COLOR: #FFFFFF;	
	font-weight: bold;
	cursor:text;
	padding: 4px;
	background-color: #6383BC;
	white-space:normal;
	border: 1px solid #AFCDDC;
	height: 25px;
}

.BasePanelBarPbItemContent
{
	COLOR: #000000;
	width: 95%;
   cursor: text;
	
	background-color: #FFFFFF;
	border: 1px solid #DDE0BE;
	border-top: 0px;
	border-bottom: solid 1px #8da025;
	white-space:normal;
	text-decoration: none;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 10px 10px 16px;
	
	font-size: 10pt;
}

.BasePanelBarPbIntroductionText
{
	font-style:italic;
}

.BasePanelBarPbItemIntroduction {
   border: 1px solid #DDE0BE;
	border-top: 0px;
	padding: 3px 10px 3px 16px;
	width: 95%;
}

/***** END PANEL BAR *****/


