@charset "UTF-8";

*
{
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	background: #ffffff url("/docroot/images/body_shadow.png") top center repeat-y;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	direction: rtl;
}

img
{
	border: 0px;
}

p, h1, h2, h3, h4, h5, h6
{
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:active
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: red;
	text-decoration: underline;
}

.hide
{
	display: none;
}

/* ##### top ##### */
.top
{
	background: url("/docroot/images/tile_top.png") top left repeat-y;
	font: bold 16px arial;
	color: #ffffff;
	height: 33px;
	padding: 0px 8px 0px 8px;
}

.top h1
{
	display: inline;
	padding:0;
	font-size:16px;
	color:#FFFFFF;
	margin:0;
}

.top h2
{
	display: inline;
}

.top h2 a, .top h2 a:visited
{
	font: bold 16px arial;
	color: #ffffff;
	text-decoration: none;
}

.top h2 a:hover
{
	text-decoration: underline;
}

/* ##### logo ##### */
.logo h1
{
	color: #2e8ce8;
	font: bold 20px arial;
}

.logo .desc
{
	background: url("/docroot/images/header.png") top left no-repeat;
	padding: 20px 22px 0px 0px;
}

.logo .desc p
{
	color: #0e3374;
	font: 14px arial;
}

.logo_img
{
	border-bottom: 1px solid #ffffff;
}

/* ##### body ##### */
.bodysite
{
	background: url("/docroot/images/back.png") top center no-repeat;
}

/* ##### menu ##### */
.menu
{
	background: #d6dde8;
	height:50px;
}

.menu td
{
	padding: 10px 10px 0px 0px;
}

.big_text
{
	font: bold 20px arial;
	color: #164a92;
	margin: 38px 0px 20px 0px;
}

.shadow
{
	background: url("/docroot/images/shadow.png") top left repeat-y;
}

/* ##### Menu side ##### */
.side ul
{
	padding: 0px;
	margin: 0px;
}

.side ul li
{
	list-style: none;
	font: 13px arial;
	color: #265699;
	padding: 5px 0px 5px 5px;
	border-bottom: 1px dotted #164a92;
}

.side ul li a, .side ul li a:visited
{
	color: #265699;
	text-decoration: none;
}

.side ul li.last
{
	border-bottom-width: 0px !important;
}

.side ul li.cat
{
	background: url("/docroot/images/tile_menuside.png") top left repeat-y;
	font: bold 14px arial;
	color: #ffffff;
	width: 142px;
	height: 20px;
	padding: 3px 0px 0px 0px !important;
}

.side ul li.cat span
{
	padding: 5px;
}

/* ##### Movie ##### */
.movie p
{
	background: url("/docroot/images/tile_movie.png") top left repeat-y;
	height: 52px;
	width: 243px;
	color: #ffffff;
	padding-top: 8px;
	font: bold 12px arial;
	line-height: 20px;
}

.blue
{
	color: #ffffff;
	font: bold 12px arial;
	padding: 3px;
	width: 750px;
	background: #73b6f2;
	text-align: center;
}



/* ##### pages ##### */

.item-list .pager, .pages 
{
	clear: both;
	text-align: center;
}

.item-list .pager li, .pages li
{
	background-image: none;
	display: inline;
	list-style-type: none;
	padding: 0.2em;
}

ul.pager li a, ul.pager li a:visited, ul.pager li a:active, ul.pager li a:hover, .pages li a
{
	font: bold 12px arial;
}

div.item-list ul.pager li.pager-current 
{
	background: #0f306b;
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
}

.pager a, .pages a 
{
	background: #9a9a9a none repeat scroll 0 0;
	padding: 3px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.pager a:hover , .pages a:hover
{
	background: #0f306b none repeat scroll 0 0;
	color: #ffffff;
	padding: 3px;
	font-size: 12px;
}

.pager-next a, .pager-next a:visited
{
	background: #ffffff;
	color: #0f306b;
	text-decoration: underline;
}


/* ##### Footer ##### */
.footer
{
	background: url("/docroot/images/footer.png") top left no-repeat;
	height: 42px;
	width: 976px;
	color: #ffffff;
	font: bold 12px arial;
	padding-top: 15px;
}

.footer a, .footer a:visited
{
	color: #ffffff;
	text-decoration: underline;
}


.info, .bre { direction:rtl; text-align:right; padding-right:7px; background:black; color:#FFFFFF; font-size:14px;  margin-right:7px;}
	.info a:link, .bre a:link, .info a:hover, .bre a:hover, .info a:visited, .bre a:visited{  color:#FFFFFF}
.info { margin-bottom:5px; }
.bre { border-bottom:8px solid black}



.video-info{ direction:rtl; text-align:right; padding-right:7px; background:black; color:#FFFFFF; font-size:14px; margin-right:13px;}
.video-info td {  color:#FFFFFF; }
	.video-info a:link, .video-info a:hover, .video-info a:visited{  color:#FFFFFF}
	
.table-small-pages { margin-right:5px;}

.th a, .th a:link, .th a:hover, .th a:visited{ color:#FFFFFF; }


.comments-box .box { margin-bottom:4px; width:600px; }
	.comments-box .name { background-color:#8F8F8F; font-weight:bold; padding:2px;}
	.comments-box .comment { background-color:#8F8F8F; padding:2px;}

#container {
	height:100%;
	overflow-x:auto;
	overflow-y:scroll;
	position:absolute;
	text-align:center;
	width:100%;
	z-index:1;
}

body { overflow:hidden; }