@charset "utf-8";

BODY {
	width: 100%;
	height: 100%;
	background: #eaf1f7;
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
	color: #000;
	margin: 0;
	padding: 0;
}
DIV, P, TABLE, TH, TD {
	font-family: Helvetica, Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
	color: #000;
}
FORM {
	margin: 0;
	padding: 0;
}
INPUT, SELECT, TEXTAREA {
	font-size: 8pt;
	border: 1px solid #7babd9;
}
INPUT:focus, SELECT:focus, TEXTAREA:focus {
	background-color: #FFFFE5;
}
INPUT[type="radio"] {
	background: none;
	border: 0;
}
INPUT[type="button"], INPUT[type="submit"] {
	background: #eaf1f7;
}
INPUT[disabled="disabled"] {
	background: #FF0000;
}
INPUT[disabled="disabled"] {
	background: #FF0000;
}

INPUT.small {
	width: 40px;
}

FIELDSET {
	background: #f2f2f2;
	border: 1px solid #cccccc;
}

IMG {
	border: none;
	margin: 0;
	padding: 0;

}
A:link, A:visited {
	color: #2172e3; text-decoration: none;
}
A:hover {
	color: #2172e3;	text-decoration: underline;
}
P {
	text-align: justify;
}
H1 {
	font-size: 12pt;
	color: #1e76da;
	margin: 10px 0 10px 0;
}
H2 {
	color: #1e76da;
	font-size: 10pt;
	margin: 25px 0 10px 0;
}

H3{
	color: #1e76da;
}


/* Page */
#page {
	width: 960px;
	background: #FFF;
	border-top: none;
	border-right: 1px solid #7babd9;
	border-bottom: 1px solid #7babd9;
	border-left: 1px solid #7babd9;
	padding: 0;
	margin: 0 auto;
	
}


/* Logo */
#logo {
	width: 960px;
	height: 209px;
	/*background: red;*/
	background: url(/skins/krepost/logo-krepost.jpg) no-repeat  #F2F2F2;
}
/* Menu */
#menu {
	width: 960px;
	height: 30px;
	background: #eaf1f7;
}

#header {
	width: 960px;
	height: 250px;
	padding: 0;
	margin: 0 0 5px 0;
}
#content {
	min-height: 500px;
	padding: 0;
	margin: 0 230px 0 230px;
	}
#extended-content {
    min-height: 500px;
    /*padding: 10px;*/
    width: 960px;
}		

#counters {
	clear: both;
	width: 960px;
}	
#copyright {
	clear: both;
	font-size: 8pt;
	color: #2179e3;
	padding: 10px 15px 10px 15px;
	margin: 0;
}


/* Panels */

DIV.separator{	
	margin: 10px 0 0 0;
}

#page .panel-left {
	float: left;
}
#page .panel-right {
	float: right;
}

/* Left Menu */
#page .menu {
	width: 200px;
	min-height: 280px;
	padding: 10px 10px 10px 0px;
	margin: 0;
}
#page .menu .top {
	background: url(/skins/krepost/menu.top.gif) no-repeat;
	height: 15px;
}
#page .menu .body {
	/*background: url(/skins/krepost/menu.krepost.gif) 6px 90% no-repeat #F2F2F2;*/
	/*background: #eaf1f7;*/
	min-height: 250px;
	padding-left: 5px;
}

#page .menu .search-body {
	background: #eaf1f7;
	min-height: 50px;
	padding: 0 0 0 20px;
}

#page .menu .search-body H2{
	font-size: 12pt;
	font-family: "Arial Narrow", "Arial", "Tahoma", "Sans-Serif";
	font-weight: normal;
	line-height: 1em;
	color: #1e76da;
	padding: 0 0 10px 50px;
	margin: 0;
}

DIV.registration-body{
	background: #eaf1f7;
	min-height: 90px;
	padding: 0 10px 0 10px;
}

