﻿body
{
    background-color:white;
	margin: 0;
	padding: 0;
}

.BannerRow
{
	/*background-repeat:no-repeat; 
	background-image:url(../images/banner.gif)*/
}

.searchTabTop
{
	background-color:inherit;
	border-style:none;
	border-width:2px 2px 0px 2px;
	width:760px;
	margin-top:13px;	
}

.searchTabBottom
{
	background-color:inherit;
	border-width:0px 2px 2px 2px;
	width:760px;
}

#sideBar
{
    background-color:#0B75A5;
    border-bottom-color: #FDFEFE;
}

.SchedGrid th
{
	background-color:#145091;
	color:White;
	font-size:11px;
	font-weight:normal;
	width:100px;
	border-left-color: #145091;
	border-right-color: #145091;
}

#blockingDiv
{  
	background-color: #145091;
	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:#145091; 
	color:white; 
	vertical-align:center; 
	margin: 0 auto;	
}

.DataGridHeader
{
	background-color:#145091;
	color: white;
}

.PagerStyle
{
	background-color:#145091;
	font-weight:bold
}

.PagerStyle span
{
	font-weight:bold;
	text-decoration:underline;
}

.PagerStyle a
{
	background-color:#145091;
	font-weight:normal
}

.BackgroundColor1
{
	background-color:#145091;
}

.BackgroundColor2
{
	background-color:transparent;
}

#portsTable tbody tr th
{
	background-color:#145091;
	font-weight:normal;
	color: White;
	border-top: solid 1px #505050;
	border-bottom: solid 1px #505050;
	padding: 3px;
}

.infoTable tbody tr th
{
	background-color:#145091;
	font-weight:normal;
	color: White;
	border-top: solid 1px #505050;
	border-bottom: solid 1px #505050;
	padding: 3px;
}

.SpecialDGHeader
{
	color:Red;
	height:30px;
	background-color:#145091;
	font-weight:bold;
	font-size:small;
	text-align:center;
	vertical-align:middle;
	border: none;
	line-height: 30px;
}

table.dataGridClone tbody tr td
{
	background-color:#145091;
	color: White;
	border: solid 1px #505050;
}

.SearchColumn
{
	background-image: url(../images/search.gif);
	background-position:top right;
	background-repeat:no-repeat;
}