﻿.controlTemplateContainerTable
{
	width: 100%;
}

.controlTemplateRightCell
{
	vertical-align: top;
}

.controlTemplateMidCell
{
	width: 3%;
}

.controlTemplateLeftCell
{
	width:35%;
	vertical-align:top;
	margin: 0px 0px 0px 0px;
}

.controlTemplateInnerTable
{
	width: 100%;
	vertical-align:top;
	border:0;
}

a.maagarInfoSearchLink 
{
    color:#6b0065;
    font-size:14px; 
    text-decoration:none;
}

a.maagarInfoSearchLink:hover
{
    color:#6b0065;
    font-size:14px; 
    text-decoration:underline;
}

/*************************************/
/*     Tool Box Section              */
/*************************************/
.toolBoxTitle
{
	background-color: #f0f8ff;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #69B9FF;
	padding-right:20px;
}

.toolBoxTitle span
{
	text-align: right;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #6b0065;
}

.toolBoxRuler
{
	background-color: #f7fbff;
	height: 20px;
}

.toolBoxRuler td
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #E5F3FF;
}

.toolBoxRuler span
{
	font-size: 13px;
}

.toolBoxIcon
{
	vertical-align: top;
}

.toolBoxItem
{
	font-family: arial;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

.toolBoxItemTitle a
{
	color: #6b0065;
	font: bold 13px arial;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

.toolBoxItemTitle a:hover
{
	text-decoration: underline;
}

.toolBoxItemText
{
	color: #000000;
	font-weight: normal;
}

.toolBoxDividingLine
{
	background-image: url(../Images/dividing_line.gif);
	background-repeat:repeat-x;
	height: 5px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*********END Tool Box SECTION***********************/

/*************************************/
/*     StudentApplication Section    */
/*************************************/	

.studentApplicationContainer
{
/*	margin-left:10%;
	margin-right: 10%;*/
}

.studentApplicationTitle, .studentApplicationSubTitle
{
	text-align: center;
	margin-bottom: 20px;
}
.studentApplicationTitle
{
	font-size:18px;
	font-weight:bold;
}

.studentApplicationSubTitle
{
	text-decoration: underline;
	font-size:15px;
}

.studentApplicationText
{
	text-align: right;
	font-size:13px;
}

.studentApplicationTable
{
	border: solid 1px #5BA1DE;
}

.studentApplicationTable td
{
	padding-bottom:10px;
	}
.studentApplicationValidatorError
{
}

.studentApplicationValidatorSummary
{
}

.leftBanner_td
{
	vertical-align:top;
	width:300px;
}

.inputBorder
{
	border: solid 1px #5BA1DE;
}

.MustField
{
	color:Red;
}
/*********END StudentApplication SECTION***********************/

/*************************************/
/*     ContactUs Section    */
/*************************************/	

.contactUsContainer
{
}

.contactUsTitle, .contactUsSubTitle
{
	text-align: right;
	margin-bottom: 10px;
	margin-top: 20px;
}
.contactUsTitle
{
	font-size:18px;
	font-weight:bold;
}

.contactUsSubTitle
{
	font-weight:bold;
	font-size:15px;
}

.contactUsText
{
	text-align: right;
	font-size:13px;
}

.contactUsTable
{
	border: solid 1px #5BA1DE;
}

.contactUsTable td
{
	padding-bottom:10px;
	}
.contactUsValidatorError
{
}

.contactUsValidatorSummary
{
}

/*********END ContactUs SECTION***********************/

a.newsItems
{
	text-decoration: none;
	color: #252527;
	margin-top: 13px;
	cursor: pointer;
}
a.newsItems:hover
{
	text-decoration: none;
}
a.newsItems img
{
	float: right;
}
a.newsItems strong
{
	color: #6b0065;
	text-decoration: none;
	margin-bottom: -2px;
}

a.newsItems:hover strong
{
	text-decoration: underline;
}

a.newsItems p
{
	margin-top: 2px;
}

.newsItemsDate
{
	color: #848585;
	font-style: italic;
}



