ul, ol, dl, p, h1, h2, h3, h4, h5, h6 {
	margin-top: 10px; 
	margin-bottom: 0px; 
	padding-top: 0; 
	padding-bottom: 0; 
	}

img{
 border: none;
}

h2 {
	margin: 0px; 
	padding: 0px; 
        color: #f60;
/*	color:#005; */
	
	}
	
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0; 
	margin-bottom: 0; 
	}
	
h1 {font-size: 140%; }
h2 {font-size: 110%; }
h3 {font-size: 105%; }
h4 {font-size: 100%; }
h5 {font-size: 70%; }
h6 {font-size: 50%; }

.logo {font-size: 240%; }

.entry h1, .entry h2, .entry h3, .entry h4 {
	/*clear:both;*/
	}
	
a, a:link, a:visited, a:active {
	text-decoration: underline; 
	}
	
a:hover {
	text-decoration: none; 
	}
	
code, pre {
	font-family: "Courier New", Courier, monospace; 
	}
	
label {
	cursor: pointer; 
	}
	
table {
	font-size: 100%; 
	}
	
td, th {
	vertical-align: top; 
	}
	
body {
	font-size: 100.1%; 
	}

.style_table {font-size:0.9em; }
.style_table th {padding: 5px 10px 5px 10px; color:#fff; text-align:left; background:#B3B3B3; border:1px solid #B3B3B3;}
.style_table td {border:1px solid #B3B3B3; padding: 5px 10px 5px 10px;}


/* ------------------------------------- BASE LAYOUT ------ */

.clear-columns {
	clear: both; 
	}
	
#outer-column-container {
	border-left: solid 15em #fff;  /* Zlyuk*/
	border-right: solid 15em #fff; 
	}
	
#inner-column-container {
	width: 100%; 
	}
	
#source-order-container {
	float: left; width: 100%; margin-right: -1px; 
	}

/*Zlyuk*/	
#left-column {
	float: left; 
	margin-left: -15em; 
	width: 15em; 
	margin-right: 1px; 
/*	border: 1px solid #FF0000;*/
	}
#middle-column {float: right; width: 100%; margin-left: -1px;}
/*Zlyuk*/	
		
#right-column {
	float: right; 
	margin-right: -15em; 
	width: 15em; 
	margin-left: 1px;
	}
	
body {
	background-color: #ccc; 
	color: #000; 
	padding: 0; 
	margin: 14px 0; 
	}
	
#masthead {
	padding-top: 1px; 
	border-bottom: solid 1px #000; 
	}
	
/**************** change middle column left and right borders *****************/

#inner-column-container {
	border: solid 0px #000; 
	border-width: 0 0px; 
	margin: 0 -0px; 
	}
	
#middle-column div.rMenu-center {
	border-bottom: solid 1px #000; 
	}
	
#footer {
	border-top: solid 1px #000; 
	padding-bottom: 1px;
	}
	
.inside {
	margin: 10px; 
	}

/* -----------------------------------------------------------------------------------------------------------
------------------------------------- HACKS ------------------------------------------------------------------ 
------------------------------------------------------------------------------------------------------------ */

.clear-columns {/* hide from IE/Mac \*/ padding-bottom: 1px; margin-bottom: -1px;}
* html #page-container {/* \*/ height: 0.1%; position: relative;}
* html #middle-column, * html #left-column, * html #right-column, * html #source-order-container {/* hide from IE/Mac \*/ overflow: visible;/* hide from IE/Mac \*/ position: relative;}
* html #middle-column {margin-right: -4px; margin-right/* */: 0;}
* html #middle-column .inside {margin-right: 14px; margin-right/* */: 10px;}
* html #masthead, * html #footer {/* hide from IE/Mac \*/ height: 0.1%; height/**/: auto;}
* html #masthead .inside, * html #footer .inside {margin-top: 0; margin-bottom: 0; margin/* */: 10px;}
* html .inside {margin: 10px 0.75em; margin/* */: 10px;}
* html #inner-column-container {display: block;}
* html #source-order-container {margin-right: -100%; /* \*/ margin-right: -1px;}
#left-column, #right-column {position: relative;}
	
/******************************************************************************/

#page-container {
	font-size: 80%; 
	font-family: tahoma, candara, helvetica, verdana, arial, sans-serif; 
	}
	
#page-container, #inner-column-container, #masthead, #footer {
	border-color: #99a;
	}
	
#outer-column-container {
	border-left-color: #f6f6f6; 
	border-right-color: #e6e6e6;	
	}
	
