﻿body
{
	margin: 0px;
	font-family: 'Segoe UI', Tahoma;
	font-size: 12px;
	background-image: url(Images/bluegrad_bg.png);
	background-color: #324671;
	background-repeat: repeat-x;
	text-align: center;
}
h2
{
	font-family: 'Trebuchet MS', Arial;
	font-size: x-large;
	font-weight: normal;
	color: #ff8c00;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
h3
{
	font-family: 'Segoe UI', Arial;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #4682b4;
}
h4
{
	font-family: Arial;
	font-size: 120%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
p
{
	margin: 0px;
	padding-bottom: 8px;
	text-align: left;
}
a:link
{
	text-decoration: none;
	color: #4167b2;
}
a:visited
{
	text-decoration: none;
	color: #4167b2;
}
a:hover
{
	text-decoration: underline;
	color: #006600;
}
dt
{
	font-family: Arial;
	font-weight: bold;
	font-size: 110%;
}
dd
{
	margin: 8px 0px 8px 0px;
}
li
{
	padding-top: 4px;
	padding-bottom: 4px;
}
.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
}
/* ==== Основная панель страницы НАЧАЛО ==== */
#BasePanel
{
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0 auto;
}
#LeftBasePanel
{
	position: absolute;
	width: 8px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	background-image: url(Images/left_bg.png);
	background-repeat: repeat-y;
}
#RightBasePanel
{
	position: absolute;
	width: 8px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(Images/right_bg.png);
	background-repeat: repeat-y;
}
/* ==== Основная панель страницы КОНЕЦ ==== */

/* ==== Шапка страницы НАЧАЛО ==== */
#HeaderBasePanel
{
    position: relative;
    width: 984px;
	text-align: left;
	margin: 0 auto;
}
/* ==== Шапка страницы КОНЕЦ ==== */

/* ==== Содержание страницы НАЧАЛО ==== */
#ContentBasePanel
{
    position: relative;
    width: 984px;
    min-height: 400px;
	text-align: left;
	margin: 0 auto;
	background-color: #f5f5f5;
}
#ContentBasePanel dfn
{
	font-style: normal;
	font-weight: bold;
}
#ContentBasePanel a:link
{
	text-decoration: none;
	color: #4167b2;
}
#ContentBasePanel a:visited
{
	text-decoration: none;
	color: #4167b2;
}
#ContentBasePanel a:hover
{
	text-decoration: underline;
	color: #006600;
}
#ContentPanel
{
	position: relative;
	margin-top: 0px;
	margin-left: 232px;
	margin-right: 0px;
	padding: 16px;
}
/* ==== Содержание страницы КОНЕЦ ==== */

/* ==== Баннеры НАЧАЛО ==== */
#BannerPanel
{
	position: relative;
    width: 984px;
	padding-bottom: 9px;
	padding-top: 8px;
	text-align: center;
	margin: 0 auto;
	background-color: #f5f5f5;
}
.ramblerLink
{
	margin-right: 8px;
	border-style: none;
}
.mailLink
{
	margin-right: 8px;
	border-style: none;
}
/* ==== Баннеры КОНЕЦ ==== */

/* ==== Копирайт НАЧАЛО ==== */
#CopyrightPanel
{
	position: relative;
	width: 984px;
	height: 22px;
	padding-top: 6px;
	padding-bottom: 4px;
	margin: 0 auto;
	text-align: center;
	color: #999999;
	font-family: Arial;
	font-size: 8px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f5f5f5;
	background-image: url(Images/outside_panel.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ==== Копирайт КОНЕЦ ==== */

/* ==== Панель поиска НАЧАЛО ==== */
#SearchPanel
{
	position: relative;
	width: 984px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #f5f5f5;
	margin: 0 auto;
	height: 24px;
}
#WLSearchBoxDiv
{
	position: absolute;
	width: 208px;
	right: 388px;
	top: 8px;
}
/* ==== Панель поиска КОНЕЦ ==== */

/* ==== Нижняя панель страницы НАЧАЛО ==== */
#MainBottomPanel
{
	position: relative;
	width: 1000px;
	height: 24px;
	margin: 0 auto;
	background-image: url(Images/main_bottom_bg.png);
}
/* ==== Нижняя панель страницы КОНЕЦ ==== */

/* ==== Ссылка Soldata НАЧАЛО ==== */
.soldataLink
{
	display: block;
    position: absolute;
    width: 104px;
    height: 24px;
    top: 6px;
    left: 24px;
	background-image: url(Images/soldata_logo.png);
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: -9999px;
	z-index: 1000;
}
.soldataSiteLink
{
    position: absolute;
    width: 104px;
    height: 24px;
    top: 8px;
    left: 16px;
	background-image: url(Images/soldata_logo.png);
	background-repeat: no-repeat;
	text-decoration: none;
}
.soldataSiteLink span
{
    visibility: hidden;
}
/* ==== Ссылка Soldata КОНЕЦ ==== */

#MainTable
{
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left;
}
#LeftColumn
{
	width: 8px;
	background-image: url(Images/left_bg.png);
	background-repeat: repeat-y;
}
#CenterColumn
{
	width: 760px;
}
#RightColumn
{
	width: 8px;
	background-image: url(Images/right_bg.png);
	background-repeat: repeat-y;
}

/* ==== Шапка главной страницы НАЧАЛО ==== */
#DefaultPageHeader
{
	position: relative;
	height: 298px;
	background-color: #f5f5f5;
	background-image: url(Images/green_bg.png);
	background-repeat: repeat-x;
}
#DefaultPageHeader h1
{
	position: absolute;
	width: 170px;
	height: 124px;
	top: 158px;
	right: 48px;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/green_mixplay.png);
	text-indent: -9999px;
}
#DefaultPageHeader .defaultPageHeaderImage
{
	position: absolute;
	width: 251px;
	height: 240px;
	top: 58px;
	left: 16px;
	background-image: url(Images/mixplay_screen.jpg);
}
/* ==== Шапка главной страницы НАЧАЛО ==== */

/* ==== Шапка внутренних страниц НАЧАЛО ==== */
#NormalHeader
{
	position: relative;
	width: 984px;
	height: 95px;
	background-image: url(Images/green_mini_bg.png);
	background-repeat: repeat-x;
	border-bottom: #0a7d32 1px solid;
	background-color: #0A7D32;
	z-index: 1;
}
#NormalHeader h1
{
	position: absolute;
	width: 110px;
	height: 62px;
	top: 42px;
	left: 12px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/green_mini_mixplay.png);
}
#NormalHeader h1 a
{
	display: block;
	width: 111px;
	height: 42px;
	top: 0px;
	left: 0px;
}
#NormalHeader .normalHeaderImage
{
	position: absolute;
	top: 32px;
	left: 0px;
	width: 984px;
	height: 63px;
	background-image: url(Images/green_line_bg.png);
}
/* ==== Шапка внутренних страниц КОНЕЦ ==== */

/* ==== Левое меню НАЧАЛО ==== */
#LeftMenu
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 232px;
	background-image: url(Images/gray_grad.png);
	background-position: top;
	background-repeat: repeat-x;
}
#LeftMenu h1
{
	padding-top: 24px;
	padding-bottom: 16px;
	text-align: center;
}
#LeftMenu p
{
	margin-left: 16px;
	margin-right: 8px;
}
#LeftMenu dl
{
	margin-left: 16px;
	margin-right: 8px;
}
#LeftMenu dt
{
	font-weight: bold;
}
#LeftMenu dd
{
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}
#LeftMenu cite
{
	color: #191970;
}
#LeftMenu ul
{
	color: #4167b2;
}
/* ==== Левое меню КОНЕЦ ==== */

