body {
	color: #333333;
	font: 13px/150% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 10px 10px 10px;
}
a:link {
 color: #369;
  }
a:visited {
	color: #8594A2;
  }
a:hover {
  text-decoration: none;
  }
h1 {
	color: #6A6A6A;
	font: 20px/150% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h2 {
	color: #6A6A6A;
	font: bold 17px/150% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h3 {
	color: #6A6A6A;
	font: bold 15px/150% Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
hr {
 color: #CECECE;
	background-color: #CECECE;
	height: 1px;
	border: none;
}

/* layout */
#main {
	margin: 0 170px 0 0;
}
#sidebar {
	float: right;
	margin: 0;
	padding: 10px 3px 10px 3px;
	width: 155px;
}
#homejobs {
	width: 49%;
	float: left;
}
#homediscussions {
	width: 49%;
	float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

/* IE7 Fix */
.clearfix { zoom: 1; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
}
/* End hide from IE-mac */

/* topper */
#topper {
	background: url(../img/topperbg.png) repeat-x;
	height: 74px;
	margin: 0;
	padding: 0;
	min-width: 550px;
}
/* header */
#topper h1 {
	float: left;
	font-size: 100%;
	margin: 0;
}
#topper h1 a {
	display: block;
	height: 74px;
	width: 340px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
	background: url(../img/logo.png) 0 0 no-repeat;
}
#topper h1 a:hover {
	cursor: pointer; /* IE7 */
	background-position: 0 -74px;
}
/*  mininav */
#topper ul {
	color: #DEFCEB;
	padding: 0;
	margin: 0;
	font: 10px/150% Arial, Helvetica, sans-serif;
}
#topper ul a {
	color: #F7EBD6;
	font: 10px/150% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#topper ul.metanav {
	float: right;
	margin: 5px 3px 0 0;
	list-style: none;
}
#topper ul.discussionnav {
	float: right;
	margin: 5px 8px 0 0;
	list-style: none;
}
#topper ul.jobnav {
	float: right;
	margin: 5px 8px 0 0;
	list-style: none;
}


/* sidebar */
#sidebar ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#sidebar p.blogpost {
	margin: 0 0 8px 0;
}
#sidebar div.login {
	background: #F6F8F9;
	padding: 8px;
	margin-bottom: 5px;
	border: 1px solid #97A3AE;
}
#sidebar div.login h3 {
	color: #E87C6C;
}
#sidebar div.bloghit  {
	padding: 3px;
	margin-bottom: 5px;
}
 #sidebar div.search {
	background: #F6F8F9;
	padding: 8px 2px 8px 8px;
	border: 1px solid #C1C8CF;
	margin-bottom: 15px;
}
#sidebar div.search h3 {
	color: #909090;
	line-height: 1.2
}

/* profile page */
p.profile img {
	margin: 0 10px 5px 0;
}
p.profile { 
	margin: 0 0 5px 0;
	height: 80px;
}


#homejobs .viewby, #homediscussions .viewby {
	background: #ECFDF1;
	padding: 2px 0 2px 4px;
	margin: 0 0 4px 0;
}

/* jobs/comments/jobfarm table */
table.jobs, 
table.comments, 
table.jobfarm {
	border: 0;
	margin: 0 0 20px 0;
}

table.jobs td, 
table.comments td, 
table.jobfarm td {
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	border-top: 1px solid #CECECE;
	font-size: 14px;
	padding: 6px;
	vertical-align: top;
}
table.comments td.empty {
	border-top: none;
}


/* fix padding on comments table */
table.comments td {
	padding-top: 10px;
}
table.comments td h1 {
	padding-top: 0px;
	padding-bottom: 6px;
	margin-top: -5px;
}

/* timestamp */
table p.date, .date {
		font: 11px/130% Arial, Helvetica, sans-serif;
		color: #8594A2;
}

/* ratings column*/
table.jobs td.rating,
table.comments td.rating {
	font: 10px/210% Arial, Helvetica, sans-serif;
	line-height: 210%;
	text-align: center;
	width: 45px;
	padding-top: 6px;
}
table.comments td.rating {
	padding-top: 26px;
}
td.rating .digit {
	color: #DF4C38;
	display: block;
	font: 33px/90% Arial, Helvetica, sans-serif;
}
td.rating .goahead {
	color: #2BB14E;
}
td.rating .zero {
	color: #BEBEBE;
}
td.rating a {
	background: #FFF5BD;
	border: 1px solid #FFE862;
	color: #105CB6; 
	font-size: 12px;
	padding: 0 3px 2px 3px;
	text-decoration: none;
}
td.rating a:hover {
	background: #FFE657;
}


/* member column */
table.comments td.member {
	font: 10px/210% Arial, Helvetica, sans-serif;
	line-height: 210%;
	text-align: right;
	padding-top: 6px;
}
table.comments td.member a {
	display: block;
}

table.comments td.responses {
	background: #E4EFFC;
}

/* comment controls */
table.comments td.commentcontrols {
	text-align: right;
	width: 140px;
}
table.comments td.commentcontrols p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #8594A2;
	font: 12px/130% Arial, Helvetica, sans-serif;
}
table.comments td.commentcontrols a {
	margin: 3px 1px;
}
table.comments td.commentcontrols a:hover img {
	background: #BABABA;
}

