﻿body
{
    background-color: #003366;
}

#sideBar
{
    background-color:#0B75A5;
    border-color:white;
    border-style:solid;
    border-width:1px;
    border-bottom-width:2px;
    border-left-width:0px;
    border-bottom-color: #FDFEFE;
    height:94px;
    position:absolute;
    right:2px;
    top:20px;
    width:142px;
    color: white;
    text-size: large;
    visibility: hidden;
    font-size: 9px;
}

.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;
}
