﻿@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 150%;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-color:#F0F6FF;
	direction:ltr;
}

A {
	text-decoration:none;
	outline: none;
	color:#fff;
	border:none;
	font-size:12px;
}


A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; }


.link {
	color:#333333;
	font-size:12px;
}
img {
	border-width: 0px;
}

.logoBG1 {
	background-image :url(../images/logo_04.gif);
	background-repeat:repeat-x;
	}

.logoBG {
	background-image :url(../images/Main_02.gif);
	background-repeat:repeat-x;
	}
.MenuBG {
	background-image:url(../images/Menu_03.gif);
	background-repeat:repeat-x;
	}
.MenuMid {
	background-image:url(../images/spliter.gif);
	background-repeat:no-repeat;
	width:9px;
	}
.RMenuBg {
	background-color:#F0F6FF;
	padding-top:7px;
	}
.RMenuTop {
	background-image:url(../images/Main_07.gif);
	background-repeat:no-repeat;
	height:41px;
	width:272px;
	padding-top:10px;
	text-align:right;
	font-family:Tahoma,"Times New Roman", Times, serif;
	font-size:12px;
	color:#fff;
	}
.RMenuTop A {
	color:#fff;
	text-decoration:none;
}
.RMenuTop A:hover {
	color:#000;
	text-decoration:none;
}
.RMenuContent {
	background-image:url(../images/Main_10.gif);
	background-repeat:repeat-y;
	line-height:20px;
	text-align:right;
	padding-right:13px;
	font-size:12px;
	}
.RMenuButtom {
	background-image:url(../images/Main_12.gif);
	background-repeat:no-repeat;
	height:19px;
	}
.Main {
	background-color: #F0F6FF;
	}
form {
   	margin: 0px;
}

.flatsubmit {
	background:transparent url(../images/btnbg.png) no-repeat center left;
	height:25px;
	width:100px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	border:none;
	}

.submitBtn {
	background:transparent url(../images/btnbg.png) no-repeat center left;
	height:25px;
	width:100px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:12px;
	border:none;
	}
.err-msg {
	color:#FF0000;
	}
table.grid {
	border-collapse: collapse;
	font-size: 11px;
	line-height: 160%;
	border: 1px solid #CCCCCE; 
	direction:ltr;
	width:98%;
}
table.grid th {
	font: 11px Tahoma, Verdana, Arial, Helvetica,sans-serif;
	color: #000;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/gr-top.gif);
	direction:rtl;
	height:37px;
}
table.grid tr{
	background: #FFF;
}
table.grid tr:hover td {
	background:rgb(255,231,162);
	border:rgb(255,200,80) 1px solid;
	cursor:pointer;
}
table.grid td div{
	overflow: hidden;
	white-space:nowrap;
	width: 100%;
}
table.grid td {
	border-right: 1px solid #D0D1D2;
	border-bottom: 1px dotted #E5E5E5;
	background: #fff;
	padding: 1px 3px 1px 0;
	color: #517885;
	text-align: right;
	direction:rtl;
}
table.grid td a{
	display: block;
	color:#000066;
	text-decoration:none;
	padding:0;
	margin:0;
	}



table.grid select {
	border:#CCCCCC;
	border-style:solid;
	border-width:1px;
	font-family:Tahoma;
	font-size:12px;
	width:200px;
}

table.grid text {
	border:#CCCCCC;
	border-style:solid;
	border-width:1px;
	height:25px;
	font-family:Tahoma;
	font-size:12px;
	width:200px;
}

