ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img {border: none;}
address {font-style: normal;}


/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 0px 0px 10px;
	font-size: 24px;
	font-weight: bold; 
	color: #000;
	line-height: 110%;
}

h2 {
	font-size: 14px;
	margin: 25px 0px 10px;
	font-weight: bold;
	color: #0d0e1a;
}

h3 {	
	font-size: 12px;
	margin: 35px 0px 10px;
	font-weight: bold;
	color: #454a50;
}

h4 {
	font-size: 11px;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #999;
	background-color: transparent;
}

h5 {
	font-size: 11px;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #999;
	background-color: transparent;
}

h6 {
	font-size: 11px;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a {
	color: #114b86;

	text-decoration: none;
}

a:active{
	color: #114b86;
	text-decoration: underline;
}

a:hover {
	color: #114b86;
	text-decoration: underline;
}



/* Paragraphs
================================================*/
 
p {
	margin: 15px 0px 10px;
	font-size: 100%;
	text-align: justify;
	line-height: 130%;

}

p.marked{
	border: 1px solid #B9D5EA;
	background: #E4F1FF;
	padding: 10px;
	color: #000;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

img.fleft {
	display: inline;
	margin: 0 10px 0 0;
}



/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 25px;
	padding: 0px;
}

ol li {
	line-height: 120%;
	font-size: 100%;
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 14px 0px 22px 5px;
}

ul * ul {
	margin: 12px 0px 12px 7px;
}

ul li,
ul ul ul li {
	list-style-type: none;
	line-height: 120%;
	font-size: 100%;
	margin: 5px 0;
	padding: 0px;
	background: url('../i/li_disc.gif') no-repeat 0 5px;
	padding-left: 12px;
}


ul ul li,
ul ul ul ul li {
	background: url('../i/li_circle.gif') no-repeat 0 5px;
	padding-left: 12px;	
}

dl{
	margin: 10px 0;
}

dl dt{
	margin: 2px 0;
}

dl dd{
	margin: 2px 0 2px 30px;
}


/* Tables
================================================*/

table{
	border-collapse: collapse;
	margin: 15px 0px;
	padding: 0px;
	border: 0px none #fff;
}

table td{
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 7px 5px;
	font-size: 100%;
}

table .color td{
	background: #F5F5F5;
}

table th,
table thead td
{
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	font-size: 100%;
	padding: 5px;
	color: #000;
	background: #EDF1F4;
	font-weight: bold;
}

table.noborder td{
	border: 0px none #fff;
}


/* HR
================================================*/


hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}



/* Form
================================================*/
.form{
	margin: 10px 0 10px;
	width: 400px;
	padding: 15px 0 0;
}

.form fieldset{
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend{
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul{
	margin: 0;
	padding: 0;
}

.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.form .line:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.form .label{
	float: left;
	width: 35%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 100%;
	color: #000;
}

.form .formw{
	width: 60%;
	display: block;
	float: left;
}

form.descr .formw{
	width: 460px;
	text-align: justify;
}

.form .formw .text{
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
	padding: .25em; 
}

.form .formw input.text:focus, 
.form .formw textarea.text:focus, 
.form .formw select.text:focus {
	background: #fff;
	border: 1px solid #686868;
}


.form .rad{
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.form .btn{
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #bbbbbb;
	color: #454a50;
	padding: 0 5px;
	margin: 7px 0;
	background: #f0f0f0 url(../i/button_bg.gif) repeat-x;
	cursor: pointer;
	display: inline;
}

/* Clearfix
================================================*/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:block;
}

.clear{
	clear: both;
	height: 0px;
	width: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
	display: block;
}

/* Layout 
================================================== */ 

body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0px;
	padding: 0px; 
	background-color: #edf1f4;
}

#header{
	height: 58px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: #ffffff;
}

#nav{
	height: 32px;	
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #408ede url(../i/bg.gif) repeat-x;
}

#content_top{
	height: 33px;
	overflow: hidden;
}

#contentwrapper{
	float: left;
	width: 100%;
}
 
