html , body {
    width:100%; height:100%;
    padding:0px;
    margin:0px;
	background-color: #f5f5f5;
		overflow-y: auto !important; 
		 overflow-x:auto !important; 
}

body {
	background-color: #f5f5f5;
	padding:0;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	height: 100%;
	
}
a {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
}
a:link {
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #90001c;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.container {
	width:100%;
	overflow:hidden;
	background-color: #f5f5f5;
	background:url(../images/footer-bg.png) repeat-x bottom;
	
}

.main {
	width:980px;
	margin:0 auto;
	padding:0;	
	position:relative;
}
/*************************** header *********************/
.header {
	border-top:5px solid #89002a;
	float:left;
	position:relative;
	height:115px;
	background-color: #f5f5f5;
	width:980px;
}

.header-nav {
	position:absolute;
	top:0;
	right:0;
	border-bottom:4px solid #b69052;
	height:26px;	
/*	width:450px; /*Changed by Rushdi 3/19/2014 */ 
    width:auto;
	background-color: #89002a;
	padding-left:10px;
	
	
	-moz-border-radius-bottomright: 5px;
 	-webkit-border-bottom-right-radius: 5px;
 	border-bottom-right-radius: 5px;
 	-moz-border-radius-bottomleft: 5px;
 	-webkit-border-bottom-left-radius: 5px;
 	border-bottom-left-radius: 5px;
}

.header-nav ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

.header-nav li {
	float:left;
	list-style:none;
	color:#fff;
	padding:0 8px;
	background:url(../images/top-nav-sep.png) no-repeat right;
	font-size:12px;
	height:26px;
	line-height:24px;
}

.header-nav li:hover {
	background-color: #b69052;
	cursor:pointer;
}

.header-nav li a {
	color:#fff;
}

.last {
	background: #89002a;	
}

.header-logo {
	position:absolute;
	bottom:5px;
	left:0;
	height:75px;	
	width:240px;
	background:url(../images/logo.png) no-repeat center;
}

.header-slogan {
	position:absolute;
	bottom:0px;
	left:260px;
	height:30px;	
	width:330px;
	color:#878787;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
}

.header-search {
	position:absolute;
	top:35px;
	right:0;
	height:32px;	
		/*width:250px;*/
	width:334px;
}

.header-search-button {
	float:right;
	height:32px;	
	width:75px;
	background-color: #89002a;
	border:none;
	color:#fff;
	font-size:11px;
	
	
	-moz-border-radius-topright: 5px;
 	-webkit-border-top-right-radius: 5px;
 	border-top-right-radius: 5px;
 	-moz-border-radius-bottomright: 5px;
 	-webkit-border-bottom-right-radius: 5px;
 	border-bottom-right-radius: 5px;
}

.header-search-button2 {

	height:24px;	
	width:75px;
	background-color: #89002a;
	border:none;
	color:#fff;
	font-size:11px;
	
	
}

.header-search-button2:hover {
	cursor:pointer;
	background-color: #b69052;
}

.header-search-button:hover {
	cursor:pointer;
	background-color: #b69052;
}

.header-search-field {
	float:right;
	height:30px;	
	width:150px;
	background-color: #fff;
	border:1px solid #ccc;
	padding:0 10px;
	font-size:11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #3e3e3e;
	
	
	-moz-border-radius-topleft: 5px;
 	-webkit-border-top-left-radius: 5px;
 	border-top-left-radius: 5px;
 	-moz-border-radius-bottomleft: 5px;
 	-webkit-border-bottom-left-radius: 5px;
 	border-bottom-left-radius: 5px;
}

.menu {
	border:1px solid #b69052;
	float:left;
	position:relative;
	height:38px;
	width:978px;
	background:url(../images/menu-bg.png) repeat-x #f5f5f5;
	
	
	-moz-border-radius-topleft: 8px;
 	webkit-border-top-left-radius: 8px;
 	border-top-left-radius: 8px;
 	-moz-border-radius-topright: 8px;
 	-webkit-border-top-right-radius: 8px;
 	border-top-right-radius: 8px;
}
.f-menu{ z-index: 9999; position: fixed; left: 0; top: 0; width: 978px;}
.menu-home a {
 		float:left;
 		width:40px;
 		height:38px;
 		background:url(../images/home-icon.png) no-repeat center;
}

