body {
	margin:0px;
	padding:0px;
	background-color:#222222;
	background-image:url(../images/bgrd/top_page.gif);
	background-repeat:repeat-x;
	font-family:'Tahoma';
	font-size:11px;
	color:#888888;
}
form{
	margin:0;
	padding:0;
}
hr{
	border-top:1px solid #303030;
	border-left:1px solid #303030;
	border-right:1px solid #303030;
	border-bottom:1px solid #444444;
	padding:0px;
	margin:5px 0px 10px 0px;
	clear:both;
}

div.MenuTopLeft, div.MenuTopMiddle, div.MenuTopRight
{
	float: left;
	cursor:pointer;
}
div.MenuTopLeft, div.MenuTopRight
{
	width: 3px;
	height: 30px;
}
div.MenuTopMiddle
{
	padding: 6px 1px 0px 1px;
	height: 24px;
	color: #ffffff;
	font-family:Verdana;
	font-size:14px;
	text-decoration:none;
}
a.MenuTop div.MenuTopLeft
{
	background: url(../images/common/menu_item_left.gif) no-repeat;
}
a.MenuTop div.MenuTopMiddle
{
	background: url(../images/common/menu_item_middle.gif) repeat-x;
}
a.MenuTop div.MenuTopRight
{
	background: url(../images/common/menu_item_right.gif) no-repeat;
}
a.MenuTop:hover div.MenuTopLeft, a.MenuTopActive div.MenuTopLeft
{
	background: url(../images/common/menu_item_left_h.gif) no-repeat;
}
a.MenuTop:hover div.MenuTopMiddle, a.MenuTopActive div.MenuTopMiddle
{
	background: url(../images/common/menu_item_middle_h.gif) repeat-x;
}
a.MenuTop:hover div.MenuTopRight, a.MenuTopActive div.MenuTopRight
{
	background: url(../images/common/menu_item_right_h.gif) no-repeat;
}
.PageTitle
{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#flashcontent {
	width:100%;
	height:100%;
}
.MainContainer{
	width:928px;
	margin:auto;
	margin-bottom:10px;
}
.Menu{
	margin-top:26px;
	margin-bottom:-2px;
	padding-right:4px;
}
.Menu img{
	margin-left:3px;
}

/* border container classes */

.Tb_t-l{
	width:19px;
	height:13px;
	background-image:url(../images/bgrd/tb_t-l.gif);
	background-repeat:no-repeat;
}
.Tb_t-r{
	width:20px;
	height:13px;
	background-image:url(../images/bgrd/tb_t-r.gif);
	background-repeat:no-repeat;
}

.Tb_b-l{
	width:19px;
	height:13px;
	background-image:url(../images/bgrd/tb_b-l.gif);
	background-repeat:no-repeat;
}
.Tb_b-r{
	width:20px;
	height:13px;
	background-image:url(../images/bgrd/tb_b-r.gif);
	background-repeat:no-repeat;
}


.Tb_t{
	height:13px;
	background-color:#303030;
}
.Tb_b{
	height:13px;
	background-color:#303030;
}
.Tb_l{
	background-image:url(../images/bgrd/tb_l.gif);
	background-repeat:repeat-y;
}
.Tb_r{
	background-image:url(../images/bgrd/tb_r.gif);
	background-repeat:repeat-y;
}
.Tb_dt_c{
	width:889px;
	height:446px;
	background-color:#858585;
}
.Tb_dt_c_News{
	width:889px;
	background-color:#303030;
	color:#888888;
}

.Bottom{
	background-image:url(../images/bgrd/bottom.gif);
	height:66px;
	font-family:'Verdana';
	font-size:11px;
	color:#808080;
}
.Bottom_content{
	padding-top:15px;
}
.Copyright_div{
	margin-top:5px;
	color:#808080;
}
.Copyright_div_rosu{
	color:#FF0000;
}
.Copyright_div_alb{
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
}



/* txt classes */
.Bottom_Link{
	font-family:Verdana;
	font-size:11px;
	color:#808080;
	text-decoration:underline;
	padding:5px;
}
.Bottom_Link:hover{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:underline;
	padding:5px;
}
.Bottom span{
	color:#FF0000;
}
.Txt_alb{
	color:#FFFFFF;
}



/* pages */

/* login */
.Lodin_container{
	padding:10px;
	background-image:url(../images/bgrd/client_login.gif);
	background-repeat:repeat-x;
}
.Input{
	width:150px;
	padding-left:2px;
	border:1px solid #6F6F6F;
	background-color:#FFFFFF;
	font-family:'Tahoma';
	font-size:11px;
	color:#333333;
	background-image:url(../images/bgrd/input.gif);
	background-repeat:repeat-x;
}
.Login-Button{
	width:48px;
	height:21px;
	display:block;
	background-image:url(../images/common/login_but.gif);
	background-repeat:no-repeat;
}
.Login-Button:hover{
	width:48px;
	height:21px;
	display:block;
	background-image:url(../images/common/login_but-h.gif);
	background-repeat:no-repeat;
}

/* news */
.Right_news{
	width:170px;
	background-color:#222222;
	background-image:url(../images/common/right_div_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:20px 10px 20px 50px;
	margin-top:-2px;
	line-height:20px;
}
.Right_news a{
	font-family:'Tahoma';
	font-size:12px;
	color:#888888;
	text-decoration:none;
	font-weight:bold;
}
.Right_news a:hover{
	font-family:'Tahoma';
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.News_ImgContent{
	margin:10px 0px 20px 0px;
}