.t {
	width: 90%;
}

.t ul.jobs-nav {
	margin: 0; padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
.t ul.jobs-nav li {
	display: inline;
}

.t .jobs-wrap {
	margin-bottom: 20px;
}

.t .job-wrap {
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}

.t .jobs-wrap .wrap-search-item {
	border: 1px solid silver;
}

.t .jobs-wrap .wrap-search-item .job-search-item .job-info {
    padding: 10px;
}

.t .jobs-wrap .wrap-search-item .job-search-item .content {
    margin-bottom: 0px;
}

.t .jobs-wrap .wrap-search-item .job-search-item .premium {
    background-color: #ffffcc;
}

.t .jobs-wrap .wrap-search-item .job-search-item .meta {
    margin-top: 0px;
}

.t .jobs-wrap .job-wrap h2 {
	width: 85%;
}
.t .jobs-wrap .job-wrap .content {
	margin-bottom: 10px;
}
.t .options {
	text-align: right;
	position: absolute;
	top: -30px; right: 0;
	padding: 5px;
	white-space: nowrap;
}
.t .options-search {
	position: static;
}
.t .quick-options {
	float: right;
	margin-right: 5px;
}
.t .quick-options ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

.t .dropdown-options {
	float: right;
	display: none; /* todo: port-over dropdown js */
}
.t .dropdown-options span {
	font-size: .7em;
}
.t .dropdown-options ul {
	display: none;
}

.t .back-to-search {
	margin-bottom: 20px;
}

.t form.search-form input[type="text"] {
	width: 60%;
	margin-bottom: 10px;
	padding: 5px;	
}

.t form.search-form input[type="submit"] {
	padding: 5px;	
	cursor: pointer;
}

div.forms div.form-field 
div.id_activation_dt .field input {
	margin: 0 5px 0 0;
	width: 18%;
}
div.forms div.form-field 
div.id_activation_dt .field input#id_release_dt_1 {
	width: 80px;
}

div.forms div.form-field 
div.id_post_dt .field input {
	margin: 0 5px 0 0;
	width: 18%;
}
div.forms div.form-field 
div.id_post_dt .field input#id_release_dt_1 {
	width: 80px;
}

div.forms div.form-field 
div.id_expiration_dt .field input {
	margin: 0 5px 0 0;
	width: 18%;
}
div.forms div.form-field 
div.id_expiration_dt .field input#id_release_dt_1 {
	width: 80px;
}

