﻿.main_news
{
	background:#333;
	position:relative;
	overflow:hidden;  
	color:#fff;
	text-align:center;
}
.main_news .desc .block h4
{
	margin:0px 10px;
	padding:0;
	font-family:Times New Roman;
	font-size:16px;
	font-weight:bold;
	color: #fff;
	white-space:nowrap;
}

.rtl .main_news .desc .block h4
{
	font-family:Times New Roman;
	font-size:12px;
	font-weight:bold;
}

.main_news .desc .block p 
{
	font-family:Tahoma;
	font-size:11px;
	line-height:1.6em;
	padding:5px 0px;
	margin:0px 10px;
	line-height:1.2em;
}
.main_news .desc .block small 
{
	margin:0px 30px;
	font-family:Tahoma;
	font-size: 9px;
}
.main_news .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.rtl .main_news .desc
{
	left:auto;
	right:0;
}
.main_news .desc .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
	text-align:justify;
}
.rtl .main_news .desc .block
{
	direction:rtl;
}
.main_news .logo{
	position: absolute;
	text-align:center;
	background:#111;
	margin:10px;
	padding:2px;
	font-weight:bold;
	font-family:Times New Roman;
	font-size:14px;
	top:0;
	left:0;
}
.rtl .main_news .logo{right:0;left:auto !important;}
.subtitlebar
{
	background:#444 url(Images/Skin/TitleBarBackground.gif) repeat-x center center;
	/*width:390px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	*/
	width:100%;
	font-size:14px;
	height:20px;
}
.rtl .subtitlebar
{
	direction:rtl;
}
.subtitlebar span
{
	background:#444 url(Images/Skin/TitleBarBackground.gif) repeat-x center center;
	padding:2px 0px;
	color:#fff;
	white-space:normal;
	line-height:16px;
	font-family:Tahoma;
	font-size:85%;
	width:100%;
	
	height:20px;
}
.toolbar
{
	background:#111;
	height:25px;
	max-height:25px;
	overflow:hidden;
}
.toolbar img
{
	border:0;
	vertical-align:middle;
	cursor:pointer;
}
.toolbar ul
{
	padding:0;
	margin:0;
	white-space:nowrap;
}
.toolbar ul li
{
	margin-left:3px;
	margin-right:3px;
	display:inline;
	font-weight:bold;
	font-size:20px;
	color:#c80000;
	background:transparent url(Images/Skin/Bullets.gif) no-repeat center center;
	font-family:Times New Roman;
}
.toolbar ul li.active {
	background:transparent url(Images/Skin/BulletsOver.gif) no-repeat center center;
	color:#fff;
}

.toolbarPause
{
	margin-left:7px;
	margin-right:7px;
}

.pagerbarContainer
{
	height:24px;
	background:transparent url(Images/Skin/SeperatorShadow.png) repeat-y center left;
}

.pagerbar
{
	background:#444 url(Images/Skin/TitleBarBackground.gif) repeat-x center center;
	height:20px;
}

.pagerbar td
{
	font-family:Times New Roman;
	font-size:16px;
}

.rtl .pagerbar
{
	direction:rtl;
}

.rtl .pagerbar td
{
	font-family:Tahoma;
	font-size:12px;
}

.pagerbar span
{
	color:#fff;
	margin:0px 15px;
}
.pagerbar ul
{
	padding:0;
	margin:0;
	white-space:nowrap;
}
.pagerbar ul li
{
	margin:0px 1px;
	padding:0px 5px;
	display:inline;
	font-weight:bold;
	color:#e99;
	list-style-type:none;
}
.rtl .pagerbar ul li
{
	float:right;
}
.pagerbar ul li.hover { 
	cursor: pointer;
	color:Yellow;
}
.pagerbar ul li.active {
	color:#222;
	cursor:default;
	background-color:#aaa;
}

.seperator
{
	width:10px;
	background:transparent url(Images/Skin/SeperatorShadow.png) repeat-y center left;
	position:relative;
	z-index:1;
}
.seperatorFiller
{
	width:10px;
}

