﻿/* Настройки попап окон */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* Настройка верха страницы */
.MainPageTop
{
	height: 229px;
	background-image: url('Images/master_top.png');
	background-repeat:no-repeat;
}

/* Настройки центральной части страницы */
.MainPageCenter
{
}

/* Настройки содержимого страницы */
.MainPageContent
{
	padding:2px;
	vertical-align:top;
	text-align:left;
}


.PageContent
{
	padding-left:20px;
	padding-right:20px;
	padding-top:2px;
}


/* Калонка без бордера */
.MainPageCenterNoBorder
{
	width: 7px;
}

/* Калонка с бордером справа */
.MainPageCenterRightBorder
{
	/*width: 7px;*/
	border-right: solid 1px #94aad1;
}

/* Калонка с бордером слево */
.MainPageCenterLeftBorder
{
	/*width: 7px;*/
	border-left: solid 1px #94aad1;
}

/* Настройки меню */
.MainPageMenu
{
	width: 220px;
	vertical-align:top;
}

/* Настройка панели новостей */
.MainPageNews
{
	width: 200px;
	vertical-align:top;
	text-align:left;
}


/* Низ страницы */
.MainPageBottom
{
	background-image: url('Images/master_bottom.png');
	height: 38px;
}

/* Левая часть низа страницы */
.MainPageBottomLeft
{
	/*background-image: url('Images/master_bottom_left.png');*/
	width: 265px;
}

/* Центральная часть низа страницы */
.MainPageBottomCenter
{
	/*background-image: url('Images/master_bottom_center.png');*/
	color: Black;
}

/* Правая часть низа страницы */
.MainPageBottomRight
{
	/*background-image: url('Images/master_bottom_right.png');*/
	width: 265px;
}


.CalculatorBorder
{
	border: solid 1px #000842;
}

.CalculatorLeftPadding
{
	padding-left:5px;
}

.CalculatorRightPadding
{
	padding-right:5px;
}

.BackgroundOver
{
	background: url('Images/over.png') repeat-x;
}

.BackgroundInner
{
	background: white url('Images/inner.png') repeat-x bottom;
	/*background: #94aad1 url('Images/inner.png') repeat-x top;*/
}

.HiddenBoxBackground
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: Black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	z-index: 100;
	display: none;
}
.HiddenBoxForeground
{
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 105;
	display: none;
}

.ALEXSTYLE
{
}