/* Reset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, p, ul, ol, li, th, td, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	padding:0;
	margin:0;
}

/* Overall styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	height: 100%;
}


body {
	background:url("../img/header.png") repeat-x top center;
	font-family:arial, sans-serif;
	font-size:13px;
	color:#3d3d3d;
}

body#blank {
	background:#fff;
}

body.c-print {
	background:none;
	padding:20px 0;
}

a {
	text-decoration:none;
	color:#0171bd;
}

a:hover, a:active {
	text-decoration:underline;
}

.clear {
	font-size:1px;
	height:1px;
	clear:both;
}

img {
	border:0;
}

h1 {
	font-weight:normal;
	font-size:26px;
	margin:0 0 10px 0;
}

h2 {
	font-weight:bold;
	padding:15px 0;
	font-size:14px;
	margin:0;
}

hr {
	background:url(../img/headline.png) repeat-x;
	margin:10px 0 7px 0;
	height:5px;
	border:0;
}

.c-print h1 {
	text-align:center;
}

.c-print #content {
	width:670px;
}

/* Main layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
	margin:0 auto;
	/*width:900px;*/
}

#content {
	margin:0 auto;
	width:970px;
	padding-top: 10px;
}

#content-simple {
	margin:0 auto;
	width:420px;
}

.c-block {
	margin-left:170px;
	min-height:300px;
}

#start-content {
	float: left;
	width: 540px;
	margin-left: 20px;
}

#start-posts {
	background: #fff;
}

#premium-companies h2, #categories h2 {
	font-size: 13px;
}

#posts-narrow {
	float: left;
	width: 700px;
	margin-left: 20px;
}

ul#start-tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 36px;
	border-bottom: 3px solid #942c8c;
}

ul#start-tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#start-tabs li a {
	height: 32px;
	float: left;
	line-height: 32px;
	width: 177px;
	margin: 0 4px 0 0;
	display: inline;
	padding: 4px 0 0;
	text-align: center;
	background: #e6e6e6;
	font-size: 11px;
	text-decoration: none;
	color: #0171bd;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	outline: 0;
}

ul#start-tabs li a.last {
	margin: 0;
}

ul#start-tabs li a.active, ul#start-tabs li a:hover {
	background: #ac2ea2 url('../img/tab-bg.gif') repeat-x 0 0;
	color: #fff;
	text-decoration: none;
}

