﻿/*----------------------------------------------------------
	Updates to this file must be run through the compressor at:
	http://www.cssdrive.com/index.php/main/csscompressoradvanced/
	select the follwing options:
	* Spaces and tabs - select all
	* New lines handling - 'Replace multiple empty lines with just one empty line'
	* Comment handing - 'Strip ALL comments'
	* Other Options - select all

	save the output to dashboard.min.css
----------------------------------------------------------*/

fieldset.selected {
	background: #D1DFEF url('/css/images/dashboard/selected.jpg') no-repeat 96% 5px;
}

fieldset.selected legend {
	background-color: white;
	border: 1px solid black;
}

fieldset legend input {
	display: inline;
}

fieldset legend label {
	margin-top: -1px;
}

form div.indent55 {
	margin-left: 55px;
}

form p.input {
	margin-bottom: 15px;
	padding-bottom: 0;
	padding-top: 0;
}

form p.input label {
	font-family: Georgia, "Times New Roman" ,Times,serif;
	font-style: italic;
	font-size: 16px;
	color: #56575a;
	padding-bottom: 5px;
}

form p.input input[type="password"], form p.input input[type="text"] {
	font-size: 18px;
	padding: 5px;
	width: 91%;
}

form p.input textarea {
	font-size: 13px;
	padding: 5px;
	width: 93%;
}

form p.input select {
	font-size: 18px;
	padding: 5px;
	width: 94%;
}

form p.input select.half {
	width: 44%;
	margin: 0px 5px;
}

form p.input select.month, form p.input select.year {
	margin: 0 5px 0 0;
	width: 46%;
}

form p, form p.field {
	text-align: left;
	margin: 10px 0;
	padding: 0;
}

