﻿
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-image: url(images/bg1.jpg);
	background-color: #000034;
	background-repeat: no-repeat;
	background-position: center top;
}

#pageWrapper
{
	width: 933px;
	margin: 0 auto;
	position: relative;
	padding-left: 10px;
}

li ul, li ol
{
	margin: 0 1.5em;
}
ul, ol
{
	margin: 1em 1.5em 1em 1.5em;
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}

#container
{
	width: 940px;
	margin-left: 11px;
	margin-bottom: 0;
}

#header{
	width:940px;
	height:140px;
	margin-left:10px;
	}

#logo{
	margin-left:0px;
	cursor: pointer;
	border: 0;
	margin-top: 7px;
	float: left;
	}

#logoG{
	margin-right:0px;
	cursor: pointer;
	border: 0;
	margin-top: 7px;
	float: right;
	}

.slogan{ margin:70px 0 0 142px; float:left;}


#upperLinks{
	height:34px;
	}
	

	
#Links{	
	float:left;
	width: 400px;
	}	

	
#Links li{
	line-height:33px;
	padding:0 7px;
	float: left;
	font-size: 11px;
	color: #fff;
	list-style:none;
	background: url(images/seperator.gif) 0 center no-repeat;
	}

#Links li:first-child { background:none;}
	
#Links li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	}	
	
#Links li a:hover{
	text-decoration: underline;
	}

#search{
	margin:7px 7px 0 0;
	float: right;
	}

#search img{
	float: right;
	border: 0;
	cursor: pointer;
	}
	
#search input{
	font: 12px Arial, Helvetica, sans-serif;
	height:16px;
	float: right;
	width:200px;
	border:1px solid #0f61b3;
	padding-left:2px;
	color: #000000;
	}	
/* --------------------------------------------------------*/
/* Expandable Box Styles */

ul, li
{
	padding: 0;
	margin: 0;
}

#cu_boxes_container
{
	background: none;
	background-color: transparent;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(images/pic.jpg);
	margin: 0 auto;
	width: 940px;
}

#cu_boxes
{
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(images/pic.jpg);
	position: relative;
	height: 380px;
}

/* following box properties altered by Javascript  when DOM loads - width, height */
#cu_boxes .box
{
	background-color: transparent;
	overflow: hidden;
	float: left;
	display: block;
	width: 234px;
	height: 250px;
	background-repeat: no-repeat;
	padding: 0;
}

.box_title
{
	padding-left: 10px;
	line-height: 30px;
	background-image: url(images/box_top_new.gif);
	width: 360px;
	height: 30px;
	overflow: hidden;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}

/* following box_inner properties altered by Javascript when DOM loads - width, background-color, overflow, font-size */
.box_inner
{
	text-overflow: clip;
	font-size: 11px;
	padding-top: 10px;
	margin-left: 0;
	background-position: left top;
	background-image: url(images/blue_bg.png);
	background-repeat: repeat-x;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	width: 234px;
	height: 380px;
}

.box_inner a
{
	padding-left: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(images/link_arrow_white.gif);
	margin-bottom: 2px;
	display: block;
	text-decoration: none;
	color: white;
}

.box_inner a:hover
{
	text-decoration: underline;
	color: white;
}

.box_inner h1
{
	color: white;
	font-weight: bold;
	line-height: 15px;
	font-size: 13px;
}

ul .box_inner
{
	list-style-type: none;
	padding-left: 20px;
	height: 380px;
}

ul .box_inner li
{
	line-height: 14px;
}

#aboutUs, #MBAProgram, #ProspectiveStudents, #CurrentStudents, #Administration, #alumni, #TAG-College, #Media
{
	background-image: url(images/main.jpg);
}

#aboutUs
{
	background-position: 5px 30px;
}

#MBAProgram
{
	background-position: -355px 30px;
}

#ProspectiveStudents
{
	background-position: -715px 30px;
}

#CurrentStudents
{
	background-position: -1075px 30px;
}

#Administration
{
	background-position: 5px -330px;
}

#alumni
{
	background-position: -355px -330px;
}

#TAG-College
{
	background-position: -715px -330px;
}

#Media
{
	background-position: -1075px -330px;
}

