@import url('blocks.css');
@import url('formatter.css');

html, body {
	background: #4d4d4d url(/static/img/page_bg.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%;
	margin: 0;
	padding: 0;	
	color: #666;
}

h1, h2, h3, h4, h5, h6, p, form  {
	padding: 0;
	margin: 0;
}

h3 {
	border-bottom: 1px solid #666;
}

h4 {
	font-size: 120%;	
}

a {
	color: #6699CC;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

img {
	border:0pt none;
}

#bigger {
	font-size: 120%;
	font-weight: bold;
}

#spacer {
	float:left;
	font-size:1px;
	height:95%;
	margin:0pt;
	padding:0pt;
	width:1px;
}

#wrapper {
	background-color:#FFF;
	width: 950px;
	margin: 0 auto;	
}

#main {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
}

#main_frame {
	background-color: #fff;
}

#content {
	width: 950px;
	margin: 0 auto;
}

#main_frame div.lt {
	background: url(/static/img/mf_lt.gif) left top no-repeat;
}

#main_frame div.rt {
	background: url(/static/img/mf_rt.gif) right top no-repeat;
}

#main_frame div.lb {
	background: url(/static/img/mf_lb.gif) left bottom no-repeat;
}

#main_frame div.rb {
	background: url(/static/img/mf_rb.gif) right bottom no-repeat;
}

#main_frame div.ct {
	background: url(/static/img/mf_ct.gif) repeat-x center top;
}

#main_frame div.cb {
	background: url(/static/img/mf_cb.gif) repeat-x center bottom;
}

#main_frame div.lm {
	background: url(/static/img/mf_lm.gif) repeat-y left top;
}


#main_frame div.rm {
	background: url(/static/img/mf_rm.gif) repeat-y right top;
}

#header {
	height: 70px;
	padding: 20px 0px 0 20px; 
}

#main_menu {
	height: 22px;
	padding: 0 0px 0 20px;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
}
 
#main_image {
	background-color: #000033;
	background-image: url(/static/img/main_img.jpg);
	background-repeat:no-repeat;
	height:200px;
	overflow:hidden;
}

/* ************ Промо-меню ****************/
#promo {
	float: right;
}

#promo ul  {	
    padding: 26px 0 0 650px;
    margin: 0;
    text-align: left;
    line-height: 34px;
    list-style-type: disk;
    color: #fff;
}

#promo li a {
    color:#FFF;
    font-family:"Trebuchet MS";
    font-size:20px;
    font-weight:normal;
    padding:0px 40px 0px 0px;
    text-decoration:underline;
}

#promo li a:hover {
    text-decoration: none;  
}
/*******************************************************/
#main_menu ul  {
	display: inline;
	list-style: none; 
	margin: 0;
	padding: 0;
}

#main_menu li {
	display: inline;
	margin: 0;
	padding: 0;
} 

#main_menu li a {
	color: #fff;
	text-decoration: none;
}

#main_menu li a:hover {
	text-decoration: underline;
	color: #6699CC;
}

#main_menu li a.current {
	color: #FF9900;	
	text-decoration: none;
}

#main_menu li a.current:hover {
	text-decoration: underline;
	color: #6699CC;
}

#main_menu li.separator {
	display: inline;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #999999;
} 

#search_bar {
	float: right;
	/*margin-right: 20px;*/
	padding-right: 20px;
	/*border: 1px solid white;*/
}

#search_bar input {
	height: 12px;
	font-size: 10px;
	color: #666;
	width: 200px;
}

#body {
	padding-left: 25px;
	padding-top: 0;
	min-height: 450px;
	height: auto !important;	
	overflow: auto;	
}

#body_content {
	padding-top: 20px;
}

.navigation {
	background-color: #f1f3f2;
}

.navigation ul {
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
	font-weight: bold;
	color: #000;
}

.navigation ul li {
	maring: 0;
	padding: 0;
	list-style: none;
	color: #000; 
}

