html .gainlayout { height: 1%; }

.date_titles {
	font-family: Tahoma;
	color:#000000;
	font-size:8px;
	text-decoration:none;
}
.titles {
	font-family: Tahoma;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	direction: rtl;
}
.headlines {
	font-family: Tahoma;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	padding: 5px;
}
.menu_titles {
	font-family: Tahoma;
	color:#FFFFFF !important;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight:bold
}

.menu_titles_black {
	font-family: Tahoma;
	color:#000000 !important;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight:bold
}
.menu_titles_black:hover {
	text-decoration:underline;
}


.sub_text {
	font-family: Tahoma;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight:bold
}
.main_menu {
	font-family: Tahoma;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight:bold
}

.main_menu_link {
	font-family: Tahoma;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	font-weight:bold
}
.week_menu {
	font-family: Tahoma;
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}
.left_menu {
	font-family: Tahoma;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	vertical-align: middle;
	line-height: 22px;
	height: 22px;
	cursor: pointer;
	
}
.left_menu_white {
	font-family: Tahoma;
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	vertical-align: middle;
	line-height: 22px;
	height: 22px;
	cursor: pointer;
}

.horiz_div {
	text-align: right;
	vertical-align: middle;
	height: 22px;
	cursor: pointer;
	line-height: 22px;
	
}

.horiz_div img {
	padding-left: 5px;
	vertical-align: middle;
	cursor: pointer;
	margin-left: 5px;
}


table {
font-family:Tahoma;
font-size:11px;
color:#000000;
border-collapse:collapse;
}
.titles2 {
	font-family: Tahoma;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.text {
	font-family:  Tahoma;
	color:#000000;
	font-size:12px;
	text-decoration:none;
}
 

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	
	text-decoration: underline;
}

select {
	font-family: Tahoma;
}

.opinion_authers {
	font-family: Tahoma;
	color:#000000;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}
.opinion_text {
	font-family: Tahoma;
	color:#606161;
	font-size:12px;
	text-decoration:none;
}
/*Example CSS for the two demo scrollers*/

#pscroller2{
width: 100%;
height: 29px;
border: 1px solid black;
padding: 3px;
direction:rtl;
}

.break_news:link        {
text-decoration: none;
text-align:center;
color:#000000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
}
.break_news:visited     {
text-decoration: none;
text-align:center;
color:#000000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
}
.break_news:hover       {
text-decoration: none;
text-align:center;
color:#FF0000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
}
.break_news_urgent {
text-decoration: none;
text-align:center;
color:#FF0000;
font-family:tahoma;
font-size:15px;
font-weight:bold;
}
.breaknews_text{
text-decoration: none;
text-align:center;
color:#000000;
font-family:tahoma;
font-size:15px;
font-weight:bold;
}
.breaknews_text_wr{
text-decoration: none;
color:#000000;
font-family:tahoma;
font-size:12px;
font-weight:bold;
}
.painter_class{
	font-weight: bold;
}
 



/************ rating CSS *************/
/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;
	direction: rtl;
	
	}

.loading {
	height: 30px;
	background: url('images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 30px;
	position: relative;
	background: url('images/starrating.gif') top right repeat-x;		
	}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: right;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:30px;
	height: 30px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('images/starrating.gif') right center;
	z-index: 2;
	right: 0px;
	}

.unit-rating a.r1-unit{right: 0px;}
.unit-rating a.r1-unit:hover{width:30px;}
.unit-rating a.r2-unit{right:30px;}
.unit-rating a.r2-unit:hover{width: 60px;}
.unit-rating a.r3-unit{right: 60px;}
.unit-rating a.r3-unit:hover{width: 90px;}
.unit-rating a.r4-unit{right: 90px;}	
.unit-rating a.r4-unit:hover{width: 120px;}
.unit-rating a.r5-unit{right: 120px;}
.unit-rating a.r5-unit:hover{width: 150px;}
.unit-rating a.r6-unit{right: 150px;}
.unit-rating a.r6-unit:hover{width: 180px;}
.unit-rating a.r7-unit{right: 180px;}
.unit-rating a.r7-unit:hover{width: 210px;}
.unit-rating a.r8-unit{right: 210px;}
.unit-rating a.r8-unit:hover{width: 240px;}
.unit-rating a.r9-unit{right: 240px;}
.unit-rating a.r9-unit:hover{width: 270px;}
.unit-rating a.r10-unit{right: 270px;}
.unit-rating a.r10-unit:hover{width: 300px;}