/* *****************************************************************************     PAGER  */
.pager {
/*	height: 20px;
	*/
	text-align: center;
	direction: rtl;
	margin: 3px auto;
	font-size:12px;
}
.pager ul {
/*	height: 20px; */
	list-style:none;
}
.pager li {
	margin-right: 2px;
	float: right;
}
.pager a {
/*	width:20px; */
	cursor:pointer;
/*	display: block; 
	border: 1px solid #DDDDDD; 
	background-color:#8EB6FE;
	*/
	padding:3px;
}
.pager .current {
/*	width:20px;
	text-align:center;
	display: block;
	background:#2e6ab1;
	color:#FFFFFF;
*/
}
.pager a:hover {
/*	border: 1px solid #666666; */
	color: #ff0084;
	text-align:center;
	background:rgb(255,231,162);
	border:rgb(255,200,80) 1px solid;
	
}
.alpha { 
	background-color: #fff;
	font-size: 12px;
	-khtml-opacity: 0.80;
	-moz-opacity: .80;
	filter: alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	color:#fff;	
}

.info2, .success, .warning, .redbox, .error, .validation, .info, .errorAlt {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 70px;
    background-repeat: no-repeat;
    background-position: 10px center;
	text-align:justify;
	direction:rtl;	
	font-size:12px;
}

.redbox {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

.redbox A {
	color: #000;
	text-decoration:underline;
}


.info2 {
    color: #00529B;
    background-color: #D3E3FF;
    background-image: url('../images/dialog-information.png');
}

.info {
    color:#000;
    background-color: #C5F1FE;
}

.message {
    color:#000;
    background-color: #FFFFE0;
	border:#E6DB55 1px solid;
	padding: 6px 6px 6px 6px;
}

.greenbox {
	background-color:#fff;
	text-align:right;
	padding:3px 3px 3px 3px;
	border: 1px solid #AFAFB0; 
	}

.greenbox A{
	color:#333333;
	padding-right:12px;
	line-height:25px;
	}
	
.greenbox2 {
	background-color:#fff;
	text-align:right;
	padding:3px 3px 3px 3px;

	}
.tblrow {
	background-color:#E7F3FE;
	color:#333333;
	height:25px;
	text-align:center;
	font-size:12px;
	direction:rtl;
	border-bottom:#DADADA 1px solid;
	text-align:right;
	padding-right:5px;
}

.tblrowAlt {
	background-color:#D3E3FF;
	color:#333333;
	height:25px;
	text-align:center;
	font-size:12px;
	direction:rtl;
	border-bottom:#DADADA 1px solid;
	text-align:right;
	padding-right:5px;
}

.font-family {
	background-color:#CDE4F9;
	color:#333333;
	height:25px;
	text-align:center;
	font-size:12px;
	direction:rtl;
	border-bottom:#DADADA 1px solid;
	text-align:right;
	padding-right:5px;
}

.row {
	background-color:#000;
	background-image:url(../images/row-top.gif);
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}
.error{
	text-align:right;
	margin:5px;
	padding:3px;
	padding-right:30px;
	color:#333333;
	border:#FF0000 solid 1px;
	background-color:#FF9966;
	/*background-image: url("../images/error_bg.png");*/
	background-repeat:no-repeat;
	background-position:right;
}

.errorAlt{
	text-align:right;
	margin:5px;
	padding:3px;
	padding-right:30px;
	color:#333333;
	border:#FF0000 solid 1px;
	background-color:#FF5500;
	/*background-image: url("../images/error_bg.png");*/
	background-repeat:no-repeat;
	background-position:right;
}

.tblResultRow {
	background-color:#66CCFF;
	color:#333333;
	height:25px;
	text-align:center;
	font-size:12px;
	direction:ltr;
	border-bottom:#DADADA 1px solid;
}

.FormHeadsBlack {
	font: 16px "Times New Roman", Times, serif;
	font-weight:bold;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	text-align: right;
	direction:rtl;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../images/Menu_03.gif);
}
.oddbtn {
	border:#666666 1px solid;
	background-color:#FFFFFF;
	font-size:12px;
	font-family:Tahoma;
	height:20px;
	width:35px;	
}
#featured {
	clear: both;
	background: #F8FAFD; 
	border: 1px solid #DCF1FB;
	margin: 3px 0 5px 5px;
	padding-bottom: 20px;
	width: 700px; 
	padding: 0 5px 5px 5px;
}
#featured h2 {
	font: normal 1.6em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #295177;