#page .menu .body H2 {
	font-size: 12pt;
	font-family: "Arial Narrow", "Arial", "Tahoma", "Sans-Serif";
	font-weight: 600;
	line-height: 1em;
	color: #1e76da;
	padding: 0 0 10px 50px;
	margin: 0;
}
#page .menu .body DL {
	padding: 0;
	margin: 0 0 0 40px;
	/*border-left: 1px solid #999;*/
}
#page .menu .body DL DT {
	float: right;
	width: 40px;
	line-height: 2em;
	padding: 0;
	margin: 0;
}
#page .menu .body DL DD {
	/*background: url(/skins/krepost/separator.horizontal.gif) 0% 100% repeat-x;*/
	line-height: 2em;
	padding: 0;
	margin: 0 5px 0 5px;
}
#page .menu .body DL DD:last-child {
	background: none;
}
#page .menu .bottom {
/*	clear: both;*/
	background: url(/skins/krepost/menu.bottom.gif) no-repeat;
	height: 15px;
}

/* Right Menu */
#page .info {
	width: 200px;
	min-height: 280px;
	/*background: url(/skins/krepost/separator.vertical.gif) 0% 0% repeat-y; */
	padding: 10px 0px 10px 10px;
	margin: 0;
}
#page .info .top {
	background: url(/skins/krepost/menu.top.rev.gif) no-repeat;
	height: 15px;
}
#page .info .body {
	background: url(/skins/krepost/menu.krepost.rev.gif) 166px 30% no-repeat #F2F2F2;
	background: #eaf1f7;
	min-height: 250px;
	
}

#page .info .body DL DD {
	background: url(/skins/krepost/separator.horizontal.gif) 0% 100% repeat-x;
	line-height: 2em;
	padding: 0;
	margin: 0 5px 0 5px;
}
#page .info .body DL DT {
	float: right;
	width: 40px;
	line-height: 2em;
	padding: 0;
	margin: 0;
}
#page .info .bottom {
/*	clear: both;*/
	background: url(/skins/krepost/menu.bottom.rev.gif) no-repeat;
	height: 15px;
}
#page .info .body DL {
	padding: 0;
	margin: 0 10 0 0;
}
#page .info .body Dl {
margin: 0px 10px 0px 0px;
	
}
#page .info H2 {
	font-size: 12pt;
	font-family: "Arial Narrow", "Arial", "Tahoma", "Sans-Serif";
	font-weight: 600;
	line-height: 1em;
	color: #1e76da;
	padding: 0 0 10px 10px;
	margin: 0px 40px 0px 0px;	
}
#page .info UL {
	text-align: right;
	padding: 0;
	margin: 0;
}
#page .info UL LI {
	line-height: 2em;
	list-style-type: none;
	padding: 0;
	margin: 0;
}



/* System Messages */
#system-message {
	font-size: 10pt;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 15px 0;
}

/* System Standard Messages */
#system-message UL {
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 16px;
}
#system-message UL LI {
	line-height: 16px;
	color: #333;
	list-style: none;
	padding: 0 0 0 24px;
	margin: 2px 0 2px 0;
}
#system-message UL.message LI {
	background: url(/skins/krepost/icon_info.png) no-repeat;
	color: #039;
}
#system-message UL.error LI {
	background: url(/skins/krepost/icon_error.png) no-repeat;
	color: #A00;
}


/* Text Styles */
.center {
	text-align: center;
}
.gray {
	color: #999999;
}
.yellow {
	color: #FFBB00;
}
.red {
	color: #AA0000;
}
.blue {
	color: #0066CC;
}
.navy {
	color: #000099;
}
P.right{
	text-align:right;
}

/* Front-Page */
TABLE TR {
	vertical-align: top;
}
TABLE.it {
	width: 48%;
	border: 3px outset green;
	margin: 0 0 15px 0;
}
TABLE.it TD.separator {
	width: 1%;
}
TABLE.it TD {
	width: 20%;
	text-align: center;
	padding: 3px;
}
TABLE.address TD {
	width: 21%;
}

/* Admin Styles */
DIV.body-admin{
	width: 230px;
	padding: 0 0 0 30px;
	background: url(/skins/krepost/menu.krepost.gif) 6px 90% no-repeat #F2F2F2;
}

DIV.admin-logo{
	width: 960px;
	height: 209px;
	background: url(/skins/krepost/logo-krepost.jpg) no-repeat  #F2F2F2;
}


#menu-admin {
	width: 240px;
	float: left;
}
#content-admin {
	width: 720px;
	float: left;
}
#copyright-admin {
	clear: both;
}



 /*DataGrid*/
