body {
	/*padding: 0;*/
	/*margin: 0;*/
/*	font:.9em  Helvetica, Myriad Pro, Corbel, Tahoma, sans-serif;*/
}

.gnav {
	margin-left: 10px !important;
}
.positions-list {
/*width: 800px;*/
	width: 100%;
	margin: 15px auto 15px auto;
}

.positions-list th {
	text-align: left; /*border-bottom: 1px solid #ccc;*/
	background-color: #C71514;
	background-color: #0B496F;
	background-color: #2EA25C;
	background-color: #0072bc;
	color: #fff; /*padding: 10px;*/
	padding: 12px 5% 8px 0px;
}

.positions-list th:first-child {
	padding-left: 5%;
}

.positions-list tr {
	border-bottom: 1px solid #ccc;
}

.positions-list tr.alt {
	background: #f2f8fc;
	background: #f5f5f5;
}

.positions-list td.locale {
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 5%;
	padding-right: 5%;
	width: 20%

}
.positions-list td.company {
	font-size: 1.0em;
	padding-left: 5%;
	padding-right: 5%;
	width: 30%;
}


.positions-list td {
	width: 40%;
	color: rgb(51, 51, 51);
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px;
	padding: 10px 5% 10px 0px;
	border-bottom: 1px solid #eee;
}

.positions-list td.type {
	width: 10%;
	white-space: nowrap;
}

.positions-list td.applications {
	width: 10%;
	text-align: center;
}

.positions-list a {
	font-weight: bold;
}

.positions-list tr.hidden {
	display: none;
}

.positions-list .details {
	padding: 10px 5% 10px 5%;
}

.perks h5 {
	color: #0072bc; /*font-weight: normal;*/
	font-size: 1.2em;
	margin: 0;
}

.perks {
	font-size: .8em;
	background: #dbebf6;
	background: #f2f8fc;
	border: 1px solid #0072bc;
	border: 1px solid #dbebf6;
	margin: 15px 0px 18px;
	padding: 10px 13px;
}

.close-btn {
	color: #e9a1a1;
	padding: 3px 7px 2px 7px;
	float: right;
}

.close-btn:hover {
	color: #C71514;
}

.posted {
	float: right;
}

.good a {
	color: #2EA25C !important;
}

.x-thumbs-up-btn {
	background: url('/images/thumbs-up-btn-sprite.png') 0 -114px no-repeat;
	width: 37px;
	height: 38px;
	padding: 0px;
	margin: 0px;
}

.x-thumbs-down-btn {
	background: url('/images/thumbs-down-btn-sprite.png') 0 -114px no-repeat;
	width: 37px;
	height: 38px;
	padding: 0px;
	margin: 0px;
}

.x-desc-btn {
	background: url('/images/desc-btn-sprite.png') 0 0 no-repeat;
	width: 37px;
	height: 38px;
	position: absolute;
	z-index: 20060;
}

/****
 For application list
 *****/

.application {
	width: 910px;
	float: right;
	position: relative;
	margin-bottom: 15px;
}

h2.undecided, h2.thumbs-up, h2.thumbs-down {
	margin-bottom: 0 !important;
	border-top: 2px solid #ddd;
	border: 2px solid #ddd;
	border-bottom: none;
	color: #aaa !important;
	padding: 10px;
	background-color: #f3f3f3; /*width: 135px;*/
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
}

.h2-bottom {
/*margin: 0 0 15px 0;*/
	margin: 0;
	display: block;
	background-color: #f3f3f3;
	height: 25px; /*border-bottom: 2px solid #ccc;*/
	-webkit-border-top-right-radius: 7px;
	display: none;
}

.undecided-list, .thumbs-up-list, .thumbs-down-list {
	margin-top: 0;
	padding-top: 15px;
	background-color: #f3f3f3;
	border: 2px solid #ddd;
	border-top: none;
	background: #fdfdfd url('/images/company/undecided-list-bg.png') repeat-x;
	padding-bottom: 15px;
}