/* Boxes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.box {
	-webkit-box-shadow:1px 1px 2px #888;
	-moz-box-shadow:1px 1px 2px #888;
	box-shadow:1px 1px 2px #888;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border--radius:5px;
	padding:20px 20px 35px 20px;
	background-color:#e7e7e7;
}
.box2 {
	padding:20px 20px 35px 20px;
}

.box h2, .box2 h2 {
	padding:0 0 5px 0;
}
.box2 .headline { 
	padding-left: 30px;
}

.tinybox {
	display:inline-block;
	margin:15px 0 0 15px;
	vertical-align:top;
	padding:13px;
	width:240px;
	min-height:250px;
}

.tinybox h2 {
	padding:0 0 15px 0;
}

.tinybox ol {
	margin-left:20px;
	font-weight:bold;
	color:red;
}

.tinybox li {
	margin-bottom:7px;
}

.tinybox li span {
	font-weight:normal;
	color:#3d3d3d;
}

.tinybox.child1 {
	background-color:#e7f9ad;
	margin-left:0;
}
.tinybox.child1 h2,
.tinybox.child1 ol {
	color:#91c000
}

.tinybox.child2 h2,
.tinybox.child2 ol {
	color:#932c8b;
}

.tinybox.child3 {
	border-left:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	background-color:#ffffff;
}
.tinybox.child3 h2 {
	color:#818181;
}

.box_1_2 {
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
	width:375px;
}

.box_1_2.first {
	margin-left:0;
}

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

#header {
	position:relative;
	font-size:11px;
	color:#818181;
	height:128px;
	z-index:5;
}

#header #top {
	position: relative;
	margin: 0 auto;
	width: 970px;
}

#logo {
	position:absolute;
	left:20px;
	top:20px;
}

#header .stats {
	position:absolute;
	left:250px;
	right:10px;
	top:20px;
}


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

#footer {
	padding:50px 0 10px 0;
	text-align:center;
	font-size:11px;
	color:#818181;
}

#footer a {
	padding-left:7px;
}

#footer .social {
	padding-left:10px;
}

#footer .social a {
	padding-left:0;
}

#footer .social img {
	vertical-align:top;
}


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

#mainmenu {
	background:url(../img/mainmenu.png) #cc2fbf repeat-x bottom;
	-webkit-box-shadow:-2px 1px 2px #888;
	-moz-box-shadow:-2px 1px 2px #888;
	box-shadow:-2px 1px 2px #888;
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
	position:absolute;
	height:40px;
	bottom:0;
	width:100%;
}

#mainmenu ul {
	list-style:none;
	margin:0 auto;
	width:970px;
}

#mainmenu li {
	background:url(../img/mainmenu-sep.gif) no-repeat left center;
	float:left;
	margin:0;
}

#mainmenu li:first-child {
	background:none;
}

#mainmenu .n1 a {
	width:220px;
}
#mainmenu .n2 a {
	width:200px;
}
#mainmenu .n3 a {
	width:200px;
}
#mainmenu .n4 a {
	width:280px;
}

#mainmenu a {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:#fff;
	height:40px;
	float:left;
}

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

#mainmenu .active {
	background:url(../img/mainmenu-a.png) #932c8a repeat-x bottom;
	text-decoration:none;
}

/* Side menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidemenu {
	margin:50px 0 0 0;
	list-style:none;
	width:170px;
	float:left;
}

#sidemenu a {
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	padding:5px 10px;
	font-weight:bold;
	font-size:12px;
	display:block;
}


#sidemenu .active {
	background-color:#e7e7e7;
	text-decoration:none;
	color:#3d3d3d;
}


/* Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.input {
	margin-bottom:3px;
}

input[type=submit],
.button {
	background:url(../img/btn-next.gif) #f57e1f no-repeat 7px center;
	background:url(../img/btn-next.gif) no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, from(#f8941e), to(#f16521));
	background:url(../img/btn-next.gif) no-repeat 7px center, -moz-linear-gradient(top,  #f8941e,  #f16521);
	vertical-align:middle;
	padding:0 10px 0 18px;
	display:inline-block;
	font-family:inherit;
	line-height:21px;
	white-space:nowrap;
	cursor:pointer;
	font-size:12px;
	height:21px;
	color:#fff;
	border:0;
}

input[type=submit]:hover,
.button:hover {
	outline:1px solid #f8941e;
	text-decoration:none;
}

input[type=submit]:active,
.button:active {
	background:url(../img/btn-next.gif) no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, from(#f16521), to(#f8941e));
	background:url(../img/btn-next.gif) no-repeat 7px center, -moz-linear-gradient(top,  #f16521,  #f8941e);
	outline:1px solid #f8941e;
}

/* orange edit button */