#contentcolumn{
	border: 1px solid #d7dee3;
	background-color: White;
	margin-right: 13px;
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}
 
#leftcolumn{
	float: left;
	width: 193px; /*Width of left column*/
	margin-left: -100%;
	background: #edf1f4;
}

.col_padding{
	margin: 0px 20px 0px 20px; /*Margins for inner DIV inside each column (to provide padding)*/
}

#contentcolumn .col_padding{
	margin: 30px 4% 30px 4%; /*Margins for inner DIV inside each column (to provide padding)*/
}

.cols50{
	width: 100%;
}

.cols50 .col_left{
	width: 47.5%;
	float: left;
}

.cols50 .col_right{
	width: 47.5%;
	float: right;
}



#footer{
	overflow: hidden;
	position: relative;
	width: 100%;
}




/* Styling
================================================== */

/* header */

#header .title{
	position: absolute;
	left: 14px;
	top: 11px;
	height: 32px;
	overflow: hidden;
	width: 70%;
	font-size: 24px;
	color: #7b92aa;
}
#header .title img{
	vertical-align: middle;
	padding-right: 5px;
}

#header .search_text{
	position: absolute;
	top: 10px;
	right: 82px;
	width: 190px;
	height: 18px;
	border: 1px solid #d1d1d1;
	background: url(../i/search_text_bg.gif) repeat-x;
}

#header .search_text input{
	width: 188px;
	height: 14px;
	margin: 1px 2px 0px 2px;
	border: 0px none #fff;
	background-color: transparent;
	font: 12px Arial, Helvetica, sans-serif;
}

#header .search_button{
	position: absolute;
	top: 10px;
	right: 12px;
	width: 65px;
	height: 20px;
}

#header .search_button input{
	width: 65px;
	height: 20px;
	border: 0px none #fff;
	color: #fff;
	background: #6b9ed3 url(../i/search_button_bg.gif) repeat-x;
	cursor: pointer;
	font: 12px Arial, Helvetica, sans-serif;
}

#header .user_info{
	position: absolute;
	top: 36px;
	right: 12px;
	width: 100%;
	text-align: right;
	height: 19px;
	color: #92969a;
}

/* Nav */


.nav {
	margin: 0;
	padding: 0;
	height: 27px;
	overflow: hidden;
}

#nav1 {
	position: absolute;
	top: 5px;
	left: 11px;
	width: 50%;
	overflow: hidden;
}

#nav2 {
	position: absolute;
	top: 5px;
	right: 300px;
	width: 180px;
	overflow: hidden;
}

.nav li {
	list-style: none;
	background: url(../i/nav_bg_right.gif) no-repeat 100% -54px;
	margin: 0 5px 0 0px;
	float: left;
	display: inline;
	line-height: 27px;
	height: 27px;
	padding: 0;
}

.nav li a:link, 
.nav li a:visited, 
.nav li a:hover {
	color: #FFF;
	display: block;
	float: left;
	padding: 0 9px 0 9px;
	height: 27px;
	display: inline;
	text-decoration: none;
	
}
.nav li span{
	display: block;
	float: left;	
	height: 27px;
	background: transparent url(../i/nav_bg_left.gif) no-repeat 0px 0px;
}

.nav li a:hover {
	background: #5da0e5 url(../i/nav_bg_right.gif) no-repeat 100% -27px;
}
.nav li.here a:link,
.nav li.here a:visited
 {
 	color: #0d0e1a;
	font-weight: bold;
	background: #edf1f4 url(../i/nav_bg_right.gif) no-repeat 100% 0px;
}

#nav .text_right{
	position: absolute;
	right: 13px;
	top: 11px;
	color: #fff;
	width: 300px;
	height: 15px;
	text-align: right;
	overflow: hidden;
}

/*  content_top */

#content_top .icons_list_horizontal{
	margin: 11px 10px 0px 10px;
	padding: 0px;
	text-align: right;
	color: #68798a;
	font-size: 11px;
}