.thumbs-up-list {
	background-color: #ceffd7;
	background: #ebffef url('/images/company/thumbs-up-list-bg.png') repeat-x;
	border: 2px solid #9dedac;
	border-top: none;
}

.thumbs-down-list {
/*background-color: #ffcece;*/
	background: #ffebeb url('/images/company/thumbs-down-list-bg.png') repeat-x;
	border: 2px solid #ffb0b0;
	border-top: none;
}

h2.thumbs-up {
	background-color: #ceffd7;
	border-top: 2px solid #9dedac;
	color: #66b575 !important;
	border: 2px solid #9dedac;
	border-bottom: none; /*width: 900px;*/
/*margin-left: 135px;*/

}

h2.thumbs-up + .h2-bottom {
	background-color: #ceffd7;
	border-bottom: 2px solid #b5ffc3; /*display:none;*/
}

h2.thumbs-down {
/*margin-left: 270px;*/
	background-color: #ffcece; /*border-top: 2px solid #ffb0b0;*/
	border: 2px solid #ffb0b0;
	border-bottom: none;
	color: #ec7979 !important;
}

h2.thumbs-down + .h2-bottom {
	background-color: #ffcece;
	border-bottom: 2px solid #ffb0b0;
}

h2 .expando {
	float: right;
	font-weight: normal;

}

.introduction {
	float: left;
	width: 600px;
	padding: 10px;
	border: 1px solid #a3d3ff;
	background-color: #f7f7f7;
	background-color: #ebf5ff;
	clear: right;
	margin-bottom: 15px;
	font-size: .9em;
}

.introduction .label {
	color: #aaa; /*color: #77b4ee;*/
/*color: #a3d3ff;*/
	padding-right: 20px;
}

.notes .label {
	color: #888;
	padding-right: 20px;
}

.applied-on {
	clear: left;
	float: left;
}

.decision {
	width: 200px;
	text-align: center;
	float: left; /*clear:left;*/
}

.notes {
	width: 600px;
	padding: 10px;
	float: left;
	background: #F8F4E6 none repeat scroll 0 0;
	border: 1px solid #FAE4BF; /*-webkit-border-radius: 9px;*/
/*-moz-border-radius: 9px;*/
/*border-radius: 9px;*/
}

.notes-input {
/*margin-top: 15px;*/
}

.notes-input textarea {
/*width: 600px;*/
	width: 99%;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #FAE4BF; /*background: #F8F4E6 none repeat scroll 0 0;*/
	outline: none;
	padding: 3px;
	font-size: 14px;
}

.profile-cell .resume {
/*width: 200px;*/
	height: 226px;
	border: 1px solid #ccc;
	border-left: 3px solid #0072bc;
	background-color: #fff;
	padding: 3px;
	overflow: hidden;
	font-size: 11px; /*font-family: Times;*/
	font-family: Myriad Pro, Corbel, Tahoma, sans-serif; /*-webkit-box-shadow: 0px 2px 15px rgba( 100, 100, 100, 0.20 );*/
/*-moz-box-shadow: rgba( 100, 100, 100, 0.20 ) 0px 2px 15px;*/
	line-height: 13px;
}

.decision {
	width: 37px;
	margin: 30px 15px 0 0;
}

.decision .action {
	margin-bottom: 25px;
}

.application .title {
	font-size: 1.3em !important;
	white-space: nowrap;
	overflow: hidden; /*font-size: 1.1em !important;*/
	margin: 0 0 15px 0;
}

.profile-cell {
	margin: 0 15px 0 0;
}

.profile-cell .resume span {
	display: block;
	padding-bottom: 5px;
}

.resume span > span {
	display: inline !important;
}

.resume .objective {
	margin-top: 3px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	margin-bottom: 6px;
}

.entry-title {
	font-weight: bold;
}

.entry-details {
	margin-left: 3px;
}

.contact-email, .contact-phone {
	float: right;
	color: #aaa;
	font-size: .8em;
	padding-right: 15px;
}
