/* Generic styles */
*{ padding:0px; margin:0px;}
html{background:#858585 url(../images/html-bg.jpg) no-repeat top; color:#333333; font:normal 11px 'Tahoma'; line-height:22px;text-align:justify}

a {color:#FF6600;}
.td {font: 15px 'arial'; color:#333333;text-align:justify ;margin-bottom:10px;}
h3{font:bold 16px 'Arial'; margin-bottom:8px;}
.h3{color:#2971B5;font: 13px 'Tahoma'; margin-bottom:8px;}
.h4{color:#2971B5;font: 12px 'Tahoma'; margin-bottom:8px;}
.h5{color:gray;font:bold 11px 'Tahoma'; margin-bottom:8px;}

.siteContainer { background:#fff url(../images/mainBg.jpg) no-repeat top; margin:0 auto;}
/* Side Navigation */
.sideNavigation td{ width:230px; text-align:right; direction:rtl; height:40px; background:url(../images/menuSapcer.gif) no-repeat bottom; padding-right:40px;}
.sideNavigation td a{font:bold 16px 'arial'; text-decoration:none; color:#333333; display:block; height:30px;}
.sideNavigation td a.active{color:#0099FF; background:url(../images/menuBullete.gif) no-repeat right 15px; padding:10px 20px 0px 0px ;}
.sideNavigation td a:hover{color:#0099FF;}

/* Main content area in middle*/
.mainContentTable td{ text-align:right; direction:rtl;}
.date{color:#FF6600;}
.moreNews{}
.moreNews li{ list-style-position:outside; list-style-type:none; background:url(../images/moreNews-bullet.gif) no-repeat right 10px; padding-right:10px; margin-top:5px;}
.moreNews li a{ text-decoration:none; color:#333333; }
.moreNews li a:hover{color:#FF6600;}

/* Services script*/


#servicesContainer{ width:450px;height:110px;  overflow:hidden;}
#servicesContainer .item{width:251px; height:108px;  margin:0 auto; margin-left:35px; padding-right:130px; display:block; overflow:hidden;}
#servicesContainer .item h3{margin-top:15px;}
#servicesContainer .item p{ height:55px; overflow:hidden;}
#servicesContainer .lend{background:url(../images/images-lend.png) no-repeat center center;}
#servicesContainer .education{background:url(../images/images-education.png) no-repeat center center;}
#servicesContainer .jobs{background:url(../images/images-jobs.png) no-repeat center center;}
#servicesContainer .training{background:url(../images/images-training.png) no-repeat center center;}

#next2{position:relative; top:-60px; float:right; display:block; width:20px; height:20px; background:url(../images/services-arrow-right.gif) no-repeat center center; text-indent:-9999px; cursor:pointer; overflow:hidden;}

#prev2{position:relative; top:-60px; display:block; width:20px; height:20px; background:url(../images/services-arrow-left.gif) no-repeat center center; text-indent:-9999px; float:left; cursor:pointer; overflow:hidden;}

/* Top Navigation and search */
.topNav { direction:rtl; text-align:left; color:#fff; padding-left:30px;	}
.topNav a{color:#fff; }
.btn{ background:url(../images/btn-bg.gif) repeat-x; border:solid 1px #333333; color:#fff; font:normal 11px 'tahoma'; padding:2px;}
.frmInput-01 {
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	LINE-HEIGHT: 14px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ffffff;
	border:1px #abadb3 solid;
	width:109px;
	height:14px
}
.frmInput-02 {
	FONT-SIZE: 11px; 
	COLOR: #333333; 
	LINE-HEIGHT: 14px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #ffffff;
	border:1px #abadb3 solid;
	width:70px;
	height:17px
}
#news li {
  width: 450px;
  overflow: hidden;
  border: 0px solid #000;
  list-style-type: none;
  color: #000;
  display: none;
}

#news li img {
  display: block;
}

#news li p {
  margin: 0;
  padding: 3px;
  border-top: 0px solid #000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}