﻿HTML
{
	overflow-x:hidden;
}
*
{
	padding:0px;
    margin:0px;    
}
BODY
{
    scrollbar-face-color: #cecbca; 
	scrollbar-highlight-color: #cccccc; 
	scrollbar-3dlight-color: black; 
	scrollbar-arrow-color: black; 
	scrollbar-track-color: #cccccc;
	background-color:Black;
	overflow-x:hidden;
}
DIV
{
	background-repeat:no-repeat;	
	font: normal 12px Arial;
}
TR
{
	vertical-align:top;	
}
A
{
    text-decoration: none;
}
IMG
{
	border: solid 0px;	
}
.Bold
{
	font-weight:bold;	
}
.Textbox
{
    background: white;
	font: normal 12px Arial !important;
	vertical-align: top;
	height: 16px;
	border: solid 1px #8f7b67;
}
.Container
{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
	font: normal 12px Arial;
	direction:rtl;
}
.LogoContainer
{
	display:block;
	width:210px;
	height:60px;
}
.FlagContainer
{
	display:block;
	width:82px;
	height:22px;
}
.SubMenuContainer
{
	background-color:#6a6a6a;
}
/********************Menu********************/
.Menu
{
	font-size:17px;
	color:#d6d7ec;
	font-weight:bold;
}
.Menu:Hover
{
	color:White;
	font-weight:bold;
}
.MenuSelected
{
	font-size:17px;
	color:White;
	font-weight:bold;
}
.SubMenu
{
	display:block;
	color: #d6d7ec;
	font-weight:bold;
	padding-bottom:10px
}
.SubMenu:hover
{
	color: White;
}
.SubMenuSelected
{
	display:block;
	color: White;
	font-weight:bold;
	padding-bottom:10px
}

.BottomLink
{
	font-family:Arial;
	color:#dbddd0;
	font-size:11px;
}
.BottomLink:hover
{
	color:#d6d7ec;
}
.Black
{
	color:Black;
}
.White
{
	color:White;
}
.RepTypeTitle
{
	background-color:#6a6a6a;
	height:15px;
}
.RepTypeTitleHead
{
	padding-right:7px;
	line-height:14px;
	cursor:pointer
}
.RepNav
{
	display:block;
	margin-left:6px;
	margin-right:10px;
	float:right;
	font-size:11px;
}
.EventRow
{
	height:30px;
	vertical-align:middle;
	background-color:Transparent;
}
.EventRow:hover
{
	background-color:#6a6a6a;
}
.ImageContainer
{
	padding:5px;
	background-color:Black;
	width:184px;
	text-align:center;
	float:right;
	margin-left:10px;
	margin-bottom:10px
}
.MiniSiteTitle
{
	font-family:Arial;
	color:White;
	font-size:18px;	
	line-height:36px;
}
.MiniSiteText
{
	font-family:Arial;
	color:White;
	font-size:13px;	
}
.MiniSiteTextbox
{
    background: #cfcbca;
	font: normal 12px Arial !important;
	vertical-align: top;
	height: 17px;
	border: solid 1px white;
	width:156px;
}