.news_thumb
{
	min-width: 300px;
	vertical-align:top;
	overflow:hidden;
	position:relative;
	text-align:justify;
	margin-left:-10px;
	/*
	height:255px;
	min-height:255px;
	border-top:1px solid #ccc;
	height:309px;
	*/
}
.news_thumb img {
	border-bottom: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:none;
	border-right:none;
	padding: 2px;
	background: #fff;
	width:66px;
	height:50px;
}
.news_thumb div
{
	margin:0;
	padding:0;
}
.news_thumb ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.rtl .news_thumb ul 
{
	direction:rtl;
}
.news_thumb ul hr
{
	margin:0px 3%;
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #008080; 
	border-style: none none dotted; 
}
.news_thumb ul li{
	background: #f0f0f0;
	margin: 2px 0px;
	padding: 3px;
	padding-left:13px;
	list-style:none;
	/*
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;*/
}
.news_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.news_thumb ul li.active { /*--Active State--*/
	background: #fff;
	cursor: default;
}

.news_thumb ul li h4 {
	margin:2px;
	padding:0;
	white-space:nowrap;
	color:#0054E3;
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
}
.news_thumb ul li .block {
	margin-left: 4px;
	padding: 0;
	overflow:hidden;
}
.rtl .news_thumb ul li .block 
{
	margin-right:4px;
}
.news_thumb ul li p
{
	background:#fff;
	margin:0;
	margin-top:5px;
	padding:0;
	white-space:nowrap;
	width:100%;
	overflow:hidden;
}/*--Hide the description on the list  display: none;   items--*/

.news_thumb table
{
	width:100%;
}
.news_thumb td
{
	vertical-align:top;
}


/*------------------------------------------------------------*/
/* Table Container For Edit Page Styles*/

.TNContainer {}

.TNWindowTable {width:100%;height:100%;z-index:500;}

.TNWtl,.TNWtc,.TNWtr,.TNWml,.TNWmr,.TNWbl,.TNWbc,.TNWbr {font-size:1px;line-height:1px;}

.TNWtl {width:15px;height:15px;background:url('Images/Window/TopLeft.png') no-repeat left bottom;}
.TNWtc {background:url('Images/Window/Top.png') repeat-x center bottom;}
.TNWtr {width:15px;background:url('Images/Window/TopRight.png') no-repeat right bottom;}

.TNWml {background:url('Images/Window/Left.png') repeat-y right 50%;}
.TNWmc {background-color:#fff;padding-top:20px;}
.TNWmr {background:url('Images/Window/Right.png') repeat-y left 50%;}

.TNWbl {height:16px;background:url('Images/Window/BottomLeft.png') no-repeat left top;}
.TNWbc {background:url('Images/Window/Bottom.png') repeat-x center top;}
.TNWbr {background:url('Images/Window/BottomRight.png') no-repeat right top;}

body.rtl .TNWtl {width:15px;background:url('Images/Window/TopRight.png') no-repeat right bottom;}
body.rtl .TNWtc {background:url('Images/Window/Top.png') repeat-x center bottom;}
body.rtl .TNWtr {width:15px;height:15px;background:url('Images/Window/TopLeft.png') no-repeat left bottom;}

body.rtl .TNWml
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('Images/Window/Right.png') repeat-y left 50%;
}

body.rtl .TNWmc {background-color:#fff;}
body.rtl .TNWmr
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background: url('Images/Window/Left.png') repeat-y right 50%;
}

body.rtl .TNWbl {background:url('Images/Window/BottomRight.png') no-repeat right top;}
body.rtl .TNWbc {background:url('Images/Window/Bottom.png') repeat-x center top;}
body.rtl .TNWbr {height:16px;background:url('Images/Window/BottomLeft.png') no-repeat left top;}

.ContractButton
{
	width:12px;
	height:10px;
	background:transparent url(Images/Skin/Contract.png) no-repeat center center;
}

.ExpandButton
{
	width:12px;
	height:10px;
	background:transparent url(Images/Skin/Expand.png) no-repeat center center;
}
