﻿@charset "utf-8";
/* CSS Document */

* {
	direction: rtl;
}

BODY {
	background: #a7a7a7 url(../images/main_bg.jpg) no-repeat top right;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
}

#container {
	margin: 0px auto;
	width: 100%;
	padding-bottom: 30px; 
	overflow: hidden;
}


table.ThemeTable 
{
    border:1px dotted #ccc;
	border-collapse: collapse;
}
table.ThemeTable td {
	padding: 5px;
}

table.ThemeTable tr {
	border:1px dotted #ccc;
}


.content
{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
    }
    
.content_bold
{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight:bold;
    }


H1 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight:bold;
	color: gray;
}

H2 {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight:bold;
	color: #black;
}

H3 {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight:bold;
	color: black;
}

H4 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
}

H5 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
}

H6 {
	font-size: 16pt;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
}

.inline-left {
	display: inline;
	float: left;
}

.inline-right {
	display: inline;
	float: right;
}

.invisible-component {
	display: none;
}

.visible-component {
	display: block;
}

.pic{
	width: 200px;
	height: 150px;
	margin: 0 10px 30px 0;
	display:inline;
	float:left;
	}
	
.LightGrayBold{
	size:9px;
	color:#999;
	font-weight:bold;
	}
	
#MaskDiv{
		position:relative;
		width:880px;
		height:240px;
		}
		
span.Overlay {
background:transparent url(../images/mask.png) no-repeat scroll 0 0;
		width:880px;
		height:240px;
		display:block;
left:0;
position:absolute;
top:0;
z-index:10;
}

.textbox{
height:22px;
padding:3px;
font-family:"Times New Roman", Times, serif;
font-size: 16px;
font-weight:bold;
color:#000000;
}
	
A:link {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #990000;
	TEXT-DECORATION: underline;
}

A:link.ad {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:visited.ad {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:hover.ad {
	COLOR: #990000;
	TEXT-DECORATION: none;
}