#content_top .icons_list_horizontal li{
	margin: 0px 3px;
	padding: 0px;
	display: inline; 
	color: #68798a;
	font-size: 11px;
	background-image: none;
}

#content_top .icons_list_horizontal li a:link,
#content_top .icons_list_horizontal li a:visited,
#content_top .icons_list_horizontal li a:active,
#content_top .icons_list_horizontal li a:hover{
	color: #68798a;
}

#content_top .icons_list_horizontal img{
	vertical-align: middle;
	margin-right: 2px;
}

/* content */

#content #leftcolumn a:link,
#content #leftcolumn a:visited,
#content #leftcolumn a:active,
#content #leftcolumn a:hover{
	color: #123558; 
}
 
 
#content #leftcolumn .icons_list{
	margin: 0px 0px 35px 0px;
	padding: 0px;
}
 
#content #leftcolumn .icons_list li{
	margin: 4px 0px;
	padding: 3px 4px;
	background-image: none;
}

#content .icons_list li.here{
	background-color: #fff;
}
 
#content #leftcolumn .icons_list li img{
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}

/* form */

#content #leftcolumn .text{
	margin: 3px 0px;
	padding: 1px 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #a3a3a3 #ffffff #ffffff #a3a3a3 ;
	clear: both;
	width: 100%;
}

#content #leftcolumn label{
	clear: both;
	display: block;
	margin: 3px 0px 1px 0px;
	padding: 0px;
	font-size: 11px;
	padding: 0px;
	color: #454a50; 
}

#content #leftcolumn .button{ 
	font: 11px Arial, Helvetica, sans-serif;
	border: 1px solid #bbbbbb;
	color: #454a50;
	padding: 0 5px;
	margin: 7px 0;
	background: #f0f0f0 url(../i/button_bg.gif) repeat-x;
	cursor: pointer;
}

/* contentcolumn */
#contentcolumn .table_header{
	margin: 5px 0px 0px;
}
#contentcolumn .table_header h2{
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #0d0e1a;
}
#contentcolumn .table_header .page_nav{
	float: right;
	width: 250px;
	text-align: right; 
	font-size: 11px;
	color: #8090a1;
	line-height: 1.8em;
}
#contentcolumn .table_header img{
	vertical-align: middle; 
}
#contentcolumn .table_header .page_nav_text{
		margin: 0 5px;
}
/* Tables.table_data */

table.table_data{
	border-collapse: collapse;
	margin: 5px 0px 35px 0px;
	padding: 0px;
	border: 0px none #fff;
	width: 100%;
}
table.table_data td{
	border-color: #d7dcdf; 
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 8px 5px 6px;
	font-size: 100%;
	vertical-align: top;
}

table.table_data th,
table.table_data thead td{
	font-size: 11px; 
	border-color: #c0cad2;	
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	padding: 4px 5px 2px;
	color: #697a8b;
	background: #f0f9ff;
	font-weight: bold;
	text-align: left;
	border-top: 2px solid #3785d5;
} 

table.table_data .action_col{
	width: 37px;
}

table.table_data .date{
	width: 70px; 
}

table.table_data .table_data_name{
    width: 80px; 
    overflow: hidden;
}

.status_block{
	position: relative;
	width: 77px;
	height: 16px;	
}

.status_block img{
	float: left;
	vertical-align: middle;
}

.status_block .status{
	position: absolute;
	left: 20px;
	top: 3px;
	width: 54px;
	height: 9px;
	background: #e7ecef url(../i/icons_task/status_bg.gif) repeat-x;
	border: 1px solid #c4cdd5;
	overflow: hidden;
}

.status_block .status_line_blue{
	margin: 0px;
	height: 9px;
	background: #52a0f0 url(../i/icons_task/status_line_blue.gif) repeat-x;
}


/* footer */
#footer{
	margin: 10px 0 10px 0;
	color: #a1a5a9;
	font-size: 11px;
}

#footer .buttons_left{
	margin-top: 5px;
	float: left; 
	width: 23%;
	display: inline;
	margin-left: 20px;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
}