.greenPanel
{
	position: relative;
	width: 984px;
	height: 298px;
	background-image: url(Images/green_bg.png);
	background-repeat: repeat-x;
}
#GreenSoldataLogo
{
	position: absolute;
	width: 104px;
	height: 24px;
	top: 8px;
	left: 16px;
	background-image: url(Images/soldata_logo.png);
	background-repeat: no-repeat;
}
#SoldataHomeLink
{
	display: block;
	width: 104px;
	height: 24px;
	top: 0px;
	left: 0px;
}
.rssLink
{
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 8px;
	right: 8px;
	background-image: url(Images/rss.gif);
	background-repeat: no-repeat;
}
.mixPlayMainMenu
{
	position: absolute;
	top: 7px;
	right: 32px;
	text-transform: uppercase;
	font-family: Arial;
}
.mixPlayMainMenu a:link, .mixPlayMainMenu a:visited
{
	color: #00ff00;
}
.mixPlayMainMenu a:hover
{
	color: #324671;
	text-decoration: none;
}
.mainMenuStaticItem
{
    color: #00ff00;
    border: 1px solid #00FF00;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
    text-transform: uppercase;
}
.mainMenuHoverItem
{
    color: #324671;
    border: 1px solid #324671;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
    background-color: #B0C4DE;
    text-transform: uppercase;
}
.mainMenuSelectedItem
{
    color: #00ff00;
    border: 1px solid #00ff00;
    font-weight: bold;
    font-size: 8px;
    padding: 2px;
    background-color: #d3e9fe;
    text-transform: uppercase;
}
.mixPlayMainMenuAdmin
{
	position: absolute;
	top: 7px;
	right: 8px;
	text-transform: uppercase;
	font-family: Arial;
}
#SiteMapPanel
{
	position: relative;
	width: 984px;
	height: 23px;
	border-bottom: #324671 1px solid;
	background-color: #d3e9fe;
}
.inoutButton
{
	position: absolute;
	right: 16px;
	bottom: 4px;
	color: #324671;
	text-decoration: none;
}
.inoutButton:hover
{
	color: #ff8c00;
}

