body
{
	margin:0px;
	padding:5px;
}

a,a:hover,a:visited,a:visited:hover
{
	text-decoration:none;
}

/* ######### Header ######### */
.logo
{
	height:116px;
	background-image:url(../Images/TextVersion/HeaderLeft_Text.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	
}
.HeaderTable{
	background-image:url(../Images/TextVersion/HeaderBack_Text.gif);
	background-repeat:repeat-x;
	margin-top:0px;
}
#headerLeft
{
	float:left;
	width:220px;
	padding-top:12px;
	padding-left:20px;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}


/* ######### Menu ######### */

.MenuMap
{
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
}

#MenuHolder
{
	width:100%;
	background-color:#999999;
}
#MainMenu
{
	height:30px;
	background-color:#999999;
	direction:rtl;
	vertical-align:middle;
}

#SubMenuMain
{
	background-color:#efefef;
	width:100%;
	height:30px;
	
}

.MainMenuItem
{
	background-color:#efefef;
	text-align:center;
	color:#000000;
	font-family:Tahoma;
	font-size:11px;	
}
.MainMenuItemSelected
{
	background-color:#444444;
	text-align:center;
	color:#efefef;
	font-family:Tahoma;
	font-size:11px;		
}

.MainMenuItemServer
{
	background-color:#222222;
	text-align:center;
	color:#efefef;
	font-family:Tahoma;
	font-size:11px;	
}
.MainMenuItem a
{
	color:#000000;
}
.MainMenuItemSelected a,
.MainMenuItem a:hover:visited,
.MainMenuItemSelected a:hover:visited,
.MainMenuItemServer a,
.MainMenuItemServer a:hover:visited,
.MainMenuItemServer a:visited
{
	color:#efefef;
}

#SubMenuHolder
{
	float:right;
}
.MainSubMenuItem
{
	display:none;
	border:0px;
}
.TempSubMenuItem
{
	display:none;
}
.SubMenuItem
{
	color:#000000;
	font-family:Tahoma;
	font-size:11px;
}

.SubMenuItem a,.SubMenuItem a:visited
{
	color:#000000;
}
.SubMenuItem a:hover, .SubMenuItem a:hover:visited
{
	color:#777777;
}


#DateBoxHolder
{
	 width:275px;
	 height:30px;
	 float:left;
	 font-family:Tahoma;
	 font-size:12px;
	 padding-top:2px;
	 margin-left:10px;
	 background-image:url(../Images/TextVersion/Print.gif);
	 background-repeat:no-repeat;
	 background-position:left center;
}
#PrintIcon
{
	width:22px;
	height:22px;
	cursor:hand;
	cursor:pointer;
}
#DateBoxHolder input
{
	font-family:Tahoma;
	border:solid 1px #888888;
	font-size:11px;
	padding:2px;
	margin-top:2px;
}


/*######  NewsList ######*/
.NewsListHolder
{
	width:98%;
	margin:10px;
}

.NewsListItem
{
	margin-top:10px;
}
.NewsListRoot
{
	font-family:Tahoma;
	font-weight:normal;
	font-size:12px;
	color:#666666;	
}
.NewsListSoTitr
{
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	text-align:justify;
	margin-top:5px;
	margin-bottom:5px;
}
.NewsListItemTitr,.NewsListItemTitr:visited
{
	font-family:Arial;
	color:#000000;
	font-size:15px;
	font-weight:bold;
}

.NewsListItemTitr:hover,.NewsListItemTitr:visited:hover
{
	color:#444444;
}
.NewsListBullet
{
	background-image:url(../Images/TextVersion/TextVersionBullet.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
}

.NewsListInfo
{
	text-align:right;
	font-family:Tahoma;
	font-size:10px;
	color:#000000;
	margin-top:5px;
	background-color:#efefef;
}
.NewsListHR
{
	width:90%;
	height:1px;
	color:#cccccc;
}

.PagingBar
{
	width:100%;
	height:25px;
	font-family:Tahoma;
	font-size:11px;
	text-align:center;
	direction:rtl;
}

.PagingBar a
{
	color:#000000;
}

.PagerLine
{
	width:350px;
	height:1px;
}
