/**********
 * Global *
 **********/

img {
	vertical-align: middle;
	border-style: none;
}

a:link.image, a:visited.image, a:active.image, a:hover.image {
	border-style: none;
}

form {
	display: inline;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

/***************
 * Text styles *
 ***************/

span.referral-reward {
	font-weight: bold;
}

span.company-name {
}

span.location {
}

span.completed {
	color: #aaaaaa;
}

div.error {
        color: #ff3333;
	background-color: #fde1dd;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	margin-bottom: 10px;
}

div.error ul {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}

div.success {
        color: #339900;
	background-color: #e5f5d4;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.success ul {
	margin: 0;
	padding-left: 10px;
	list-style-type: none;
}

/***************
 * Misc blocks *
 ***************/

/******************************************************************
 * img.tabled, used for images in tables that are used for layout *
 ******************************************************************/

img.tabled {
	display: block;
}

div.breadcrumbs {
	font-size: smaller;
	margin-bottom: 7px;
}

/*****************
 * Heading block *
 *****************/

div.heading-block table {
	width: 100%;
}

div.heading-block table td.heading-block-left {
	vertical-align: middle;
}

div.heading-block table td.heading-block-right {
	vertical-align: middle;
	text-align: right;
}

/********************
 * Subheading block *
 ********************/

div.subheading-block {
	margin-bottom: 10px;
}

div.subheading-block-left {
	float: left;
}

div.subheading-block-right {
	text-align: right;
}

/*************
 * Jobs list *
 *************/

table.jobs-list {
	width: 100%;
}

table.jobs-list td {
	vertical-align: top;
	padding: 5px 3px;
}

table.jobs-list td.jobs-list-title {
	width: 35%;
}

table.jobs-list td.jobs-list-company {
	width: 35%;
}

table.jobs-list td.jobs-list-location {
	width: 30%;
}

table.jobs-list td.jobs-list-date {
	width: 10%;
	white-space: nowrap;
}

table.jobs-list td.jobs-list-first {
	padding-left: 6px;
}

table.jobs-list td.jobs-list-last {
	padding-right: 20px;
}

table.jobs-list-date td.jobs-list-location {
	width: 20%;
}

div#nav-block-post div.nav-block-header {
	display: none;
}

div.keywords {
	display: none;
	font-size: xx-small;
}