#masthead {
	background-color: #f6f6f6;	
	}
	
#footer {
	background-color: #e6e6e6;
	}
	
#inner-column-container {
	background-color: #fcfcfc; 
	}
	
#left-column h3, #right-column h3 {
	margin-bottom: 0; 
	}
	
#right-column p, #right-column ul {
	margin-top: 0; 
	}
	
p.fontsize-set {
	text-align: center;
	}
	
p.fontsize-set input {
	margin: 0 2px;
	}

/**** Highlight current subpage *******/

li.current_page_item a:link, li.current_page_item a:active, li.current_page_item a:visited, li.current_page_item a:hover { 
	color: black; font-weight: bold; 
	}

/***********************************/

#left-column .inside ul, #right-column .inside ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
	
#left-column .inside ul li, #right-column .inside ul li {
	margin: 2px 0 2px 5px; 
	}

/*Zlyuk*/	
#left-column .inside ul li ul li, #right-column .inside ul li ul li {margin: 2px 0 2px 5px;}
#left-column .inside ul li a, #right-column .inside ul li a {text-decoration: none; font-weight: normal; color: #666; padding: 0 0 0 5px; border-left: solid 7px #dddddd; display: block;}
* html #left-column .inside ul li a, #right-column .inside ul li a {display:inline-block 	 /* IE6 needs inline-block */}
* + html #left-column .inside ul li a, #right-column .inside ul li a {display:inline-block /* IE7 needs inline-block */}
#left-column .inside ul li a:hover, #right-column .inside ul li a:hover {text-decoration: none; color: #000; padding: 0 0 0 5px; border-left: solid 7px #000;}
/*Zlyuk*/
a:link, a:visited, a:active {
	color: #004b9f; 
	text-decoration: none; 
	}
	
a:hover {
	text-decoration: underline; 
	}
	
.inside h1{ 
	font-family: verdana, tahoma, arial, sans-serif; 
	/* letter-spacing:-3px; 
*/
	line-height: 1.2em; 
	font-size:1.6em; 
	/*float:left; */
	/*width: 49%;*/ 
	margin: 10px 5px 0 0; 
	}
	
a.header:link, a.header:visited, a.header:active, a.header:hover {
	color: #999; 
	text-decoration: none; 
	}
	
.postmetadata{clear:both; margin: 15px 0 15px 0; color: #999; background: #f4f4f4; padding: 5px; }
.postmetadata2{float: left; padding: 0; margin: 0px 0 0px 0; color: #666; font-size: 90%}
.postmetadata2 a:link, .postmetadata2 a:active, .postmetadata2 a:visited {color: #666; text-decoration: underline}
.post-last {margin-bottom: 20px; } /*different style for last post on page*/
.post-page {margin-top: 20px; margin-bottom: 20px; }
.pagetitle {margin-bottom: 15px;}
.entry {margin: 0px;}

/* CSS for forms -------------------------------------- */

form {
	margin: 0; 
	padding: 0; 
	}
	
form p {
	margin: 5px 0 0 0; 
	padding: 0; 
	}
	
label {
	margin-right: 0.5em; 
	/*display: block;*/ 
	font-family: arial;
	}
	
.submit input {
	margin-left: 4.5em; 
	}
	
form input {
	color: #000; 
	background: #efd3de; 
	}
	
.submit input {
	color: #000; 
	background: #fff; 
	border: 2px outset #999; 
	height: 18px; 
	padding:0
	}
	
fieldset {
	border: 1px solid #781351; 
	width: 45em; 
	}
	
legend { 
	color: #000; 
	background: #FFB0B3; 
	border: 1px solid #781351; 
	padding: 2px 6px; 
	margin-bottom: 15px; 
	}
	
#s{width: 75%;}

/******************clearfix********************/

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {min-width: 0; display: inline-block; /* \*/	display: block; float:right} 
* html .clearfix {/* \*/  height: 1%;}

/***************************************************/

body {
	background: #ffffff;
	color: #000000;
	margin: 0 0;
}

/**********************************************************/

#modernbricksmenu {
	padding: 0; 
	width: auto; 
	background: transparent; 
/*	border-bottom: solid 1px #F77A00; */
	voice-family: "\"}\"";
	voice-family: inherit;
	}
	
#modernbricksmenu ul{
	font: 12px Tahoma; 
	margin:0;
	margin-left: 0px; 
	padding: 0; 
	list-style: none;
	}
	
#modernbricksmenu li {
	display: inline; 
	margin: 0; 
	padding: 0; 
	text-transform:uppercase;
	}
	
