/* ~~~ [regular classes/selectors definitions] ~~~ */

BODY, PRE, TD, LI, UL, FORM, INPUT, OL, DL, SELECT, TEXTAREA {
      font-family: Arial, arial narrow;
      font-size: 9pt;
      margin: 0px;
      padding: 0px;
	vertical-align: top;
}

body {
      
      margin: 0px 5px 0px 5px;
      padding: 0px;
	color: #343434;
}

a, a:hover, a:visited {
	color: #9F0A0C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


p {
	margin: 0px 10px 0px 5px; 
	text-indent: 0px;
}

h3 {
	padding-left: 38px;
	color: #9f0a0c;
	font-weight: bold;
	font-size: 10pt;
	background: url(img/h3-bg.jpg) no-repeat left 3px;
}


form.mail span {
	display: block;
	width: 50px;
	float: left;
}

.t1 {
	font-size: 14px;
	padding-top: 40px;
	font-weight: bold;
	color: #9F0A0C;
	color: #4E4D4D;
	margin-bottom: 8px;
	text-align: center;
}

.t2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 7px 0px 13px 10px;
	padding-left: 20px;
}


.t3 {
	font-size: 8pt;
	color: #B11E1E;
	font-weight: bold;
	margin-top: 15px;

}

.t4 {
	font-size: 10pt;
	color: #7E0000;
	font-weight: bold;
	padding-left: 6px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~Header~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header {
	background: url(img/topline_bg.jpg) repeat-x;
	height: 181px;
}

#topmenu {
	height: 15px;
	position: absolute;
	right: 10px;
	top: 8px;
}

#topmenu a {
	display: inline;
	color: #7e0000 !important;
	padding: 0px 15px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.last {
	border-right: none !important;
}
#topmenu a:hover {
	text-decoration: underline;
}

.border {
      border-right: 1px solid #000000;
}

.headerimg {
	width: 100%;
	height: 125px;
	float: left;
}

.bgim {
	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~Main menu~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#mainmenu {
	display:table;
	width: 100%;
	float: left;
}


#mainmenu ul {
      display:table-row;
	margin:0;
	padding:0;
	list-style: none;
}

		
#mainmenu li {
	display:table-cell;
	margin:0;
	padding:0 4px;
	white-space:nowrap;
	text-align:center;

}



#mainmenu li a {
	display: block;
	line-height: 35px;
	color: #7E0000;
	text-align: center;
	font-weight: bold;
	padding:0 5px;
	text-decoration: none;
}


#mainmenu li a:hover {
	text-decoration: underline;
}

#mainmenu  a {
	display: block;
	line-height: 35px;
	color: #7E0000;
	text-align: center;
	font-weight: bold;
	padding:0 5px;
	text-decoration: none;
}


#mainmenu  a:hover {
	text-decoration: underline;
}


.mmborder {
	border-right: 1px solid #8F8F8F;
}