.menu-home a:hover {
 		background:url(../images/home-icon-hover.png) no-repeat center;
}


.menu ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
/*	width:812px;*/
	width : 826px; 
}


.menu li {
	float:left;
	list-style:none;
	color:#fff;
	width:auto;
	margin-left :-6px; 
	/*background:url(../images/menu-sep.png) repeat-y left;*/
}

.menu li:hover {
	background-color: #b69052;
	cursor:pointer;
}

.menu li a {
	color:#fff;
	text-decoration:none;
	height:38px;
	line-height:38px;
	padding:10px 20px;
	font-size:12px;
}



.social {
	float:right;
	height:38px;
	padding:7px 0;
}

.social-twitter {
	float:right;
	height:24px;
	width:24px;
	margin:0 10px;
	background:url(../images/social-twitter.png) no-repeat center;
}

.social-twitter:hover {
	background:url(../images/social-twitter-hover.png) no-repeat center;
	cursor:pointer;
}

.social-linkedin {
	float:right;
	height:24px;
	width:24px;
	background:url(../images/social-linkedin.png) no-repeat center;
}

.social-linkedin:hover {
	background:url(../images/social-linkedin-hover.png) no-repeat center;
	cursor:pointer;	
}

.social-facebook {
	float:right;
	height:24px;
	width:24px;
	margin:0 10px;
	background:url(../images/social-facebook.png) no-repeat center;
}

.social-facebook:hover {
	background:url(../images/social-facebook-hover.png) no-repeat center;
	cursor:pointer;
}



/*************************** banner *********************/
.banner {
	float:left;
	width:940px;	
	height:415px;
	position:relative;
	margin-left:20px;
	margin-top:20px;
}

.banner-photo {
	width:940px;	
	height:200px;
	float:right;
	position:relative;
	overflow:hidden;
}

.banner-about {
	width:220px;	
	height:140px;
	position:absolute;
	right:0;
	top:0;
    background:url(../images/header-about-bg.png) repeat;
	padding:30px;
	color:#fff;
}

.banner-about-title {
	font-size:18px;
	font-weight:bold;
	width:220px;
	float:left;
	margin-bottom:15px;
	margin-top:10px;
}

.banner-about-text {
	font-size:14px;
	width:220px;
	float:left;
}

.banner-qoutes {
	width:660px;	
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/qoutes-bg.png) no-repeat top left #eeeeee;
}

.banner-qoutes-text {
	width:560px;	
	height:30px;
	float:left;
	overflow:hidden;
	margin-top:10px;
	margin-left:50px;
	color:#616161;
	font-size:11px;
}

.banner-qoutes-auther {
	width:540px;	
	float:left;
	overflow:hidden;
	margin-left:70px;
	text-align:right;
	color:#616161;
	font-weight:bold;
	font-size:11px;
}

.banner-application {
	width:280px;	
	height:70px;
	position:absolute;
	bottom:0;
	right:0;
	background:url(../images/application.png) no-repeat left #b19154;
}

.banner-application:hover {
	cursor:pointer;
	background-color:#8c6a2a;
}


/*************************** content *********************/

.content {
	width:980px;
	margin:0 auto;	
	float:left;
	padding-bottom:10px;
	background-color:#fff;
	min-height:700px;
	
	-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
 border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
}

.content-main {
	width:940px;
	margin:0 auto;
	float:left;
	padding:20px;
}

.content-right {
	float:right;
	width:280px;
}

.right-box {
	float:left;
	width:280px;
	margin-bottom:10px;
}

.right-box-title {
	float:left;
	width:250px;
	padding:10px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #691630;
	font-weight:bold; /* newly Added*/

}
.right-box-content {
	float:left;
	width:280px;
}

.right-box-text {
	padding-top:10px;	
}

ul.hot-links {
	padding:0;
	margin:0;
	list-style:none;	
}

ul.hot-links li {
	padding:9px 15px;
	margin:0;
	background:url(../images/hot-links-arrow.png) no-repeat left top;
	list-style:none;
    border-bottom: 0px solid #e8e8e8;	
/*	border-bottom:1px solid #e8e8e8;* 18 May 2014 */
}