.button.edit {
	background:url(../img/btn-edit.gif) #f57e1f no-repeat 5px center;
	background:url(../img/btn-edit.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f8941e), to(#f16521));
	background:url(../img/btn-edit.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f8941e,  #f16521);
}
.button.edit:active {
	background:url(../img/btn-edit.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f16521), to(#f8941e));
	background:url(../img/btn-edit.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f16521,  #f8941e);
	outline:1px solid #f8941e;
}

/* orange agree button */

.button.agree {
	background:url(../img/btn-agree.gif) #f57e1f no-repeat 5px center;
	background:url(../img/btn-agree.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f8941e), to(#f16521));
	background:url(../img/btn-agree.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f8941e,  #f16521);
}
.button.agree:active {
	background:url(../img/btn-agree.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f16521), to(#f8941e));
	background:url(../img/btn-agree.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f16521,  #f8941e);
	outline:1px solid #f8941e;
}


/* green add button */

.button.add {
	background:url(../img/btn-add.gif) #a5cb05 no-repeat 6px center;
	background:url(../img/btn-add.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#cfe310), to(#91c000));
	background:url(../img/btn-add.gif) no-repeat 6px center, -moz-linear-gradient(top,  #cfe310,  #91c000);
	padding-left:22px;
}
.button.add:hover {
	outline:1px solid #cfe310;
}
.button.add:active {
	background:url(../img/btn-add.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#91c000), to(#cfe310));
	background:url(../img/btn-add.gif) no-repeat 6px center, -moz-linear-gradient(top,  #91c000,  #cfe310);
	outline:1px solid #cfe310;
}

/* gray print button */

.button.print {
	background:url(../img/btn-print.gif) #9d9d9d no-repeat 6px center;
	background:url(../img/btn-print.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-print.gif) no-repeat 6px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
	float:right;
}
.button.print:hover {
	outline:1px solid #c0c0c0;
}
.button.print:active {
	background:url(../img/btn-print.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-print.gif) no-repeat 6px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* gray pdf button */

.button.pdf {
	background:url(../img/btn-pdf.gif) #9d9d9d no-repeat 4px center;
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
	float:right;
}
.button.pdf:hover {
	outline:1px solid #c0c0c0;
}
.button.pdf:active {
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* gray send button */

.button.send {
	background:url(../img/btn-send.gif) #9d9d9d no-repeat 6px center;
	background:url(../img/btn-send.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-send.gif) no-repeat 6px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
}
.button.send:hover {
	outline:1px solid #c0c0c0;
}
.button.send:active {
	background:url(../img/btn-send.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-send.gif) no-repeat 6px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* gray cancel button */

.button.cancel {
	background:url(../img/btn-cancel.gif) #9d9d9d no-repeat 7px center;
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
}
.button.cancel:hover {
	outline:1px solid #c0c0c0;
}
.button.cancel:active {
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* big button */

input.big[type=submit],
.button.big {
	padding:0 10px 0 18px;
	display:inline-block;
	vertical-align:middle;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	height:25px;
}

input[type=password],
input[type=text],
.password input,
.text input,
textarea {
	border-bottom:1px solid #e3e9ef;
	border-right:1px solid #e3e9ef;
	border-left:1px solid #e3e9ef;
	border-top:1px solid #abadb3;
	vertical-align:middle;
	font-size:12px;
	padding:2px;
	width:155px;
}

select {
	vertical-align:middle;
}

.placeholder {
	color:#777;
}

.file input {
	width:230px;
}

input[type=text].calendar,
input[type=text].cal,
.ajax .text .calendar,
.ajax .text .cal,
.calendar,
.cal {
	background:url(../img/calendar.gif) #fff no-repeat right center;
	padding-right:20px;
	width:70px;
}

.submit {
	padding-left:107px;
}

form label {
	display:inline-block;
	position:relative;
	padding-right:7px;
	text-align:right;
	width:100px;
	top:3px;
}

label span {
	color:#d00;
}

.ajax .text password,
.ajax .text input,
textarea {
	width:210px;
}

.dl {
	margin-top:10px;
	line-height:130%;
}

.dl label {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:3px;
	padding-right:5px;
	text-align:right;
	width:135px;
}

.dl .input {
	margin-bottom:3px;
}

.dl .submit {
	padding-left:140px;
}

.important {
	color:#f00;
}

.captcha input[type=text] {
	margin-right:5px;
	text-align:center;
	width:65px;
}

.captcha img {
	vertical-align:middle;
}

/* Errors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.error-message {
	padding-left:107px;
	color:#f00;
}

.cv .error-message {
	padding-left:140px;
}

.warning {
	margin:-5px 0 15px 0;
	font-size:12px;
	color:#c00;
}

/* Categories
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#categories {
	padding:0 15px 15px 10px;
	float: left;
	width: 258px;
	display:inline-block;
	vertical-align:top;
	line-height:135%;
	width:220px;
}

#categories h2 {
	padding:15px 0 6px 0;
	color:#818181;
}

#categories a {
	font-size:11px;
	display:block;
}

#categories a span {
	font-weight:normal;
	color:#818181;
	font-size:12px;
}

/* Paginator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#paginator {
	margin:30px 0 0 0;
	font-weight:bold;
	font-size:14px;
}

#paginator .prev {
	padding-right:10px;
}

#paginator .prev-disabled {
	padding-right:10px;
	color:#818181;
}

#paginator .next {
	padding-left:10px;
}

#paginator .next-disabled {
	padding-left:10px;
	color:#818181;
}

#paginator .numbers a, #paginator .current {
	padding:4px 8px;
}

#paginator .current {
	background:-webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#e6e7e6));
	background:-moz-linear-gradient(top,  #cdcdcd,  #e6e7e6);
	background-color:#dadada;
	color:#fff;
}


/* Breadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#breadcrumbs {
	padding:20px 0 10px 0;
	font-weight:bold;
	font-size:14px;
	color:#818181;
}

#breadcrumbs h1 {
	font-weight:normal;
	font-size:18px;
	display:inline;
}


/* Searchbox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#searchbox {
	background:url(../img/searchbox.png) #c1db00 repeat-x bottom;
	-webkit-box-shadow:-2px 1px 2px #888;
	-moz-box-shadow:-2px 1px 2px #888;
	box-shadow:-2px 1px 2px #888;
	position:relative;
	margin:0;
	height:70px;
	color:#fff;
	z-index:3;
}

#searchbox-inner {
	margin:0 auto;
	width:970px;
}

#searchbox.closed {
	height:25px;
}

#searchbox.closed form {
	display:none;
}

#searchbox.standalone .toggler {
	display:none;
}

#searchbox form {
	padding-top:15px;
}

#searchbox .input,
#searchbox .submit {
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}

#searchbox .submit {
	margin-top:4px;
	padding-left:0;
}

#searchbox input[type=text] {
	border-bottom:1px solid #929191;
	border-right:1px solid #929191;
	border-left:1px solid #626263;
	border-top:1px solid #626263;
	vertical-align:top;
	padding:3px 5px;
	font-size:16px;
	width:260px;
}

#searchbox .text:first-child input {
	width:270px;
}

#searchbox .note {
	font-size:11px;
	display:block;
	color:#E3E6DB;
}

#searchbox .note.padded {
	margin-left:170px;
}

#searchbox label {
	display:inline-block;
	padding:6px 5px 0 0;
	text-align:right;
	font-weight:bold;
	font-size:15px;
	width:155px;
}

.toggler {
	background:url(../img/scroll-up.gif) no-repeat right center;
	text-decoration:underline;
	padding-right:20px;
	position:absolute;
	font-size:11px;
	color:#fff;
	bottom:5px;
	left:10px;
}

.toggler.closed {
	background-image:url(../img/scroll-down.gif);
}

/* Intro slide
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.slide {
	position:relative;
	margin:0 auto;
	height:266px;
	width:850px;
}

#intro-slide {
	background:url('../img/top-tools-bg.gif') repeat-x 0 0;
	height:200px;
	width: 100%;
}

#intro-slide-inner {
	width:970px;
	margin: 0 auto;
	background: url('../img/gradient_orange.jpg') repeat-x 50% 0;
}

#intro-slide-inner .slide-box {
	float: left;
	width: 320px;
	margin: 0 1px 0 0;
	height: 200px;
}

#intro-slide-inner .slide-box.first {
	width: 350px;
}

#intro-slide-inner .slide-box.last {
	width: 290px;
}

.slide-box a.intro-button {
	background: url('../img/purp-button.png') no-repeat 0 0;
	width: 173px;
	height: 35px;
	display: block;
	margin: 6px 0 3px 40px;
	color: #fff;
	font-size: 14px;
	padding: 5px 0 5px 43px;
	line-height: 17px;
}

.slide-box a.intro-button:hover {
	background: url('../img/purp-button.png') no-repeat 0 -46px;
	text-decoration: none;
}

.slide-box a.intro-button.large {
	font-size: 18px;
	line-height: 35px;
}

.slide-box h2 {
	color: #fff;
	padding: 20px 14px 3px 24px;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
}

.slide-box p.description {
	padding: 3px 20px 3px 40px;
	color: #701369;
	font-size: 13px;
}

.slide-box p.description.small {
	font-size: 12px;
}

.slide-box .menu {
	list-style: none;
	padding: 0;
	margin: 6px 10px 6px 40px;
}

.slide-box .menu li {
	font-size: 13px;
	padding: 1px 0 1px 12px;
	margin: 0;
	background: url('../img/intro-bullet.png') no-repeat 0 50%;
}

#companies-slide {
	background:url(../img/companies-slide1.jpg) no-repeat center;
	height: 283px;
}

#companies-slide a.price {
	position:absolute;
	left:90px;
	top:254px;
	font-size: 14px;
}

#companies-slide a.cvbutton {
	position:absolute;
	left:73px;
	top:180px;
}

#companies-slide a.cvbutton {
	background:url(../img/post-button.png) no-repeat left top;
	text-indent:-2000px;
	overflow:hidden;
	display:block;
	width:291px;
	height:65px;
	margin-left: -20px;
}

#companies-slide a.cvbutton:hover {
	background-position:left bottom;
	border: 0px !important;
}

/* Login
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#login {
	margin:20px 25px 0 0;
	position:relative;
	float:right;
}

#login .submit,
#login .input {
	display:inline-block;
	vertical-align:top;
	padding-left:0;
}

#login .password input,
#login .text input {
	width:115px;
}


#login .notes {
	text-align:right;
}

#login .notes span {
	display:inline-block;
	text-align:left;
	width:120px;
}

#login .logout {
	background:url(../img/logout.gif) no-repeat left center;
	padding-left:18px;
	margin-left:5px;
}

#login .error-message {
	margin:-4px 0 4px 0;
	padding-left:3px;
}

/* Flash message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#flash-message {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#dcdcdc;
	border:1px solid #999;
	margin:0 auto 15px auto;
	text-align:center;
	color:#3d3d3d;
	padding:8px 0;
	width:840px;
}

#flash-message.failure {
	background-color:#fde5e5;
	border:1px solid #e50d2e;
}

#flash-message.success {
	background-color:#e7f9ad;
	border:1px solid #91c000;
}

#flash-message h2 {
	font-size:15px;
	color:#942c8b;
	padding:0;
	margin:0;
}

/* Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content-simple p,
#content p {
	margin:2px 0 10px;
}

#content-simple h1 {
	margin:30px 0 45px 0;
	text-align:center;
	font-size:24px;
}

.headline {
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}

.headline-hr-top {
	background:url(../img/headline.png) repeat-x top;
	padding-top:10px;
	margin:0 0 15px 0;
}

.headline-hr {
	background:url(../img/headline.png) repeat-x bottom;
	padding-bottom:5px;
	margin:15px 0 0 0;
}

.headline-hr-top h2,
.headline-hr h2 {
	padding:0;
}

.help {
	background:url(../img/help.gif) no-repeat center left;
	padding-left:18px;
	font-size:11px;
	float:right;
}

dl {
	line-height:130%;
	padding: 0.5em;
}

dl dt {
	clear: left;
	float: left;
	width: 190px;
	margin: 0;
	padding: 5px;
	text-align: right;
}

dl dd {
	margin-left: 197px;
	padding: 5px;
}

dl .title {
	font-weight:bold;
	font-size:15px;
}

.section-intro {
	min-height:110px;
	padding-top:8px;
}

.section-intro img {
	margin-right:10px;
	height:100px;
	width:150px;
	float:left;
}

.section-intro a {
	background:url(../img/more.gif) no-repeat center left;
	display:inline-block;
	padding-left:18px;
	margin-top:3px;
}

/* Posts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.posts {
	border-collapse:collapse;
	font-size:12px;
	width:100%;
}

.posts tbody tr {
	border-bottom:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
}

.posts tbody tr.premium {
	border-bottom:1px solid #942c8b;
	border-top:1px solid #942c8b;
}

.posts tbody tr td.first {
	border-left:1px solid #fff;
}

.posts tbody tr td.last {
	border-right:1px solid #fff;
}

.posts tbody tr:hover {
	border-top:1px solid #CDCDCD;
}

.posts tbody tr:hover td {
	border-top:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

.posts tbody tr.premium:hover td {
	border-top:1px solid #942c8b;
	border-bottom:1px solid #942c8b;
}

.posts tbody tr:hover td.first {
	border-left:1px solid #CDCDCD;
}

.posts tbody tr.premium:hover td.first {
	border-left:1px solid #942c8b;
}

.posts tbody tr:hover td.last {
	border-right:1px solid #CDCDCD;
}

.posts tbody tr.premium:hover td.last {
	border-right:1px solid #942c8b;
}

.posts th {
	background:-webkit-gradient(linear, left top, left bottom, from(#e6e6e7), to(#cdcdcd));
	background:-moz-linear-gradient(top,  #e6e6e7,  #cdcdcd);
	background-color:#d6d6d5;
	font-weight:normal;
	text-align:left;
	padding:7px 10px;
}

.posts th.active {
	background:-webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#e6e6e7));
	background:-moz-linear-gradient(top,  #cdcdcd,  #e6e6e7);
}

.posts th .desc {
	background:url(../img/sort-desc.gif) no-repeat right center;
	padding-right:17px;
}

.posts th .asc {
	background:url(../img/sort-asc.gif) no-repeat right center;
	padding-right:17px;
}

.posts td {
	vertical-align:top;
	padding:5px 10px;
}

.posts .position {
	font-weight:bold;
	font-size:13px;
}

.posts .premium .position {
	font-size:14px;
	line-height: 1.5;
}

.posts .logo {
	vertical-align:middle;
	width: 110px;
}

.posts .logo img {
	display:block;
	margin: 2px auto;
}

#start-content .logo img {
	margin:10px auto 2px;
}

.posts .premium .logo {
	vertical-align:top;
	padding-top: 0;
}

.posts .location div {
	font-weight:bold;
	font-size:13px;
}

.posts .expiring {
	color:#f00;
}

.posts .button {
	margin-bottom:3px;
	width:75px;
}

.posts .motivation-button {
	width:100px;
}

.open-applications {
	font-weight:bold;
	font-size:13px;
}

.posts .cancel {
	background:url(../img/logout.gif) no-repeat left center;
	padding-left:18px;
}

.posts .new, .posts span.premium {
	background-color:#f00;
	margin-right:5px;
	display:inline-block;
	font-size:10px;
	padding:0 3px;
	color:#fff;
	font-weight:normal;
}

.posts span.premium {
	background-color:#942c8b;
}

.posts .premium .last {
	font-size: 13px;
}

.posts .site {
	font-size:11px;
	font-weight:normal;
}

.posts .description {
	font-size: 11px;
}

#content .posts p {
	margin: 4px 0;
}

/* Candidates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.candidates {
	border-top:1px solid #dadada;
	border-collapse:collapse;
	margin-top:3px;
	width:100%;
}

.candidates tr {
	border-bottom:1px solid #dadada;
}

.candidates td {
	vertical-align:middle;
	padding:2px 0 2px 10px;
}

.candidates .date {
	padding-left:0;
	width:1px;
}

.candidates .name {
	font-weight:bold;
}

/* SQL log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cake-sql-log {
	background-color:#fff;
}

.cake-sql-log caption {
	background-color:#fff;
	padding:4px 0;
}

.cake-sql-log tr:nth-child(odd) {
	background-color:#ececec;
}

.cake-sql-log td {
	vertical-align:top;
	padding:2px;
}

/* Autosuggest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#_suggestBox {
	-webkit-box-shadow:1px 1px 2px #888;
	-moz-box-shadow:1px 1px 2px #888;
	box-shadow:1px 1px 2px #888;
	background-color:#ffffff;
	margin:0;
	cursor:pointer;
	color:#000;
	padding:0;
	opacity:.9;
}

/* CV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.prototype {
	display:none;
}

.frame {
	border:1px solid #d0d0d0;
	margin-bottom:10px;
	padding:5px;
}

.default-content {
	color:#818181;
}

.default-content p {
	padding:5px 0 0 2px;
	font-style:italic;
}

textarea.full {
	width:480px;
	height:75px;
}

.cv h3 {
	margin:0 5px 5px 0;
	font-size:13px;
}

.cv table {
	border-collapse:collapse;
	width:630px;
}

.cv .ajax .num,
.cv .num {
	text-align:center;
	width:35px;
}

.cv th {
	background-color:#dadada;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	padding:2px;
}

.cv td {
	padding:2px;
}

.add-row {
	padding:0 0 10px 2px;
}

.add {
	background:url(../img/add.gif) no-repeat center left;
	display:inline-block;
	padding-left:18px;
	margin-top:3px;
}

th.del,
td.del {
	text-align:center;
	width:20px;
}

a.del {
	background:url(../img/remove.gif) no-repeat center left;
	padding-left:20px;
	margin-right:5px;
	font-size:12px;
	float:right;
}

/*.cv .checkbox label {
	float:left;
}*/

.cv textarea {
	width:460px;
}

input[type=text].txt-computer-skill,
.txt-computer-skill {
	width:330px;
}

.cv .still-working label {
	vertical-align:baseline;
	font-size:12px;
	display:inline;
	width:auto;
}

.cv .still-working input {
	vertical-align:middle;
}

.post-edit textarea {
	width:430px;
	height:100px;
}

.post-edit .text input {
	width:330px;
}

.post-edit .error-message {
	padding-left:143px;
}

.chk-list {
	margin:0 0 10px 140px;
	overflow:auto;
	width:480px;
}

.chk-list label {
	text-align:left;
	width:445px;
}

.chk-list input {
	float:left;
}

#delete-step1 {
	margin-bottom:10px;
}

#delete-step2 {
	display:none;
}

/* Applications
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.applications {
	display:none;
}

/* Login
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.login a {
	font-size:12px;
}

.login .password a {
	position:relative;
	padding-left:5px;
	top:3px;
}

.login .note {
	margin:20px 0 0 107px;
	font-size:12px;
}

/* Full post
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.full-post {
	margin:20px auto;
	width:550px;
}

.full-post .block {
	border-bottom:1px solid #e7e7e7;
	padding-bottom:15px;
}

.full-post .company {
	text-align:center;
	font-weight:bold;
}

.full-post .company img {
	margin:5px auto;
	display:block;
}

.full-post h1 {
	text-align:center;
	color:#952c8c;
}

.full-post h2 {
	padding:5px 0;
}

.full-post ul {
	margin-left:5px;
	list-style:none;
}

.full-post li {
	background:url(../img/li.gif) no-repeat 0 4px;
	padding-left:15px;
}

.full-post .buttons {
	text-align:center;
	margin-top:5px;
}

.full-post .button {
	float:none;
}

.full-post .button.big {
	margin-left:15px;
}

.back {
	background:url(../img/back.gif) no-repeat left center;
	padding-left:15px;
	font-weight:bold;
}

.full-post .poster {
	margin-top:15px;
	text-align:center;
}

/* Post apply
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.post-apply h1 {
	text-align:center;
}

.post-apply .company {
	margin:5px 0 20px 0;
	text-align:center;
	font-weight:bold;
}

.post-apply .company .position {
	color:#952c8c;
}

.post-apply .first label {
	width:130px;
}

.post-apply .textarea label {
	text-align:left;
	display:block;
}

.post-apply textarea {
	margin-top:5px;
	height:150px;
	width:370px;
}

.post-apply .first .submit {
	text-align:center;
	padding-left:0;
}

.post-apply .error-message {
	padding-left:137px;
}

.post-apply .textarea .error-message {
	padding-left:0;
}

.cv-button {
	background:#9d9d9d;
	background:-webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:-moz-linear-gradient(top,  #c0c0c0,  #818181);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	min-height:46px;
	margin-top:5px;
	padding:3px 0;
	display:block;
	width:240px;

	color:#fff;
}

.cv-button img {
	margin:0 8px;
	float:left;
}

.cv-button .name {
	margin-left:54px;
	font-weight:bold;
	font-size:14px;
	display:block;
}

.cv-button .size {
	background:url(../img/btn-pdf.gif) no-repeat left center;
	padding-left:20px;
	margin-left:54px;
	display:block;
	font-size:12px;
	color:#3e3e3e;
}

.cv-button:hover {
	outline:1px solid #c0c0c0;
}
.cv-button:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:-moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}


/* Post suggestion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#PostSuggestion h1 {
	padding:5px 0 15px 0;
	text-align:center;
}


#PostSuggestion .input {
	margin-bottom:5px;
}

#PostSuggestion label {
	width:150px;
}

#PostSuggestion .text input {
	width:300px;
}

#PostSuggestion textarea {
	vertical-align:top;
	color:inherit;
	width:300px;
	height:70px;
	color:#000;
}

#PostSuggestion .submit {
	padding:10px 0 0 160px;
}

#PostSuggestion .error-message {
	padding-left:157px;
}

/* Confirm box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#confirm-bg {
	background-color:#000;
	position:fixed;
	display:none;
	z-index:888;
	height:100%;
	width:100%;
	opacity:.1;
	left:0;
	top:0;
}

#confirm {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #f00;
	background-color:#fcc;
	text-align:center;
	position:fixed;
	display:none;
	z-index:999;
	width:380px;
	left:0;
	top:0;
}

#confirm h2 {
	padding:15px 0 5px 0;
	margin:0;
}

#confirm p {
	font-size:14px;
	margin:0;
}

#confirm div.controls {
	margin:30px 0 50px 0;
}

/* Alert box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#alert {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #91c000;
	background-color:#e7f9ad;
	padding:20px 10px;
	text-align:left;
	position:fixed;
	display:none;
	z-index:999;
	width:380px;
	left:0;
	top:0;
}

#alert.error {
	border:1px solid #f00;
	background-color:#fcc;
}

#alert p {
	margin:0;
}

#alert .close {
	background:url(../img/close.gif) no-repeat left center;
	padding-left:20px;
	position:absolute;
	font-size:11px;
	right:7px;
	top:5px;
}

/* Counters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#counters {
	padding-bottom:25px;
	text-align:center;
}

/* Companies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#company-pcategories label,
#company-categories label {
	visibility:hidden;
}

#company-pcategories > .input:first-child a,
#company-categories > .input:first-child a {
	display:none;
}

#company-pcategories > .input:first-child label,
#company-categories > .input:first-child label {
	visibility:visible;
}

#company-categories img, #company-pcategories img {
	margin: 0 5px 0 5px;
}

/* Premium companies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#premium-companies {
	float:right;
	width:150px;
}

#premium-companies .browse {
	width:150px;
	height:30px;
	display:block;
	cursor:pointer;
}

#premium-companies .top {
	background:url('../img/scroll-top.jpg') no-repeat center center;
}

#premium-companies .bottom {
	background:url('../img/scroll-bottom.jpg') no-repeat center center;
}

/* Scrollable
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.scrollable {
	position:relative;
	overflow:hidden;
	width:150px;
	height:510px;
	margin:0;
}

.scrollable .items {
	height:20000em;
	position:absolute;
}

.items .item {
	height:86px;
}

.items .item .imgc {
	display: block;
	margin: 3px auto;
}

.items .item a {
	width:150px;
	display: block;
	text-align:center;
	margin:0 6px;
	height:86px;
	font-size: 11px;
}
.items .item a:hover{
	text-decoration: none;
}
.items .item a:hover .ellipsis{
	text-decoration: underline;
}

.items .item a .ellipsis {
	text-align: center;
	overflow: hidden;
	float: none;
}


/* Slīdošā lenta
---------------------------------------- */
#catfish .catfish-outer {
	z-index:4250;
	height:35px;
	width:100%;
	overflow:visible;
}

#catfish .catfish-overlay {
	z-index:4251;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:35px;
	overflow:hidden;
	visibility:visible;
}

#catfish .catfish-inner {
	position:relative;
	height:35px;
	white-space:nowrap;
	overflow:visible;
}

#catfish a.cb {
  display:block;
  height:35px;
  white-space:nowrap;
  width:100%;
	text-decoration:none;
	line-height:0;
}

#catfish .close {
	position:absolute;
	right:5px;
	top:5px;
	background:#fff;
	color:#000;
	padding:3px 5px;
	font-weight:bold;
	text-decoration:none;
}