form p a.password {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

form span.blue-button input.form-button {
	padding: 0 84px 5px 100px;
}

div.module table td {
	width: 75px;
}

table th {
	text-align: left;
}

table.threecol td.name, table.twocol td.name {
	height: 15px;
	padding: 5px;
}

table.threecol td.name {
	width: 75%;
}

table.twocol td.name {
	width: 85%;
}

table.fourcol, table.fivecol {
	width: 95%;
}

table.fourcol td, table.fivecol td {
	width: 55px;
}

table.fourcol td.name {
	width: 58%;
}

table.fivecol td.name {
	width: 48%;
}

table td.status {
	color: #959595;
}

table tr td a img {
	vertical-align: middle;
}

/* Dashboard
----------------------------------------------------------*/
div.dashboard div.summary {
	width: 100%;
	float: left;
}

div.dashboard div.summary div.top {
	background: transparent url(/css/images/backgrounds/dash-summary-bg-top.gif) no-repeat 0px 0px;
	height: 14px;
	float: left;
	width: 100%;
}

div.dashboard div.summary div.bottom {
	background: transparent url(/css/images/backgrounds/dash-summary-bg-bottom.gif) no-repeat 0px 0px;
	height: 14px;
	margin: 0;
	float: left;
	width: 100%;
}

div.dashboard div.summary div.body {
	border-left: 3px solid #E7EDF3;
	border-right: 3px solid #E7EDF3;
	margin: 0 2px 0 0;
	padding: 0 10px;
	float: left;
	width: 95.5%;
}

div.dashboard div.summary div.body div.info, div.dashboard div.summary div.body div.stats {
	width: 50%;
	float: left;
}

div.dashboard div.summary div.body div.info img {
	float: left;
}

div.dashboard div.summary div.body div.info p {
	float: left;
	margin: 0 0 5px 10px;
	padding: 0;
	width: 80%;
}

div.dashboard div.summary div.body div.info p.callout {
	margin-top: 25px;
	padding: 5px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	border: 1px solid #E7EDF3;
}

div.dashboard div.summary div.body div.info p a {
	font-size: 14px;
	line-height: 24px;
}

div.dashboard div.summary div.body div.info img.logo {
	margin: 40px 0 20px 0;
	border: 1px solid #E7EDF3;
}

div.dashboard div.summary div.body div.info div.profile-completeness {
	float: left;
	width: 100%;
	margin: 10px 0;
}


div.profile-completeness div.graph {
	height: 34px;
	width: 90%;
	background-color: #E9EDF0;
	border: 1px solid #AFAFAF;
	margin-bottom: 10px;
}

div.profile-completeness div.graph div.slider {
	margin: 0;
	height: 34px;
}

div.profile-completeness div.graph div.slider span {
	background: transparent url(/css/images/backgrounds/completeness-bg.gif) repeat-x 0px 0px;
	margin: 0;
	width: 100%;
	height: 30px;
	padding-top: 4px;
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

div.profile-completeness p {
	font-size: 12px;
	text-align: center;
}


div.dashboard div.summary div.body div.stats p {
	margin: 0 0 10px 0px;
	padding: 0;
	font-size: 18px;
	text-align: center;
}

div.dashboard div.summary div.body div.stats ul li {
	margin-left: 10px;
	font-family: Georgia, "Times New Roman" ,Times,serif;
	font-size: 12px;
	margin-bottom: 15px;
}

div.dashboard div.module {
	border: 1px solid #e7edf3;
	margin: 10px 4px;
	text-align: center;
}

div.dashboard div.module p {
	font-family: Georgia, "Times New Roman" ,Times,serif;
	padding: 0;
}

div.dashboard div.module p.header {
	font-size: 18px;
	margin: 10px 0;
}

div.dashboard div.module p.callout {
	font-size: 16px;
	line-height: 24px;
}

div.dashboard div.module a span, div.dashboard div.module table.threecol tr td.name a, div.dashboard div.module table.twocol tr td.name a, div.dashboard div.module p.header a {
	text-decoration: underline;
}

div.dashboard div.module table {
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

div.dashboard div.module table.threecol td.name, div.dashboard div.module table.twocol td.name {
	height: 15px;
	padding: 5px;
}

div.dashboard div.module table.threecol td.name {
	width: 135px;
}

div.dashboard div.module table.twocol td.name {
	width: 220px;
}


div.dashboard div.module table td.status {
	color: #959595;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
	width: 148px;
}

div.dashboard div.module table tr td a img {
	vertical-align: middle;
}

div.dashboard div.recently-viewed-jobs {
	width: 610px;
}

/* Job List
----------------------------------------------------------*/

div.joblist {
	padding: 0;
	margin: 0;
	float: left;
}

div.joblist h2 {
	font-size: 18px;
	padding: 0;
	margin: 0;
}

div.joblist ul {
	list-style: none;
	margin: 0;
	width: 100%;
	float: left;
}

div.joblist ul li {
	margin: 0;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}

div.joblist ul li div {
	margin: 0;
	float: left;
}

div.joblist ul li p {
	margin: 0;
	padding: 15px 0;
	text-align: left;
}

div.joblist ul li.employer-callout {
	text-align: center;
}

div.joblist ul li.employer-callout a {
	float: left;
}

div.joblist ul li.employer-callout a.img-callout {
	margin-left: 85px;
}

div.joblist ul li.employer-callout p.text {
	margin-left: 10px;
	float: left;
}

div.joblist ul div.date {
	text-align: left;
	width: 50px;
}

div.joblist ul div.details {
	margin-right: 20px;
	text-align: left;
	width: 420px;
}

div.joblist ul div.location {
	margin-right: 10px;
	text-align: left;
	width: 120px;
}

div.joblist ul div.action {
	text-align: left;
	width: 75px;
	float: right;
}

div.joblist ul.twoactions div.details {
	width: 350px;
}

div.joblist ul.twoactions div.action {
	width: 200px;
	text-align: right;
	float: right;
}

div.joblist ul div.action a {
	margin-top: 10px;
}

div.joblist ul.twoactions div.action a {
	margin: 0 3px;
}

div.joblist ul div.date p {
	margin-top: 8px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 19px;
	color: #555555;
}

div.joblist ul div.details p {
	line-height: 23px;
	padding: 2px 0 7px 0;
}

div.joblist ul div.location p {
	color: #7d7d7d;
	font-size: 14px;
}

div.joblist ul div.date span.day {
	font-size: 25px;
}

div.joblist ul div.date span.month {
	font-size: 14px;
}

div.joblist ul a {
}

div.joblist ul li a.job-title {
	font-size: 18px;
}

div.joblist ul li a.company {
	font-size: 14px;
	font-style: italic;
	color: #555555;
}

div.joblist ul li span.location {
	color: #7d7d7d;
	font-size: 14px;
}

div.joblist ul li a.company {
	float: left;
	color: #555555;
	font-style: italic;
	font-size: 14px;
}

/* APPLICATIONS
----------------------------------------------------------*/

fieldset {
	width: 92%;
	border: 1px solid #E9EDF0;
	margin: 15px 0 0;
	padding: 0 0 2% 2.5%;
}

fieldset legend {
	padding: 2px 0 1px;
	font: italic bold 16px Georgia, "Times New Roman" ,Times,serif;
	color: #56575A;
}

fieldset label {
	width: 215px;
	display: block;
	float: left;
}

fieldset p {
	clear: both;
}

table.job-post-applications {
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 12px;
	width: 100%;
	margin-bottom: 10px;
}

table.job-post-applications th {
	border-bottom: 1px dotted #ccc;
}

table.job-post-applications th, table.job-post-applications td {
	padding: 5px 10px 0 0;
}


table.job-post-applications td.actions {
}


table.job-post-applications td.actions a {
	vertical-align: top;
	margin-right: 10px;
}


div.applications {
	margin-left: 0px;
}

div.applications table.fourcol {
	font-family: arial,helvetica,clean,sans-serif;
}




div.applications table.fourcol th {
	border-bottom: 1px dotted #ccc;
}


div.applications table.fourcol td.date {
	padding-right: 5px;
}

div.applications table.fourcol td.name {
	width: auto;
	padding-bottom: 10px;
}

div.applications table.fourcol th.status, div.applications table.fourcol td.status, div.applications table.fourcol th.actions, div.applications table.fourcol td.actions {
	width: 130px;
}
