@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "sky";
        src:url("../fonts/HelveticaNeueW23forSKY-Reg.eot");
	src:url("../fonts/HelveticaNeueW23forSKY-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeueW23forSKY-Reg.woff") format("woff"), url("../fonts/HelveticaNeueW23forSKY-Reg.ttf") format("truetype"), url("../fonts/HelveticaNeueW23forSKY-Reg.svg#HelveticaNeueLTArabic55Roman") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {

	font-family: "Droid";
        src:url("../fonts/DroidNaskh-Regular.eot");
	src:url("../fonts/DroidNaskh-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidNaskh-Regular.woff") format("woff"), url("../fonts/DroidNaskh-Regular.ttf") format("truetype"), url("../fonts/HelveticaNeueW23forSKY-Reg.svg#HelveticaNeueLTArabic55Roman") format("svg");
	font-weight:normal;
	font-style:normal;
}
html {
	margin : 0;
	padding : 0;
	overflow-x : hidden;
	direction:rtl;
} 
body {
	width : auto;
	margin : 0;
	padding : 0;
	background-color : #FFFFFF;
	color : #333;
	line-height : 24px;
	font-family: "Droid", "Segoe UI";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
}
element.style { 
    height : 100%; 
    margin-bottom : 0; 
    margin-left : 0; 
    margin-right : 0; 
    margin-top : 0; 
    padding-bottom : 0; 
    padding-left : 0; 
    padding-right : 0; 
    padding-top : 0; 
} 

ul, ol, li {
	list-style:none;
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
	font-family:'sky';
	font-weight:normal;
}
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
a img, :link img, :visited img {
	border:none;
	outline:none;
}
a {
    outline:none;
    border:none;
    text-decoration:none;
    cursor:pointer;
    color:#020b31;
}
a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s ease !important;
  -moz-transition: all 0.3s ease !important;
  -ms-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
address {
	font-style:normal;
}
p {
	line-height: 24px;
	text-align:justify;
}
td {
vertical-align:top;
}
.last-margin{
	margin-left:0 !important;
}
.last-border{
	border-left:none !important;
}
.horz-sep {
	display: block;
	clear: both;
	height: 14px;
}
.padding-5{
	padding:5px;
}
.padding-10{
	padding:10px;
}
.padding-15{
	padding:15px;
}
.padding-20{
	padding:20px;
}
.date {
	display: block;
	clear: both;
	width: 980px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	font-size: 12px;
}
.date ul {
	display: block;
	float: left;
}
.date ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.main-holder {
	background-color: #FFF;
	border: 1px solid #E6E6E6;
	clear: both;
	width: 980px;
	display: block;
	min-height: 700px;
	margin-right: auto;
	margin-left: auto;
	webkit-box-shadow: 0 1px 5px rgba(120, 120, 120, .4);
	-moz-box-shadow: 0 1px 5px rgba(120, 120, 120, .4);
	box-shadow: 0 1px 5px rgba(120, 120, 120, .4);
}
.header-holder {
	font-family: sky;
	font-size: 18px;
	color: #FFF;
	background-color: #582744;
	display: block;
	clear: both;
	height: 50px;
	padding-right: 10px;
	padding-left: 10px;
	position:relative;
	z-index:9000000;
}
.bdy{
	padding-top:50px;
}
.fixed {
position: fixed;
top: 0px;
left: 0;
width: 100%;
box-shadow: 0 0 10px #222;
-webkit-box-shadow: 0 0 10px #222;
-moz-box-shadow: 0 0 10px #222;
}
.fixed .menu-content{
	display:block;
	height:50px;
	width:970px;
	margin:0 auto;
	padding-right:10px;
	}