.menuline {
	width: 100%;
	height: 18px;
	background: url(img/menuline.jpg) repeat-x;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~Journals~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.journal {
	width: 100%;
	float: left;
}

.journalstop {
	background: url(img/journals_top.jpg) no-repeat top;
	height: 175px;
	width: 219px;
	text-align: left;
}

.journalsbody {
	background: url(img/journals_body.jpg) repeat-y;
	width: 219px;
	height: 100%;
	margin: 0;
	text-align: left;
}

.journalsbottom {
	background: url(img/journals_bottom.jpg) no-repeat top;
	height: 19px;
	width: 219px;
}

.journal ul {
	list-style: none;
	padding-top: 5px;
}

.journal li a {
	display: inline;
	line-height: 25px;
	background: url(img/marker.gif) no-repeat left;
	color: #9F0A0C;
	font-weight: bold;
	padding-left: 20px;
	text-decoration: none;
}

.journal li a:hover {
	text-decoration: underline;
}

.journalsbody ul {
	list-style: none;
	margin-left: 102px;
	margin-top: -4px;
}

.empt {
	width: 100%;
	float: left;
}

.wrapper {
	FLOAT: left; WIDTH: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~ Left column~~~~~~~~~~~~~~~~~~~~~~~*/

.leftcolumn {
	width: 220px;
	float: left;
}

.formtitle {
	width: 200px;
	height: 37px;
	background: url(img/blocktop_bg.jpg) no-repeat left;
	margin-top: 20px;
	color: #7E0000;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px 0px 0px 20px;
}

/*.leftcolumn ul {
	list-style: none;
	width: 199px;
}

.leftcolumn ul li {
	display: block;
	background-color: #ABABAB;
	border-top: 1px solid #7E0000;
	height: 36px;
	text-align: right;
}

.leftcolumn ul li a {
	display: inline;
	background: url(img/marker1.jpg) no-repeat left;
	line-height: 36px;
	text-align: right;
	padding-right: 5px;
	padding-left: 15px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.leftcolumn ul li a:hover {
	COLOR: #EBEBEB;
}

.leftcolumn ul ul{
	list-style: none;
	width: 199px;
}


.leftcolumn ul ul li {
	display: block;
	height: 20px;
	border: none;
}

.leftcolumn ul ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding-left: 10px;
	background: url(img/marker2.jpg) no-repeat left;
	background-color: #F8F8F8;
	color: #7e0000;
}

.leftcolumn ul ul li a:hover {
	background-color: #EBEBEB;
	color: #7e0000;
}*/

.maincat {
	width: 199px;
	background-color: #ABABAB;
	border-top: 1px solid #7E0000;
	height: 36px;
	text-align: right;
	foat: left;
}

.maincat span {
	display: inline;
	background: url(img/marker1.jpg) no-repeat left;
	line-height: 36px;
	text-align: right;
	padding-right: 5px;
	padding-left: 15px;
	color: #ffffff !important;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

.maincat a:hover {
	COLOR: #EBEBEB;
}

.leftcolumn ul{
	list-style: none;
	width: 199px;
}


.leftcolumn ul li {
	display: block;
	background: url(img/marker2.jpg) no-repeat left;!important
	height: 20px;
	border: none;
}

.leftcolumn ul li a {
	display: block;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	background: url(img/menu_marker.gif) no-repeat left;
	background-color: #F8F8F8;
	color: #7e0000 !important;
}


.leftcolumn ul li a:hover {
	background-color: #EBEBEB;
	color: #7e0000;
}




/*~~~~~~~~~~~~~~~~~~~~~~~Main column~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.maincolumn {
	MARGIN: 28px 240px;
	//overflow: hidden;
}


.newstitle {
	background-color: #D9D9D9;
	width: 99%;
	height: 26px;
	line-height: 26px;
	margin-bottom: 20px;
	color: #7E0000;
	font-size: 12pt;
	font-weight: bold;
	
}

.newsblock {
	border-bottom: 1px solid #CDCDCD;
	margin: 0px 5px 20px 5px;
}

a.morelink {
	display: block;
	width: 65px;
	line-height: 12px;
	height: 12px;
	background: url(img/link_bg.gif) no-repeat right;
	background-color: #787878;
	color: #ffffff !important;
	font-size: 8pt;
	margin-left: auto;
	margin-right: 15px;
	padding-left: 2px;
	text-decoration: none;
}

.date {
	width: 70px;
	float: left;
	text-align: center;
	font-size: 10pt;
	color: #898989;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

.news {
	margin-left: 70px;
	border-left: 1px solid #CDCDCD;
	padding-bottom: 5px;
}

div.newsbody {
	margin-bottom: 8px;
}

.onenewsdate {
	background-color: #7e7e7e;
	color: #ffffff;
	font-size: 7pt;
	padding-left: 2px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~Right column~~~~~~~~~~~~~~~~~~~~~~~~*/

.rightcolumn {
	FLOAT: left; 
	MARGIN-LEFT: -220px; 
	WIDTH: 200px;
}

.inp {
	border: 1px solid #A7A7A7;
	margin-bottom: 5px;
	width: 120px;
}

.regdiv {
	float: left;
}

.regdiv a {
	font-size: 8pt;
}

.gobtn {
	width: 33px;
	height: 21px;
	float:right;
	margin-right: 3px;
	background: url(img/go_btn.jpg) no-repeat left top;
	border: none;
}

.registration {
	width: 177px;
	height: 110px;
	margin-left: 1px;
	padding: 10px;
	background: url(img/form1_bg.jpg) repeat-x;
	background-color: #DDDDDD;
	border: 1px solid #B2B2B2;
}

/*
#langmenu {
	width: 177px;
	margin-left: 1px;
	padding: 10px;
	background: url(img/form1_bg.jpg) repeat-x;
	background-color: #DDDDDD;
	border: 1px solid #B2B2B2;
	text-align: center !important;
}

*/

#subsmenu {
	width: 177px;
	margin-left: 1px;
	padding: 10px;
	background: url(img/form1_bg.jpg) repeat-x;
	background-color: #DDDDDD;
	border: 1px solid #B2B2B2;
}


#langmenu {
	padding: 3px;
	position: absolute;
	top: 89px;
	right: 15px;
	font-size: 11pt;
	white-space: nowrap;
}

#langmenu a {
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 10px;
}