.data_search{    
    margin: 0px;
    padding: 0px;
}

.data_search .dinput{
    border: 1px solid #7babd9;
    width: 100%;
}
.data_search .dsubmit{
    border: 1px solid #7babd9;
    background-color: #eaf1f7;
}

.data_sort {    
    margin: 0px;
    padding: 0px;
    color:#666666;
}

.data_sort a{
    display:block;
    text-decoration:underline;
    color:#000000;
}

.data_sort a:hover{
    text-decoration:underline;
}

.data_column{
	background: #ffffff;
}
.data_column .Odd td{
	background: #eeeeee;
}
.data_column .Even td{
	background: #eaf1f7;
}

.data-user{
	width: 485px;
}

.data{
	background: #ffffff;
	border: 1px solid #7babd9;
}

.data .link a ,.data-user .link a{
    display:block;
    text-decoration:none;
}

.data .link a:hover, .data-user .link a:hover{
    text-decoration:none;
	background: #ffffff;
}
.data th, .data-user th{
	font-weight: bold;
	color: #000000;
	background: #eaf1f7;
	text-align: center;
}
.data .Odd td ,.data-user .Odd td{
	background: #f3f9ff;
}
.data .Even td ,.data-user .Even td{
	background: #eaf1f7;
}

/* Quick Form */
.quick-form-left{
	text-align: right;
}

/* Resume */

TABLE.form {
	width: 480px;
	border: 1px solid #7babd9;
	background: #eaf1f7;
	padding: 2px;
	font-weight: 400;
}

.form INPUT[type="text"] {
	width:250px;
}
.form SELECT {
	width: 250px;
}

.form INPUT[type="text"]{
	width: 300px;
}

/* Vacancy */

TABLE.form TABLE.resume{
	border: 1px solid #cccccc;
	background: #f2f2f2;
	padding: 2px;
	font-weight: 400;
}
DIV.datagrid {
	height: 400px ;
}

/* Additional Menu */

ul.aditional-menu {
	text-align: left;
	margin: 0;
	padding: 0;
}

ul.aditional-menu li {
	display: inline;
	list-style-type: none;
	padding: 0 5px 0 0;
	margin: 0;
}

a.aditional-menu {
	color: #339900 !important;
	font-size: 16px;
	text-align: right !important;
	padding: 0 10px 0 0;
}

a.aditional-menu-selected {
	color: #676566 !important;
	font-size: 16px;
	text-align: right !important;
	padding: 0 10px 0 0;
}

/* Vacancy Form */
TABLE.vacancy_form {
	width: 490px;
	border: 1px solid #cccccc;
	background: #f2f2f2;
	padding: 2px;
	margin: 2px;
}


/* Menu */
  .navhead {
  font-weight: bold;
  /*background-color: #ccc;*/
  color: blue;
  text-decoration: underline;
  cursor: pointer;
  }

  #navbody1, #navbody2 { visibility: hidden; }
  
/* New button Style */
/*Default button*/
.default_button_container {
	background: transparent url(/skins/krepost/Button/button_background_left.png) no-repeat left top;
	float: left;
}
.default_button_container input {
	background: transparent url(/skins/krepost/Button/button_background_right.png) no-repeat right top;
	height: 22px;
	border: none;
	cursor: pointer;
	font-weight: bolder;
	padding: 0px 15px 0px 15px;
}
DIV.separator {
	clear: both;
	height: 10px;
}

/* Latest News Container */
DIV.latest-news-container {
	width:200px;
}

DIV.latest-news-container DIV.latest-news-content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top:4px;
	text-align: left;
}

DIV.latest-news-container DIV.latest-news-content A {
	/*float: right;*/
}

/* News Detailes */
TABLE.news-detailes {
	border-collapse: collapse;
	border: 1px solid #7babd9;
	background: #f3f9ff;
}

TABLE.news-detailes TR TD {
	padding: 5px;
}

/* News Categories */
TABLE.news-categories {
	border-collapse: collapse;
	border: 0px solid #7babd9;
	background: #eaf1f7;
	width: 170 px;
}
TABLE.news-categories TR TD {
	padding: 5px;
}
TABLE.news-categories TR TD H2 {
	color: #000 !important;
	font-weight: 600;
}

#content {
overflow: hidden;
width: 500px;
}