.unit-rating li.current-rating {
	background: url('images/starrating.gif') right bottom;
	position: absolute;
	height: 30px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999; direction: rtl;}
.thanks {color:#36AA3D; direction: rtl;}
.static {color:#5D3126; direction: rtl;}		





/*****************

*
*
*
*	Draggable Component
*
*
*
*****************/


ul.sortable li {
	position: relative;
}

ul.boxy {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 10em;
	font-size: 13px;
	font-family: Tahoma;
}
ul.boxy li {
	cursor:move;
	padding: 2px 2px;
	border: 1px solid #ccc;
	background-color: #eee;
}
.clickable a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
}
.clickable li:hover {
	background-color: #f6f6f6;
}


.statusbox {
	font-size: 13px;
	font-family: Tahoma;
	width: 15em;
}
ul.boxy li {
	margin: 0px;
}
.style1 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.curvy {
	padding: 0;
	margin: 0 auto;
	padding-top: 5px;
	background-color: #1E9EAB;
	color: #FFFFFF;
	font-family: Tahoma,'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	vertical-align: middle;
	line-height: 100%;
}
.mainpage_box {
	width: 243px;
	position: relative;
	float: right;
	padding: 0;
	margin: 0 auto;
	overflow: visible;
}


.mainpage_box_collapse { 
	height: 30px;
	overflow: hidden;
	
}

.collapsable {
	width:242px;
	height: 30px;
	background-color:#1E9EAB;
	font-family: Tahoma,'Times New Roman', Times, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 30px;  /*  should occupy the full vertical space, so vertical align can make a difference */
}




.sortable li {
	list-style: none;
}



 
ul.boxy li {
	margin: 0px;
}
#phonetics td {
	margin: 0px;
	padding: 0px 1em;
	vertical-align: top;
	width: 100px;
}
#phonetic1 li, #phonetic2 li, #phonetic3 li {
	margin: 0px;
}
#phonetic2 li {
	margin-bottom: 4px;
}
#phonetic3 {
	margin-top: -4px;
}
#phonetic3 li {
	margin-top: 4px;
}


#newslistleft,#newslistright,#phoneticlong {
	margin-bottom: 1em;
}
#newslistleft li,#newslistright li,#phoneticlong li, #buttons li {
	margin-bottom: 0px;
	margin-top: 4px;
}
#boxes {
	font-family: Tahoma,Arial, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 300px;
}
#boxes li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	width: 33px;
	height: 28px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	background-color: #eeeeff;
}
#twolists td {
	width: 300px;
	vertical-align: top;
}
#twolists1 li {
	font-family: Tahoma,sans-serif;
}
#twolists2 {
	border: 1px dashed #fff;
}
#twolists2 li {
	font-family: Tahoma,serif;
	background-color: #eedddd;
}
.inspector {
	font-size: 11px;
}

div.title_holder {
	padding-right: 10px;
}

div.iconized_title {
	background-image: url(images/world_icon.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 45px;
	line-height: 35px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
}
div.iconized_title2 {
	background-image: url(images/favnews_icon.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 45px;
	line-height: 35px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	
}


div.news_box {
	
}

#right_ul {
	float: left;
	vertical-align: top;
	width: 272px;
	list-style-type: none;
	overflow: hidden;
	padding: 0 30px;
	margin: 0;

}
#left_ul {
	float: right;
	vertical-align: top;
	width: 272px;
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	
}

#left_ul li, #right_ul li {
	direction: rtl;
	width: 100%;
	display: block;
	clear: both;
	padding: 10px 0 0 0;
	background-color: #e1dfe8;
	height: auto;
	overflow: visible;
	margin-bottom: 10px;
	border: 1px solid #d3d3d3;
}

#left_ul li div.first_level_blk, #right_ul li div.first_level_blk {
	margin: 3px;
	white-space: normal;
	direction: rtl;
	width: 98%;
	border-collapse: separate;
}


div.first_level_blk_left , div.first_level_blk_right{
	position: relative;
	margin-top: 15px;
	border: 1px solid #000000;
	position: relative;
	 
}

div.first_level_blk_left {}
div.first_level_blk_right {}


#left_ul li a.titles,#right_ul li a.titles {
	padding: 0;
	margin: 0;
	direction: rtl;
	text-align: justify;
	
}

 
 
.dd {
	background-color: #D4D4D6;
	
	height: 		51px;
	 
	border: none;
	
	 
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	
} 
#top_news_rasterize {
	border: none;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.dc{
	background-color: #A7A7A7;
	height: 51px;
	 border: none;
	
	border-right: 1px solid #A7A7A7;
	border-bottom: 1px solid #999999;
	border-top: none;
	border-bottom: 1px solid #000000;
	
} 

