body {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	direction: rtl;
	margin: 0px;
	padding:0px;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
.content {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
.content a {
	text-decoration: none;
	color: #333;
}
.content a:hover {
	text-decoration: underline;
	color: #333;
}

img {
	border: 0px;
}
.textTitle {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.textTitle2 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
.areaRight {
	background-color:#dee7f2;
	color: #000000;
	font: bold 14px Arial;
	text-align: center;
}
.areaLeft {
	background-color:#ffffff;
	color: #000000;
	font: normal 14px Arial;
	text-align: center;
}
.textField {
	height: 15px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	border: 1px solid #bbb;
}
.headerLinks  {
	color: #d1e1f5;
}
.headerLinks a {
	color: #d1e1f5;
	text-decoration: none;
}
.headerLinks a:hover {
	color: #d1e1f5;
	text-decoration: underline;
}
.newsDate{
	font-size: 11px;
	color: #ff6000;
	line-height: 32px;
	text-align: right;
}
.newsText {
	font-size: 13px;
	color: #555;
	text-align: right;
}
.newsthumbText {
	font-size: 12px;
	color: #555;
	text-align: right;
}
.newsthumbText2 {
	font:bold 16px Arial;
	color:#333;
	text-align: center;
}
.memberTextBlue {
	font-size: 13px;
	vertical-align: top;
}
.memberTextBlack {
	font-size: 13px;
	vertical-align: top;
	color: #000000;
}
.memberTextRed  {
	font-size: 13px;
	vertical-align: top;
	color: #ff6000;
}
.memberTextRed a{
	color: #ff6000;
}
.memberTextRed  a:hover{
	color: #ff6000;
}
.ReadText  {
	font-size: 16px;
	color: #ff6000;
	font-weight: BOLD;
}
.ReadText a{
	color: #ff6000;
}
.ReadText  a:hover{
	color: #ff6000;
}

.blockMenu {
	padding:0px;
	margin: 5px 32px 10px 5px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	list-style-image:url('/images/list.png');
}
.centers {
	width: 250px;
}
.searchInput {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
}
.courseSearch {
	width: 240px;
}
.trainerSearch {
	width: 168px;
}
.dateInput {
	width: 65px;
	height:16px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
}
.videoTitle {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.videoText {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
.footerBlue  {
	color: #333;
	font-size: 16px;
	font-weight: normal;
}
.footerBlue a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.footerBlue a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
.footerBlack  {
	color: #000000;
	font-size: 13px;
	font-weight: normal;
}
.footerSmallBlack  {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}
/****************** top story hint ****************/
.mainStoryHint {
	display:none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
	width: 200px;
	height: 80px;
	z-index:99;
	background: #fff;
	overflow: hidden;
}
.mainStoryHintB {
	display:none;
	position: absolute;
	z-index:999;
	width:27px;
	height:11px;
	margin: 0px;
	padding: 0px;
}
.mainStoryHintAll {
	display:none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999;
	width: 385px;
	height: 265px;
	z-index:99;
	background: #fff;
	overflow: hidden;
}
.mainStoryHintAllB {
	display:none;
	position: absolute;
	z-index:999;
	width:27px;
	height:11px;
	margin: 0px;
	padding: 0px;
}
.hint {
	display:none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index:99;
	background: #fff;
}
/***********************************************/
.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	font:bold 14px Arial;
	line-height: 20px;
	color:#555;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=132,Strength=5); */
}
.balloonstyle a {
	color:#555;
}
.balloonstyle a :hover{
	color:#555;
}


#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
	width:52px;
}
/***********************************************/
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #ffffff;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #666666;
font: bold 14px Arial; 
line-height: 24px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #f2f2f2;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 15px;
color: #666666;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #ffcc00;
color: #ffffff;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #ffd622;
visibility: hidden;
}

.formRight{
	/* background-color:#dee7f2; */
}
.formLeft{
	/* background-color:#edf2f9; */
}
.form-element{
	color: #000000;
	font-size: 13px;
}



.newsTextThumbs {
	text-align:right;
	margin:0px 0px 0px 0px;
	padding-top: 5px;
	display:none;
	height:85px;
	overflow:hidden;
	border-top: 1px solid #999;
}
.newsImg{
	width:84px;
	padding:0px;
}
.thumbTitle{
	font:bold 13px Arial;
}
.thumbText{
	font:normal 13px Arial;
	color:#000000;
}
.thumbText a{
	font:normal 13px Arial;
	color:#000000;
}
.thumbText a:hover{
	font:normal 13px Arial;
	color:#000000;
}


.sitemapText  {
	color: #333;
	font:bold 14px Arial;
}
.sitemapText a {
	color: #333;
	text-decoration: none;
	font:bold 14px Arial;
}
.sitemapText a:hover {
	color: #333;
	text-decoration: underline;
	font:bold 14px Arial;
}
.sitemapText td{
	border: 1px solid #cccccc;
	padding-right:10px;
}

.adsBlockMenu  {
	padding:0px;
	margin: 5px 25px 15px 5px;
	line-height: 32px;
	color: #000000;
	list-style-image:url('/images/ad-bullet.png');
}
.adsBlockMenu  a{
	font: bold 15px Arial;
	color: #000000;
}
#bottomAD {
	width:100%;
	height:75px;
	position:absolute;
	bottom:0px;
	z-index: 999999;
	margin:0px;
	padding:0px;
	display: none;
}
#bottomADText {
	width:85%;
	height:75px;
	cursor:pointer;
	float:right;
	text-align: right;
	margin:0px;
	padding:0px;
}
#bottomADClose {
	width:15%;
	height:75px;
	float:left;
	text-align: right;
	margin:0px;
	padding:0px;
	font: bold 16px Arial;
	line-height: 20px;
}
#bottomADClose a {
	text-decoration: none;
	color: #ffffff;
}
#bottomADClose a:hover {
	text-decoration: underline;
	color: #ffffff;
}