.tagcb
{
	list-style: none;
}

.span-24, div.span-24
{
	margin: 0;
	width: 940px;
}

#sectionsIncrease
{
	width: 940px;
	background-color: #FFFFFF;
	margin-top: 9px;
	background-image: url(images/section_increase.gif);
	background-position: left top;
	background-repeat: repeat-y;
	margin-left: 10px;
}

*html #sectionsIncrease
{
	margin-left: 20px;
}

#sections
{
	width: 940px;
	overflow: hidden;
	min-height: 175px;
	background-image: url(images/sections_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 20px 10px 5px 10px;
}

#footer
{
	width: 940px;
	background-image: url(images/footer_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 126px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 10px;
}

#bottomLinks
{
	float: left;
	width: 598px;
	padding: 20px 5px;
}

#bottomLinks p
{
	color: #FFFFFF;
	line-height: 16px;
}

#bottomLinks p a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#bottomLinks ul
{
	list-style: none;
	margin-top: 20px;
}

#bottomLinks ul li
{
	color: #bbe1ff;
	float: left;
	padding: 5px 10px 5px 0;
}

#bottomLinks ul li a
{
	color: #bbe1ff;
	text-decoration: underline;
}

#bottomLinks .comIcons
{
    	list-style: none;
	margin-top: 0px;
	float:right;
	padding-right:200px;
    }
 #bottomLinks .comIcons li
{
width:13px;
    }
#bottomLinks .comIcons .face
{
	width: 20px;
	background-image: url(images/face.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	float: left;
    }
    
 #bottomLinks .comIcons .twitt
{
	width: 20px;
	background-image: url(images/twitter.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	float: left;
    }




#banner
{
	float: left;
	width: 330px;
}

#banner img
{
	margin-top: 17px;
	border: 0;
	cursor: pointer;
}

.sectionPart
{
	width: 225px;
	float: left;
	background-image: url(images/line.gif);
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 160px;
	padding: 0 5px;
}

.sectionPart h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5daff8;
	font-weight: bold;
}

.sectionPart p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #85888a;
	width: 142px;
	line-height: 16px;
	margin-bottom: 6px;
}

.sectionPart p.more a
{
	color: #2ba0fa;
	margin-bottom: 0;
}

.announcement
{
	margin-left: 50px;
	margin-bottom: 5px;
	margin-top : 10px;
}

.moodle
{
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 50px;
}

.accrediation
{
	margin-left: 60px;
	margin-top: 7px;
	margin-bottom: 17px;
}

.online
{
	margin-left: 50px;
	margin-top: 3px;
	margin-bottom: 7px;
}

.topNews
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #85888a;
	width: 190px;
	list-style: none;
}

.topNews li
{
	padding: 5px 10px;
	background-image: url(images/arrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

.topNews li a
{
	text-decoration: none;
	color: #85888a;
}

.topNews li a:hover
{
	text-decoration: underline;
}


/*Inner Page*/


/*InnerMenu.............................................*/	

#mainMenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	height: 33px;
	margin-left:10px;
	width: 940px;
	position: relative;
	z-index:9999;
	background:#1d66ac;
	border-top:1px solid #5899d3;
}

#mainMenu li {
margin: 0;
border: 0 none;
padding: 0;
float: left;
display: inline;
list-style: none;
position: relative;
height: auto;
	background:transparent url(images/upperSlice.gif) 0 center no-repeat;

}
#mainMenu li ul {
top:33px;
}

#mainMenu ul {
margin: 0;
border: 0 none;
padding: 0;
width: 200px;
list-style: none;
display: none;
position: absolute;
left: 0;
}

#mainMenu ul:after{
clear: both;
display: block;
font: 1px/0px serif;
content: ".";
height: 0;
visibility: hidden;
}

#mainMenu ul li {
width: 200px;
float: left;
display: block !important;
display: inline;
background:none;
border-top:1px solid #5899d3;
}

#mainMenu a {
	float: left;
	color: #FFFFFF;
	line-height:31px;
	padding: 1px 12px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	}

#mainMenu li:first-child{ background:none;}

#mainMenu a:hover, #mainMenu li:hover a, #mainMenu li.iehover a {
color: #fff;
text-decoration: none;
}

#mainMenu li:hover li a, #mainMenu li.iehover li a {
font-size: 13px;
padding: 2px 10px;
float: none;
color: #fff;
background:#1d66ac;
	line-height:24px;
}


#mainMenu li:hover li a:hover, #mainMenu li:hover li:hover a, #mainMenu li.iehover li a:hover, #mainMenu li.iehover li.iehover a {
color: #fff;
background:#2492cf;
         
}

#mainMenu li:hover li:hover li a,
#mainMenu li.iehover li.iehover li a {
font-size: 13px;
padding: 2px 10px;
float: none;
color: #fff;
background:#1d66ac;
line-height:24px;
}

#mainMenu li:hover li:hover li:hover li a,
#mainMenu li.iehover li.iehover li.iehover li a {
font-size: 13px;
padding: 2px 10px;
float: none;
color: #fff;
background:#1d66ac;
	line-height:24px;
}
#mainMenu li:hover li:hover li:hover li a:hover, #mainMenu li.iehover li.iehover li.iehover li a:hover {
color: #fff;
background:#2492cf;
}
ul#mainMenu ul ul,
ul#mainMenu ul ul ul {
display: none;
position: absolute;
top: 0;
left: 200px;
}
ul#mainMenu li:hover ul ul,
ul#mainMenu li:hover ul ul ul,
ul#mainMenu li.iehover ul ul,
ul#mainMenu li.iehover ul ul ul {
display: none;
}
ul#mainMenu li:hover ul,
ul#mainMenu ul li:hover ul,
ul#mainMenu ul ul li:hover ul,
ul#mainMenu li.iehover ul,
ul#mainMenu ul li.iehover ul,
ul#mainMenu ul ul li.iehover ul {
display: block;
}	



#maincontent{
	width: 940px;
	overflow: hidden;
	min-height: 175px;
	padding: 20px 10px 5px 10px;
	}
	
#mainIncrease{
	width: 935px ;
	background-color: #FFFFFF;
	min-height: 300px;
	border-right: #02b2ee solid 3px;
	}
	
#mainIncreaseBlue{
	width: 935px ;
	background-color: #000034;
	margin-left: 11px;
	min-height: 300px;
	}
	
#InnerMenu{
	width: 936px;
	height: 31px;
	float: left;
	background-image: url(images/innerMenu.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: 11px;
	}	
		
#footerInner{
	width: 938px ;
	background-image: url(images/footer_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 126px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*margin-left: 11px;*/
	}
	
#SideInner{
	float:left;
	width: 915px;
	}

*html #rSideInner{
	width: 885px;
	}
	
#InnerLeft{
	width:255px;
	padding: 0px;
	float: left;
	padding-left: 15px;
	padding-top: 15px;
	}
	
#InnerRight{
	width:645px;
	padding: 0px;
	float: left;
	}	
	
/*path................	*/

#path{
	width: 600px;
	padding-right: 10px;
	padding: 0;
	float: left;
	margin: 0px auto;
	font: 12px arial, Helvetica, sans-serif;
	color:#000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #ccc solid 7px;
	}

#path a{
	color:#006699;
	text-decoration: underline;
	}

#path .pathSeperator{
	color:#ccc;
	padding: 0 3px;
	}

#path img{
	padding: 0 5px;
	}
	
#send{
	margin: 0px auto;
	float: right;
	width: 60px;
	padding-top: 7px;
	}

#send a{
	color: #1a4e91;
	text-decoration: none;
	}

#send img{
	padding-right: 7px;
	border: 0;
	cursor: pointer;
	}	

/*text...............................	*/

#text{
	width: 615px;
	float: left;
	margin: 0px auto;
	background: transparent url(content.gif) left top repeat-Y;
	font: 12px  arial,verdana, Helvetica, sans-serif;
	color: #2b2c2c;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	min-height: 377px;
	padding-left: 20px;
	line-height:1.55;
	}

#text table{
	width: 97%;
	font: 12px  arial,verdana, Helvetica, sans-serif;
	line-height:1.55;
	border: 0;
	}
	

#text h3 {
	font-size:22px;
	color:#023668;
	margin-bottom:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.4;
	}

#text p{
	margin: 10px 0;
	}

#text ul, ol {
	padding-top: 20px;
	}

#text ul li,  ol li {
	padding-right: 20px;
	background: transparent url(images/arrow.gif) left 7px no-repeat;
	text-indent: 20px;
	list-style: none;
	}

#text a{
	color: #097dc9;
	}

#text ul li a,  ol li a{
	color: #097dc9;
	}

#text input{
	padding-left: 4px;
	}
		
.top{
	float: right;
	margin-bottom: 17px;
	font-size: 11px;
	}
	
.top img{
	border: 0;
	padding-left: 5px;
	}	
	
#child{
	width: 250px;	
	}
	
	
#children{
	list-style: none;
	background-color: #d8d8d8;
	overflow: hidden;
	width: 220px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
	
#children li{
	float: left;
	padding: 5px 17px;
	border-bottom: #CCCCCC solid 1px;
	background: transparent url(images/arrow2.gif) left 9px no-repeat;
	font: 12px  arial,verdana, Helvetica, sans-serif;
	width:172px;
	}

#children li a{
	font: 13px  arial,verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}
	
#children .selected-child
{
	background-color:#def2fd;
	}
	
	
/*children_sub*/
#children_sub{
	list-style: none;
	background-color: #d8d8d8;
	overflow: hidden;
	width: 220px;
	padding-left: 10px;
	.padding-left: 0px;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: #CCCCCC solid 0px;
	}
	
	
#children_sub li{
	float: left;
	padding: 5px 17px;
	border-bottom: #CCCCCC solid 1px;
	background: transparent url(images/arrow2.gif) left 9px no-repeat;
	font: 12px  arial,verdana, Helvetica, sans-serif;
	width:172px;
	}

#children_sub li a{
	font: 13px  arial,verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}
	
#children_sub .selected-child
{
	background-color:#def2fd;
	}


h2{
	font: 15px  arial,verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #023668;
	padding: 5px;
	width: 400px;
	}	



h4{
	font: 13px  arial,verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#01305f;
	padding: 5px;
	width: 219px;
	}
	
	
.advertize{
	width: 224px;
	margin-top: 15px;
	border: #CCCCCC solid 1px;
	margin-bottom: 15px;
	cursor: pointer;
	padding: 2px;
	}		
		
/* Contact Us-----------------------------------------------------------------------
 ---------------------------------------------------------------------------*/	

.contact label {
	display: block;
	margin-bottom: 0px;
	color: #686e70;
	}

.contact strong {
	color: #00478a;
	}
	
.contact .requierd{
	font: 12px Arial, verdana, Helvetica, sans-serif;
	color:#990000;
	}	
	
.contact p {
	font: 12px  Arial,verdana, Helvetica, sans-serif;
		}

.contact a.des {
	padding-bottom: 10px;
	}

.contact .def {
	font: 12px , Arial, Helvetica, sans-serif;
	color: #3d63ac;
	margin-bottom: 3px;
	}
	
.contact .note{
	font: 12px Arial, verdana, Helvetica, sans-serif;
	color: #6a6865;
	margin-top: 10px;
	font-weight:bold;
	}

.contact img {
	margin-bottom: 10px;
	}
	
.contact input {
	width: 400px;
	padding-left: 5px;
	height: 17px;
	margin-bottom: 10px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
	color: #666666;
	padding: 1px;
	font: 11px  Arial,Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
.contact .txtReg {
margin:0;
width:92%;
	}
	
	
.contact select {
	width: 410px;
	margin-bottom: 10px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
	color: #666666;
	padding: 1px;
	font: 11px  Arial,Verdana, Helvetica, sans-serif;
	margin-bottom: 20px;
	}
	
.contact textarea {
	width: 405px;
	height: 100px;
	border: 1px solid #ccc;
	padding-left: 5px;
	font: 12px  Arial,Verdana, Helvetica, sans-serif;
	margin-bottom: 20px;
	}

.contact .BTNClass{
	width: auto;
	cursor: pointer;
	background: url(images/btn_bg.gif) top left repeat-x;
	font: 11px  Arial, Verdana,Helvetica, sans-serif;
	color:#fff;
	height: 20px;
	border: 0px;
	text-align: left;
	line-height: 22px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
.contact br{
	clear: left;
	}

  .ExamBased input
 {
     border:0 !important;
     border-style:none !important;
    width: 10px;
	padding-left: 5px;
	height: 17px;
	margin-bottom: 10px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
	color: #666666;
	padding: 1px;
	font: 11px  Arial,Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
	float:left;
    }
   .ExamBased label
 {
  margin-left:10px;
	float:left;
    }
   
 .Table  input
	{
	    	width: 175px;
	padding-left: 5px;
	height: 17px;
	margin-bottom: 10px;
	border-left: solid #ccc 1px;
	border-top: solid #ccc 1px;
	color: #666666;
	padding: 1px;
	font: 11px  Arial,Verdana, Helvetica, sans-serif;
	margin-bottom: 10px;
		margin:3px 0 3px     3px;
	    }
	    
	.Table h6
	{
	    	font: 12px  Arial,verdana, Helvetica, sans-serif;
	    text-align:center;
	    }
	
/*site map*/	

	
.sitemap li ul{
	margin-bottom: 10px;
	margin-top: -15px;
	}	

/*links ...*/
	
h5{
	color:#43a9cb;
	font-size: 12px;
	}
	
.styleLine{
	background: transparent url(images/line.png) bottom center no-repeat;
	margin-bottom: 7px;
	height: 9px;
	}
	
/* FAQ */

#text #trainingCources ul li{
	background-image: none;
	text-indent: 0;
	}


#trainingCources{
	float: left;
	text-align: left;
	background-color:#FFFFFF;
	width: 600px;
	}
	
.question {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	border-color:#EDEDED;
	border-style:solid;
	border-width:1px 0;
	margin:0 0 15px;
	padding:5px 10px;
	}
	
.question a {
	color:#996600;
	text-decoration:none;
	background: transparent url(images/arrow.gif) no-repeat scroll left 7px;
	padding-left: 20px;
	}	

.question a:hover {
	text-decoration:underline;
	}
	
.answer{
	padding-left: 10px;
	}
	
#text .points ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0PX;
	}	

.points ul li{
	padding-left: 0px;
	margin-left: 0;
	background: transparent url(images/box.jpg) no-repeat scroll left 8px;
	text-indent: 10px;
	}
	

             /*
Photo Gallery
---------------------------------------------- */
#leftCol  .photoGallery 
{
	width: 650px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	float: left;
}

#leftCol  .photoGallery tr td {
	height: 20px;
	color: #5A2800;
	padding: 5px 0;
	font: normal 12px  Arial, Helvetica, sans-serif;
}
#leftCol  .photoGallery .ddlPhoto {
	height: 20px;
	color: #5A2800;
	width: 300px;
	font: normal 12px  Arial, Helvetica, sans-serif;
}
.groupTitle {
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #5A2800;
}
#leftCol .photoGallery .titleText {
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #5A2800;
	background: url(images/arrow_news.jpg) left 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
#leftCol .photoGallery small {
	font: bold 12px  Arial, Helvetica, sans-serif;
	color: #D56C0C;
	padding: 3px 0;
	margin: 0;
}
#leftCol .photoGallery .dis {
	font: bold 11px  Arial, Helvetica, sans-serif;
	color: #5A2800;
	background: url(images/arrowsmal.gif) left 7px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
#leftCol .photoGallery .bigPhoto {
	padding: 3px;
	margin: 0;
	border: 1px #D56C0C solid;
}
#leftCol .photoGallery p {
	font: normal 12px  Arial, Helvetica, sans-serif;
	padding:  0 0 0;
	margin: 0 0 10px 0;
	line-height: 16px;
	text-align: justify;
	color: #5A2800;
}
#leftCol .photoGallery .title_text_sub {
	COLOR: #D56C0C;
	font: bold 12px  Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
#leftCol .photoGallery .bigPhoto {
	border:1px solid #D56C0C;
	padding:2px;
}
#leftCol .photoGallery .NormalText {
	font: normal 12px  Arial, Helvetica, sans-serif;
	color: #5A2800;
	line-height: 16px;
	background:  url(images/arrow_news.jpg) left 4px no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	text-align:left;
}
.nextPrev {
	text-align: center;
	color: #330000;/*#669900;*/
	padding:10px 0 10px 0;
}
.nextPrev a {
	FONT-SIZE: 10px;
	COLOR: #D56C0C;
	FONT-STYLE: normal;
	display: inline;
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6 #F4F4F4 #F4F4F4 #E6E6E6;
	padding: 1px 3px;
	margin: 0 1px;
	text-decoration:none;
}
#text .nextPrev .currentPage {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #fff;
	FONT-STYLE: normal;
	background-color:#0c69c7;
}
.nextPrev img {
	border:1px solid #000;
	padding:0;
	margin: 0 5px;
	cursor:pointer;
}
.nextPrev .imgOver {
	border:3px solid #0c69c7;
	padding:0;
	margin: 0;
	cursor:pointer;
}

.bigPhoto{
	border:1px solid #0c69c7;
	}


.album #Table2
{
	border-collapse:separate;
	padding:10px 0 10px 0;
	width:9%;
	}

/*
End Photo Gallery
---------------------------------------------- */

	
/*Alumni.........................*/

#text .alumni{
	width: 77%;
	text-align: left;
	background-color: #eaf5ff;
	border-top: #b5bfc8 solid 2px;
	}
	
.alumni td{
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	color: #0a4f91;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 2px;
	background: transparent url(images/123.gif) no-repeat scroll 15px 10px;
	padding-left: 25px;

	}
		
#text .alumni td a{
	color: #0D4379;
	font-size: 13px;
	font-weight: bold;
	}
	
#text .alumni td a:hover{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background-color: #dce8f2;
	}

/*Alumni Profile.........................*/

#text .alumniProfile{
	width: 97%;
	text-align: left;
	background-color: #eaf5ff;
	border-top: #b5bfc8 solid 2px;
	margin-top: 10px;
	}

#text .alumniProfile img{
	float: right;
	margin-right: 10px;
	}
	
.alumniProfile td{
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	color: #000;
	font-size: 13px;
	padding: 2px 1px;
	border-bottom:  #fff solid 10px;
	}
		
#text .alumniProfile p{
	background: transparent url(images/123.gif) no-repeat scroll 7px 8px;
	text-indent: 20px;
	margin: 4px 5px;
	}
	
#text .alumniProfile p.valu{
	color: #0D4379;
	background-image: none;
	border-bottom: #ccc dotted 1px;
	margin-bottom: 4px;
	padding-bottom: 4px; 
	}

#text .pagging {
	height:15px;
	list-style-type:none;
	margin:20px 0;
	padding:0;
	margin-left:0;
	}
	
#text .pagging li {
	float: left;
	background-image: none;
	border:1px solid #E1E1E1;
	height:15px;
	line-height:15px;
	margin:0 1px 0 0;
	padding:1px;
	text-indent: 0;
	}
	
#text .pagging li a {
	display: block;
	color: #333333;
	text-decoration: none;
}

/*News...............*/

#text .news{
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	font-size: 12px;
	}

#text .news img{
	float: right;
	margin-left: 15px;
	border: #CCCCCC solid 1px;
	padding: 2px;
	}

#text .news li{
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
	background:transparent url(images/arrow2.gif) no-repeat scroll left 7px;
	margin-bottom: 10px;
	}

#text .news li small{
	font-size: 12px;
	}
	
.extraNews{
	text-align: left;
	}
	
.category{
	float: left;
	width: 300px;
	border: #ccc solid 1px;
	margin-right: 15px;
	}

#text .BTNClass{
	width: auto;
	cursor: pointer;
	background: url(images/btn_bg.gif) top left repeat-x;
	font: 11px  Arial, Verdana,Helvetica, sans-serif;
	color:#fff;
	height: 20px;
	border: 0px;
	text-align: left;
	line-height: 22px;
	padding-left: 4px;
	padding-right: 4px;
	}	

/*News Detailes...............*/
	
#text .Details{
	color: #0066CC;
	list-style-type: none;
	margin: 0;
	padding-top: 0;
	font-size: 12px;
	}
	
#text .Details li{
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCCCCC;
	background:transparent url(images/arrow2.gif) no-repeat scroll left 7px;
	margin-bottom: 10px;	
	}
	 	
.Details small{
	color: #2B2C2C;
	}	
	
#newsDetails img{
	float: right;
	margin-left: 15px;
	border: #CCCCCC solid 1px;
	padding: 2px;
	}	
	

/*paggingAll.........*/	
#text .paggingAll table{
	width: 0%;
	height:15px;
	line-height:15px;
	margin:0;
	padding:1px;
	color: #333333;
	}
	
#text .paggingAll table td a{
	/*color: #333333;*/
	}
	
#text .paggingAll table td{
	border:1px solid #E1E1E1;
	padding: 2px;
		color: #333333;
	}
	
	
#text .testomonials{
	padding-top: 0;
	background: transparent url(images/line.png) bottom center no-repeat;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}
	
#text .testomonials li{
	padding-top: 0;
	background-image:none;
	padding-right: 0;
	text-indent: 0;
	}

	
/* Careers .........*/	

#text .careers .jop{
	background-color:#76c2e2;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: bold;
	}	
	
#text .careers .jop td{
	border-bottom: #030b18 solid 1px;
	}	
		
#text table.careers a{
	text-decoration: none;
	}
	
#text table.careers a:hover{
	text-decoration: underline;
	}
	
#text .careers .jop td{
	padding: 2px 5px;
	}	
	
.careers td{
	border-bottom: #76c2e2 solid 1px;
	border-right: #357e9c solid 1px;
	padding: 2px 5px;
	}
	
.brands img{
	border: 0;
	cursor: pointer;
	}	

.choices select{
	width: 50px;
	}
	
.contact .upload{
	width: 200px;
	}
	

.alumniProfile td.myprofile{
	border-bottom: #fff solid 1px;
	border-left: #fff solid 1px;
	color: #000;
	padding:  1px 2px;
	border-bottom:  #fff solid 2px;
	}



#text .alumniProfile p.story{
	background: none;
	text-indent: 0px;
	margin: 0px;
	}


	
		
/* new children -----------------------------------------------------------------------
 ---------------------------------------------------------------------------*/	
	
.questionbrch {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	margin:0 0 0px;
	
	}

.questionbrch a {
	color:#996600;
	text-decoration:none;
	background: transparent url(images/arrow.jpg) no-repeat scroll left 5px;
	padding-left: 5px;
	}

.questionbrch a:hover {
	text-decoration:underline;
	}
	
.answerbrch{
	padding-left: 0px;
	}
	
#text .pointsbrch ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0PX;
	}	

.pointsbrch ul li{
	padding-left: 0px;
	margin-left: 0;
	background: transparent url(images/box.jpg) no-repeat scroll left 8px;
	text-indent: 2px;
	}	


#childrenbrch{
	list-style: none;
	background-color: #f8f8f8;
	overflow: hidden;
	width: 220px;
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
#childrenbrch li{
	float: left;
	padding: 5px 10px;
	border-bottom: #CCCCCC solid 1px;
	background: transparent url(images/arrow2.gif) left 11px no-repeat;
	font: 12px  arial,verdana, Helvetica, sans-serif;
	width: 189px;
	}

#childrenbrch li a{
	font: 13px  arial,verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	}

.pointsbrch td ul li{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0PX;
	}	

#childrenbrch li ul{
	list-style: none;
	background-color: #f8f8f8;
	overflow: hidden;
	width: 220px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}

#childrenbrch li ul li{
	float: left;
	padding: 5px;
	border-bottom: #CCCCCC solid 0px;
	background: transparent url(images/arrow7.gif) left 11px no-repeat;
	font: 12px  arial,verdana, Helvetica, sans-serif;
	width: 189px;
	margin: 0;
	}

#childrenbrch li ul li{
	list-style: none;
	background-color: #f8f8f8;
	overflow: hidden;
	width: 220px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-left: 10px;
	}


#childrenbrch li ul li ul{
	margin-top: 5px;
	margin-bottom: 5px;
	}

#childrenbrch li ul li ul li{
	background: transparent url(images/arrow8.gif) left 11px no-repeat;
	}

#childrenbrch .selected-child
{
	background-color:#def2fd;
	}


/* PRINT -----------------------------------------------------------------------
 ---------------------------------------------------------------------------*/	

@media Print {

#header, #InnerMenu, #footerInner, #footer, #InnerLeft, #send, img,.paging ,.top, #path, #userPosition ,#container {
	display: none;
	visibility: hidden;
	width: 0px;
	line-height: 0;
	height: 0px;
	}
	
#text, p, h1, h2, h3, h4, h5, h6,{
	color: #000;
	text-align: left;
	border: 0px;
	}

}




/*=========Added By Ayman==================*/
#cu_boxes_container ul li a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
#cu_boxes_container ul li a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration:underline;
}
.new
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FB7720;
	font-style:italic;
}
/*========================================*/
/*-- to friend --*/
#popupMask
{
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	background-color: transparent !important;
	background-color: #333333;
	background-image: /**/ url(maskBG.png) !important; /* For browsers Moz, Opera, etc.*/
	background-image: none;
	background-repeat: repeat;
	display: none;
}
#popupContainer
{
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 1001;
}
#popupInner
{
	border-width: 1px;
	border-style: solid;
	border-color: #4f4f4f #000000 #000000 #4f4f4f;
	background: #fffded;
}
#popupFrame
{
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1002;
}
#popupTitleBar
{
	color: #ffffff;
	height: 20px;
	padding: 0 10px;
	position: relative;
	z-index: 1003;
	border-bottom: 1px solid #72adf4;
	background: #01305F;
}
#popupTitleBar img
{
	margin-top: 2px;
	float: right;
}
#popupTitleBar h3
{
	font: bold 15px Arial, sans-serif;
	color: #003781;
	line-height: 33px;
	float: left;
}

.thank
{
	padding-left: 50px;
}
.btn
{
	margin-left: 200px;
	background-color: #003781;
	color: #ffffff;
}
/*==========end send to firend=====*/
/*====start=======yellow box when javascript is disabled=============*/
div#no-script {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFF6BF url(exclamation.png) no-repeat scroll 15px 50%;
border-bottom:2px solid #FFD324;
border-top:2px solid #FFD324;
left:0;
padding:10px 20px 10px 45px;
position:relative;
text-align:left;
top:0;
}
/*====end=====javascript is disabled=================================*/

#bottomLinks .comIcons
{
    	list-style: none;
	margin-top: 0px;
	float:right;
	padding-right:200px;
    }
 #bottomLinks .comIcons li
{
width:13px;
    }
#bottomLinks .comIcons .face
{
	width: 20px;
	background-image: url(images/face.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	float: left;
    }
    
 #bottomLinks .comIcons .twitt
{
	width: 20px;
	background-image: url(images/twitter.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	float: left;
    }



/* ali -----------------------------------------------------------------------
 ---------------------------------------------------------------------------*/	
					  				  
.floatLeft 									{ float: left; margin-right: 10px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }

/*
	SLIDER
*/
.slider-wrap								{ width:940px; margin-left:10px; position:relative; z-index:1;}			
.stripViewer								{ position: relative; overflow: hidden; width:940px; height: 285px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }

.stripViewer .panelContainer .panel			{ width:940px; float: left; height: 100%; position: relative; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }

.nav-thumb 									{ border:1px solid #fff;}

#movers-row									{ height:50px; position:absolute; left:65px; top:227px; z-index:9999; width:700px;}
#movers-row div								{ float: left; margin-right:3px; width:53px; }
#movers-row div a.cross-link 				{ float: right; }

.photo-meta-data							{ color:#fff; width:417px; height:200px; padding:10px; height:60px; position:absolute; left:10px; top:140px; z-index:9999; background: url(images/transpBlack.png);}
											  
.photo-meta-data span 						{ }

.cross-link									{ display:block; width:52px; padding-top:6px; }
											  
.active-thumb 								{ background: url(images/iconArw.png) center 0 no-repeat;}

.ali{ position:absolute; left:10px; top:227px;}

.slider-wrap h3{ font: 25px Arial, Helvetica, sans-serif;}
.slider-wrap p a{font: 14px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none;}
.slider-wrap p a:hover{text-decoration: underline;}