#footer .center{
	float: left;
	width: 49%;
	margin: 0 0 0 1%;
	display: inline;
	text-align: center;
	display: inline;
}

#footer .buttons_right{
	margin-top: 5px;
	float: right;
	text-align: right;  
	width: 23%;
	margin-right: 15px;
	display: inline;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover{
	color: #a1a5a9; 
	
}




/* Добавлено Артуром 19 апреля 2009
==================================================== */
#nav{
	overflow: visible;
	z-index: 20;
}

#nav_list, 
#nav_list ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav_list{
	position: absolute;
	top: 5px;
	left: 11px;
	width: 50%;
}
 
#nav_list a {
	display: block;
	/*width: 10em;*/
}

#nav_list li { /* all list items */
	float: left;
	list-style: none;
	/*  width: 10em; width needed or else Opera goes nuts */
}
 
#nav_list li ul { /* second-level lists */
	position: absolute;
	clear: both;
	background: #5093D8;
	width: 200px;
	margin: 0px;
	padding: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav_list li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
 
#nav_list li:hover ul ul, 
#nav_list li.sfhover ul ul {
	left: -999em;
}
 
#nav_list li:hover ul, 
#nav_list li li:hover ul, 
#nav_list li.sfhover ul, 
#nav_list li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
 


#nav_list li {
	list-style: none;
	background: url(../i/nav_bg_right.gif) no-repeat 100% -54px;
	margin: 0 5px 0 0px;
	line-height: 27px;
	height: 27px;
	padding: 0;
}

#nav_list li a {
	color: #FFF;
	display: block;
	float: left;
	padding: 0 9px 0 9px;
	height: 27px;
	display: inline;
	text-decoration: none;	
	overflow: hidden;
}

#nav_list li span{
	display: block;
	float: left;	
	height: 27px;
	background: transparent url(../i/nav_bg_left.gif) no-repeat 0px 0px;
}

#nav_list li a:hover,
#nav_list li.here li a:hover,
#nav_list li.sfhover span a {
	color: #fff;
	background: #5da0e5 url(../i/nav_bg_right.gif) no-repeat 100% -27px;
}

#nav_list li:hover > span > a {
	color: #fff;
	background: #5da0e5 url(../i/nav_bg_right.gif) no-repeat 100% -27px;
}



#nav_list li.here a
 {
 	color: #0d0e1a;
	font-weight: bold;
	background: #edf1f4 url(../i/nav_bg_right.gif) no-repeat 100% 0px;
}

#nav_list li li.here a,
#nav_list li.here li.here a,
#nav_list li li.here a:hover{
 	color: #fff;
	font-weight: bold; 
	background: #256DB7 none;
}

#nav_list li li {
	margin: 0px;
	padding: 0px;
	width: 200px;
	background: none;
	border: 0px none #fff;
}

#nav_list li li img{
	float: left;
	margin-right: 5px;
	margin-top: 6px;
	vertical-align: middle;
}

#nav_list li li a,
#nav_list li.here li a {
	width: 182px;  
	font-weight: normal;
	color: #FFF;
	background: transparent none;
}



/* #content_top .icons_list_horizontal */
#content_top{
	overflow: visible;
	z-index: 1;
	height: 33px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content_top .icons_list_horizontal{
	position: relative;
	margin: 4px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	text-align: right;
	color: #68798a;
	font-size: 11px;
}
#content_top .icons_list_horizontal li.sep{
	padding: 0px 10px 0px 0px;
}
#content_top .icons_list_horizontal li.sep img{
	padding: 0px 10px 0px 0px;
}
#content_top .icons_list_horizontal li.sep a{
	text-decoration: underline;
}
 

/* bookmark_nav */
 
.bookmark_li a {
	display: block;
	/*width: 10em;*/
}

.bookmark_li li { /* all list items */
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/*  width: 10em; width needed or else Opera goes nuts */
}
 
.bookmark_li ul { /* second-level lists */
	position: absolute;
	clear: both;
	background: #fff;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #a6baca;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
.bookmark_li ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}
 