#langmenu img {
	padding: 0px 10px;
}

.registration a {
	display: block;
	float: left;
	color: #5F5F5F;
}

.registration a:hover {
	text-decoration: none;
}


.mail {
	width: 177px;
	height: 54px;
	margin-left: 1px;
	padding: 10px;
	background: url(img/form2_bg.jpg) repeat-x;
	background-color: #DDDDDD;
	border: 1px solid #B2B2B2;

}

.search {
	width: 177px;
	height: 53px;
	margin-left: 1px;
	padding: 10px 10px 5px 10px;
	background: url(img/form3_bg.jpg) repeat-x;
	background-color: #DDDDDD;
	border: 1px solid #B2B2B2;

}

.s {
	width: 130px;
	height: 17px;
	float: left;
	font-size: 8pt;
}

.radio {
	width: 15px;
	height: 15px;
	float: left;
	margin: 2px 20px 0px 10px;
	
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~Footer~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.bottomline {
	background: url(img/bottomline_bg.jpg) repeat-x;
	height: 16px;
	width: 91%;
	float: left;
	margin: 5px 0px 30px 0px;
}

.emd {
	width: 4%;
	float: left;
}


.footerl {
	width: 65%;
	float: left;
	padding-left: 100px;
}

.footerr {
	width: 35%;
	float: right;
}

.footerr a {
	color: #003885;
	text-decoration: underline;
	display: block;
	height: 20px;
}

.footerr a:hover {
	color: #C70000;
}



/* ~~~ [form definitions] ~~~ */

.csc-mailform {
        border: 1px solid #aaaaaa;
        padding: 20px;
        padding-top: 30px;
}

.csc-mailform label {
        width: 200px;
        font-weight: bold;
        display: block;
        float: left;
}

.csc-mailform input, .csc-mailform textarea, .csc-mailform select  {
        border: 1px solid #777777;
        width: 260px;
        color:#000033;
        margin-bottom: 10px;
}

.csc-mailform-submit {
        width: 200px !important;
        margin-left: 200px;

}

#podborbutton {
	width: 155px !important;
}

#loginsave {
	width: auto !important;
}	

ul.registration li {
	list-style: none;
}

ul.registration li a {
	display: block;
	float:none;
	height: 22px;

}


.maincolumn p {
	margin: 8px 10px 10px 5px !important; 
	text-indent: 18px;
	text-align: justify;
}

.maincolumn table p {
	margin: 4px 0px 5px 0px !important; 
	text-indent: 0px;
}

/* ~~~ [sections definitions] ~~~ */


ul.sections li {
	list-style: none;
	margin-bottom: 30px;
}

