﻿/*****************************************************************************************************
 *									  STATIC AND DROP HEADER START BLOCK							 *
 * NOTES:																							 *
 *		Includes settings for elements, element ids and classes used in the header bar control!		 *
 *																									 *
 *****************************************************************************************************/

/*****************************************************************************************************
 *							 Settings for elements which inherit 'dropHeader' class					 *
 *****************************************************************************************************/
.dropHeader
{
	background-color: #243562;
	background-image: url('Images/HeaderBar/headerBar_bg.gif');
	background-position: right;
	background-repeat: no-repeat;
	height:23px;
	border: solid 1px #243562;
	min-width: 400px;
}

/*****************************************************************************************************
 *					  Settings for elements which inherit 'dropHeader_Alternate' class				 *
 *****************************************************************************************************/
.dropHeader_Alternate
{
	background-color: #243562;
	background-image: url('Images/HeaderBar/headerBar_bg.gif');
	background-position: right;
	background-repeat: no-repeat;
	height:23px;
	border: solid 1px #243562;
	min-width: 400px;
}

/*****************************************************************************************************
 *						Settings for elements which inherit 'headerBarLeft' class					 *
 *****************************************************************************************************/
.headerBarLeft
{
	margin-right: 125px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif, Calibri;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	line-height: 17px;
	padding-top: 3px; 
	padding-left: 9px;
	vertical-align:middle;
}

/*****************************************************************************************************
 *						Settings for elements which inherit 'headerBarRight' class					 *
 *****************************************************************************************************/
.headerBarRight
{
	float: right;
	width: 125px;
	text-align: right;
	font-size: 10px;
	color: #ffffff;
	line-height: 11px;
	vertical-align: middle;
	padding: 5px;
}

/*****************************************************************************************************
 *						Settings for elements which inherit 'headerBarStatus' class					 *
 *****************************************************************************************************/
.headerBarStatus
{
	padding-right: 4px;
}

/*****************************************************************************************************
 *						Settings for elements which inherit 'singleHeaderBar' class					 *
 *****************************************************************************************************/
.singleHeaderBar
{
	margin-right: 3px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, Calibri;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	line-height: 17px;
	vertical-align: middle;
	padding: 3px;
	vertical-align:middle;
}

/*****************************************************************************************************
 *						  Settings for elements which inherit 'headerArrow' class					 *
 *****************************************************************************************************/
.headerBarArrow
{
	position: relative;
	top: 0px;
	right: 3px;
}

/*****************************************************************************************************
 *					 Settings for elements which inherit 'hideHeaderTarget' class					 *
 *****************************************************************************************************/
.hideHeaderTarget
{
	display: none;
}

/*****************************************************************************************************
 *					 Settings for elements which inherit 'showHeaderTarget' class					 *
 *****************************************************************************************************/
.showHeaderTarget
{
	display: block;
}

/*****************************************************************************************************
 *									  STATIC AND DROP HEADER END BLOCK								 *
 *****************************************************************************************************/