div.forms fieldset.payment_method {
	background-color: #EFEFEF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}

div.forms fieldset.payment_method legend {
	padding: 5px;
}

/* Job View
 ------------------------- */

.section-block {
	margin-bottom: 10px;
}
.section-block .label {
	font-weight: bold;
}
.section-block .value {
	margin-left: 20px;
}

.section-line {
	margin-bottom: 10px;
}
.section-line .label {
	float: left;
	width: 120px;
	font-weight: bold;
	white-space: nowrap;
}
.section-line .value {
	margin-left: 130px;
}

.company-wrap {
	margin-bottom: 10px;
}
.contact-wrap {
	margin-bottom: 10px;
}


/* Job Print View
 ------------------------- */

.t-print .job-wrap {
	width: 8in;
	padding: .25in;
	margin: 20px 0;
	border: 1px solid silver;
}
.t-print .hide-this {
	width: 8.5in;
	margin: 20px 0;
	position: relative;
}
.t-print .guide {
	position: absolute;
	top: 0; right: 0;
}
.t-print object {
	visibility: hidden;
}

@media print {
	.hide-this {
		display: none;
	}
	.t-print .job-wrap {
		width: 100%;
		border: none;
		padding: 0; margin: 0;
	}
}

/* Jobs Add/Edit
 ------------------------- */

.errors {
	border: 2px solid #FF8B78;
	background-color: #FFEBE8;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 110px;
	width: 75%;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.wrap {
	white-space: pre-wrap;
}
.item-text {
	font-size: 1.4em;
	border-bottom: 1px solid silver;
	margin: 20px 0;
	font-weight: bold;
}

/* label:field item */
.item {
	margin-bottom: 10px;
}
.item .errs {
	color: red;
	margin-left: 110px;
}
.item .label {
	float: left;
	font-size: 1.4em;
	text-align: right;
	width: 100px;
	white-space: nowrap;
}
.item .label-wrap {
	white-space: normal;
}


.item .field,
.item .help {
	margin-left: 110px;
}
.item .field input,
.item .field textarea,
.item .field select {
	width: 100%;
}
.item .field .mceLayout {
	/* WYSIWYG; .1 keeps border intact */
	width: 100.1% !important; 
}
.item .field-short input,
.item .field-short select {
	width: 40%;
}

/* date-time item */
.item-dt {
	margin: 0 0 20px 110px;
}
.item-dt .errs {
	color: red;
}
.item-dt .label {
	font-size: 1.4em;
	margin-bottom: 5px;
}
.item-dt .field input {
	float: left;
	width: 15%;
	margin-right: 5px;
}

/* field:label item */
.item-checkbox {
	margin: 0 0 5px 110px;
}
.item-checkbox .label {
	font-size: 1.4em;
	margin-bottom: 5px;
}
.item-checkbox .field input {
	float: left;
	margin-right: 10px;
}

/* horizontal rule item */
.item-hr {
	height: 1px;
	background-color: silver;
	margin: 10px 0 10px 110px;
	width: 85%;
}
/* horizontal rule long item */
.item-hr-long {
	height: 1px;
	background-color: silver;
	margin: 20px 0 20px 0;
	width: 100%;
}
/* horizontal rule (transparent) item */
.item-hr-clear {
	height: 10px;
	width: 100%;
}

/* pricing */
.jobpricing{
	padding: 1em;
	border: 1px solid silver;
	width: 500px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.pricing-item{
	margin-bottom: 0.8em;
}
.pricing-item .label{
	float: left;
	width: 35%;
	text-align: right;
	margin-right: 1em;	
	white-space: nowrap;
}
#pricing-submit{
	float: right;
}
.jobpricing-details{
	width: 500px;
}
.sep-line{
	height: 1px; 
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
}

div.forms fieldset.contact {
	background-color: #EFEFEF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
	margin-bottom: 10px;
}

div.forms fieldset.contact legend {
	padding: 5px;
}

/* embeded pricing table
.pricing-table-block{
	margin-left: 120px;
	margin-bottom: 1em;
} 
table.job-pricing-rate{
	width: 320px;
	border: 1px solid #809d89;
	border-collapse: collapse;
	border-spacing: 0;
}
table.job-pricing-rate tr td{
	text-align: right;
}
.job-pricing-rate .header-row{
	font-weight: bold;
}
.job-pricing-rate .header-row td{
	color: #fff;
	background-color: #809DB9;
	font-weight: bold;
	
}
.job-pricing-rate .row2{
	background-color: #d3d9e5;
}
 */

div.pricing-table-block {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div.pricing-table-block h4 {
	margin: 5px 0 5px 0;
	padding: 0;
	text-transform: none;
	font-size: 13px;	
}

div.pricing-table-block table {
	text-align: left;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

div.pricing-table-block table tr.alt {
	background-color: #FFFFFF;
}

div.pricing-table-block table td {
	padding: 5px;	
}

div.pricing-table-block table tr.header-row td {
	width: 180px;
	background-color: #EFEFEF;
}

/* payment method */
div.id_payment_method ul{
	padding: 0px;
}
div.id_payment_method ul li{
	list-style: none;
}
div.id_payment_method input{
	width: 1em !important;
}

.t div.job-wrap ul.job-resumes {
    list-style-type: none;
    padding: 2px;
    margin: 2px;
}

.t div.job-wrap ul.job-resumes li {
    padding: 5px;
}

