﻿body
{
	margin: 0px;
	background-image: url(Images/bg_main.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family: 'Trebuchet MS', Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
p
{
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding-bottom: 8px;
}
a:link
{
	color: #483d8b;
}
a:visited
{
    color: #8C82C8;
}
a:hover
{
    text-decoration: none;
    color: #FF6699;
}
a:active
{
	color: #ff9933;
}
ul
{
	margin-top: 8px;
	margin-bottom: 8px;
}
img
{
	border-style: none;
}
label
{
	color: #4682b4;
}

/* HEADINGS   
----------------------------------------------------------*/
h1
{
	position: absolute;
	top: 60px;
	left: 88px;
	font-size: 24pt;
	font-family: Calibri, 'Franklin Gothic Medium', Arial;
	font-weight: normal;
	color: #483d8b;
}
h1 a:link,h1 a:visited,h1 a:hover,h1 a:active
{
	color: #483d8b;
	text-decoration: none;
	z-index: 101;
}
h2
{
	padding-top: 16px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: 14pt;
	color: #ff9933;
	font-family: 'Trebuchet MS' , Arial, 'Franklin Gothic Medium';
}
h3
{
	margin: 0px 8px 12px 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Arial, 'Franklin Gothic Medium';
    font-size: 13px;
	font-weight: bold;
	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;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#header
{
    height: 204px;
    background-image: url(Images/logo.png);
    background-repeat: no-repeat;
    background-position: -24px 40px;
}
#main
{
    width: 776px;
    padding-left: 112px;
    padding-right: 112px;
    margin: 0 auto;
    text-align: left;
    padding-top: 16px;
}
#footer
{
	position: relative;
	clear: both;
	width: auto;
	height: 56px;
	margin-top: 24px;
	text-align: center;
}
#footer .copyrightLabel
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	font-size: 9pt;
}
#footer .bottomMenu
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	color: #483d8b;
	font-family: Arial;
	font-size: 8px;
	text-transform: uppercase;
}
#footer .gradientLine
{
	position: relative;
	width: 776px;
	height: 8px;
	margin: 0 auto;
	font-size: 1px;
	background-image: url(Images/bottom_grad_line.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#counters
{
	display: none;
}
/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 172px 0 0 0;
    position: relative;
    margin: 0px 8px 0 0;
    text-align: right;
    font-size: 8px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
}

ul#menu li
{
    display: inline;
    list-style: none;
    margin-left: 4px;
}

ul#menu li#greeting
{
    padding: 8px 16px;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 8px 16px;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #F6F2EC;
    color: #a38868;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a38868;
    color: #F6F2EC;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #483d8b;
}

/* 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  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.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
{
	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: 12pt;
	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;
}

.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;
}