ul.sections li div {
	background-color: #efefef;
	border-left: 1px solid #b11e1e;
	padding: 6px 9px;
	margin-bottom: 5px;
	color: #b11e1e;
	font-weight: bold;
}
ul.sections li ul li {
	list-style: url(img/arrow-bg.gif) outside;
	background-color: #ffffff;
	border: none;
	padding: 6px 9px;
	padding-bottom: 4px;
	margin: 0;
	margin-left: 24px;
	padding-left: 0px;
}

ul.sections li ul li a {
	font-weight: bold;
	color: #585858;
}

/* ~~~ [tabs menu definitions] ~~~ */

.tabmenu{
	padding: 0 15px;
	margin-left: 0;
	border-bottom: 1px solid #bcbcbc;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	margin-bottom: 15px;
}

.tabmenu td {
	border: 1px solid #dedede;
	border-bottom: none;
	padding: 3px 7px;
}
.tabmenu td a{
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	color: #7e0000;
}

.tabmenu td a:visited{
color: #7e0000;
}

.tabmenu td a:hover{
background-color: #ffffff;
color: black;
}

.tabmenu td a:active{
color: #7e0000;
}

/* ~~~ [vacancies block definitions] ~~~ */

div.vacheader {
	background-color: #9c0000;
	color: #fff;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	padding: 3px 8px;
	margin-top: 40px;
}

div.vacheader span {
	display: block;
	float: right;
	width: auto !important;
	font-size: 9pt;
}

td.vackey {
	background-color: #dedede;
	width: 20%;
	padding: 2px 5px;
	font-weight: bold;
}

td.vacval {
	background-color: #ededed;
	width: 30%;
	padding: 2px 5px;
}

/* ~~~ [forms definitions] ~~~ */

td.sflabel {
	background-color: #eaeaea;
	padding: 3px 5px;
	width: 168px;
}
td.sfvalue {
	background-color: #eaeaea;
	padding: 3px 5px;
	white-space: nowrap;
}
td.sfvalue input {
	width: 315px;
	border: 1px solid #ababab;
}
td.sfvalue select {
	width: 315px;
	border: 1px solid #ababab;
}

td.sfvalue textarea {
	width: 315px;
	border: 1px solid #ababab;
}
td.sfheader {
	background-color: #cecece;
	padding: 0px 5px;
	line-height: 26px;
	color: #7e0000;
}
td.sfnote {
	background-color: #eaeaea;
	padding: 3px 5px;
}
input.sfind {
	width: 50px !important;
}
input.sfobl {
	width: 259px !important;
}
input.sfstreet {
	width: 183px !important;
}
input.sfhouse {
	width: 70px !important;
}
input.sfoff {
	width: 50px !important;
}
td.sjheader {
	background-color: #cecece !important;
	padding: 4px 5px;
	color: #7e0000;
}
table.signjournal td, table.signjournal th {
	background-color: #eaeaea;
}
table.signjournal th input {
	width: 50px;
	border: 1px solid #ababab;
}


ul#footermenu {
	clear: both;
	text-align: center;
	margin-top: 35px;
}

ul#footermenu li {
	list-style: none;
	display: inline;
	padding: 0px 15px;
}

ul#footermenu li a {
	color: #7e0000 !important;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

ul#footermenu li a:hover {
	text-decoration: underline;
}

#archive td h4 {
	background-color: #9c0000;
	font-size: 10pt;
	color: #ffffff;
	padding: 3px 2px;
}

#archive td h5 {
	background-color: #aaaaaa;
}

h2 {
	font-size: 11pt;
	color: #666666;
}

ul.magazines {
	list-style: none;
}

ul.magazines li {
	display: block;
	width: 49%;
	float: left;
	height: 24px;
	margin: 2px;
	background-color: #f7f7f7;
}

ul.magazines li a {
	line-height: 24px;
	padding-left: 12px;
}

div.olg-banner { width:468px; height: 60px; background: transparent url(http://glavbukh.ua/files/banners/2009/line/banner-olg-ua.png) no-repeat left top }

div.olg-banner:hover { background-position: 0px -60px }