ul.hot-links li a {
	text-decoration: none;
	color: #90001c;
}

ul.hot-links li a:hover {
	text-decoration: none;
	color: #000;
}

.president-photo {
	float:left;
	margin:15px 15px 10px 0;	
}

.president-name {
	float:right;
	width:175px;
	margin:15px 0 5px 0;
	font-weight:bold;
}

.more-link {
	overflow:hidden;
	padding-top:10px;	
	text-decoration: none;
	color: #90001c !important;
	font-size:14px;
}

.more-link a {
	text-decoration: none;
	color: #90001c;
}

.more-link a:hover {
	text-decoration: none;
	color: #000;
}

/*************************** content-left *********************/
.content-left {
	float:left;
	width:640px;
}

/*************************** whats-new *********************/

.whats-new {
	float:left;
	width:310px !important;
}

.whats-new-title {
	float:left;
	width:265px;
	height:32px;
	background:url(../images/whatsnew-icon.png) no-repeat left;
	padding-left:45px;
	line-height:30px;
	font-size:14px;
	margin-bottom:15px;
	font-weight:bold; /* newly added*/
}

.whats-new-photo {
	float:left;
	width:310px;	
	height:165px;
	overflow:hidden;
	margin-bottom:15px;
}

.whats-new-details {
	float:left;
	width:310px;	
	margin-bottom:10px;
}

.whats-new-controls {
	float:left;
	width:310px;
	position:relative;
	padding-top:10px;
}

.whats-new-controls ul {
	padding:0;
	margin:0 auto;
	position:absolute;
	top:0;
	left:45%;
}

.whats-new-controls ul li {
	padding:0;
	margin:0 2px;
	list-style:none;
	background:url(../images/bullet.png) no-repeat center;
	width:10px;
	height:10px;
	float:left;
}

.whats-new-controls ul li:hover {
	background:url(../images/bullet-hover.png) no-repeat center;
	cursor:pointer;
}

/*************************** announcements *********************/

.announcements {
	float:right;
	width:310px;	
}

.announcements-title {
	float:left;
	width:265px;
	height:32px;
	background:url(../images/announcements-icon.png) no-repeat left;
	padding-left:45px;
	line-height:30px;
	font-size:14px;
	margin-bottom:15px;
	font-weight:bold; /* newly added*/
}

.announcements-row {
	float:left;
	width:310px;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:15px;
	margin-bottom:15px;
}

.announcements-row-photo {
	float:left;
	width:60px;
	height:60px;
}

.announcements-row-title {
	float:right;
	width:235px;
	color: #90001c;
	font-size:14px;
}

.announcements-row-date {
	float:right;
	width:235px;
	/*color: #929292; Original*/
	color: #000000;
	font-size:11px;
	padding:5px 0;
}

.announcements-row-description {
	float:right;
	width:235px;
}

/*************************** news *********************/

.news {
	float:left;
	width:648px;
	padding-top:20px;
}

.news-row {
	float:left;
	width:640px;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:15px;
	margin-bottom:15px;
}

.news-row-photo {
	float:left;
	width:60px;
	height:80px;
}

.news-row-title {
	float:right;
	width:560px;
	color: #90001c;
	font-size:14px;
}

.news-row-date {
	float:right;
	width:560px;
	color: #929292;
	font-size:13px;
	padding:5px 0;
}

.news-row-description {
	float:right;
	width:560px;
}

/*************************** services *********************/

.services {
	width:940px;
	float:left;
	height:100px;
	margin-top:20px;
}

.services-prev {
	width:20px;
	float:left;
	height:20px;
	margin-top:40px;
	margin-right:20px;
	background:url(../images/services-prev.png) no-repeat center;
}

.services-prev:hover {
	background:url(../images/services-prev-hover.png) no-repeat center;
	cursor:pointer;
}

.services-content {
	width:860px;
	float:left;
	height:100px;
	overflow:hidden;
}

.services-content ul {
	width:860px;
	height:100px;
	padding:0;
	margin:0;
	list-style:none;
}

.services-content ul li {
	width:80px;
	float:left;
	height:100px;
	margin:0 20px;
	list-style:none;
}

.services-content ul li img {
	border:0 !important;
}


