﻿body
{
    background-color: #003366;
    margin:8px;
}

.BannerRow
{
	background-repeat:no-repeat; 
	background-image:url(../images/banner.gif)
}

#sideBar
{
    background-color:#0B75A5;
    border-bottom-color: #FDFEFE;
}

.SchedGrid th
{
	background-color:rgb(0, 51, 102);
	color:White;
	font-size:11px;
	font-weight:normal;
	width:100px;
	border-left-color: rgb(0, 51, 102);
	border-right-color: rgb(0, 51, 102);
}

#blockingDiv
{  
	background-color: #003366;
	filter:alpha(opacity=80);   
	-moz-opacity: 0.8;   
	opacity: 0.8;
	position:fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	visibility:hidden;
	z-index:10000;
}

.SchedulerHours
{
	max-width:60px;		
	width:60px; 
	text-align:center; 
	background-color:rgb(0, 51, 102); 
	color:white; 
	vertical-align:center; 
	margin: 0 auto;	
}

.DataGridHeader
{
	background-color:#003366; 
}

.BackgroundColor1
{
	background-color:#003366;
}

.BackgroundColor2
{
	background-color:#003366;
}
.LoginBG
{
	background-color:LightBlue;
}