#modernbricksmenu li:first-child {
	margin-left: 1px; 
	}
	
#modernbricksmenu a {
	float: left; 
	display: block; 
	color: #666666; 
	margin: 0 0 0 0;
	padding: 5px 10px; 
	text-decoration: none; 
	letter-spacing: 1px;
	background-color: #ffffff; 
	border-left: solid 3px #F77A00; 
	}
	
#modernbricksmenu a:hover {
	color: #000000;
	border-left: solid 3px #010155; 
	}
	
#modernbricksmenu li.current_page_item a {
	color: #000000; 
	background-color: #eeeeee; 
	}
	
#modernbricksmenuline { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #ffffff; 
	border-top: dashed 1px #cccccc; 
	/*border-bottom: solid 2px #cccccc*/ 
	}
	
#modernbricksmenuline2 { 
	font-size: 1px;
	clear: both; 
	height: 5px; 
	padding: 0; 
	width: 100%; 
	background: #ffffff;
	border-top: dashed 1px #666666; 
	}

/**********************************************/

.line1pix { 
	width: 100%; 
	height: 1px; 
	margin: 0px; 
	border-top: 1px dashed #cccccc; 
	padding: 0; 
	margin: 10px 0 10px 0; 
	display: block; 
	font-size: 1px; 
	}
	
.headerleft {
	float: left; 
	/*width: 49%;*/ 
	text-align: left; 
	margin-bottom: 0; 
	margin-top: 0; 
	position: relative; 
	padding-bottom: 0;
	}
	
.headerright {
	float:right; 
	width: 15em;
	/*text-align: right;*/ 
	padding: 0; 
	margin: 1px -1px 0 0; 
	background: #ffffff; 
	border: 1px dashed #005; 
	border-width: 1px 1px 0 1px
	}
	 
.postmetadata {
	clear:both
	}
p.postmetadata {
	text-align: right;
	}
.post {
	margin-bottom: 20px; 
	}
	
blockquote {
	height: 1%; 
	color: #555; 
	/*margin-left: 20px*/; 
	/*border-left: solid 10px #ccc;*/ 
	padding: 1em 1em; 
	background: #f4f4f4; 
	border: solid 1px #e1e1e1;  /* hack for IE6 and older*/ 
	}
	
blockquote blockquote {
	height: 1%; 
	color: #444; 
	/*margin-left: 20px*/; 
	/*border-left: solid 10px #ccc;*/ 
	padding: 1em 1em; 
	background: #e1e1e1; 
	border: solid 1px #d3d3d3;  /* hack for IE6 and older*/ 
	}
	
blockquote p {
	margin-top: 0
	}
	
#left-column .inside ul li, #right-column .inside ul li {
	margin: 2px 0 2px 0;  
	}
	
#left-column .inside ul li ul li, #right-column .inside ul li ul li {
	margin: 2px 0 2px 5px;  
	}
	
#left-column .inside ul li a, #right-column .inside ul li a {
	text-decoration: none; 
	font-weight: normal; 
	color: #666; 
	padding: 0 0 0 5px; 
	border-left: solid 2px #f60; 
	display: block
	}
	
* html #left-column .inside ul li a, #right-column .inside ul li a {
	display:inline-block 	 /* IE6 needs inline-block */
	}

* + html #left-column .inside ul li a, #right-column .inside ul li a {
	display:inline-block /* IE7 needs inline-block */
	}
	
#left-column .inside ul li a:hover, #right-column .inside ul li a:hover {
	text-decoration: none; 
	color: #000; 
	padding: 0 0 0 5px; 
	border-left: solid 2px #005; 
	}
	
#footer .inside, #footer .inside a {
	color: #999; 
	font-weight: normal;
	font-size: 12px;
	}

.li {
	float: right;
}
.smalltext {font: bold 12px tahoma; color: rgb(119, 119, 119);}
.df {font: 10px tahoma; color: rgb(255, 102, 0); float:right;}
.af {font: 11px tahoma; color: rgb(119, 119, 119);}
.forum {padding: 3px 0px 3px 0px;}


a:link, a:visited, a:active {
	color: #005; 
	font-weight: bold; 
	text-decoration: none; 
	}

a:hover {
	color: #f60;
	font-weight: bold; 
	text-decoration: underline; 
	}


	
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
	color: #777; 
	font-weight: normal
	}
.forum a:link, .forum a:visited, .forum a:active {
	color: #005;
	font-weight: normal; 
	text-decoration: none; 
	}	