/*	letter-spacing: -2.0px;	*/
	margin-bottom: 0;
	padding-bottom: 3px;
	border-bottom: 1px solid #EBEBEB;	
}
#featured h2 a {
	color: #295177;
	border: none;	
	font-family: Tahoma, Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	text-align:right;
	direction:rtl;
	margin:0;
	padding:0;
	padding-top:10px;

}

.clear {	display:inline-block; }

#featured .image-block {
	float: right;
	margin: 15px 0 0 25px;
	padding: 10px 0 10px 0;
	display: inline;
}
#featured .image-block img {
	background: #FFF;
	border: 1px solid #DFEAF0;
	padding: 12px;
}
#featured .text-block {
	float: left;
	width: 67%; 
/*	margin: 5px 5px 0 0; */
	display: inline;
	text-align:justify;
	direction:rtl;
	font-size:12px;
}
#featured .more-link {
	background: #F8F8F8;
	padding: 5px 10px 5px 10px;
	margin-top: 25px;
	color: #BB8597;
	text-decoration: none;
	border: 1px solid #EBEBEB;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;	
	float: right;
	display: block;
	text-align:center;
	width:650px;
}
#featured a.more-link:hover {
	background: #008EFD;
	border-color: #007DE2;
}

#featured .postmeta {	
	padding: 5px;
	margin: 20px 15px 15px 10px;	
	border: 1px solid #EBEBEB;
	background: #f8f8f8;	
	float:left;
	width:650px;
	color:#AE8597;
	font-size:11px;
}
#featured .postmeta a { background: transparent; color:#AE8597;}
#featured .postmeta a:hover { border: none; text-decoration:underline; }
#featured .postmeta a.comments { margin: 0 10px 0 5px;	}
#featured .postmeta a.readmore { margin: 0 10px 0 5px;	}
#featured .postmeta .date{ margin: 0 10px 0 5px;	}
.news-head {
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding-right:10px;
	background:#FFFFFF url(../images/bc_bg.png) repeat-x right;
	border:#CBCBCB 1px solid;
	margin-bottom:5px;
	height:20px; 
	padding-top:4px;
	text-align:right;
	direction:rtl;
	}
	
.news-content {
	font-size:12px;
	border:#CBCBCB 1px solid;
	line-height:15px;
	direction:rtl;	
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	color:#333333;
	}
.news-content li {
	direction:rtl;
	line-height:25px;
	text-align:right;
	list-style:none;	
	}

.news-content li A{
	direction:rtl;
	padding-right:15px;
	line-height:25px;
	text-align:right;
	color:#333333;
	list-style:none;	
	background-image:url(../images/bullet_blue.png);
	background-position:right;
	background-repeat:no-repeat;
	}

.news-content li a:hover {
	color:#993300;	
	text-decoration:none;
	text-align:right;
	}
	
h2, .h2							{
	font-family: Tahoma, Times, serif, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	line-height:18px;
	text-align:right;
	direction:rtl;
	margin:0;
	padding:0;
	padding-top:10px;
}

input[type="radio"]{
	margin: 3px;
}
input[type="checkbox"]{
	margin: 3px;
	width:20px;
}

input {
/*	width:150px; */
	background:#fff;
	border:1px solid #bbb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:20px;
	line-height:15px;
	font-size:12px;
	text-align:right;
	font-family:Tahoma;

}
textarea {
	width:150px;
	background:#fff;
	border:1px solid #bbb;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	height:150px;
	width:300px;
	line-height:15px;
	font-size:12px;
	text-align:right;
	font-family:Tahoma;
	padding-right:10px;
}
.round-a-gray{
	background:#444444 url(../images/round_gray-left.png) left top no-repeat;
	color:#FFFFFF;
	text-align:center;
}
.round-a-gray div{
	background:url(../images/round_gray-right.png) right bottom no-repeat;
	padding:4px;
}
.messages {
	background-color:#202020;
	padding:5px;
	color:#808080;
	direction:rtl;
	height:60px;
	margin:10px;
	text-align:right;
	line-height:160%;
}

