﻿/* Основные элементы */
body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: small;
    background-image: url(Images/body.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #D7DEE8;
    color: #333333;
}
article, aside, nav, header, footer, section, figure
{
    display: block;
}

p
{
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding-bottom: 8px;
}

a:link, .link-like
{
	text-decoration: underline;
	color: #94003C;
    cursor: pointer;
}
a:visited
{
	text-decoration: underline;
	color: #94003C;
}
a:hover, .link-like:hover
{
	text-decoration: none;
	color: #94003C;
    cursor: pointer;
}
a.external
{
    padding-right: 12px;
    background-image: url(http://img.soldata.ru/external.png);
    background-position: right top;
    background-repeat: no-repeat;
}

ul
{
	margin-top: 8px;
	margin-bottom: 8px;
}
img
{
	border-style: none;
}
label
{
	color: #4682b4;
}

/* HEADINGS   
----------------------------------------------------------*/
h2
{
	padding-top: 1em;
	padding-bottom: 0.5em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 200%;
	color: #ff9933;
	font-family: Cambria, 'Times New Roman';
}
h3
{
	margin: 0px 8px 12px 0px;
	padding: 0px;
    font-size: large;
	font-weight: normal;
	color: #a38868;
}
h3 a:link, h3 a:visited
{
	color: #a38868;
	text-decoration: none;
}
h3 a:hover
{
	color: #808099;
	text-decoration: none;
}
h3 a:active
{
	color: #ff9933;
	text-decoration: none;
}
h3.header100
{
	padding: 36px 0px 0px 24px;
    background-image: url(Images/header_line_100.png);
    background-position: left 16px;
    background-repeat: no-repeat;
}
h3.header50
{
	padding: 36px 0px 0px 24px;
    background-image: url(Images/header_line_50.png);
    background-position: left 16px;
    background-repeat: no-repeat;
}
h3.header33
{
	padding: 36px 0px 0px 24px;
    background-image: url(Images/header_line_33.png);
    background-position: left 16px;
    background-repeat: no-repeat;
}
h4
{
	color: #483d8b;
	font-size: 12px;
	font-weight: normal;
	padding-top: 16px;
	margin: 0px 0px 8px;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* Первичные элементы разметки   
----------------------------------------------------------*/
header
{
}

#content
{
    padding-top: 16px;
}

footer
{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 83%;
}

/* Заголовок страницы
----------------------------------------------------------*/
#title
{
    margin-top: 40px;
}
#title h1
{
    width: 172px;
    height: 52px;
    margin: 0px;
    padding: 0px;
    background-image: url(Images/logo.png);
    text-indent: -9999px;
}
#title a
{
	display: block;
	width: 172px;
	height: 52px;
    margin: 0px;
    padding: 0px;
    background-image: url(Images/logo.png);
    text-indent: -9999px;
	text-decoration: none;
}
#title strong
{
    position: absolute;
    left: 12px;
    top: 8px;
    color: #CCCCCC;
    font-size: 10pt;
    font-family: Arial;
}

/* МЕНЮ ВКЛАДОК   
----------------------------------------------------------*/
#menucontainer
{
	text-align: right;
    margin-top: 19px;
    height: 32px;
    background-image: url(Images/content.png);
    border-radius: 16px 0 16px 0;
    -moz-border-radius: 16px 0 16px 0;
    overflow: visible;
}
#menucontainer menu
{
    margin: -52px 0 0 0;
    padding: 0;
}
#menucontainer menu li
{
    display: inline;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    background-image: none;
	background-position: left  0;
	background-repeat: repeat-x;
	border-radius: 13px 0 13px 0;
	-moz-border-radius: 13px 0 13px 0;
}
#menucontainer menu li:hover, #menucontainer menu li.selected
{
    background-color: #B1C1D7;
}
#menucontainer menu li a:link, #menucontainer menu li a:visited
{
    color: #333333;
    text-decoration: none;
}
#menucontainer menu li:hover a, #menucontainer menu li a:hover, #menucontainer menu li.selected a
{
    color: #ffffff;
    text-decoration: none;
}

#header strong
{
    position: absolute;
    left: 160px;
    font-family: Cambria, 'Times New Roman';
    font-size: 31px;
    top: 162px;
    font-weight: normal;
    color: #ffffff;
    cursor: default;
}

/* Основное содержание страницы
----------------------------------------------------------*/
.main-column
{
    background-image: url(Images/content.png);
    border-radius: 16px 0 16px 0;
    margin-top: 160px;
}

.main-column nav
{
    color: #b1c1d7;
    font-size: 83%;
    margin-top: 12px;
    margin-bottom: -24px;
    margin-left: 32px;
}

.main-column article
{
    position: relative;
    margin: 32px;
}

.main-column article h1
{
    position: absolute;
    margin: 0;
    left: -32px;
    top: -188px;
    width: 944px;
    height: 156px;
    color: #fff;
    font-size: 500%;
}

.submain-column
{
    background-image: url(Images/content.png);
    border-radius: 16px 0 16px 0;
    margin-top: 16px;
}

.submain-column article
{
    position: relative;
    margin: 32px;
}

.portfolio-header
{
    background-image: url(Images/portfolio.png);
    background-position: right top;
    background-repeat: no-repeat;
}

#counters
{
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
textarea
{
	font-family: Arial;
	font-size: small;
}
input[type="text"].middle, textarea.middle
{
    font-family: Arial;
    font-size: small;
    width: 394px;
}

input[type="password"] 
{
    width: 200px;
}
.rightalign
{
	text-align: right;
}
/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
/* MISC  
----------------------------------------------------------*/

.error
{
    color:Red;
}
.inputPanel
{
    padding-top: 8px;
    padding-bottom: 8px;
}
.watermark
{
    color: #808080;
}

/* ==== Панель действий с датой ==== */
.date_action_panel
{
	width: 64px;
	padding: 2px;
	background-image: url(Images/date_action_panel.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
.date_action_panel div
{
	font-family: Arial;
	font-style: normal;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	margin-bottom: 5px;
	color: #ffffff;
}
.date_action_panel.authorized
{
	background-position: left -24px;
	padding: 2px 2px 6px 2px;
}

.field-validation-error
{
    color: #ff0000;
}

.error-message
{
    margin-top: 16px;
    padding: 3px 8px;
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    color: #ff0000;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
.thanks
{
    margin-top: 16px;
    padding: 3px 8px;
    border: 1px solid #006600;
    background-color: #CCFFCC;
    color: #006600;
}
#feedbackform
{
    margin-top: 16px;
}
#feedbackform input[type="text"], #feedbackform textarea
{
    font-family: Arial;
    font-size: small;
    width: 394px;
}

#feedbackform input[type="password"] 
{
    width: 200px;
}
.left_panel
{
	float: left;
	width: 504px;
	margin-top: 1em;
}
.center_panel
{
	margin-top: 1em;
	margin-left: 520px;
}
.date_string, time
{
	color: Gray;
}
/* ==== Форма авторизации ==== */

#LogonForm
{
}
#LogonForm input
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
#LogonForm input[type="text"]
{
	width: 200px;
}

/* ==== Форма ввода данных ==== */
#InputForm
{
}
#InputForm table, #InputForm td, #InputForm th
{
	border: none 0;
	background-color: Transparent;
	vertical-align: top;
}
#InputForm th
{
	text-align: right;
	padding-top: 8px;
	padding-bottom: 2px;
}
#InputForm input[type="text"], #InputForm textarea
{
	width: 314px;
}
/* ==== Портфолио ==== */
.portfolio_list dt
{
	font-size: larger;
	margin-top: 1em;
}
.portfolio_list dd
{
	position: relative;
	margin-left: 0;
	line-height: 150%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.portfolio_list dd .date_action_panel
{
	position: absolute;
	left: -80px;
	top: -19px;
}
.site-list
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 1.5em;
}
.site-list li
{
    margin-bottom: 1em;
}
.site-list time
{
    display: block;
    float: left;
    height: 18px;
    padding: 0 9px;
    background-color: #cccccc;
    color: #fff;
    border-radius: 9px;
    -moz-border-radius: 9px;
    font-family: Arial;
    font-size: 83%;
    line-height: 18px;
    margin-right: 12px;
}
.site-list a
{
    font-size: larger;
}

.del_action_link, .edit_action_link, .tick_action_link, .tick_off_action_link
{
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
	cursor: pointer;
	text-indent: -9999px;
}
.del_action_link
{
	background-image: url(http://img.soldata.ru/famfamfam/delete.png);
}
.edit_action_link
{
	background-image: url(http://img.soldata.ru/famfamfam/page_edit.png);
}
.tick_action_link
{
	background-image: url(http://img.soldata.ru/famfamfam/tick.png);
}
.tick_off_action_link
{
	background-image: url(http://img.soldata.ru/famfamfam/tick_off.png);
}
.news_webpart
{
	padding-bottom: 16px;
}
.news_webpart dd
{
	position: relative;
	margin-left: 0;
	line-height: 150%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.news_webpart dd .date_action_panel
{
	position: absolute;
	left: -80px;
	top: 9px;
}
.editor-field
{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.editor-field label
{
    display: block;
}
.editor-field input[type='text']
{
    width: 200px;
}