/* headline summary of job link */
table.jobs a.summary { 
		color: #0E52A2;
		font: 14px/130% Arial, Helvetica, sans-serif;
}
table.jobs a.summary:visited {
  color: #8594A2;
  }
table.jobs a.summary:hover {
  color: #4E8AC4;
  }
  
/* comments link */  
table.jobs a { 
		font: 11px/150% Arial, Helvetica, sans-serif;
		color: #4D89C3;
}

/* details */
.details {
	color: #565656;
	font: 11px/150% Arial, Helvetica, sans-serif;
}

/* jobfarm */
table.jobfarm {
	border: 0;
	margin: 0 0 20px 0;
	border-left: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
}
table.jobfarm td {
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	border-top: 1px solid #CECECE;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 6px;
	vertical-align: top;
	border-right: 1px solid #CECECE;
	font: 12px/150% Arial, Helvetica, sans-serif;
}
table.jobfarm th {
	font: bold 12px/150% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	/*text-align: left;*/
	border-top: 1px solid #CECECE;
	background: whitesmoke;
	border-right: 1px solid #CECECE;
	/*width: 10%;*/
}
table.jobfarm h4 {
	padding: 0;
	margin: 0;
	font: bold 14px/150% Arial, Helvetica, sans-serif;
}
table.jobfarm a.do {
	margin: 3px;
	padding: 1px 3px;
	background: #E9ECEF;
	border: 3px double #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	color: #333333;
	font: 11px/170% Verdana, Helvetica, Arial, sans-serif;
	text-decoration: none;
}


/* form elements */
input.button {
	background: #E9ECEF;
	border: 3px double #999999;
	border-left-color: #CCCCCC;
	border-top-color: #CCCCCC;
	color: #333333;
	font: 11px/150% Verdana, Helvetica, Arial, sans-serif;
}

input.button:active {
	border: 3px double #CCCCCC;
	border-left-color: #999999;
	border-top-color: #999999;
}

/* pagination */
ul.pagination {
	list-style: none;
		font: 12px/150% Arial, Helvetica, sans-serif;
}
ul.pagination li {
	float: left;
	margin: 5px 3px
}
ul.pagination a {
	text-decoration: none;
	background: whitesmoke;
	padding: 1px 6px;
	border: 1px solid #A4A4A4;
}
ul.pagination a:visited {
	background: white;
	color: #9EBDDF;
	border: 1px solid #CBCBCB;
  }
ul.pagination a:hover {
 	background: #8EBDF5;
  }


/*
	BitriXTeam classes
*/
.error	{ color: #A00; }

table.jobs td.rating div {
	display: inline;
	background: #FFF5BD;
	border: 1px solid #FFE862;
	color: #105CB6; /*display: block;*/
	font-size: 12px;
	padding: 0 3px 2px 3px;
	text-decoration: none;
	cursor: hand;
}

table.jobs td.rating div:hover {
	background: #FFE657;
}

/*
	deactivate
*/

table.jobs tr.deactivate td a.summary {
	color: #CCC;
}

table.jobs tr.deactivate td.rating {
	color: #CCC;
}

table.jobs tr.deactivate td.rating .digit {
	color: #D6B0B0;
} 

/* new text */
#warning		{ position: relative; background: none; border: 0px; }
#warning div	{ background: none; border: 0px; }
#warning .inline-warning	{ 
	position: absolute;
	top: -90px;
	left: 99px;;
	width: 100%;
	height: 100%;
	z-index: 200000;
	background: none;
	border: 0px;
}
#warning .inline-warning div {
	margin: 20px 0 0 20px;
	float: left;
	position: relative;
	padding-bottom: 10px;
	background: none;
	border: 0px;
}
#warning .inline-warning p {
	white-space: nowrap;
	margin: 0;
	/*font-size: 105%;*/
	font-size: 13px;
	color: #666154;
	line-height: 1;
	padding: 10px 60px 10px 10px;
	background: #FFF5BD;
	border: 1px #FFE862 solid;
}
#warning .inline-warning a {
	border: 0px;
	color: #00F;
	text-decoration: underline;
	font-size: 13px;
}
#warning .inline-warning a:hover {
	background: none;
	text-decoration: none;
}
.inline-warning .close {
	position: absolute;
	right: 10px;
	top: 6px;
	border: 0px;
}

#warning2		{ position: relative; background: none; border: 0px; }
#warning2 div	{ background: none; border: 0px; }
#warning2 .inline-warning	{ 
	position: absolute;
	top: -90px;
	left: 100px;
	width: 100%;
	height: 100%;
	z-index: 200000;
	background: none;
	border: 0px;
}
#warning2 .inline-warning div {
	margin: 20px 0 0 20px;
	float: left;
	position: relative;
	padding-bottom: 10px;
	background: none;
	border: 0px;
}
#warning2 .inline-warning p {
	white-space: nowrap;
	margin: 0;
	/*font-size: 105%;*/
	font-size: 13px;
	color: #666154;
	line-height: 1;
	padding: 10px 60px 10px 10px;
	background: #FFF5BD;
	border: 1px #FFE862 solid;
}
#warning2 .inline-warning a {
	border: 0px;
	color: #00F;
	text-decoration: underline;
	font-size: 13px;
}
#warning2 .inline-warning a:hover {
	background: none;
	text-decoration: none;
}
.inline-warning2 .close {
	position: absolute;
	right: 10px;
	top: 6px;
	border: 0px;
}
