﻿h1, .h1{
    font-family:"Trebuchet MS", Times, serif;
    font-weight: bold;
    font-size: 30px;
    color: #24458E;
    line-height: 0.9em;
}

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color: Silver;
	opacity:.9;
	filter: alpha(opacity=90);
	background-image:url(../../images/trim/header-opened.png);	
}

.popupHover {
	background-image:url(../../images/trim/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:  Silver;
}

/* DriveThru  
----------------------------------------------------------*/

a
{
	color: #aa0000;
}

div.ajaxWait
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 12em;
	height: 1.5em;
}

table.ajaxWait
{
	width: auto;
	height: 1.5em;
	color: white;
	background-color: black;
	font-size: larger;
}

table.banner
{
	background-color: #c0c0c0;
}

table.headerMenu
{
	background-color: #24458E;
}

span.heading
{
	color: #24458E;
}

tr.bulletinTableHeader
{
	background-color: #24458E;
}

tr.bulletinTable
{
	background-color: #eeeeee;
}

.headingBand
{
	 color: #24458E;
	 font-size:large;
	 font-weight:bold;
}

.headingBandMobile
{
    background-color: #000066;
    overflow: hidden;
    margin-bottom: 0px;
	color: #FFFFFF;
	font-weight:bolder;
    border-bottom: 1px solid #999999; 
    /* box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3); 
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .3); */
    border-radius: 5px;
}

.columnHeadingBand
{
	color: #0066FF;
	font-weight:bold;
	border-bottom: 1px solid #0066FF;
}

.applicantHeading
{
	color: Gray;
	font-weight:bold;
	font-size: large;
	border-bottom: 2px solid Gray;
	margin-bottom: 2px;
}

tr.gridViewHeader
{
	background-color: #aa0000;
}

a.gridView
{
	color: #aa0000;
}

table.sideMenu tr.item {color: #aa0000;}
table.sideMenu tr.item td div.bullet {background-image: url(../../Images/trim/redbuttonicon.gif ); background-position:50% 50%;}
table.sideMenu tr.disabled {color: Gray;}