#MainContentPanel
{
	position: relative;
	width: 760px;
	height: 500px;
	top: 0px;
	left: 8px;
}
#HelpPanel
{
	position: relative;
	width: 728px;
	height: 400px;
	top: 0px;
	left: 24px;
}
#HelpBg
{
	position: absolute;
	width: 776px;
	height: 400px;
	top: 0px;
	left: -24px;
	background-image: url(Images/main_bg.png);
}
.navSiteMap
{
	position: absolute;
	top: 3px;
	left: 16px;
}
a:link.navLink
{
	color: #324671;
	text-decoration: none;
}
a:visited.navLink
{
	color: #324671;
	text-decoration: none;
}
a:hover.navLink
{
	color: #ff8c00;
	text-decoration: none;
}
a:active.navLink
{
	color: #ff8c00;
	text-decoration: none;
}
.singleTextBox
{
	width: 240px;
	font-family: Arial;
	font-size: 10pt;
}
.multiTextBox
{
	width: 472px;
	font-family: Arial;
	font-size: 10pt;
}
/* БОКОВАЯ СЕРАЯ ПАНЕЛЬ */
#GrayGradPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 232px;
	background-image: url(Images/gray_grad.png);
	background-position: top;
	background-repeat: repeat-x;
}
.chapterIcon
{
	position: relative;
	margin: 24px auto 16px auto;
	width: 64px;
	height: 64px;
}
#GrayGradPanel h1
{
	padding-top: 24px;
	padding-bottom: 16px;
	text-align: center;
}
#GrayGradPanel p
{
	margin-left: 16px;
	margin-right: 8px;
}
#GrayGradPanel dl
{
	margin-left: 16px;
	margin-right: 8px;
}
#GrayGradPanel dt
{
	font-weight: bold;
}
#GrayGradPanel dd
{
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
}
#GrayGradPanel cite
{
	color: #191970;
}
#GrayGradPanel ul
{
	color: #4167b2;
}
/* БОКОВАЯ ПАНЕЛЬ МАСТЕРА РЕГИСТРАЦИИ */
.registerWizardSideBar
{
	padding-left: 16px;
	padding-right: 8px;
	width: 208px;
	background-image: url(Images/gray_grad.png);
	background-position: top;
	background-repeat: repeat-x;
}
.registerWizardSideBar h1
{
	padding-top: 24px;
	padding-bottom: 16px;
	text-align: center;
}
/* МАСТЕР РЕГИСТРАЦИИ */
.registerWizardHeader
{
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
}
.registerWizardHeader h1
{
	font-family: 'Segoe UI', Arial;
	font-size: large;
	color: #ff8c00;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.registerWizardStep
{
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
}
/* ТАБЛИЦА ДАННЫХ О ЗАГРУЖАЕМОМ ФАЙЛЕ */
#DownloadDetailTable
{
	margin-top: 8px;
	margin-left: 16px;
	margin-right: 8px;
	margin-bottom: 16px;
	border-collapse: collapse;
}
#DownloadDetailTable caption
{
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 110%;
	padding-top: 8px;
	padding-bottom: 4px;
}
#DownloadDetailTable td
{
	padding-top: 4px;
	padding-bottom: 4px;
}
/* БОЛЬШАЯ ПРАВАЯ ПАНЕЛЬ */
#BigRightPanel
{
	position: relative;
	margin-top: 0px;
	margin-left: 232px;
	margin-right: 0px;
}
#BigRightPanel p
{
	margin: 0px;
	padding-bottom: 8px;
	text-align: left;
}
#BigRightPanel dt
{
	font-family: Arial;
	font-weight: bold;
	font-size: 110%;
}
#BigRightPanel dd
{
	margin: 8px 0px 8px 0px;
}
#BigRightPanel li
{
	padding-top: 4px;
	padding-bottom: 4px;
}
/* ИНФОРМАЦИОННЫЕ ПАНЕЛИ */
#OrderHelpPanel
{
	float: right;
	position: relative;
	margin-left: 16px;
	width: 258px;
	height: auto;
}
.infoPanel
{
	float: right;
	position: relative;
	margin-left: 16px;
	width: 258px;
	height: auto;
}
.topFrame
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 258px;
	height: 8px;
	background-image: url(Images/tableTop.gif);
	background-repeat: no-repeat;
}
.bodyFrame
{
	width: 258px;
	background-image: url(Images/tableFill.gif);
	background-repeat: repeat-y;
}
.bodyFrame dl
{
	margin:8px;
}
.bodyFrame dt
{
	color: Green;
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
}
.bodyFrame dd
{
	display: list-item;
	margin: 0px 0px 0px 16px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #4167b2;
}
.bodyFrame a
{
	color: #4167b2;
}
.bottomFrame
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 258px;
	height: 8px;
	background-image: url(Images/tableBottom.gif);
	background-repeat: no-repeat;
}
#FrameHelpIcon
{
	position: absolute;
	width: 19px;
	height: 19px;
	top: 5px;
	right: 5px;
	background-image: url(Images/HelpButtonImage.png);
	background-repeat: no-repeat;
}
#KeycodeHelpPanel
{
	float: right;
	width: 258px;
	position: relative;
}
#KeycodeHelpPanel dl
{
	margin:8px;
}
#KeycodeHelpPanel dt
{
	color: Green;
	font-size: 10pt;
	font-family: Tahoma;
	font-weight: bold;
}
#KeycodeHelpPanel dd
{
	display: list-item;
	margin: 0px 0px 0px 16px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	padding-top: 4px;
	color: #4167b2;
}
#KeycodeHelpPanel a
{
	color: #4167b2;
}
/* ПРИОБРЕТЕНИЕ ЛИЦЕНЗИИ */
#OrderTable
{
	width: 420px;
	margin-bottom: 16px;
	border-collapse: collapse;
	border-right: #191970 1px solid;
	border-top: #191970 1px solid;
	border-left: #191970 1px solid;
	border-bottom: #191970 1px solid;
}
#OrderTable td
{
	padding: 4px;
}
#OrderTable thead
{
	background-color: #ffffff;
	background-image: url(Images/caption_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.orderChet
{
	background-color: #e4ffe4;
}
.orderFlag
{
	width: 18px;
	height: 12px;
}
p.banners
{
	padding-top: 32px;
	padding-bottom: 16px;
}
p.banners img
{
	margin-left: 8px;
	margin-right: 8px;
	border-style: none;
	width: 88px;
	height: 31px;
}
/* ПОДМЕНЮ */
.subMenu
{
	position: relative;
	margin-top: 32px;
	background-image: url(Images/submenu_item.png);
	background-repeat: repeat-y;
}
.subMenu td
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.subMenuItem
{
	padding-left: 16px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: solid 1px #a9a9a9;
}
.subMenuItem a:link
{
	color: #000000;
	text-decoration: none;
}
.subMenuItem a:visited
{
	color: #000000;
	text-decoration: none;
}
.subMenuItem a:hover
{
	color: #191970;
	text-decoration: none;
}
/* АВТОРИЗАЦИЯ */
.loginForm
{
	margin-bottom: 118px;
	text-align: left;
}
/* ПОЛЬЗОВАТЕЛЬСКИЙ РАЗДЕЛ */
.userInfoLabel
{
	color: #4682b4;
	width: 160px;
	text-align: right;
	display: inline-block;
}
.userLicenseTable
{
	margin-bottom: 16px;
}
/* ФОРМА ПОЛУЧЕНИЯ КОДА */
#UserCodePanel
{
	clear: both;
}
/* РАМОЧКА */
.grayFrameTop
{
	width: 488px;
	height: 4px;
	background-image: url(Images/gray_frameTop.gif);
	background-repeat: no-repeat;
}
.grayFrameBody
{
	width: 472px;
	height: auto;
	background-image: url(Images/gray_frameBody.gif);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 8px;
}
.grayFrameBottom
{
	width: 488px;
	height: 4px;
	background-image: url(Images/gray_frameBottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 16px;
}
/* ЗНАЧКИ */
#WarningIconLeft
{
	float: left;
	margin-right: 8px;
	width: 32px;
	height: 32px;
	background-image: url(Images/warning_icon.png);
	background-repeat: no-repeat;
}
#InfoIconLeft
{
	float: left;
	margin-right: 8px;
	width: 32px;
	height: 32px;
	background-image: url(Images/info_icon.png);
	background-repeat: no-repeat;
}
.tableHeader
{
	background-image: url(Images/caption_bg_1.png);
	background-repeat: repeat-x;
}
.mixplayUserInfoLabel
{
	color: #4682b4;
	width: 160px;
	text-align: right;
}
.userLicenseTable
{
	margin-bottom: 8px;
	width: 400px;
}
/* ============ DEFAULT PAGE ============ */
#DefaultMainContent
{
	position: relative;
	height: 584px;
}
#DefaultLeftMenu
{
	position: absolute;
	width: 272px;
	height: 248px;
	left: 16px;
	top: 0px;
}
#DefaultLeftMenu dt
{
	font-family: 'Trebuchet MS' , Arial;
	line-height: 22px;
	font-size: 18px;
	color: #191970;
}
#DefaultLeftMenu dt a:link
{
	text-decoration: none;
	color: #191970;
}
#DefaultLeftMenu dt a:visited
{
	text-decoration: none;
	color: #191970;
}
#DefaultLeftMenu dt a:hover
{
	text-decoration: none;
	color: #778899;
	border-bottom: dotted 1px #778899;
}
#DefaultLeftMenu dd
{
	line-height: 20px;
	font-size: 12px;
	padding-left: 40px;
	color: #778899;
	margin: 0px;
	background-image: url(Images/big_arrow.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#DefaultBigBannerBg
{
	position: absolute;
	top: -8px;
	right: 0px;
	width: 680px;
	height: 272px;
	overflow: hidden;
	background-image: url(Images/default_big_banner_bg.png);
	background-repeat: no-repeat;
}
#DefaultBigBanner
{
	position: absolute;
	top: 2px;
	right: 0px;
	width: 670px;
	height: 252px;
	overflow: hidden;
}
#DefaultBigBanner a
{
	color: #000000;
	text-decoration: none;
}
#DefaultBigBanner a:hover
{
	color: #000000;
	text-decoration: underline;
}
#DefaultBigPicture
{
	position: absolute;
	display: block;
	width: 408px;
	height: 252px;
	top: 0;
	right: 0px;
	border-style: none;
	background-image: url(Images/new_opp.jpg);
}
#DefaultMiniPicture
{
	position: absolute;
	display: block;
	width: 261px;
	height: 100px;
	top: 0px;
	left: 0px;
	background-image: url(Images/download_mixplay_banner_mini.jpg);
}
#DefaultAdditionalPanel
{
	position: absolute;
	left: 0px;
	width: 262px;
	top: 100px;
	height: 152px;
}
#DefaultAdditionalPanel ul
{
	margin-top: 8px;
	font-size: 10pt;
	font-size: 10pt;
}
#ChartPanel
{
	position: absolute;
	left: 16px;
	top: 320px;
	width: 492px;
	height: 216px;
	padding: 16px;
	border: solid 1px silver;
	background-image: url(Images/chart.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#ChartPanel h2
{
	font-family: 'Trebuchet MS' , Arial;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 8px;
	font-size: 11pt;
	color: #191970;
	font-weight: normal;
}
#ChartPanel a:link
{
	text-decoration: none;
	color: #4167b2;
}
#ChartPanel a:visited
{
	text-decoration: none;
	color: #4167b2;
}
#ChartPanel a:hover
{
	text-decoration: underline;
	color: #4167b2;
}
#ChartPanel .rightCaps
{
	text-align: right;
	color: #808080;
	border-bottom: #808080 1px dotted;
}
#ChartPanel .chartButton
{
	margin-top: 16px;
}
#ChartPanel .greenText
{
	color: #228b22;
}
.newsLine
{
	position: absolute;
	width: 680px;
	left: 0px;
	height: 32px;
	top: 272px;
	background-image: url(Images/news_line.png);
	color: #808080;
}
.newsLine div
{
	height: 16px;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 4px;
}
.newsLine a:link
{
	color: #606060;
	text-decoration: underline;
}
.newsLine a:visited
{
	color: #606060;
	text-decoration: underline;
}
.newsLine a:hover
{
	color: #191970;
	text-decoration: underline;
}
.defaultDownloadBanner
{
	position: absolute;
	left: 300px;
	top: 376px;
}
#StayRegisterNowPanel
{
	position: absolute;
	top: 320px;
	height: 248px;
	width: 440px;
	right: 0px;
}
#StayRegisterNowPanel p
{
	margin: 0px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
}
#StayRegisterNowPanel h2
{
	font-family: 'Trebuchet MS' , Arial;
	margin: 0px;
	font-size: 11pt;
	color: #191970;
	font-weight: normal;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 8px;
	padding-top: 0px;
}
#StayRegisterNowPanel img
{
	float: left;
	margin-right: 4px;
	margin-bottom: 16px;
}
#PartnerPanel
{
	position: absolute;
	top: 160px;
	height: 80px;
	width: 406px;
	left: 284px;
}
.infoPanel
{
	padding: 16px;
	border: solid 1px silver;
	background-image: url(Images/panel_bg.png);
	background-position: top;
	background-repeat: repeat-x;
}
.infoPanel h2
{
	font-family: 'Trebuchet MS' , Arial;
	margin: 0px;
	font-size: 11pt;
	color: #191970;
	font-weight: normal;
}
.infoPanel a
{
	text-decoration: none;
	color: #4167b2;
}
.infoPanel a
{
	text-decoration: underline;
	color: #4167b2;
}
.defaultLiginViewPanel
{
	position: absolute;
	width: 440px;
	color: #808080;
	text-align: right;
	right: 16px;
	top: -32px;
}
.defaultLiginStatus
{
	position: absolute;
	right: 16px;
	top: -32px;
}
.defaultLoginStatusText
{
	color: #404040;
	text-decoration: underline;
}
#WantSendLetterPanel
{
	position: absolute;
	display: block;
	left: 752px;
	top: 200px;
	width: 214px;
	height: 78px;
	background-image: url(Images/wantsendletter.jpg);
	background-repeat: no-repeat;
}
/* ==== Таблица с данными НАЧАЛО ==== */
.dataTable
{
	position: relative;
	margin-top: 16px;
	margin-bottom: 16px;
	border: solid 1px silver;
	width: 488px;
	border-collapse: collapse;
}
.dataTable th
{
	background-color: silver;
	color: #ffffff;
	padding: 4px;
}
.dataTable tr
{	
	color: #284775;
	background-color: #FFFFFF;
}
.dataTable tr.alterTr
{	
	background-color: #F7F6F3;
	color: #333333;
}
.dataTable td
{	
	padding: 4px;
}
/* ==== Таблица с данными КОНЕЦ ==== */

#VersionLine
{
	position: absolute;
	top: 272px;
	height: 32px;
	width: 952px;
	background-image: url(Images/version_line.png);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 34px;
	color: #ffffff;
	padding-left: 32px;
	font-size: 115%;
}

#main-download-link
{
	padding-right: 28px;
	background-image: url(Images/download-icon.png);
	background-position: right;
	background-repeat: no-repeat;
}