.bookmark_li:hover ul, 
.bookmark_li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
 


#content_top .icons_list_horizontal .bookmark_nav{
	position: absolute;
	right: 13px;
	top: 33px; 
}
#content_top .icons_list_horizontal .bookmark_nav li {
	list-style: none;
	background: url(../i/nav_bg_right.gif) no-repeat 100% -54px;
	line-height: 27px;
	height: 27px;
	padding: 0;
	margin: 0px;
	width: 200px;
	background: none;
	border: 0px none #fff;
}

#content_top .icons_list_horizontal .bookmark_nav li a {
	display: block;
	float: left;
	padding: 0 9px 0 9px;
	margin: 0px;
	height: 27px;
	display: inline;
	text-decoration: none;	
	overflow: hidden;
	width: 182px;  
	font-weight: normal;
	text-align: left;
}

#content_top .icons_list_horizontal .bookmark_nav li a:hover{
	font-weight: normal;
	background: #edf1f4;
}

#content_top .icons_list_horizontal .bookmark_nav li img{
	float: left;
	margin-right: 10px;
	padding: 0px; 
	margin-top: 6px;
	vertical-align: middle;
}


/* left_col_form */

.left_col_form {
	border: 1px solid #c5d1d9;
	margin-top: -1px;
}

.left_col_form .content {
	margin: 10px 14px 5px 10px;
}

.left_col_form_nav{
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 166px;
	position: relative;
	z-index: 100;
}

.left_col_form_nav li{
	margin: 0px 2px 0px 0px;
	padding: 0px;
	height: 24px;
	float: left;
	font-size: 11px;
	line-height: 24px;
	margin-bottom: 0px;
	border: 0px none #fff;
	display: inline; 
	overflow: hidden; 
}
.left_col_form_nav li a{
	margin: 2px 0px 0px 0px;
	padding: 0px 3px;
	height: 24px;
	float: left;
	font-size: 11px;
	line-height: 24px;
	background-color: #dde4ea;
	border: 1px solid #c5d1d9;
	border-width: 1px 1px 1px 1px;
	display: inline; 
}
.left_col_form_nav li.here{
	margin-top: 0px;
	height: 26px;
}
.left_col_form_nav li.here a{
	background-color: #edf1f4;
	font-weight: bold;
}

/* search */

#header {
	overflow: visible;
	z-index: 100;
}

/*#header .search_text{
	position: absolute;
	top: 10px;
	right: 132px;
	width: 150px;
	height: 18px;
	border: 1px solid #d1d1d1;
	background: url(../i/search_text_bg.gif) repeat-x;
}

#header .search_select{
	position: absolute;
	top: 10px;
	right: 85px;
	width: 40px;
	height: 18px; 
	padding: 0px;
	border: 1px solid #d1d1d1;
	z-index: 110;
}*/

#header .search_select{
	position: absolute;
	top: 10px;
	right: 238px;
	width: 60px;
	height: 18px;
	border: 1px solid #d1d1d1;
	background: url(../i/search_text_bg.gif) repeat-x;
}

#header .search_select select{
	width: 60px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	border: 0px none #fff;
	font: 12px Arial, Helvetica, sans-serif;
}

#header .search_text{
	position: absolute;
	top: 10px;
	right: 82px;
	width: 150px;
	height: 18px;
	border: 1px solid #d1d1d1;
	background: url(../i/search_text_bg.gif) repeat-x;
}

#header .search_text input{
	width: 188px;
	height: 14px;
	margin: 1px 2px 0px 2px;
	border: 0px none #fff;
	background-color: transparent;
	font: 12px Arial, Helvetica, sans-serif;
}

#header .search_button{
	position: absolute;
	top: 10px;
	right: 12px;
	width: 65px;
	height: 20px;
}


/* select script style */