.logo {
	display: block;
	float: right;
	margin-left: 20px;
}
.main-menu {
	display: block;
	float: right;
	margin-top:15px;
}
.main-menu li {
	display: block;
	float: right;
	background-image: url(../img/menu-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding:0 4px;
}
.main-menu li a {
	font-size: 17px;
	color: #FFF;
	display: block;
	float: right;
	padding:2px 15px;
	font-weight:normal;
	-webkit-border-radius: 15px;
     -moz-border-radius: 15px;
      border-radius: 15px;
}
.main-menu li a:hover{
	background-color:#aa2e76;
}

.search {
	background-color: #FFF;
	display: block;
	float: left;
	height: 25px;
	width: 210px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top:10px;
}
.search-text {
	background-color: #FFF;
	display: block;
	float: right;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: sky;
	font-size: 14px;
	color: #999;
}
.search-btn {
	background-color: transparent;
	background-image: url(../img/search-icon.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 16px;
	width: 16px;
	margin-top: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent:-9000px;
	cursor:pointer;
}
.latest-news {
	background-color: #e3e6e6;
	 background-image: -moz-linear-gradient(top, #f2f2f2, #e3e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e3e6e6));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e3e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e3e6e6);
  background-image: linear-gradient(to bottom, #f2f2f2, #e3e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e3e6e6', GradientType=0);
	display: block;
	height: 35px;
}
.latest-news .title {
	display: block;
	height: 30px;
	width: 110px;
	background-color: #5b2846;
	 background-image: -moz-linear-gradient(top, #a93a7f, #5b2846);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a93a7f), to(#5b2846));
  background-image: -webkit-linear-gradient(top, #a93a7f, #5b2846);
  background-image: -o-linear-gradient(top, #a93a7f, #5b2846);
  background-image: linear-gradient(to bottom, #a93a7f, #5b2846);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a93a7f', endColorstr='#5b2846', GradientType=0);
	text-align:center;
	font-family: "sky";
	font-size:21px;
	padding-top:5px;
	float: right;
	color:#fff;	
	
}
.latest-news .content {
	float: left;
	width: 840px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
}
.content marquee{
	height:28px;
}
.content marquee img{
	vertical-align:middle;
}
.content marquee a{
	margin-left:3px;
	margin-right:3px;
	color:#333;
	font-size:12px;
}
.content marquee a:hover {
	color: #883267;
}
.content-area {
	display: block;
	padding: 25px;
	clear: both;
}
.right-side {
	display: block;
	float: right;
	width: 607px;
	margin-left: 25px;
}
.left-side {
	display: block;
	float: left;
	width: 298px;
}
.block-title {
	font-family: sky;
	font-size: 21px;
	color: #333;
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7c2f5f;
	overflow: auto;
}
.block-title h4 {
	display: block;
	float: right;
	padding-bottom: 5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #7c2f5f;
}
.news-block {
	display: block;
	float: right;
	width: 291px;
	margin-right: 25px;
	margin-bottom:15px;
}
.news-block-holder {
	margin-right: -25px;
}
.news-block a{
	display:block;
}
.news-block a img {
	display: block;
	height: 200px;
	width: 291px;
	margin-bottom: 10px;
	webkit-box-shadow: 0 1px 5px rgba(120, 120, 120, 1);
	-moz-box-shadow: 0 1px 5px rgba(120, 120, 120, 1);
	box-shadow: 0 1px 5px rgba(120, 120, 120, 1);
}
.text{
	padding-right: 5px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #E5E5E5;
}
.text h5 {
	font-size: 14px;
	color: #7c2f5f;
	line-height: 21px;
	text-align: justify;
}
.text p{
	font-size: 11px;
	line-height: 18px;
}
.news-block a:hover .text{
	border-right:solid 5px #7c2f5f;
	
}
.news-block a:hover img{
	  zoom: 1;
            filter: alpha(opacity=90);
            opacity: 0.9;
			webkit-box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
	-moz-box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
	box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
}
.more {
	font-family: sky;
	font-size: 14px;
	display: block;
	color:#7c2f5f;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	-webkit-border-radius: 15px;
     -moz-border-radius: 15px;
      border-radius: 15px;
}
.more:hover{
	color:#fff;
	background-color:#7c2f5f;
}
.social-icon{
	display:block;
	clear:both;
}
.social-icon a {
	display: block;
	float: right;
	height: 96px;
	width: 96px;
	margin-right: 1px;
	margin-left: 1px;
}
.social-icon a img {
	height: 96px;
	width: 96px;
}
.social-icon a span{
	display:block;
	text-align:center;
	padding:2px 0;
}
.social-icon a:hover span{
	background-color:#7c2f5f;
	color:#fff;
}
.tab-news a {
	font-size: 12px;
	color: #666;
	text-align: justify;
	display: block;
	margin:5px 0;
	padding-left:5px;
	overflow: auto;
	border-left:5px solid #E5E5E5;
}
.tab-news a img {
	float: right;
	height: 60px;
	width: 70px;
	margin-left: 5px;
}

.tab-news a:hover{
	border-left:5px solid #7c2f5f;
}
.btn {
	font-size: 11px;
	color: #333;
	background-color: #eeeeee;
	text-align: center;
	border: 1px solid #bbb;
	background-image: -moz-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: -o-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: linear-gradient(to bottom, #f9f9f9, #eeeeee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0);
	margin-top:5px;
	float:none !important;
	margin-left:15px;
	padding-left:20px;
	padding-right:20px;
}
.full-btn {
	font-size: 11px;
	color: #333;
	background-color: #eeeeee;
	text-align: center;
	border: 1px solid #bbb;
	background-image: -moz-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#eeeeee));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: -o-linear-gradient(top, #f9f9f9, #eeeeee);
	background-image: linear-gradient(to bottom, #f9f9f9, #eeeeee);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0);
	margin-top:5px;
	display:block;
}
.full-btn:hover{
	color:#000;
	background-image: -moz-linear-gradient(top, #eeeeee, #f9f9f9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #eeeeee, #f9f9f9);
	background-image: -o-linear-gradient(top, #eeeeee, #f9f9f9);
	background-image: linear-gradient(to bottom, #eeeeee, #f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f9f9f9', GradientType=0);
}
.video-list a img {
	display: block;
	clear: both;
	height: 95px;
	width: 150px;
	margin-bottom: 5px;
}
.video-list a {
	font-family: sky;
	font-size: 13px;
	color: #333;
	text-align: center;
	display: block;
	float: right;
	width: 155px;
	margin-right: 8px;
	margin-left: 8px;
}
.video-list a:hover img{
	zoom: 1;
            filter: alpha(opacity=90);
            opacity: 0.9;
			webkit-box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
	-moz-box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
	box-shadow: 0 1px 10px rgba(120, 120, 120, 5);
}
.footer-holder {
	background-color: #f4f4f3;
	display: block;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
.footer-links{
	margin-left:127px;
	margin-right:127px;
	display:block;
}
.footer-links a {
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	padding-left:15px;
	line-height:18px;
}
.footer-links a:hover{
	color:#000;
}
.footer-logo {
	display: block;
	clear: both;
	width: 70px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.copy-right {
	font-size: 12px;
	color: #999;
	display: block;
	float: right;
}
.copy-right span {
	font-weight: bold;
	color: #000;
}
.developed {
	display: block;
	float: left;
}
.developed li {
	display: block;
	float: right;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align:middle;
}
.developed li span{
	display:block;
}
.developed li .unix-logo {
	display:block;
}


/* Schedule */



h2.cbs-section.schedule div {
width: 212px;
height: 18px;
background-position: -207px -215px;
}



div#cbs-schedule a.full-schedule {
margin-top: 0;
}


div#cbs-schedule div.content-pane{margin-top:10px;border-top:solid 0px #333}
div#cbs-schedule a.full-schedule{float:right;clear:right;font-size:13px;font-weight:bold}
div#cbs-schedule div.content-pane div.sch-box{border-bottom:solid 1px #333;padding:15px 0 0 0}
div#cbs-schedule div.content-pane div.sch-box.last{border-bottom:0}
div#cbs-schedule div.sch-box div.when{color:#7c2f5f;font-weight:bold;margin-bottom:2px}
div#cbs-schedule div.sch-box div.airdate{float:left;width:72px;font-size:14px}
div#cbs-schedule div.sch-box div.show{float:left;width:217px;font-size:11px}
div#cbs-schedule div.sch-box div.row{margin-bottom:15px;min-height:25px}
div#cbs-schedule div.sch-box h3{color:#333}
div#cbs-schedule div.sch-box a.show-title{color:#333;font-weight:bold;font-size:14px;display:block}

div#cbs-schedule div.sch-box div.show {
float: left;
width: 217px;
font-size: 11px;
}
div#cbs-schedule div.content-pane div.sch-box {
padding: 5px 0 1px 0;
}

#cbs-page.cbs-menuwrapper{width:1006px;margin:auto}
a.call-to-action:hover{color:#167de8;text-decoration:none}h1{margin:0;padding:0}h3{margin:0;padding:0}.grid-padding-top-5{padding-top:5px}.clear{clear:both;overflow:hidden;height:0;display:block}


.TabbedPanels {
	margin-bottom:10px !important;
}


/* end Schedule */

.nivoSlider {
	overflow: hidden !important;
}
#coda-slider-1 {
	margin-left:22px !important;
}