h3.widgettitle {
	color: #005;
	width: 100%; 
	font-size: 1.3em; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	font-family: Tahoma; 
	}
h3.widgettitle:first-letter {
	font-size: 130%;
	color: #f60;
	padding: 0px;
	margin-top: 0px;
}
p.header { 
	float: left; 
	margin: 0 10px 8px 0px; 
	font-size:1.2em; 
	font-weight: bold; 
	color: #666666; 
	}
	
h1 { 
	font-family: Tahoma; 
	letter-spacing:-1px; 
	line-height: 1.0em; 
/* 	font-size: 2.5em;  */
	margin: 10px 20px 0 0; 
	padding:0; 
	color:#005; 
	}
	
h2 a:link, h2 a:visited, h2 a:active  {
	color:#005; 
	text-decoration: none
	}

h2 a:hover  {
	color:#F77A00; 
	text-decoration: none
	}
.ly {color: #F77A00}
.lo {color: #010155}
a.header:link, a.header:visited, a.header:active {
	text-decoration: none; 
	}
	
a.header:hover {
	color: #000000; 
	text-decoration: none; 
	}
		
#page-container {
	background: #ffffff; 
	min-width: 800px; 
	margin: 0 10px; 
	font-family: Tahoma, Arial, sans-serif; 
	}
	
#outer-column-container {
	border-right: solid 15em #ffffff;
	}

	
#masthead {
	background: #ffffff   no-repeat;
	border-top: 0px solid #ffb0b3; 
	padding-top: 1px; 
	border-bottom: solid 15px #913357;
	}
	
#footer {
	background-color: #ffffff; 
	border-top: dashed 1px #005; 
	padding-bottom: 1px;
	}
	
#inner-column-container {
	border-right: dashed 1px #005;
	margin: 0 -1px;
	}
	
#inner-column-container {
	background-color: #ffffff;
	}
	
li.current_page_item li a:link, li.current_page_item li a:active, li.current_page_item li a:visited, li.current_page_item li a:hover {
	color: #666666; 
	font-weight: normal; 
	}
	
.inside {
	margin: 15px; 
	}
	
#left-column .inside {
	margin: 15px 15px 15px 5px
	}
	
#footer .inside {
	text-align: center;
	}
	
form input {
	color: #000; 
	background: #f4f4f4; 
	padding: 0; 
	margin:0; 
	border: 1px solid #cccccc; 
	}
	
.postmetadata2 a:hover {
	color: #666666; 
	text-decoration: underline
	}
	
#right-column p {
	margin-bottom: 15px;
	}
	
.headerright {
	width: 15em; 
	}

/*div#search {
	float: right; 
	width: 15em; 
	text-align: right; 
	padding: 0.6em 0 0.2em 0; 
	margin: 0 1em; 
	}*/

div#search {width: 600px; margin: auto; padding: 10px 0 0 0;}
#search input, #search textarea, #search select {vertical-align:top; BACKGROUND-COLOR:#ffffff; border:#CCCCCC 1px solid; COLOR:#333333;}
div#search span {color: #999999;}

textarea{
 width:95%;
 height:150px;
 border:1px solid black;
 background-color:#FCFCFC;
}

table.formjob input, table.formjob select,  table.formfirm input, table.formfirm select {
 width:95%;
 border:1px solid black;
 background-color:#FCFCFC;
}

table.formjob{
font-weight:bold;
}


span.error{
color:red;
}

tr.forumblock{
background-image: url(/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png);
vertical-align:middle;
text-align:center;
height:25px;
}

tr.forumblock h3{
margin:0px;
}

table.forumsection td{
padding:3px;
border-bottom:1px dotted #c0c0c0;
}

.jobcategory h2, .jobcategory a {
 font-size:10px;
}

#tabs ul li a{
    font-size: 13px
}

        
#tab-1, #tab-2, #tab-3{
      padding-top: 30px; 
}

    .jobcategory h2, .jobcategory a {  
      font-size:10px;
}

    .jobcategory{
      float:right; 
    width:200px;
}


.window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color: #8a8a8a;
  display:none;
}

select{
font-size:11px;
}

table.auto{
width:99%;

}

.auto .aa{
 font-weight:bold;
}
.auto tr.dark{
 background-color:#FFE5C1;
}

.auto tr td{
text-align:center;
vertical-align:middle;
}
.auto tr.head td{
font-weight:bold;
font-size:16px;
background-color:#F77A00;

}