#iconselect {
	background: url(../includes/dd_arrow.gif) no-repeat 100% 1px;
	height: 16px;
	width: 37px;
	font: 13px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-top: 2px;
}
.selectitems {
	width:30px;
	height: 19px;
	border-bottom: dashed 1px #ddd;
	padding-left: 10px;
	padding-top: 3px;	
}
.selectitems span {
	margin-left: 0px;
}
#iconselectholder {
	width: 40px;
	display:none;
	position:absolute;
	background-color:#FFF;
	border: 1px solid #ddd;
}
.hoverclass{
	background-color:#eee;
	cursor: pointer;
}
.selectedclass{
	background-color: #EDF1F4;
}
.table_data .table_data_name{
	width: 80px; 
	overflow: hidden;
}



/* Стили для страницы с организацией. Добавлено 13-05-2009.
============================================================= */



.org_header{
	width: 100%;
}

.org_header .col_left{
	margin-right: 200px;
}

.org_header .col_right{
	float: right;
	width: 260px;
	border: 1px solid #FADB91;
	color: #9F9686;
	position: relative;
	z-index: 1;
}
.org_header .col_right .edit{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
.org_header .col_right table{
	width: 220px;
	margin: 5px;
	border: 0px none transparent;
	color: #9F9686;
}

.org_header .col_right table td,
.org_header .col_right table th{
	width: 20px;
	margin: 0px;
	border: 0px none transparent;
	color: #9F9686;
	background: #fff;
	font-size: 11px;
	padding: 0px 5px;
	text-align: left;
	width: 50%;
}

.org_action{   
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	width: 90%;  
}

.org_action li{
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
	background: none;
	height: 20px;
}

.org_action li img{
	vertical-align: middle;
	margin-right: 2px;
}

.org_action li a{
	font-weight: bold;
	text-decoration: underline;
	color: #0066BC;
}

.org_cols50{
	width: 100%;
	margin: 20px 0 0;
}

.org_cols50 .col_left{
	width: 52%;
	float: left;
}

.org_cols50 .col_right{
	width: 42%;
	float: right;
} 
.org_data{
	width: 100%;
}
.org_data th{
	background: #fff url(../i/dotted_line.gif) repeat-x 0px 5px;
	padding: 7px 0px;
	border: 0px none transparent;
	text-align: left;
	width: 30%;
	color: #25282c;
	vertical-align: top;
	font-weight: normal;
}
.org_data td{
	padding: 7px 0px;
	border: 0px none transparent;
	color: #25282c;
	vertical-align: top;
}
.org_data th span{
	background-color: #fff;
	cursor:pointer;
}

.org_data td a{
	color: #0066bc;
	text-decoration: underline;
}

.table_header_line{
	margin: 7px 0px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d9df;
}
.table_header_line h2{
	margin: 2px 0px 0px 0px;
	padding: 0px;
	color: #0d0e1a;
	font-size: 12px;
}
.table_header_line img{
	vertical-align: middle;
	margin-right: 2px;
}



/* nav_table */
.nav_table{
	margin: 5px 0 20px;
}
.nav_table_header{
	margin: 0px 0px;
	padding: 0px;
	height: 27px;
	overflow: hidden;
}
.nav_table_header li {
	list-style: none;
	background: url(../i/nav_table_header_bg_right.gif) no-repeat 100% -54px;
	margin: 0 5px 0 0px;
	float: left;
	display: inline; 
	line-height: 27px;
	height: 27px;
	padding: 0;
}

.nav_table_header li img {
	vertical-align: middle;
	margin-right: 3px;
}

.nav_table_header li a:link, 
.nav_table_header li a:visited, 
.nav_table_header li a:hover {
	color: #697a8b;
	float: left; 
	padding: 0px 9px 0 9px;
	height: 27px;
	display: inline;
	text-decoration: none;
	font-weight: bold; 	
}
.nav_table_header li span{
	display: block;
	float: left;	
	height: 27px; 
	background: transparent url(../i/nav_table_header_bg_left.gif) no-repeat 0px 0px;
}

.nav_table_header li a:hover {
 	color: #25282c;
	background: #E7EBEF url(../i/nav_table_header_bg_right.gif) no-repeat 100% -27px;
}

.nav_table_header li.here a:link,
.nav_table_header li.here a:visited
 {
 	color: #25282c;
	background: #E7EBEF url(../i/nav_table_header_bg_right.gif) no-repeat 100% 0px;
}

.nav_table_content{
	padding: 5px;
	background-color: #E7EBEF;
}

.nav_table_content table{
	background-color: #fff;
	margin: 0px;
}

.nav_table_content table.table_data td{
	border-top: 0px none;
}

.nav_table_content .marked_grey td,
.nav_table_content .marked_grey a{
	color: #86939f;
}

.nav_table_content table.table_data{
	margin: 0px 0px 5px 0px;
}
.nav_table_content_padding{	
	background-color: #fff;
	position:relative;
	padding: 0px 10px;
}

.nav_table .page_nav{
	float: right;
	width: 200px;
	text-align: right; 
	font-size: 11px;
	color: #8090a1;
	line-height: 1.8em;
}
.nav_table .page_nav img{
	vertical-align: middle; 
}
.nav_table .page_nav .page_nav_text{
		margin: 0 5px;
}


/* Для каждой таблицы прописываем ID и класс столбца */

#zvonki .date{
	width: 25%;
}

