body{
	background-color:#000000;
	margin:0px;
	padding:0px;
	direction:rtl;
	font-family:Arial;
	font-size:12px;	
}

h1{
	font-size:25px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.main{
	width:800px;
	min-height:500px;
	margin:0px auto;
	border-left:1px solid #071829;
	border-right:1px solid #071829;
	color: #bababa;
	background-color:#010811;
	overflow:hidden;
}

.header{
	background-image:url('images/header2.jpg');
	background-repeat:no-repeat;
	width:800px;
	height:260px;
	overflow:hidden;
}

.HeadertextArea{
	height:58px;
}

.headerText{
	margin-right:43px;
	margin-top:30px;
	float:right;
}

.TrackHeadr{
	margin-right:43px;
	margin-top:30px;
}

.Text17{
	font-size: 17px;
	color:#bababa; 
	line-height: 30px;
}

.visual_2010{
	float:left;
	margin-left:40px;
}

.textArea{
	margin:20px 43px;
	font-size:17px;
	color:#bababa;
	line-height:30px;
}

.Course_TextArea{
	font-size:17px;
	color:#a9a9a9;
	line-height:30px;
}

.limiter{
	height:1px;
	margin:20px 43px;
	background-color:#506f7e;
}

.courses{
	margin:20px 43px;
	border:0px solid red;
}

.course_box{
	width:697px;
	height:72px;
	background-image:url('images/box_back.jpg');
	background-repeat:no-repeat;
	padding:9px 8px;
}

.course_box2{
	width:697px;
	background-image:url('images/box_back2.jpg');
	background-repeat:repeat-y;
	padding:9px 8px;
}
.course_box3{	
	background-image:url('images/box_back2.jpg');
}


.img1{
	background-image:url('images/course_img1.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}

.img_NET{
	background-image:url('images/NET.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}
.img_VS2010{
	background-image:url('images/VS2010.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}
.img_VS{
	background-image:url('images/VS.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}
.img_ADO{
	background-image:url('images/ADO.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}
.img_CRM{
	background-image:url('images/CRM.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}
.img_SQL{
	background-image:url('images/SQL.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}

.img4{
	background-image:url('images/course_img4.jpg');
	background-repeat:no-repeat;
	width:72px;
	height:71px;
	float:right;
}

.course_ttl{
	margin-top:2px;
	text-decoration: None;
	color:#FF9900;
	font-size:18px;
}

.course_text{
	font-size:16px;
	color:#b5b5b5;
	margin-top:3px;
	line-height:22px;
}

.desc{
	margin-right:8px;
	float:right;
}

.space{
	height:25px;
}

.strip_info{
	background-image:url('images/back_strip.jpg');
	background-repeat:no-repeat;
	width:600px;
	height:31px;
	margin:10px auto;
	color:#ffb400;
	font-size:20px;
	text-align:center;
	padding-top:7px;
}

.strip_info a {
	color:#ffb400;
	font-size:20px;
	text-decoration:none
}

.footer{
	text-align:center;
	color:#26526d;
	font-size:16px;
	margin-top:30px;
	margin-bottom:30px;
}

a:link    {color:#FF9900; text-decoration:none;}                                /* unvisited link */
a:visited {color:#FF9900; text-decoration:none;}                                /* visited link */
a:hover   {color:#FFBBAA; text-decoration :underline;}                          /* mouse over link */
a:active  {color:#FF9900; text-decoration:none;}                                /* selected link */

/********** Time Table ***************/
#timeTable
{
    font-size: 17px;
	color:#bababa; 
	line-height: 30px;
	margin-right:43px;
	margin-left:43px;
}
#timeTable hr
{
    border-bottom-width:1px; 
    border-bottom-style:solid;
    border-bottom-color:#bababa;
    
}

#timeTable li
{
    color:#bababa;    
}
    
#timeTable a:link    {color:#bababa; text-decoration:none;}                                /* unvisited link */
#timeTable a:visited {color:#bababa; text-decoration:none;}                                /* visited link */
#timeTable a:hover   {color:#FF9900; text-decoration :underline;}                          /* mouse over link */
#timeTable a:active  {color:#FFBBAA; text-decoration:none;}                                /* selected link */    
/********** Menu ***************/
#menu{
	margin-top:209px;
	margin-right:40px;
}

#menu li:hover {background-image:url('images/menu_item_over.gif');height:39px;}   
  
#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	margin:0px;
	text-align:center;
	width:141px;
	height:20px;
	background-image:url('images/menu_item_out.gif');
	background-repeat:no-repeat;
	list-style:none;
	font-size:15px;
	font-style:italic;
	float:right;
	margin-right:3px;
		
}

#menu a
{
    text-decoration: None;
    font-size:15px;
	font-style:italic;
	color: White;
    }

#menu .current{
	height:39px;
	background-image:url('images/menu_item_over.gif');
	background-repeat:no-repeat;
}