﻿html
{
	overflow:auto;
}
body 
{
    color:#595959;
    direction:rtl;
    font-family:Arial;
    font-size:12px;
    padding:0px;
    margin:0px;	
    text-align: right;
    
    scrollbar-arrow-color: #b11111;
    scrollbar-3dlight-color: #fff;
    scrollbar-darkshadow-color: #fff;
    scrollbar-face-color: #ededed;
    scrollbar-highlight-color: #cccccc;
    scrollbar-shadow-color: #cccccc;
    scrollbar-track-color: #fff;
}
a
{
    text-decoration:none;
    color:#595959;
}
a:hover
{
    text-decoration:underline;
}
a:active
{
	outline-style:none;
}
a img
{
    border:none;
}
.sml-fnt
{
    font-size:11px;
}
.red
{
    color:#b11111;
}
.black
{
    color:#000;
}
.gray
{
    color:#595959;
}
.lightgray
{
    color:#606060;
}
.left
{
    text-align:left;
}
.top
{
    vertical-align:top;
}
.bold
{
    font-weight:bold;
}
h3, h1
{
    display:inline;
}
h1
{
	font-size:18px;
}
h3
{
	font-size:12px;
}
input.input
{
    height:12px;
    font-size:90%;
}
select
{
    height:18px;
    font-size:85%;
}
.clear
{
    float:none;
    clear:both;
}
.dthr 
{
	clear: both;	
	background: url(../../Images/hr.gif) repeat-x;
	margin:5px 0 5px 0;
	height: 3px;
	font-size:1px;
}
.dthr-white
{
	clear: both;	
	background: url(../../Images/hr-white.gif) repeat-x;
	margin:5px 0 5px 0;
	height: 3px;
	font-size:1px;
}
#videoContainer object
{
	display:none;
}
#videoContainer
{
	position:absolute;
	z-index:100000;
	border:solid 0px #FFF;
	background-color:#000;
}
#videoContainer .close
{
	cursor:pointer;
	position:absolute;
	right:-10px;
	top:-10px;
	height:0;
	width:0;
}