#zvonki .resolution{
	width: 25%;
}

#files .date{
	width: 20%;
}

#files .name{
	width: 50%;
}

.contacts_table table.table_data td{
	border-top: 0px;
}




.ajax_edit img{
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: top; 
}
.ajax_edit{
	padding: 0px !important;
}
.ajax_edit img{
	float: right;
}
.ajax_edit .input{
	width: 85%;
	float: left;
	margin-right: 10px;
}
.ajax_edit input{ 
	vertical-align: middle; 
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999999; 
	background-color: #EDF1F4;
	margin: 0px !important;
	padding: 3px 2px 0px 2px; 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.ajax_edit select{ 
	vertical-align: middle; 
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999999; 
	background-color: #EDF1F4;
	width: 100%;
	padding: 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.ajax_edit textarea{ 

	vertical-align: middle; 
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #999999; 
	background-color: #EDF1F4;
	width: 100%;
	height: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}





/* == Message box == */

#messagebox, #messagebox_ifr{
	display: block;
	width: 460px;
	height: 520px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -230px;
	background: #fff;
	border: 8px solid #18608f;
	z-index: 199;
	overflow: auto;
}
#messagebox_ifr{z-index: 8;	background: transparent;}
html>body #messagebox_ifr{display: none;}/* For Opera & FF */

#messagebox form{
	margin: 15px 20px;
	padding: 0px;
}

#messagebox .title{
	background: #EEF6FF;
}

#messagebox h2{
	font-size: 21px;
	margin: 0px 20px;
	padding: 20px 0;
}

#messagebox h3{
	font-size: 14px;
	margin: 20px 0px 10px 0px;
	color: #0D0E1A;
}

#dis_all{ 
height:auto !important;
height:100%;
min-height:100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 197;
	background: transparent url(../i/spacer.png) repeat;

}  


/* меняю дизайн формы */

.form .formw .text{
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #EDF1F4;
}

.form .formw select{
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
	border-style: solid;
	background-color: #EDF1F4;
	padding: 2px;
	margin: 0px;
}

.form .formw input.text:focus, 
.form .formw textarea.text:focus, 
.form .formw select.text:focus {
	border-width: 1px 0px 0px 1px;
	border-color: #999999;
	background-color: #F5F7F8;
}
  
.all{
	position: relative;
	height: 100%;
}

#content_top .icons_list_horizontal,
#content_top .icons_list_horizontal .bookmark_nav{
	z-index: 10;
}
/*для внешнего оформления сайта */
.logo {
	position: absolute;
	top: 8px;
	left: 21px;
	width: 70%;
}

.header {
	/*background: url('../i/header_grad.gif') repeat-x;*/
	background-color: #FFF;
	position: relative;
	height: 80px;
}
/*------------------------------*/