* {
}
html{
		height: 100%;
}
body {
	min-width: 1000px;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: white;
	margin: 0;
	padding: 0;	
	height: 100%;
}
#page-wrap {
padding-bottom: 31px;
}

.clear {
clear:both;
height: 3px;
}

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('images/bg02-white-left.png') no-repeat left top;
}

#menu-top {
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	display: block;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	display: block;
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
}

#menu-top li {
	display: inline;
	float: left;
}

#menu-top a {
	float: left;
	background:url(images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url(images/menuright.png) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

 #menu-top a:hover { background-position:0% -42px; }
 #menu-top a:hover span {	background-position:100% -42px; }

/*menu top right*/
#menu-top-right {	
	display: block;
	float: right;
}

#menu-top-right ul {
	margin: 0 20px;
	list-style: none;
	font-size: 85%;
	padding: 0 0 0 0;
}
#menu-top li {
	display: inline;
}
#menu-top-right a {
	background:url(images/citymenuleft.png) no-repeat left bottom;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	line-height: 1.5em;
}

 #menu-top-right a:hover { background-position:0% -13px; }
 #menu-top-right a:hover span {	background-position:100% -13px; }
 
#menu-top-right a span {
	background: transparent url(images/citymenuright.png) no-repeat right bottom;
	padding:5px 15px 4px 6px;
	color:#5b8fbe;
	display: block;
	float: right;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}
/**************************/
#wrapper-header {
	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: #FFFFFF url('') repeat-x center top;
}

#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 20px;
	padding: 0;
	height: 147px;
	line-height: 3em;
	color: #38ACEC;	
	font-size: 180%;
}
#header ul {
	margin: 0 20px;
}
/*Header*/
.headerP {
	position:relative;
	height:147px;

}
.headerHide {
	position:relative;
	height:68px;
	padding:0;
	z-index: -1;
}
.headerP h2 {
margin-left: 5px;
font-size:20px;
color: #2F618C;
font-weight: bold;
text-align:center;
margin-right: 15px;
margin-top: 15px;
}
.headerP p {
margin:5px 0 5px 40px;
font-size:11px;
}
.headerP li {

	display:block;

	list-style:none;

	position:absolute;
	padding:1px 0 0;
	height:147px;

}

.headerP li.addOrder {
	width:305px;
	background:url(images/headerLeft.jpg) no-repeat 0 0;
	left:0;
	top:0;

}

.headerP li.selectEmp {
	position:absolute;
	top:0;
	left:50%;
	margin: 0px 0px 0px -152px;
	width:305px;
	background:url(images/headerCenter.jpg) no-repeat 0 0;

}

.headerP li.applyWork {
	padding:1px 0 0 5px;
	top:0;
	right:0;
	width:305px;
	background:url(images/headerRight.jpg) no-repeat 0 0;

}
.headerP li a {
	color: black;
	text-decoration: none;
}
/*content*/
#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float:right;
	margin-right: 2.5%;
	margin-bottom: -31px;
	padding-bottom: 31px;
}

#subwrapper-content {
	margin-left: 260px;
	position:relative;
	height: 100%;
	min-height: 100%;
}

#content {
	float: right;
	background: transparent url('images/bg02-white-right.png') no-repeat right top;
	position:relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

#internal-content {	
	padding:10px;
	margin-left: 15px;
	margin-right:20px;
	position:relative;
	height: 100%;
	min-height: 100%;
}
.InfoBlock {
	background: transparent url('images/infbg.png') top center repeat-x;
	padding: 10px;
	align: justify;
}

.InfoBlock:hover 
{
	background: transparent url('images/infhoverbg.png') top center repeat-x;
	background-color: #FFF;
}

/*Right column*/
.wrapper-right-column{
	float: left;
	width:230px;
	margin-left:-240px;
	margin-top:10px;	
	height: 100%;
	min-height: 100%;
	position:relative;
	display: inline;
}
div.CB {
	background: transparent url('images/menu.png') no-repeat;
	line-height: 100%;
	margin-top:10px; 
}
.CB div.ElBlock {
	font-size: 75%;	
	padding: 10px 10px 10px 10px;
}

#menu-page {
	font-size: 75%; 
	padding-top: 5px; 
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

/*Footer*/
.wrapper-footer,.push {
	height: 31px;
	margin-top: 1em;
	text-align: center;
}

#footer {
	height: 31px;
	margin: 0 20px;
	background-color: #e5f0fc;
	clear: both;
}
#banners{
	display: inline;
	float: right;
}

.category_item 
{
	margin: 0 5px;
	text-align: left;
	border-bottom:1px solid #FFFFFF;	
}


h2 { font-size: 150%;
}

h2 { 
	font-size: 120%; 
}
h3 { 
	font-size: 110%;
}
.ord_hed
{
	margin-bottom:0;
	margin-top:0;
}

a:link, a:visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }


/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 5px;
	margin-top: 10px;
}
div.paging div.disabled {
	color: #ddd;
	display:inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;}
div.paging span a {
}

/* tables */

table {  
	width: 100%;
}
th {
  background-color: #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #003d4c;
  border-bottom: 1px solid #003d4c;
  text-align: left;
  padding:1px;
}
.th_right
{
  text-align: right;
}
td.profile_top{  
	border:none; 
  padding:4px 4px;
  vertical-align:top;
}

table tr td {  
  border-bottom: 1px solid #ccc;
  padding:4px 4px;
  vertical-align:top;
  height: 30px;
}
.td_budget
{	
	padding: 0em 1.25em;
	text-align: right;
	vertical-align: middle;
}
.td_title
{
	padding: 0em  1.25em;
	margin: 0 3em;
	text-align: left;
	vertical-align: middle;
}
table tr.altRow td {
  background: #f4f4f4;
}
table tr.open_contacts td {
  background: #C3FFC8;
}
/* Forms */
form {
	padding: 0;
	position: relative;
	width: 100%;	
}
label {
}
input, textarea {
	clear: both;	
	padding: 2px,6px;
	width: 100%;
}
.passwordarea {
	clear: both;	
	padding: 2px 6px;
	width: 100px;
}
input[type=checkbox] {
	display: inline;
	width: auto;
}
input[type=radio] {
	margin-left: 10px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
file {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: 100%;
}
select {
	font-size: 100%;
}
select[multiple=multiple] {
	width: 100%;
}
/* Notices and Errors */
span.hint
{
	font-size:80%;
	float:right;
}
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.attention {
	color: red;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
/*sms info*/
div.sms_info
{
	color: green;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0;
	border: 3px solid red;
 	padding: 10px;
}

span.sms_msg
{
	background: #90ee90;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
div.error-message2 {	
	font-weight: bold;	
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/******** Category Article *******/
.category-article
{
	margin: 45px 0;
	text-align: justify;
}
.category-article h1
{
	font-size: 120%;
}
.category-article h2
{
	font-size: 110%;
}

.category-article div
{
	margin: 1em 0;
}
.article-picture
{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	max-width:500px;
}
/******** END Category Article *******/

/**** Autocomplete ****/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	color: black;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

/**** End autocomplete *****/
