﻿/* ---------------------------------------------------------------------------------*/
/* ----------  SectionHeader used in ControlPanel and DOs pages --------------------*/
/* ---------------------------------------------------------------------------------*/
table.sectionHeader,
table.sectionHeader table 
{
	border-collapse:collapse;	        
}
table.sectionHeader td
{
	height: 37px;
	padding: 0;
}
table.sectionHeader > tr td:first-child 
{
	width:30px; 	
	vertical-align: middle;
}
table.sectionHeader > tr td:last-child 
{
	vertical-align: top; 
	text-align: right; 
	width: 1%;;
}
table.sectionHeader tr td.sectionHeaderContent 
{
	background-image: url('/controlPanel/images/titleBar/titleFill.png');
	white-space: nowrap; 
	background-repeat: repeat-x; 
	vertical-align: middle;
	width:100%;
}
table.sectionHeader tr td.sectionHeaderContentGreen 
{
	background-image: url('/controlPanel/images/titleBar/green_titleFill.png');
	white-space: nowrap; 
	background-repeat: repeat-x; 
	vertical-align: middle;
	width:99%;
}
table.sectionHeader tr td.sectionHeaderAction 
{
	background-image: url('/controlPanel/images/titleBar/titleFill.png');
	white-space: nowrap;
	background-repeat: repeat-x;
	text-align: right;
}
table.sectionHeader tr td.sectionHeaderActionGreen 
{
	background-image: url('/controlPanel/images/titleBar/green_titleFill.png');
	white-space: nowrap;
	background-repeat: repeat-x;
	text-align: right;
}
table.sectionHeader tr td.sectionHeaderTitle 
{
	white-space:nowrap;
	vertical-align:middle;
	padding-left:4px;
}
table.sectionHeader tr td.sectionHeaderRight
{
	text-align:right;
}
table.sectionHeader div.sectionHeaderRight,
table.sectionHeader div.sectionHeaderRightGreen
{
	background-repeat: no-repeat;
	background-color: #EEFEEF;	
	text-align:right;
	display:inline-block;	
	height:37px;
}
table.sectionHeader div.sectionHeaderRight 
{	
	background-image:  url('/controlPanel/images/titleBar/titleRight.png');
	width:10px;
}
table.sectionHeader div.sectionHeaderRightGreen 
{
	background-image: url('/controlPanel/images/titleBar/green_titleRight.png'); 
	width:16px;		
}
table.sectionHeaderTable 
{
	border-right: #cccccc 1px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    margin:0px;    
    border-left: #cccccc 1px solid;
    width: 100%;
    padding-top: 3px;
    border-bottom: #cccccc 1px solid;
    background-color: #ffffff;
}
table.sectionHeaderTableNoTopBottomBorder 
{
	border-right: #cccccc 1px solid;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0px;
    margin:0px;    
    border-left: #cccccc 1px solid;
    width: 100%;
    padding-top: 0px;
    border-bottom: #cccccc 1px solid;
    background-color: #ffffff;
}
table.sectionHeaderTableNoBorder
{
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 15px;
    margin:0px;
    padding-top: 3px;
    background-color: #ffffff;
    width: 100%;
}
.sectionHeaderInnerText 
{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align:left;
}
.titleBarText
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-align:left;
}
.titleBarLayout
{
	font-size: 16px;
    padding-left:6px
}
.indentSectionHeaderInner
{
    margin-left:15px;
    margin-right:15px;
    margin-top: 15px;   	
}
table.actionButtons td.clrButton,
table.actionButtons td.clrButtonOver,
table.actionButtons td.clrButtonDown
{
    height: auto;
    padding: 3px;
}

