﻿.PageHeading
{
	font-family:Verdana ;
	text-align :center;
	font-weight:bold ;
	font-size:14px;   
	background-color: #A9E2F3;
	
	 box-shadow: 3px 7px 7px Blue;
}
.PageBottomHeading
{
	font-family:Verdana ;
	text-align :center;
	font-weight:bold ;
	font-size:14px;   
	background-color: #A9E2F3;
	color:Maroon;  
	
}

.DivWidth
{
	width:800px;
	border-radius:5px;
    box-shadow: 10px 10px 5px;
    
}
.LargeDivWidth
{
	width:950px;
	border-radius:5px;
    box-shadow: 10px 10px 5px;
    
}
.SmallDiv
{
	width:500px;
	border-radius:5px;
    box-shadow: 10px 10px 5px;
    
}
.CellBorder
{
	border: 1px solid #A9E2F3; 
	text-align:left;
	padding-left:10px;
	margin-left: 40px;
}
.CellBorderNone
{
	border: 0px;
	text-align:left;
	padding-left:10px;
}
.DivBoxL
{
	background-position: center;
	width: 350px;
	border-radius: 5px;
	box-shadow: 10px 10px 5px;
	border: 2px solid Blue;
	height: 200px;
	background-image: url('../Portalimg/MonoBG.jpg');
	background-repeat: no-repeat;
	background-position:center ;
	border-radius:10px 0px 10px 0px; 
}
.DivBoxR
{
	background-position: center;
	width: 540px;
	border-radius: 5px;
	box-shadow: 10px 10px 5px;
	border: 2px solid Blue;
	height: 200px;
	border-radius:10px 0px 10px 0px; 
	
}