.services-next {
	width:20px;
	float:right;
	height:20px;
	margin-top:40px;
	margin-left:20px;
	background:url(../images/services-next.png) no-repeat center;
}

.services-next:hover {
	background:url(../images/services-next-hover.png) no-repeat center;
	cursor:pointer;
}



/*************************** footer *********************/

.footer {
	width:980px;
	float:left;
	height:200px;
	padding-top:15px;
	color:#fff;
}


.footer a{
	color:#fff;
}

.footer-box {
	width:180px;
	float:left;
	height:200px;
	margin-right:20px;
}


.footer-box-title {
	width:180px;
	float:left;
	font-size:12px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	font-weight:bold;
}

.footer-box-list {
	width:180px;
	float:left;
}

.footer-box-list ul {
	width:180px;
	float:left;
	list-style:none;
	padding:10px 0;
	margin:0;
}

.footer-box-list li {
	float:left;
	background:url(../images/footer-arrow.png) no-repeat left top;
	padding:5px 10px;
	font-size:11px;
	width:160px;
}

.footer-box-more {
	width:180px;
	float:left;
	font-size:11px;
	font-weight:bold;
}

.footer-map {
	width:180px;
	float:left;
	height:200px;
}

.footer-map-title {
	width:180px;
	float:left;
	font-size:12px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	font-weight:bold;
}

.footer-map-photo {
	width:180px;
	float:left;
	margin:10px 0;
}

.footer-copyright {
    width: 980px;
    float: left;
    padding: 10px 0;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    text-align: center;
}


.footer-contact {
	float:right;	
}

.footer-contact a {
	color:#f3f3f3;	
}


/*************************** inner *********************/

.inner-main-title {
	width:640px;
	margin:0 auto;
	float:left;
	/*background:url(../images/inner-title-sep.png) no-repeat left bottom;
	border-bottom:1px solid #ccc;
	padding-bottom:12px;*/
	font-size:16px;
	/*text-transform:uppercase;* changed by rushdi due to uppercase odd look for text 3-6-2014*/ 
	margin-bottom:15px;
	color:#81001a;
 	font-weight:bold;
}

/*************************** sitemap 8-12-2013 *********************/

.inner-main-title2 {
	width:900px;
	margin:0 auto;
	float:left;
	font-size:12px;
	/*text-transform:uppercase;*/
	margin-bottom:20px;
	color:#81001a;
/* 	font-weight:bold;*/
}


.inner-left {
	float:left;
	width:280px;
}

.inner-right {
	float:right;
	width:640px;
	border-top:1px solid #ccc;
	padding-top:15px;

}

.inner-faculty-photo {
	float:right;
	width:640px;
	height:331px;
	overflow:hidden;
	margin-top: -15px !important;
}

.inner-right-title {
	float:right;
	width:640px;
	font-size:15px;
	text-transform:uppercase;
	padding:15px 0;
	color:#81001a;
}

.inner-right-full {
	float:right;
	width:640px;
	margin-bottom:15px;
}

/*.inner-right-half {
	float:left;
	width:320px;
	margin-bottom:15px;
}*/

/* update 28-9-2013 by madadha*/

.inner-right-half {
	float:left;
	width:280px;
	margin-bottom:15px;
	margin-right:40px;
}

.side-news-date {
	font-size:11px;
	color:#797979;
}


ul.side-news {
	padding:0;
	margin:0;
	list-style:none;	
}

ul.side-news li {
	padding:9px 7px;
	margin:0;
	list-style:none;	
	border-bottom:1px solid #e8e8e8;
}

ul.side-news li a {
	text-decoration: none;
	color: #90001c;
}

ul.side-news li a:hover {
	text-decoration: none;
	color: #000;
}






.calendar-header{
	background-color:#363636;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
}


.calendar-days-names 
{
    background-color:#f3f3f3;
	padding:3px 0;
	text-align:center;
	font-size:11px;
	
}

