﻿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;
    color: #333333;
}
h2
{
	font-family: 'Trebuchet MS', Arial;
	font-size: 16pt;
	font-weight: normal;
	color: #ff8c00;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
h3
{
    font-family: 'Segoe UI' , Arial;
    font-size: medium;
    font-weight: normal;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 4px;
    color: #996600;
}
h4
{
	font-family: Arial;
	font-size: 110%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
}
p
{
	margin: 0px;
	padding-bottom: 8px;
	text-align: left;
	line-height: 150%;
}
a:link
{
	text-decoration: underline;
	color: #4167b2;
}
a:visited
{
	text-decoration: underline;
	color: #4167b2;
}
a:hover
{
	text-decoration: none;
	color: #006600;
}
a.external
{
    padding-right: 12px;
    background-image: url(http://img.soldata.ru/external.png);
    background-position: right top;
    background-repeat: no-repeat;
}
dt
{
	font-family: Arial;
	font-weight: bold;
	font-size: 110%;
}
dd
{
	margin: 8px 0px 8px 0px;
}
ul
{
	padding: 0;
	margin-left: 12px;
}
ul li
{
	list-style-type: none;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(Images/blue_li.gif);
	background-position: left 8px;
	background-repeat: no-repeat;
}
fieldset
{
    padding-left: 8px;
    padding-right: 8px;
}
legend
{
    padding-bottom: 0.5em;
    padding-left: 0.25em;
    padding-right: 0.25em;
}
input[type=text], input[type=password]
{
    width: 194px;
}
textarea
{
    font-family: Arial;
    font-size: small;
}
label
{
    color: #336699;
}
.clear
{
	clear: both;
	font-size: 0px;
	height: 0px;
}
/* ==== Основная панель страницы НАЧАЛО ==== */
.page
{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 24px;
	background-image: url(Images/main_bottom_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#main
{
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    background-image: url(Images/page.png);
}
/* ==== Шапка страницы НАЧАЛО ==== */
#header
{
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    background-image: url(Images/page.png);
}
/* ==== Шапка внутренних страниц НАЧАЛО ==== */
#title
{
    position: relative;
    height: 95px;
    background-image: url(Images/green_mini_bg.png);
    background-repeat: repeat-x;
    border-bottom: #0a7d32 1px solid;
    background-color: #373737;
    border-bottom-color: #373737;
}
#title h1
{
	position: absolute;
	width: 100%;
	height: 63px;
	top: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/green_line_bg.png);
}
#title h1 a
{
	display: block;
	position: absolute;
	width: 167px;
	height: 40px;
	top: 16px;
	left: 12px;
	background-image: url(Images/logo.png);
	text-indent: -9999px;
}
#title strong
{
    position: absolute;
    left: 12px;
    top: 8px;
    color: #CCCCCC;
    font-size: 10pt;
    font-family: Arial;
}
.menu
{
    margin: 0;
}
.menu li
{
    display: inline;
    line-height: 23px;
    margin-left: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background-image: none;
	background-position: left  0;
	background-repeat: repeat-x;
}
.menu li:hover
{
    background-image: url(Images/menu_hover.png);
}
.menu li a:link, .menu li a:visited
{
    text-decoration: none;
}
.menu li a:hover
{
    color: #000000;
}
#logindisplay
{
    position: absolute;
    top: 6px;
    right: 16px;
}
#logindisplay a
{
    color: #ffffff;
    text-decoration: none;
    border-bottom: dashed 1px #ffffff;
}
#menucontainer
{
    position: relative;
	height: 23px;
	border-bottom: #324671 1px solid;
	background-color: #d3e9fe;
	background-image: url(Images/menu.png);
}
#footer
{
	position: relative;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 32px;
	text-align: left;
	color: #666666;
	font-family: Arial;
	font-size: 11px;
	background-color: #f5f5f5;
	background-image: url(Images/outside_panel.png);
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
#leftbar
{
    position: relative;
    float: left;
    width: 232px;
    background-image: url(Images/gray_grad.png);
    background-repeat: repeat-x;
    min-height: 144px;
}
.leftbar-info
{
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
}
.main-menu
{
    margin-left: 0;
}
.main-menu li
{
    background-image: none;
    padding: 0;
}
.main-menu li a
{
    display: block;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 18px;
    background-image: url(Images/main-menu-item.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.main-menu li a:hover
{
    background-repeat: repeat-y;
    color: #ffffff;
}
.main-menu li.selected a
{
    color: #333366;
    font-weight: bold;
}
.leftbar-download-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/download_icon.png);
    margin-top: 24px;
    margin-left: 84px;
}
.leftbar-contacts-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/contacts_icon.png);
    margin-top: 24px;
    margin-left: 84px;
}
.leftbar-error-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/error_icon.png);
    margin-top: 24px;
    margin-left: 84px;
}
.leftbar-news-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/news_icon.png);
    margin-top: 24px;
    margin-left: 84px;
}
.leftbar-mail-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/mail_icon.png);
    margin-top: 24px;
    margin-left: 84px;
}
.leftbar-price-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/price_icon.png);
    margin-top: 24px;
    margin-left: 84px;
}
.leftbar-bizspark-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/starburst_sm.png);
    margin-top: 24px;
    margin-left: 84px;
}
.leftbar-azox-icon
{
    width: 64px;
    height: 64px;
    background-image: url(Images/starburst_sm.png);
    margin-top: 24px;
    margin-left: 84px;
}
#content
{
    position: relative;
    padding: 16px;
    margin-left: 232px;
    min-height: 792px;
}
#content h2.mail_default
{
    width: 704px;
    padding-left: 16px;
    height: 264px;
    margin-bottom: 16px;
    background-image: url(../../Images/mail_default.jpg);
    color: #ffffff;
}
#content h2.bizspark_default
{
    width: 704px;
    padding-left: 16px;
    height: 301px;
    margin-bottom: 16px;
    background-image: url(../../Images/bizspark_default.jpg);
    color: #ffffff;
    text-indent: -9999px;
}
#content h2.mail_userguide
{
    width: 704px;
    padding-left: 16px;
    height: 264px;
    margin-bottom: 16px;
    background-image: url(../../Images/mail_userguide.jpg);
    color: #ffffff;
}
.dataTable
{
    margin-bottom: 16px;
    border-collapse: collapse;
}
.dataTable td
{
    padding: 4px;
}
.dataTable tr.even
{
    background-color: #E5E5E5;
}
.mail-table
{
    border: solid 1px #e0e0e0;
}
.editor-label
{
    margin-top: 0.5em;
}
.editor-field, .editor-toolbar
{
    margin-top: 0.5em;
    margin-bottom: 1em;
}