.OuterBox
{
    width: 980px;
    background-color: White;
    border-radius:10px;
    /* box-shadow: 10px 10px 5px #b3b3b3; */
}

.TopBox
{
    width: 980px;
    height: 125px;
    margin-bottom: 0px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.DateBox
{
	width:200px;
	background-color: #0184b6;
	float: left;
    height: 16px;
	background-color: #0184b6;
	color: white;
	font-size: 10pt;
	font-weight: bold; 
	padding-bottom:4px;
	padding-top:4px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
}

.TopMenuBox
{
	width:200px;
    height: 16px;
	background-color: #0184b6;
	color: white;
	font-size: 10pt;
	font-weight: bold; 
	padding-bottom:4px;
	padding-top:4px;
    border-top-right-radius:10px;
    border-bottom-left-radius:10px;    
}

.HeaderBox
{
    width: 980px;
    height: 100px;
}

.TopMainMenuBox
{
	padding-top:5px;
	padding-bottom:5px;
	background-color:#0184b6;
	margin-bottom:0px;
}

.BannerBox
{
    width: 980px;
    height: 250px;
    margin-bottom: 0px;
}

.AchievementsBox
{
    width: 245px;
    height:250px;
	float: left;
}

.ImageSliderBox
{
    width: 490px;
	height: 250px;
	float: left;
}

.FeaturesBox
{
    width: 245px;
    height:250px;
	float: left;
}

.BottomMainMenuBox
{
    height: 25px; 
	text-align: center;
	padding-left:60px;
	margin-bottom: 5px;
}

.ImportantInformationBox
{
	width: 100%;
	height:20px;
    background-color: white;
    margin-bottom: 0px;
    border-top:1px solid #0184b6;
}

.MainBox
{
    width: 980px;
    min-height: 650px;
    padding-bottom:10px;
    overflow:auto;
}

.CircularBox
{
	width: 245px;
	float: left;
}

.LabelBox
{
	width:100%;
    height: 20px;
	background-color: #0184b6;
	color: white;
	font-size: 10pt;
	font-weight:bold;
    float: left;
    text-align: center;
	/* margin-bottom: 10px; */
    padding-top:5px;
    /* border:1px solid #0184b6; */
}

.VerticalScrollBox
{
	/* width: 220px; */
	/* margin-left: 10px; */
	margin-bottom: 20px;
	/* border:1px solid #d4d4d4;	 */
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;
	border-bottom:1px solid #b3b3b3;	
}

.UniversityCircularsBox
{
	width: 220px;
	height: 200px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

.ContentBox
{
    width:732px;
    min-height: 650px;
    float: left;
}

/* Blocks involved in other pages */

.PageHeadersBox
{
    width: 980px;
    height: 20px;
}

.PageSubMenuNameBox
{
	width:199px;
    height: 20px;
	background-color:#002E40;
	color: white;
	font-size: 10pt;
	font-weight:bold;
	float: left;
	padding-top:5px;
	border-right:1px solid white;
}

.PageNavigationBox
{
    width:739px;
    height: 20px; 
	background-color:#002E40;
    float: left;
    text-align: center;
    font-size:10pt;
    font-weight:bold;
    color: white;
    padding-left: 40px;
    padding-top:5px;
    overflow:auto;
}

.PageMainBox
{
    width: 980px;
    min-height: 650px;
    margin-bottom: 10px;
	overflow:auto;
}

.PageContentBox
{
    width:758px;
    min-height:650px;
    overflow:auto;
    padding-left: 10px;
    padding-top: 10px;
    float:left;
    border-left: 1px solid black;
}

.PageContentBoxLong
{
    width:758px;
    min-height:1100px;
    overflow:auto;
    padding-left: 10px;
    padding-top: 10px;
    float:left;
    border-left: 1px solid black;
}

.PageSubMenuBox
{
    width:200px;
    float: left;
	font-size: 10pt;
    color: #015a7c;
    height:100%;
}

.BottomBox
{
    width: 980px;
    height: 40px;
}

.ImportantLinksBox
{
    width: 980px;
    height: 20px;
    background-color: #0184b6;
    text-align: center;
	font-size: 10pt;
	color: white;
}

.FooterBox
{
    width: 980px;
    height: 20px;
    background-color: #015a7c;
    text-align: center;
	font-size: 10pt;
	color: white;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

.PersonPhoto
{
    width:125px;
    height:150px;
}

.PersonPhotoWithLink
{
    width:71px;
    height:85px;
    border:1px solid white;
}

.PersonPhotoWithLink:Hover
{
    border-radius:10px;
    box-shadow: 10px 10px 10px #b3b3b3;
    /* cursor:pointer; */
}

.InstitutePhoto
{
    width:300px;
    height:200px;
}

.InstitutePhotoForCampus
{
    width:150px;
    height:100px;
    border-radius:10px;
}

.ConvocationPhoto
{
    width:600px;
    height:250px;
    border-radius:10px;
}
