﻿*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:Tahoma;
	font-size:12px;
	color:Black;
	background:#727272 url('./images/bg.gif') repeat-x top;
}

a, a:visited
{
	text-decoration:none;
	color:#0066cc;
}

a:hover
{
	text-decoration:underline;
	color:#5e5a17;
}

img
{
	border:none;
}

input, textarea, select
{
	padding:3px;
	font-family:Tahoma;
	font-size:12px;
}

textarea
{
	line-height:18px;
}

#header
{
	background:url('./images/header.jpg') no-repeat top left;
	height:115px;
}

#container
{
	background:url('./images/container_bottom.gif') no-repeat bottom;
}

#container_bottom
{
	background:url('./images/container_top.gif') no-repeat top;
}

#container_inner
{
	background:#ffffff url('./images/container_bg.gif') repeat-y left;
}

#navigation
{
	list-style:none;
	direction:rtl;
	padding:85px 15px 0px 0px;
}

#navigation li
{
	float:right;
	text-align:center;
}

#navigation li a
{
	display:block;
	height:23px;
	padding:7px 0px 0px 0px;
	width:80px;
	color:White;
}

#navigation li a.s
{
	width:109px;
	color:Black;
	height:23px;
	padding:7px 0px 0px 0px;
	background:#ffffff url('./images/nav.gif');
}

.flow
{
	display:table;
	width:875px;
}

.flow li.block
{
	float:right;
	list-style:none;
}

.quickAccess
{
	/*background:aqua;*/
}

.quickAccess a
{
	display:block;
	text-decoration:none;
}

.quickAccess a img
{
	width:50px;
	height:53px;
}

.quickAccess a span
{
	display:block;
	padding:5px 0px 15px 0px;
	color:Blue;
	font-size:11px;
}

.quickAccess a:hover span
{
	color:Red;
}

.message
{
	width:875px;
	height:32px;
	padding:19px 10px 0px 0px;
	background:url('./images/message.gif') no-repeat right center;
	text-align:right;
	direction:rtl;
	font-size:11px;
}

.widgetContainer
{
	width:208px;
	padding:0px 10px 0px 0px;
}

.widgetContainer .t, .widgetContainer .b
{
	width:208px;
	height:10px;
	background:url('./images/widget_top.gif');
	font-size:1px;
}

.widgetContainer .b
{
	background:url('./images/widget_bottom.gif');
}

.widgetContainer .inner
{
	border-right:solid 1px #d0c4d0;
	border-left:solid 1px #d0c4d0;
	background:#ffffff;
	direction:rtl;
	text-align:right;
	padding:0px 5px 0px 5px;
}

.widget
{
	padding:0px 0px 10px 0px;
	width:193px;
	line-height:19px;
}

.widget h2
{
	font-family:Tahoma;
	font-size:13px;
	color:#206290;
	display:block;
	height:24px;
	background:url('./images/widget_h2.gif') no-repeat bottom center;
	padding:0px 10px 0px 0px;
	width:183px;
	margin:0px 0px 5px 0px;
}

.widget .inner
{
	padding:0px 5px 0px 5px;
	border:none;
}

#content
{
	width:559px;
	padding:0px 10px 0px 0px;
	direction:rtl;
	text-align:right;
	line-height:20px;
}

.titr
{
	font-family:Tahoma;
	font-size:14px;
	color:#9f0d82;
}

h2.titr
{
	font-size:13px;
	color:Maroon;
	padding:0px 0px 10px 0px;
}

































