.calendar-days-normal {
	background-image:url(../images/calendar_day_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dedede;
	padding:5px;
	color:#616161;
	border:1px solid #d0d0d0;	
	font-size:11px;
}

.calendar-days-off {
	background-color:#f4f4f4;
	padding:5px;
	border:1px solid #d0d0d0;
	color:#aaaaaa;	
	font-size:11px;
}

.calendar-days-event {
	padding:5px;
	border:1px solid #a11213;
	color:#ffffff;
	background-image:url(../images/calendar_day_event.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#a11213;
	font-size:11px;
}

.calendar-days-current {
	padding:5px;
	border:1px solid #21862f;
	color:#ffffff;
	background-image:url(../images/calendar_day_current.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#21862f;
	font-size:11px;
}

.inner-content {
	float:left;
	width:340px;
}


ul.Colleges {
	padding:0;
	margin:0;
	list-style:none;
	margin-top:-18px;
font-size:14px;
}

ul.Colleges li{
	background:url(../images/colleges-arrow.png) no-repeat left top;
	padding-left:15px;
	border-top:0px solid #ccc;
	padding-top:10px;
	color:#90001c;
}

ul.Colleges li ul {
	padding:0;
	margin:0;
	font-weight:normal;
	list-style:none;
	margin:10px;
}

ul.Colleges li ul li{
	background:url(../images/colleges-arrow-sub.png) no-repeat left;	
	padding: 1px 12px;
    border-top: 0px dashed #ccc;
    color: #3e3e3e;
    font-size: 13px;

}


.inner-content-text {
	width:340px;
	font-weight:bold;
	font-size:11px;
	padding-top:15px;
}


.social-widget {
	width:70px;
	height:310px;
	position:fixed;
	left:10px;
	top:100px;	
	background:#fff;
	border:1px solid #ccc;
}

.inner-social-widgets {
	/*float:right;*/
	width:640px;
	height:20px;
	margin-bottom:10px;
}



.grid-no-th th
{
  display: none;  
    }
    
/* a:link tab */
.a-lnkTab {
	color: #310523 !important;
	text-decoration:none;
}
.a-lnkTab:visited {
	color: #510523 !important;
	text-decoration:none;
}
.a-lnkTab:hover {
	
	text-decoration:none;
	color:#666666 !important;
}

/* a:link ,hotlinks,AcademicsAnnouncements,AcademicsNews,news,Announcements */

.a-lnkACADEMICS
{
    color: #666666 !important;
    text-decoration: none;
font-size: medium;
}

.a-lnkACADEMICS:visited {
	  color: #666666 !important;
    text-decoration: none;
font-size: medium;
}
.a-lnkACADEMICS:hover {
	color:#fff !important;
	text-decoration:none;
font-size: medium;
}


/* calender events*/
.tip_trigger
{
}
.tip
{
    width: 150px;
    position:absolute;
    border: 1px #ccc solid;
    display:none;
    padding-top: 0px;
    padding-bottom: 00px;
    padding-left: 5px;
    padding-right: 0px;
    color: #000000 !important;
    font-style: italic;
   float:left;
   background-color:#fff6b7;
}
.date-title
{
    width:100%;
    float:left;
    color:#000000 !important;
}
.date-close
{
    width:50px;
    float:right;
    color:#000000  !important;
    
}
.date-red-bg
{
    background-color:#d0d0d0 !important;
    
    
}
.button
{
    color:#000000;
}
.white-bg
{
    color:#000000;

    
}

/* end calender events*/



/* a:AllAcademics */

.a-lnkAllAcademics
{
    color: #000000 !important;
    font-weight: bold;
    text-decoration: none;
}

.a-lnkAllAcademics:visited {

    text-decoration: none;
color: #000000 !important;
    font-weight: bold;
}
.a-lnkAllAcademics:hover {
	
	text-decoration:none;
}




/* a:link ,hotlinks,AcademicsAnnouncements,AcademicsNews,news,Announcements */

.a-lnk {
	color: #910523 !important;
	/*width:230px !important;*/
}
.a-lnk:visited {
	color: #910523 !important;
}
.a-lnk:hover {
	color:#910523 !important;
	text-decoration:none;
}

.announcement-date {
	text-align: center;
	width:65px;
	/*height:65px;*/
	height:54px;
	margin:5px;
	border:1px solid #ccc;
	border-top:3px solid #910523;
	float:left;
	font-weight:bold;
	font-size:15px;
	color:#910523;
	padding-top:8px;
}

.announcement-date-month {
	float:left;
	width:70px;
	color:#000;
}

.announcement-date-year {
	float:left;
	width:70px;
	color:#910523;
}






/* ========== Blog Page ========== */
/* ==========madadha========== */

/*9-9-2013*/

.announcementControl-date {
	text-align: center;
	width:30px;
	height:20px;
	margin:5px;
	border:1px solid #ccc;
	border-top:3px solid #910523;
	float:left;
	font-weight:bold;
	font-size:8px;
	color:#910523;
	padding-top:4px;
}

.announcementControl-date-month {
	float:left;
	width:30px;
	color:#000;
}

.announcementControl-date-year {
	float:left;
	width:30px;
	color:#910523;
}


.post			{
				width:620px;
				margin-bottom:25px;
				padding-bottom:27px;
				background:url(../../images/hr_610.png) bottom left no-repeat;
				}

.post .posted,
.post .posted_alternate	{
				font-size:11px;
				line-height:15px;
				margin-bottom:1.5em;
				color:#818181;
				overflow:hidden;
				zoom:1;
				}

.post .posted_alternate	{
				padding-bottom:6px;
				margin-bottom:20px;
				border-bottom:1px dashed #D8D8D8;
				}

.post .posted span,
.post .posted_alternate span	{
				min-height:16px;
				padding:0 23px;
				display:block;
				float:left;
				}

.post .posted span a,
.post .posted_alternate a	{
				color:#818181;
				text-decoration:none;
				}

.post .posted span a:hover,
.post .posted_alternate a:hover	{
				color:#000;
				text-decoration:none;
				}

.post .posted_alternate .date,
.post .posted .date		{background:url(../../images/icon_date.png) 0 0 no-repeat;}
.post .posted_alternate .author,
.post .posted .author	{background:url(../../images/icon_author.png) 0 0 no-repeat;}
.post .posted_alternate .category,
.post .posted .category	{background:url(../../images/icon_category.png) 0 0 no-repeat;}
.post .posted_alternate .comments,
.post .posted .comments	{background:url(../../images/icon_comments.png) 0 0 no-repeat;}
				
.post .post_thumb	{margin-bottom:18px; margin-left:-4px;}
.post .post_thumb_alternate	{margin-left:-4px; margin-right:25px; float:left;}
				
.post_descr_alternate {padding:10px 0 0 0;}

/* ==========end Blog Page ========== */




/* ========== FacultiesContactUs Page ========== */
/* ==========madadha========== */
.phone{
	background: url("../images/phone1.png") no-repeat scroll left center transparent; 

	height: 35px;

}
.phone p
{
    margin-left:23px; 
	font-size:10px;
	line-height:30px!important;
	 }
	 
	 .mail{
	background: url("../images/note.png") no-repeat scroll left center transparent; 



}
.mail p
{
    margin-left:23px; 
	font-size:10px;
	line-height:30px!important;
	 }
	 
	 
	 .client{
	background: url("../images/medal.png") no-repeat scroll left center transparent; 



}
.client p
{
    margin-left:23px; 
	font-size:10px;
	line-height:30px!important;
	 }
	 
	 	 
	 .ext{
	background: url("../images/phone2.png") no-repeat scroll left center transparent; 



}
.ext p
{
    margin-left:23px; 
	font-size:10px;
	line-height:30px!important;
	}
	
		 .info{
	background: url("../images/info.png") no-repeat scroll left center transparent; 



}
.info p
{
    margin-left: 23px;
    font-size: medium;
    line-height: 30px !important;
    font-weight: bold;
    border:1px solid #ccc;
	border-top:2px solid #910523;
	border-bottom: 2px solid #910523;
}
	
	


/* ==========END FacultiesContactUs Page ========== */
/* ==========madadha========== */
    
.Doc-search-button {
	float:right;
	height:20px;	
	width:50px;
	background-color: #89002a;
	border:none;
	color:#fff;
	font-size:11px;
	
	
	-moz-border-radius-topright: 5px;
 	-webkit-border-top-right-radius: 5px;
 	border-top-right-radius: 5px;
 	-moz-border-radius-bottomright: 5px;
 	-webkit-border-bottom-right-radius: 5px;
 	border-bottom-right-radius: 5px;
}

.Doc-search-button:hover {
	cursor:pointer;
	background-color: #b69052;
}






    /*	Accordion
 -------------------------------------------*/

.accordion .box {
	margin-top:10px;
	padding: 0;
	background-image: linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	background-image: -o-linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	background-image: -moz-linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	background-image: -webkit-linear-gradient(bottom, #F2F1F1 0%, #ffffff) 100%);
	background-image: -ms-linear-gradient(bottom, #F2F1F1 0%, #ffffff 100%);
	cursor:pointer;
}
.accordion a{
	margin-left: 7px;
	padding: 5px 30px;
	line-height: 35px;
	font-size: 14px;
	height: 21px;
	color: #777777;
	background: url(../img/accordionArrow.png) no-repeat 0 4px transparent;
}
.acText {
	display: none;
}
.accordion .box.opened .acText {
	background-color: #ffffff;
}
.accordion .box.opened {
	background-image: none;
	background-color: #777777;
}
.accordion .box.opened a {
	background-position: 0 -24px;
	color: #ffffff;
}

/*-----------------------------------------
    	Toggle
 -------------------------------------------*/

.toggleInfo{
	padding:5px 0 0 0;
	margin:7px 0 5px;
}
.toggleInfo:first-child {
	border:none;
	margin-top:0;
	padding-top:0;
}
.toggleInfo:last-child {
	margin-bottom:0;
	padding-bottom:0;
}
/*.toggleInfo a{
	color: #938D8D;
	font-size: 13px;
	padding: 5px 30px;
	height: 21px;
	background: url(../img/toggleArrow.png) no-repeat 0 4px transparent;
}*/
.toggleInfo > div {
	display: none;
	padding:8px 0 4px 30px;
}
/*.toggleInfo a.opened {
	color: #433333;
	background-position: 0 -24px;
}*/
/*.toggleInfo.opened > div {
	display:block;
}*/

.boxInfo {
	border-top:1px solid #e8eaee;
	padding:15px 15px;
	overflow:hidden;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
}

/*-----------------------------------------
    	Box Shortcodes
 -------------------------------------------*/

.blog .box {
	margin-bottom:40px;
}
.box {
	border:1px solid #e8eaee;
	color:#5D6F8D;
	font-size:18px;
	padding-top:5px;
	overflow:hidden;
	width:100%;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.box h4 {
	margin:0 15px 5px 15px;
	font-weight:400;
}
.boxInfo {
	border-top:1px solid #e8eaee;
	padding:15px 15px;
	overflow:hidden;
	-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:100%;
}
.boxInfo img {
	margin:0 20px 10px 0;
	float:left;
}
.boxInfo p {
	color:#949699;
	font-size:13px;
	line-height:22px;
}
.boxInfo h6 {
	line-height:30px;
	font-size:13px;
}
.boxInfo h5 {
	line-height:30px;
	font-size:13px;
	font-weight:400;
}
.boxInfo p {
	color:#949699;
	font-size:13px;
	line-height:22px;
	margin-bottom:10px;
}
.boxInfo p:last-child {
	margin:0;
}



/*!-- student tab-->*/


.grid-service
{
    display: inline;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    width: 180px;
    height: 120px;
    }
    
    .grid-service .a
    {
        text-decoration:none !important;
        border:0 !important;
        border-style:none !important;
        color:White !important;
        
        
        }
        
    
        
        

        
        


    
    .service-h1
    {   
        
        font-size: 13px !important;
        height: 30px;
        line-height: 21px;
        border-bottom: 1px dashed #DDDDDD;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-top: 0;
        color: #444;

    }
    
  .icon {
        margin-right:20px;
        float: left;
        text-decoration:none !important;
        border:0 !important;
        border-style:none !important;
        color:White !important;
}


.datagrid table { border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #991821; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }.datagrid table td, .datagrid table th { padding: 3px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #991821), color-stop(1, #80141C) );background:-moz-linear-gradient( center top, #991821 5%, #80141C 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#991821', endColorstr='#80141C');background-color:#991821; color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #B01C26; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #80141C; border-left: 1px solid #F7CDCD;font-size: 12px;font-weight: normal; }.datagrid table tbody .alt td { background: #F7CDCD; color: #80141C; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }