/* by lo-ai */
div#side-b {margin-left: 130px;}
input.kb_spc {width: 150px;}
input.kb_shf {width: 92px;}
/*table #Saturday td, table #Sunday, table #Monday, table #Tuesday, table #Wednesday, table #Thursday, table #friday { border-color:#FFFFFF; border-width:2px; border-style:none; }*/
tr.tcaption { background-color:#0099FF; font-weight:bold;}
tr.tcaption td p {text-align:center;}
tr.odd { background-color: #B9D5D9;}
tr.even { background-color: #6F99AA;}
.newsbutton { float:right;}
.newsletterf { float:left;}
#rsm_fields_location { height: 25px; width: 210px;}
#rsm_email_location {height: 25px; width: 210px;}
.nosee *{display: none; visibility:hidden; }
.newslable { width: 35px;}
#blockrandom {background-color:#FFFFFF; }
#loin_mod {
margin-left: -150px; margin-right:100px; margin-top: 15px; width: 450px; float:left;}
#loin_mod .inputbox { }
#myCon .inputbox { height: inherit; width:inherit;}
#remember { height: inherit; width:inherit;}
#adminForm .inputbox { height: inherit; width:inherit;}
.cbProfile .inputbox { height: inherit; width:inherit;}
.redlevel {color:#CC3300;}
.questiondiv {width : 600px; text-align:left; margin-right: 250px;}
.cancel_s {background: url(../images/button-cancel.jpg) no-repeat top left; border: none; padding: 15px 100px; color: #f5fbff;}
#submitter {background: url(../images/button-apply.jpg) no-repeat top left; border: none; padding: 25px 139px; color: #f5fbff;}
div.header {margin-left:60px; }
#dfContactForm input.inputbox 	{ border:#666 1px solid; height:23px; width:200px;}
#registrationTable .button {background: url(../images/buttons-crabut.jpg) no-repeat top left; border: none; padding: 25px 239px; color: #f5fbff;}
#cbsendnewuspass {background: url(../images/button-sendusername.jpg) no-repeat top left; border: none; padding: 25px 360px; color: #f5fbff;}
#cb_cb_comp_login .button_menu {background: url(../images/button-login.jpg) no-repeat top left; border: none; padding: 25px 139px; color: #f5fbff;}
#submit {background: url(../images/button-login.jpg) no-repeat top left; border: none; padding: 25px 139px; color: #f5fbff;}
.inputbox { border:#98c5e0 1px solid; height:23px; padding-left:4px; border-bottom:#dce9f1 1px solid; width:300px; font-size:11px; padding-top:4px;}
#modns .inputbox {}
/*.grey-box {background: url(../images/buttons-crabut.jpg) no-repeat top left; border: none; padding: 25px 239px; color: #f5fbff;}*/
/*#dfContactForm input.inputbox { border:#98c5e0 1px solid; height:13px; margin:3px; padding-left:4px; border-bottom:#dce9f1 1px solid; width:300px; font-size:11px; padding-top:4px;}*/
#dfContactField-message {border:#666 1px solid;  height:120px; margin:3px; padding-left:4px; border-bottom:#dce9f1 1px solid; width:300px; font-size:11px; padding-top:4px;}
.dfContactTable  {width:400px;background:#f5f5f5; margin-left:30px;padding:10px; margin:20px;}
/*.dfContactTable  { margin:0px 2px 0px 30px;background:#f5fbff;border:#dff2ff 1px solid; width:600px; margin-top:20px; margin-bottom:30px; padding:10px;} */
.cb_template_default {
	float:left;
	background:#f5fbff;
	border:#dff2ff 1px solid;
	margin:20px 20px 50px 20px;
	padding:10px;
}
#cbLostPasswordPage { margin:0px 2px 0px 30px;background:#f5fbff;border:#dff2ff 1px solid; width:600px; margin-top:20px; margin-bottom:30px; padding:10px;}
#nav-panel {
font-family: Arial, sans-serif;
/*border-bottom: 10px solid #A0CEF8;*/
}
#nav-panel ul {
height:39px;
text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
/*margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */
}
#nav-panel li {
height:39px;
display: inline; /* Menu links are horizontally aligned using display: inline */
}
#nav-panel li a {
padding: 13px 0 10px 15px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
color: #fff;
text-transform:uppercase;
font-size:14px;
text-decoration: none;
/*font-weight: bold;*/
background: url(../images/nav/navbar_left.jpg) no-repeat left bottom; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}
#nav-panel li.active a {
padding: 13px 0 10px 15px; /* Display: block won't work in this example, instead we are using padding to make the hole tab a clickable link */
color: #fff;
text-transform:uppercase;
font-size:14px;
text-decoration: none;
/*font-weight: bold;*/
background: url(../images/nav/navbar_left_hover.jpg) no-repeat left bottom; /* Rollover effect using "Fast rollovers without preload" concept for the left part of the tab */
}
#nav-panel li a:hover  {
background: url(../images/nav/navbar_left_hover.jpg) no-repeat left bottom;
}
#nav-panel li a span {
padding: 13px 15px 10px 0;
background: url(../images/nav/navbar_right3.jpg) no-repeat right bottom; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}
#nav-panel li.active a span {
padding: 13px 15px 10px 0;
background: url(../images/nav/navbar_right_hover.jpg) no-repeat right bottom; /* Rollover effect using "Fast rollovers without preload" concept for the right part of the tab */
}
#nav-panel li a:hover span {
background: url(../images/nav/navbar_right_hover.jpg) no-repeat right bottom;
}

/* by lo-ai end */
@charset "utf-8";
/* CSS Document */

/* Global Setting
-------------------------------------------------------------- */
			
/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body {font:12px normal Arial, Helvetica, sans-serif;color:#000;line-height:18px;padding:0px;margin:0px; background:#add0e4;}


/* Misc classes for float elements
		-------------------------------------------------------------- */
.clear-left 	{ clear:left;}
.clear-right	{ clear:right;}
.clear-both		{ clear:both;}



/* Typo Settings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; padding:0px; }

h1 { 
font-family (stack): Myriad,Helvetica,Arial,sans-serif;Font being rendered: Helvetica; font-weight:bold;font-size: 22px; color:#0291d5;line-height:25px; padding:0px; margin:0px;vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-style: normal;font-variant: normal;text-transform: none;text-decoration: none;
text-align: start;text-indent: 0px;}

h3 { 
font-family (stack): Myriad,Helvetica,Arial,sans-serif;Font being rendered: Helvetica; font-weight:bold;font-size: 22px;line-height:25px; padding:0px; margin:0px;vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-style: normal;font-variant: normal;text-transform: none;text-decoration: none;
text-align: start;text-indent: 0px; color:#000000;}

h2 { font-family (stack): Myriad,Helvetica,Arial,sans-serif;Font being rendered: Helvetica; font-weight:bold;font-size: 20px; color:#000;padding:0px; margin:0px;line-height: 1.16em (51px);vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-style: normal;font-variant: normal;text-transform: none;
text-decoration: none;text-align: start;text-indent: 0px; padding:0px; margin:0px;}



h4 { 
font-family (stack): Myriad,Helvetica,Arial,sans-serif;Font being rendered: Helvetica; font-weight:bold;font-size: 18px;line-height:25px; padding:0px; margin:0px;vertical-align: baseline;letter-spacing: normal;word-spacing: normal;font-style: normal;font-variant: normal;text-transform: none;text-decoration: none;
text-align: start;text-indent: 0px; color:#0a6cb4;}

h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1.3em; font-weight: bold; color:#404040; margin:0px; padding:0px; }

h1 img, h2 img, 
h4 img, h5 img, h6 img { margin: 0;}

 h3 img {
	 margin-top:10px; 
	 }
img		{ padding:0px; margin:0px; border:0px;}

p { margin-top:0px; line-height:18px; text-align:justify; font-size:12px; line-height:18px; padding:0px; margin:0px;}

/* Float Fixer / Hyperlines
-------------------------------------------------------------- */
.clear-left			{ clear:left;}
.clear-right		{ clear:right;}
.clear-both		    { clear:both;}
.menulink-grey a			{ color:#272727; text-decoration:underline;}
.menulink-grey a:hover	{ color:#272727; text-decoration:none;}
.read-more			{ padding:10px; color:#666666; font-weight:bold; display:block;}
a.link-blue			{ color:#0071bb; text-decoration:underline;}
a.link-blue:hover	{ color:#0071bb; text-decoration:none;}
.price-title		{ font-size:23px; font-weight:bold; color:#000; margin-top:5px; padding-top:5px; }

#list3  {margin-left:0;padding-left: 10px; line-height:20px;list-style:none;}

#list3 li{padding-left:20px;background: transparent url(../images/icon-list-2.gif) no-repeat left 4pt;background-position:2px top cente; margin-top:3px;}

/* DIV Settings - LAYOUT SETTING / TOP PANEL / NAVIGATION
-------------------------------------------------------------- */
#div-container-master					{ width:990px; margin:0 auto; background:url(../images/page-bg.jpg) repeat-y; overflow:auto;}
#main-container							{ width:960px; margin:0 auto;overflow:auto; background-color:#fff;}
#logo-panel								{ width:960px; margin:0 auto; background:#FFFFFF;}
#logo									{ float:left; background:url(../images/logo-arabicollege.jpg) no-repeat; width:383px; height:123px;}
#top-bg-gradient						{ float:right; background:url(../images/top-graident-bg.jpg) no-repeat; width:567px; height:123px;}
#login-panel							{ background:#e0e0e0; float:right; margin-right:35px; height:21px;width:360px; padding:5px; text-align:center;}
#nav-panel								{ width:960px; margin:0 auto; background:#000; height:39px; padding-left:0px; float:left;}
#content-panel-1						{ width:960px; margin:0 auto; background:#FFF;}
#footer-panel							{ width:960px; margin:0 auto; background:#11acee;}
#top-banner								{ width:960px; margin:0 auto; background:#FFF;}
#slider									{ float:left; width:701px;height:301px; background:url(../images/blue-bg.jpg) repeat-x;margin-left: -2px;}
#freesignup								{ float:right; width:259px; background:url(../images/yelllow-bg.jpg) repeat-x; height:301px;}



/* DIV Settings - INDEX 
-------------------------------------------------------------- */

#index-content-panel				   { width:960px; margin:0 auto; background:#FFFFFF; overflow:auto;}
#content-panel1						   { width:910px; margin:0 auto; margin-top:22px; padding:0px 0px 10px 0px; border-bottom:#cccccc 1px solid;}
#content-panel2						   { width:910px; margin:0 auto; padding:0px 0px 10px 0px; }

#indexbox1							   { width:330px; float:left; margin:0px 3px 0px 0px; padding:3px;}
#indexbox2							   { width:270px; float:left; margin:0px 3px 0px 0px; border-left:#cccccc 1px solid;border-right:#cccccc 1px solid; padding:3px;}
#indexbox3							   { width:280px; float:left; margin:0px 3px 0px 0px; padding:3px;}
#indexbox4							   { width:614px; float:left; margin-right:6px;border-right:#cccccc 1px solid;}
#indexbox5							   { width:280px; float:left;}
#planandpricing						   { width:260px; margin:0 auto; background:#eaf8fd; border:#11acee 1px solid; padding:5px;}
#index-intro						   { width:614px;margin:0 auto; border-bottom:#d9d9d9 1px solid; margin-top:10px;}
#index-intro2						   { width:614px;margin:0 auto;margin-top:10px;}
#indexbox6							   { width:305px; float:left; border-right:#d9d9d9 1px solid; margin-right:2px; margin-top:10px;} 
#indexbox7							   { width:300px; float:left;margin-right:2px; margin-top:10px;} 
#blog-bg							   { background:url(../images/banner-blog-bg.jpg) no-repeat; width:265px;}

#footer-panel						   { width:960px; margin:0 auto; background:#11acee;}
#footer-link						   { width:450px; float:left; padding:10px; padding-left:20px;}
#subscribition-panel				   { float:right; margin-right:10px; width:400px; background:#43bef2; padding:12px;}
.rs_mail_footer form label {float:left;}
.rs_mail_footer #rsm_email {/*float:right;*/}
#link-footer1						   { float:left; width:100px; line-height:18px; padding:10px;}
#link-footer1 ul {float: left;  width: 20em;  margin: 0;  padding: 0;  list-style: none;}
#link-footer1 ul.menulink-grey li {float: left;  width: 10em;  margin: 0;  padding: 0;} 
/*#link-footer2						   { float:left; width:100px; line-height:34px;padding:10px;}*/
#link-footer3						   { float:left; width:400px; margin-top:20px;}
.subscribeform						   { width:200px; background:#FFFFFF; border:#FFFFFF 1px solid; margin-top:6px; height:23px;}
#form1								   { float:left; width:210px;}
#form2								   { float:left;}



/* DIV Settings - PRICE & Planning 
-------------------------------------------------------------- */
#priceblue-bg						   { width:960px; margin:0 auto; background:#13b3ea; height:9px;}
#price-panel						   { width:958px; margin:0 auto; background:#FFFFFF; overflow:auto;}
#price-graphics						   { background:url(../images/price-graphics.jpg) no-repeat; width:616px; height:100px; margin:0 auto; margin-top:10px;}
#price-reg-box						   { background:#fdf4d4; width:760px; margin:0 auto; border:#eba72b 1px solid; margin-bottom:20px; padding:0 20px 20px 20px; text-align:center;}
#pricegrid-table					   { width:760px; margin:0 auto; margin-bottom:40px;}
#gridtable1							   { float:left; width:350px; border-right:#dedede 1px solid; } 
#gridtable2							   { float:left; width:350px; margin-left:10px; } 

#list2  {margin-left:0;padding-left: 10px; line-height:20px;list-style:none;}
#list2 li{padding-left:20px;background: transparent url(../images/icon-list.gif) no-repeat left 4pt;background-position:2px top cente; margin-top:3px;}
#price-content-panel				  {width:720px; margin:0 auto; margin-bottom:30px; background:#f1fbff; border:1px solid #a4b3ba; padding:20px;}
#testimonials {padding-left:20px; padding-right:40px;}

#backtotop			{ text-align:right;}

.price-box1			{ width:800px; margin:0 auto; background:#edf7fc; border:#0291d5 4px solid; margin-bottom:5px; padding:10px;}

.price-box2			{ width:800px; margin:0 auto; background:#edf7fc; border:#0291d5 4px solid; margin-bottom:5px; padding:10px; margin-top:20px;}

.price-box3			{ width:800px; margin:0 auto; background:#fffcfc; border:#3d0404 4px solid; margin-bottom:5px; padding:10px; margin-top:20px;}

.price-box4			{ width:800px; margin:0 auto; background:#fffefc; border:#eba72b 4px solid; margin-bottom:5px; padding:10px; margin-top:20px;}



/* DIV Settings - Tour 
-------------------------------------------------------------- */
#tour-tab     					   { width:960px; margin:0 auto; background:#FFFFFF; overflow:auto;}
#tour-content-panel				   {width:900px; margin:0 20px 30px 30px;}



/* DIV Settings - article section
-------------------------------------------------------------- */
#article-content					{ width:960px; margin: 0 auto; background:#FFF;}
#article-content-with-left					{ width:780px; margin: 0 auto; background:#FFF;float: right;}
#article-content-with-left table.contentpaneopen, #article-content-with-left table.contentpane {
	margin-right: 20px;
	padding: 0;
	order-collapse:collapse;
}
#article-content-with-right					{ width:680px; margin: 10px; background:#FFF;float: left;}
#MainLeftColumn					{ width:140px; margin: 0 auto; background:#FFF;float: left;}
#MainRightColumn					{ width:240px; margin: 10px; background:#FFF;float: right;}
#article-left						{ width:200px; float:left; background:#fcfcfc; float:left; height:auto; }
#article							{ width:680px;  float:left;border-left:#f1f1f1 1px solid; padding:10px;}
#art-left							{ width:180px; padding:5px; border-bottom:#dcdcdc 1px solid; margin-bottom:3px; margin:0 auto; margin-top:2px; font:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:11px;}

#frm-content						{ width:auto; margin:0 auto; background:#FFF; padding-bottom:30px;}
#frm-content1						{ width:880px; margin:0 auto; background:#FFF; padding-bottom:30px;}




.form-textfield						{ border:#666 1px solid; height:23px; width:200px;}
.form-textfield1					{ border:#666 1px solid; height:23px; width:200px;}
.form-1								{ width:200px;display:block; position:absolute; }
.form-2								{  width:400px; display:block; }





/* Registration Screen
-------------------------------------------------------------- */

#sign-up							{ background:#f5fbff; padding:10px; border:#dff2ff 1px solid; float:left; width:500px;}
#sign-up-panel						{ float:left; width:200px; margin-left:10px;}


fieldset {
	border:1px dashed #CCC;
	padding:10px;
}
legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1;
	color:#fff;
	background: #666;
	border: 1px solid #333;
	padding: 2px 6px;
}


/*label {
	width:162px;
	height:32px;
	margin-top:1px;
	margin-right:2px;
	padding-top:11px;
	padding-left:10px; font-size:14px; text-align:right;
	
	float:left;
	display: block; color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.1;
	ccolor:#000;
}*/
.form {
	margin:0;
	padding:0;
}
#container {
	width:750px;
	margin:auto;
	padding:10px;
}
#top {
	width:680px;
	height:50px;
}
#leftSide {
	width:530px;
	padding-top:30px;
	float:left;
}
#rightSide {
	background-color:#fff;
	width:200px;
	padding:5px;
	margin-top:40px;
	float:right;
	border:1px solid #CCC;
	font:normal 12px Arial;
	color:#666666
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:247px;
	float:left;
	height:35px; margin-left:10px;
	margin-top:1px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-image: url(images/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	width:285px;
	font:normal 18px Arial;
	color: #999999;
	padding:3px 5px 3px 19px;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}

.username {
    	
    	background-repeat: no-repeat; border:#96c4e0 1px solid; border-bottom:#dce9f1 1px solid; 
    	background-position:left;
	width:185px;
    	font:normal 18px Arial;
    	color:#000;
    	padding:3px 5px 3px 4px;
}
.username:focus, .username:hover {
	background-color:#F0FFE6;
}
   
.password {
    	background-image: url(images/16s.png);
    	background-repeat: no-repeat;
   	background-position:left;
	width:285px;
    	font:normal 18px Arial;
    	color: #999999;
    	padding:3px 5px 3px 19px;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
}

.button_div {
	width:287px;
	float:right;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px;
}
.buttons {
	background: #e3e3db;
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}














/* Navigation
-------------------------------------------------------------- */
.home			{ background:url(../images/nav/1.jpg) no-repeat; width:72px; padding-top:10px; display:block; height:32px; 
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.home:hover		{ background:url(../images/nav/1-2.jpg) no-repeat; width:72px; padding-top:10px; display:block; 
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block; }
.home-active	{ background:url(../images/nav/1-2.jpg) no-repeat; width:72px; padding-top:10px; display:block; 
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;  float:left; }
				  
				  
				  
				  
				  
.tour			{ background:url(../images/nav/2.jpg) no-repeat; width:70px; padding-top:10px; display:block; height:32px; 
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.tour:hover		{ width:70px; padding-top:10px; display:block; background:url(../images/nav/2-2.jpg) no-repeat ;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block; }
.tour-active	{ width:70px; padding-top:10px; display:block; background:url(../images/nav/2-2.jpg) no-repeat ;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; float:left; }			  
				  
				  
				  
.freetrial		 { background:url(../images/nav/3.jpg) no-repeat; width:90px; padding-top:10px; display:block; height:32px; 
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.freetrial:hover { background:url(../images/nav/3-2.jpg) no-repeat;width:90px; padding-top:10px; display:block;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block; } 
.freetrial-active { background:url(../images/nav/3-2.jpg) no-repeat;width:90px; padding-top:10px; display:block;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;  float:left; }				  
				  
				  
.price		 	{ width:134px; padding-top:10px; display:block; height:32px; background:url(../images/nav/4.jpg) no-repeat; 
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.price:hover 	{ width:134px; padding-top:10px; display:block;background:url(../images/nav/4-2.jpg) no-repeat; 
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block; } 
.price-active 	{ width:134px; padding-top:10px; display:block;background:url(../images/nav/4-2.jpg) no-repeat; 
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;  float:left; }			  
				  
				  
				  
/*.blog		 	{ width:72px; padding-top:10px; display:block; height:32px; background:url(../images/nav/5.jpg) no-repeat;
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.blog:hover 	{ width:72px; padding-top:10px; display:block; background:url(../images/nav/5-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; } 
.blog-active 	{ width:72px; padding-top:10px; display:block; background:url(../images/nav/5-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; } 				  
	*/			  
				  
				  
.article		{ width:87px; padding-top:10px; display:block; height:32px; background:url(../images/nav/6.jpg) no-repeat;
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.article:hover 	{ width:87px; padding-top:10px; display:block; background:url(../images/nav/6-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; } 
.article-active	{ width:87px; padding-top:10px; display:block; background:url(../images/nav/6-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; } 
				  				  
				  
.test		    { width:120px; padding-top:10px; display:block; height:32px; background:url(../images/nav/7.jpg) no-repeat;
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.test:hover 	{ width:120px; padding-top:10px; display:block; background:url(../images/nav/7-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; }  
.test-active 	{ width:120px; padding-top:10px; display:block; background:url(../images/nav/7-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; }   
				  
				  
.contactus       { width:115px; padding-top:10px; display:block; height:32px; background:url(../images/nav/8.jpg) no-repeat;
				  text-align:center; text-decoration:none; color:#FFF; display:block; float:left; }
.contactus:hover { width:115px; padding-top:10px; display:block; background:url(../images/nav/8-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; }  
.contactus-active { width:115px; padding-top:10px; display:block; background:url(../images/nav/8-2.jpg) no-repeat;
                  height:32px;text-align:center;text-align:center; text-decoration:underline; color:#FFF; display:block;float:left; }  				  
				  
				  
				  
				  
				  
				  
				  
				  
				  
				  
				  
				  
				  
				  
#slideshow {
    position:relative;
    height:301px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 301px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height:301px;
    display: block;
	border-collapse: collapse;
	border-style:none;
    margin-bottom: 10px;
}
				  
				  
				  
/* New Registration Screen
-------------------------------------------------------------- */

#reg-box 		{ float:left; margin:0px 2px 0px 30px;background:#f5fbff;border:#dff2ff 1px solid; width:600px; margin-top:20px; margin-bottom:30px; padding:10px;}
#cb_cb_comp_login {
	background:#f5fbff;
	border:#dff2ff 1px solid;
	width:600px;
	margin:20px 20px 30px 20px;
	padding:10px;
	text-align:left;
	
}
#reg-box1 		{
	background:#f5fbff;
	border:#dff2ff 1px solid;
	width: auto;
	margin: 20px 20px 30px 20px;
	padding:10px;
	
}
#reg-box2 		{
	background:#f5fbff;
	border:#dff2ff 1px solid;
	width:880px;
	margin-top:20px;
	margin-bottom:30px;
	padding:10px;
	margin-right: auto;
	margin-left: auto;
}


#reg-intro		{ float:left; width:200px; margin-top:60px; margin-bottom:30px; margin-left:10px;}
#reg-intro1		{ float:left; width:10px; margin-top:60px; margin-bottom:30px; margin-left:10px;}

#mod_login_username_menu {border:#98c5e0 1px solid; height:23px; padding-left:4px; border-bottom:#dce9f1 1px solid; width:300px; font-size:11px; padding-top:4px;}
#mod_login_password_menu {border:#98c5e0 1px solid; height:23px; padding-left:4px; border-bottom:#dce9f1 1px solid; width:300px; font-size:11px; padding-top:4px;}
/*inputbox_menu { border:#98c5e0 1px solid; height:23px; padding-left:4px; border-bottom:#dce9f1 1px solid; width:300px; font-size:11px; padding-top:4px;}*/
.form-fields1	{ border:#98c5e0 1px solid; height:23px; padding-left:4px; border-bottom:#dce9f1 1px solid; width:300px; font-size:11px; padding-top:4px;}
/* My Account Nav
-------------------------------------------------------------- */
#myaccount-left						{ width:200px; float:left;float:left; height:auto; }

#myaccount-nav		{ width:170px; margin:0 auto; margin-top:30px; margin-bottom:30px;}
#myaccount-nav1		{ width:170px; margin:0 auto; margin-top:5px;}
div.moduletable_menulevels h3 {font-size: 12px; padding:5px; }
div.moduletable_menulevels li {list-style-type: none;}
div.moduletable_menulevels ul li a			{ background:#ddf0ff; border-bottom: #c6d8e5 1px solid; padding:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; padding-left:10px;width:140px; display:block; height:20px; color:#000; text-decoration:none;}
div.moduletable_menulevels ul li a:hover	{ background:#eff8ff; border-bottom: #c6d8e5 1px solid; padding:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; padding-left:10px;width:140px;display:block; height:20px;color:#000; text-decoration:underline;}
div.moduletable_menulevels ul li.active a	{ background:#eff8ff; border-bottom: #c6d8e5 1px solid; padding:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; padding-left:10px;width:140px;display:block; height:20px;color:#000; text-decoration:underline; font-weight:bold;}
div.moduletable_menulevels { width:150px; margin:0 auto; margin-top:30px; margin-bottom:30px; padding-left:10px;}
.nav-links			{ background:#ddf0ff; border-bottom: #c6d8e5 1px solid; padding:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; padding-left:10px;width:160px; display:block; height:20px; color:#000; text-decoration:none;}
.nav-links:hover	{ background:#eff8ff; border-bottom: #c6d8e5 1px solid; padding:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; padding-left:10px;width:160px;display:block; height:20px;color:#000; text-decoration:underline;}
.nav-links-active	{ background:#eff8ff; border-bottom: #c6d8e5 1px solid; padding:5px; font-family:Verdana, Geneva, sans-serif; font-size:11px; padding-left:10px;width:160px;display:block; height:20px;color:#000; text-decoration:underline; font-weight:bold;}
div.moduletable_menulevels ul {margin-left: -40px;}
div.widget-content div{display:none;}
div.widget-content a{display:none;}
div.youcmsandblogcss {display:none;}
div.widget-content div#Target {display: inherit;}
div.widget-content div#Target textarea{width: 128px;}
div.widget-content textarea{width: 128px;}
div.widget-content input{width: 128px;}
select#Lang {width:125px;}
div.widget-content{background-color: #DDF0FF;}

#liveclassroom		 { background:#eff8ff; border:#8bcbfe 1px solid; padding:5px; width:160px; margin:0 auto; }



#classroom			 { padding-bottom:5px; margin-bottom:2px; padding:5px; border-bottom:#012846 1px solid;}
div#login-panel img{margin: 10px 0px 50px 0px; padding-left: 268px;}