.PgBG{
	background-color:#dfe8f1;
}

.TopRowBG{ 
	background-color:#cedeee;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

.TopRow{ 
	background-image:url('/Img/Banner/top.gif');
	background-repeat:no-repeat;
	height:47px;
	text-align:right;
	vertical-align:bottom;
	padding-right:6px;
	margin-right:auto;
	margin-left:auto;
}

.TopRow{ 
	background-image:url('/Img/Banner/top.gif');
	background-repeat:no-repeat;
	height:47px;
	text-align:-moz-right;
	vertical-align:bottom;
	padding-right:6px;
	margin-right:auto;
	margin-left:auto;
}


.TopRowA{
	background-image:url('/Img/Banner/top.gif');
	background-repeat:no-repeat;
	height:47px;
}

.TopRowB{
	background-color:white;
}

.TopRowC{
	background-color:#dfae35;
}


/* Replace the default styles */
/* Left navigational menu column */
.ms-nav{
	background-image:none;
	background-color:white;
}

/* Original Left menu */
.ms-navframe{
	display:none;
}

.LeftMenuAll{
	background-image:url('/Img/LeftMenu/SideBG.gif');
	background-repeat:repeat-y;
}

.LeftMenu{
	margin-top:5px;
	width:159px;
}

.LeftMenuTop{
	background-image:url('/Img/LeftMenu/side_top.gif');
	background-repeat:no-repeat;
	height:26px;
}

/* Seperator column between left menu column and the main area */
.ms-pagemargin{
	background-image:none;
	background-color:white;
}


/* Column right of the main display area */
td.ms-rightareacell div.ms-pagemargin{
	background-image:none;
	background-color:white;
	border:none;
}


/* Bottm margin in the left navigation menu */
.ms-pagebottommargin,.ms-pagebottommarginleft,.ms-pagebottommarginright{
background-color:white;
}

/* Row below the main display area */
.ms-bodyareapagemargin{
	background-color:white;
}

.LineSeparator{
	background-image:url('/Img/dotline.gif');
	background-repeat:repeat-x;
	background-position:top;
	background-color:white;
}

.Footer{
 	font-size:9px;
	color:#4C4C4C;
	font-family:Verdana;
	padding: 2px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
}

/* Main content area */
.ms-bodyareaframe,.ms-viewareaframe{
	vertical-align:top;
	height:100%;
	width:100%;
	background-color:white;
	border-top:none;
	border-right:none;
	border-left:none;
}

.ms-bodyareaframe{
	padding:4px;
}

/* Body area bottom line */
.ms-bodyareapagemargin{
	background:white;
	border-top:none;
}

/* Line below editing toolbar */
.ms-consolemptablerow{
	background-color:white;
}

/* for lightbox in maintenance announcement */
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 50%;
			padding: 16px;
			border: 16px solid orange;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}



