﻿/******************************************/
/*    Title Bar with Background Image     */
/******************************************/

.imgTitleBar /* with a long strip background image */
{
	width: 100%;
	height: 19px; /*depends on the bg image*/
	padding: 0px 0px 0px 10px;
	background: url('titleBar.gif') no-repeat;
	font-weight: bold;
	font-size: 12px;
	color: #012B56;		
}

.tabTitleBar /* with a tab background image */
{
	width: 100%;
	height: 17px; /*depends on the bg image*/
	padding: 0px 0px 0px 10px;	
	background: url('images/tabBluea.gif') no-repeat;
	font-weight: bold;
	font-size: 11px;
	color: #012B56;		
}

/*********************************************/
/*    Title Bar without Background Image     */
/*********************************************/

.fillTitleBar
{	
	padding: 0 0 0 10px;
	background-color: #002E74;
	color: #FFFFFF;
	font-weight:bold;
	height:18px;
}

.fillTitleBar label{
	padding:0 0 5px 0;
	font-family: Verdana, Helvetica, Arial;
	font-size:1em;
}