.dd img {
	border: none;
}
.dc img {
	border:  none;
}
.dt{
	background-color:#CCCCCC;
}


.dd a {
	text-decoration: none;
}

 
#all_open
{
	display: none;
}

 
#container
{
	margin: 0 auto;
	width: 999px;
}

#controls
{
	float: right;
}

#footer,#footer table td
{
	clear: both;
	color: #FFFFFF;
	/*border-top: 1px dashed #998;*/
	height: 36px;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
	text-align: right;
	
}



#footer a,#footer table td a
{
	color: #FFFFFF;
}

#header
{
	background: #998;
	border-color: #fff #665 #665 #fff;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 10px;
}

#header a
{
	color: #fff;
}

#logo
{
	display: block;
	margin: 0 auto;
	width: 258px;
}

#logo img
{
	border-top: 5px solid #998;
	padding: 10px 0 5px;
}

#logo:hover img
{
	border-color: #543;
}

#columns td
{
	padding: 0 5px;
	vertical-align: top;
	width: 323px;
	
}

.portlet
{
	background: #ffe;
	border-color: #fff #665 #665 #fff;
	border-style: solid;
	border-width: 1px;
	cursor: move;
	margin: 0 0 10px;
	width: 100%;
}

.portlet_topper
{
	background: #eed;
	padding: 5px 10px;
}

.portlet_topper a
{
	color: #443;
	font-weight: bold;
}

.portlet_content
{
	border-top: 1px solid #998;
	padding: 0px;
}

.portlet_content p
{
	line-height: 150%;
	text-align: justify;
}

.portlet_bottom
{
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	height: 5px;
}

.sort_placeholder
{
	background: #bba;
}

a.box_clickable {
	text-decoration: none;
	color: #FFFFFF;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

 


.searchboxdiv_focus {
	width:152px;
	background-image: url(images/btn_blr.gif) ;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position:center;

}



 

table.news_block_lr td {
	padding: 3px;
}

.small_text {
	font-family: Tahoma;
	font-size: 8px;
	font-weight: lighter;
	color: #000000;
}
.normal_text {
	font-family: Tahoma;
	font-size: 11;
	font-weight: normal;
	color: #000000;
}
.normal_text12 {
	font-family: Tahoma;
	font-size: 12;
	font-weight: normal;
	color: #000000;
}

.bold_text {
	font-weight: bold;
}

.silver_text  {
	color: #939393;
}

 

.mid_link {
	text-align: center;
}

.right_aligned {
	text-align: right;
}

.regular {
	font-weight: normal;
}

#breakingnews:hover {
	text-decoration: underline;
	cursor: pointer;
}


#ArticlesBestHits ul {
	list-style-image: url(images/sec_ico2.gif);
	list-style-type: none;
	direction: rtl;
	text-align: right;
	 
}
 
ul.editors_picks {
	list-style-image: url(images/sec_ico2.gif);
	list-style-type: none;
	
	
}

 
.long_field {
	width: 255px;
}

.no_txtdec {
	text-decoration: none;
	cursor: pointer;
}

.no_txtdec:hover {
	text-decoration: none;
}




/*  DND  */

/* This is the box that is parent to the dragable items */
	#dragableElementsParentBox{
		padding:0;	/* Air */
		margin: 0;
		border: none;
	}
	
	.smallArticle,.bigArticle{
		float:right;
		border:none;
		padding:0;
		margin:0;
		
	}
	 
	 
	.smallArticle{
		width: 320px;		
		height: auto;
	}
	.bigArticle{
		width:640px;
	}
	.clear{
		clear:both;
	}
	
	/* END DEMO CSS */
	
	/* REQUIRED CSS */
	
	#rectangle{
		float:right;
		border:1px dotted #F00;	/* Red border */
		
	}
	#insertionMarker{	/* Don't change the rules for the insertionMarker */
		width:6px;
		position:absolute;
		display:none;
	}
	#insertionMarker img{	/* Don't change the rules for the insertionMarker */
		float:right;
	}		
	#dragDropMoveLayer{	/* Dragable layer - Not need if you're using 'rectangle' mode */
		position:absolute;
		display:none;
		border:1px solid #000;
		filter:alpha(opacity=50);	/* 50% opacity , i.e. transparency */
		opacity:0.5;	/* 50% opacity , i.e. transparency */

	}
	
	/* END REQUIRED CSS */