.messages a { 
	padding:5px;
	color:#808080;
}

.comments {
	padding-top:4px;
	background-color:#DEDEDE;
	color:#333333;
	direction:rtl;
	height:25px;
	margin-right:10px;
	text-align:right;
	line-height:160%;
	vertical-align:middle;
}

.comments img {
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	}

.full-comments {
	background-color:#F6F6F6;
	margin-right:10px;
	color:#808080;
	direction:rtl;
	text-align:right;
	line-height:160%;
	vertical-align:middle;
	padding:10px;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:10px;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}

.FormHeadsBlue {
	background-image:url(../images/grid-top.gif);
	background-repeat:repeat-x;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	height:30px;
	padding-top:5px;
	color:#FFF;
	padding-right:5px;
}
.NewsScroll { border: 1px solid #BFAC00; padding-left: 5px; padding-right: 5px; 
               padding-top: 9px; padding-bottom: 9px; background-color: 
               #FFE400;
               	padding:5px; margin-left:8px; margin-right:0; margin-top:0; margin-bottom:16px; line-height:200%; border-top-width:1px; border-top-style:solid; border-right-style:solid; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px; border-left-style:solid; border-left-width:1px; direction:rtl }
.preview {
	background-color:#CCC;
	border:#999 1px solid;
}
.greenbg {
	background-image:url(../images/green-bg.gif);
	background-repeat:repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#FFF;
	padding-right:15px;
	height:35px;
}
.morenews {
	background-color:#E7F1FA;
	line-height:160%;
	border:#BECBD3 1px solid;
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
}
h4 A {
	font-style:normal;
	font-weight:normal;
}

table.lgrid {
	border-collapse: collapse;
	font-size: 12px;
	line-height: 19px;
	border: 1px solid #C4DAD4; 
	direction:ltr;
}
table.lgrid th {
	font: 12px Tahoma, Verdana, Arial, Helvetica,sans-serif;
	color: #fff;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-top: 1px dotted #E5E5E5;
	text-align: center;
	padding: 6px 6px 6px 12px;
	padding-right:5px;
	background: #CAE8EA url(../images/grid-top.gif);
	direction:rtl;
}
table.lgrid tr{
	background: #FFF;
}
table.lgrid tr.over{
	background: #F1F1F1;
}
table.lgrid td div{
	overflow: hidden;
	white-space:nowrap;
	width: 100%;
}
table.lgrid td {
	border-right: 1px solid #D0D1D2;
	background:#FCFCFC;
	padding: 2px 2px 2px 10px;
	color: #517885;
	text-align: right;
	direction:rtl;
}

.title {
	background-color:#437A9C;
	background-image:url(../images/boxbg.gif);
	background-repeat:repeat-x;
	height:28px;
	color:#FFF;
	text-align:right;
	padding-right:10px;
}

.match-light {
	background-color:#E7F1FA;
	color:#065D92;
}
#menu-rnd {
	margin:12px 0;
	width:100%;
	height:45px;
	max-height:45px;
	background: rgb(172,203,48) url(../images/menu_bg.gif) right top repeat-x;
}

#menu-rnd #m_l{
	float:left;
	width:209px;
	height:45px;
	background: url(../images/menu_l.gif) right top no-repeat;
}

#menu-rnd #m_r{
	float:right;
	width:300px;
	height:45px;
	background: url(../images/menu_r.gif) right top no-repeat;
}
#menu-rnd #m_c {
	height:45px;
	width:98%;
	color:white;
	text-align:right;
	float:right;
	font-weight:bold;
	font-size:14px;
}
#menu-rnd #m_i{
	height:45px;
	text-align:right;
	float:none;
}
/* content */

#content {
	margin-bottom:7px;
}

#content #l_side {
	text-align:center;
}

#content #l_side #ls_popular {
	background:rgb(250,250,248);
	border:1px solid rgb(213,213,209);
	-moz-border-radius:5px;
	text-align:center;
}

#content #l_side #ls_popular #prt {
	padding:5px;
	text-align:center;
}