.navigation ul li a {
	color: #333;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #666;
	text-decoration: underline;
}

.navigation ul ul {
	font-weight: normal;
	color: #666;
	margin-left: 1em;
}

.navigation ul ul a {
	color: #666;
	text-decoration: none;
}

.navigation ul ul a:hover {
	color: #666;
	text-decoration: underline;
}

#body_content p, ul {
	line-height: 1.5em;
}

#left_column {
	float:left;
	width: 620px;
	margin-bottom: 10px;
}

#left_column a {
	color: #6699CC;
}

#left_column a:hover {
	color: #FF9900;
	text-decoration: none;
}

#right_column {
	float: right;
	width: 267px;
	padding-right: 10px;
	padding-top: 3em;	
}

/* *********************************** */
div.clear {
 clear: both; /* Убираем все плавающие элементы */
}
/* *********************************** */
h2 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF9900;
}

h3 {
	font-family: Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000; 
}

.round_box {

} 

.round_box .ltc {
	background: url(/static/img/rb_lt.gif) left top no-repeat;
}

.round_box .rtc { 
	background: url(/static/img/rb_rt.gif) right top no-repeat;
}

.round_box .lbc { 
	background: url(/static/img/bot.gif) left bottom no-repeat;
}


.round_box .lbc2 { 
	background: url(/static/img/rb_lb.gif) left bottom no-repeat;
}
.round_box .rbc2 { 
	background: url(/static/img/rb_rb.gif) no-repeat right bottom;
}


.round_box_content {
	/*padding: 10px 20px 10px 20px;*/
	margin: 10px 20px 10px 20px;
	padding: 10px 0px 10px 0px;
}

#top_menu {
	float: right;
	font-size: 11px;
	color: #666;
	/*margin-right: 20px;*/
	padding-right: 20px;
}

#top_menu a {
	color: #666;
}

#top_menu a:hover {
	color: #000;
}

#bottom {
	font-size: 10px;
	color: #999999;
	margin-left: 20px;
}

#bottom ul  {
	display: inline;
	list-style: none; 
	margin: 0;
	padding: 0;
}

#bottom li {
	display: inline;
	margin: 0;
	padding: 0;
} 

#bottom a {
	color: #999999;	
}

#bottom a:hover {
	text-decoration: none;	
}

#bottom li.separator {
	display: inline;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}

#left_footer {
	float:left;
	width: 620px;
}

#right_footer {
	float: right;
	width: 267px;
	text-align: right;
	padding-right: 20px;
}

#portfolio {
	border: 1px solid #ccc;
}

span#orange {
	color: #6699CC;
	font-weight: bold;
	font-size: 110%;
}

#loginFormContainer {
	width: 353px;
}

#loginFormContainer input.textBox {
	width: 100px;
	font-size:80%;
	border: 1px solid #666;
}

#loginFormContainer input.submitButton {
    font-size:80%;
    background-color:
    border: 1px; 
}

.nobr{
	white-space: nowrap;
}


ol li{
    margin-bottom:10px;
}

.messageList {
	color:red;
    font-size:12px;
    font-weight:bold;
    margin:8px 0pt 25px 0px;
    list-style-type:none;
    text-align: center;
}

.projContainer {
	float: left;
	width: 150px;
	height: 180px;
	padding-left: 25px;
	padding-right: 25px;	
}

.docsHeader1 {
	font-size: 20px;
	color: #6699CC;
	font-weight: bold;
}

.docsHeader2 {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}

/* Confluence Styles */
table.confluenceTable
{
    margin: 5px;
    border-collapse: collapse;
}

td.confluenceTd, table.confluenceTable td.confluenceTd
{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 3px 4px 3px 4px;
    vertical-align: top;
}

th.confluenceTh, table.confluenceTable th.confluenceTh
{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 3px 4px 3px 4px;
    background-color: #f0f0f0;
    text-align: center;
    vertical-align: top;
}