/* CSS Document */

body, html {
	padding: 0;
	margin: 0;
	}

body {
	font: 75%/1.5 Arial, Helvetica, sans-serif;
	border-top: 4px solid #ffb717;
	background: url(/lib/css/images/background_gradient.gif) top repeat-x #bce1f1;
	padding-top: 8px;
	color: #444;
	}

p {
	margin: 0 0px 1.2em 0px;
	padding: .3em 0 0 0;
	}

ul {
	margin: 1em 0;
	padding: 0 0 0 14px;
	}

ol ol {
	list-style: lower-alpha;
}

a {
	color: #0b5b99;
	text-decoration: none;
	}
a:hover {
	color: #288bc4;
	text-decoration: underline;
	}
	
	.float_left {
		float: left;
	}
	
a.anchor { text-decoration: none; }

p a.anchor { color: #222; }

img { border: none; }

/* --------------------------------------------------------------------- */
/* Special
/* --------------------------------------------------------------------- */
/* Group clearfix
/* --------------
/* The "group" class is intended to be used on the parent elements of 
/* floated children. We use group as it has more semantic meaning than
/* "clearfix". 
/*
/* NOTE: This technique is distinctly different than using an empty
/* element to "clear" contents. See the following resource:
/*
/* Clearing a float container without source markup
/* http://www.positioniseverything.net/easyclearing.html 
/* --------------------------------------------------------------------- */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .group { height: 1%; }
*:first-child+html .group { min-height: 1px; }

/* major layout elements */

#container {
	width: 918px;
	margin: 1em auto; 
	}

#header {
	position: relative;
	width: 906px;
	padding-left: 12px;
	height: 275px;
	background: url(/lib/css/images/default.jpg) bottom left no-repeat transparent;
	}

#header #logo {
	display: block;
	float: left;
	background: url(/lib/css/images/logo.gif) top no-repeat transparent;
	width: 270px;
	height: 135px;
	text-indent: -999px;
	overflow: hidden;
	}
		
#header ul, #header ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#header #search_form {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	}
	
	#search_form label {
		display: none;
		}
	
	#search_form input {
		display: inline;
		float: left;
		}
	
	#search_form #query_input {
		background-color: #f7fcfd;
		border: 1px solid #fff;
		border-top-color: #abd7ec;
		margin: 0;
		padding: 2px 3px;
		width: 120px;
		}	
	
	#search_form .form_button {
		margin-left: 4px;
		padding-top: 0;
		}
		
#torso {
	float: right;
	width: 584px;
	background: url(/lib/css/images/torso_rounded_bottom.gif) bottom no-repeat #fff;
	padding: 0 15px 1.5em 15px;
	border-top: 2.8em solid #387ca9;
	margin-bottom: 15px;
	}
	
#side_bar {
	float: left;
	display: inline;
	margin-left: 12px;
	margin-bottom: 15px;
	width: 234px;
	padding: 0 18px;
	background: url(/lib/css/images/sidebar_edge_border.gif) top repeat-y #fff;
	}

#side_bar .content {
		margin: 0 -17px;
		padding: 10px 17px 20px 17px;
		background: url(/lib/css/images/sidebar_content_bottom.gif) bottom no-repeat #e1f1f9;
		}

	#affiliation {
		font-size: .9em;
		color: #4493c3;
		margin: 1em -18px 0 -18px;
		padding: 5px 18px 15px 18px;
		background: url(/lib/css/images/sidebar_bottom_no_logo.gif) bottom no-repeat transparent;
		}
		
		#affiliation div.sponsor_logos img {
			padding-right: 10px;
			border-right: none;
			margin-right: 0;
		}
		#affiliation .learn_more {
			clear: both;
			padding: 0 0 2em 0;
		}
		#affiliation img.massbio {
			display: block;
			margin: 0 0 0 auto;
			border: none;
		}

#side_bar h2 {
	padding-bottom: .2em;
	border-bottom: 1px solid #92c2de;
	margin-bottom: .2em;
}

#side_bar h4 {
	padding: .8em 0 .5em 0;
	line-height: 1.2;
	font-size: 1em;
	}
	#side_bar h4 small {
		display: block;
		width: auto;
		font-size: .8em;
		color: #666;
	}
	
#side_bar .content h2 a {
	color: #5a9128;
	}

#side_bar ol {
	padding: 0 0 0 20px;
}

#side_bar .post_details {
	margin-top: -2px;
	padding: 0 0 .5em 0;
	font-size: .9em;
	color: #3173a0;
	}
	
	.post_details a {
		color: #3173a0;
		text-decoration: underline;
		}
	.post_details a:hover {
		color: #115380;
		}

#side_bar .view_all {
	border-top: 2px solid #4a89b3;
	text-align: right;
	}
			
#footer {
	font-size: .9em;
	float: right;
	clear: right;
	width: 614px;
	border: 1px solid #87c4e3;
	background-color: #d5edf8;
	color: #004d85;
	}

#footer p {
	padding: 1em 15px;
	}

/* headline styles */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: .8em 0 .2em 0;
	}

h1 {
	background: url(/lib/css/images/h1_background.gif) top repeat-x #3578a6;
	border-top: 1px solid #265c89;
	margin: 0 -15px .8em -15px;
	padding: .5em 15px;
	width: 100%;
	color: #bedbee;
	font-size: 1.6em;
	text-transform: uppercase; 
	}

h2 {
	color: #5a9128;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0px .4em 0px;
	padding: 10px 0 0 0;
	}
	
	h2 a:link, h2 a:visited, h2 a:active {
		color: #5a9128;
		text-decoration: none;
	}
	
	h2 a:hover {
		text-decoration: underline;
		color: #color: #5a9128;
	}
	h2 small {
		display: block;
		font-size: 70%;
		line-height: 1em;
		padding-bottom: 1em;
		color: #999;
	}
	
	

h3 {
	margin: 0px 0px .4em 0px;
	padding: 10px 0 0 0;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 1.25em;
	color: #c59116;
}

	h3 a:link, h3 a:visited, h3 a:active {
		color: #c59116;
		text-decoration: none;
	}
	
	h3 a:hover {
		text-decoration: underline;
		color: #c59116;
	}
	
h4 {
	color: #384554;
	font-weight: bold;
	font-size: 1.1em;
}

	h4 a:link, h4 a:visited, h4 a:active {
		color: #384554;
		text-decoration: none;
	}
	
	h4 a:hover {
		text-decoration: underline;
		color: #384554;
	}

/* form_elements */
fieldset {
	border: 1px solid #ccc;
	width: auto;
	}
	
legend {
	color: #666;
	}

/* orphan classes */
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	}

.more {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	}

/* main column is bumped down to allow for the subnav, but in cases where there is no subnav, you gotta bring it up! Poppa-zow! Grab yo socks! I'm from Fresno! */
.no_subnav {
	}	
	
.no_subnav h1 {
	}	

#main_column {
	}
	
	/* form styling */
	.styled_form {
		
	}
	
	.styled_form table {
		background-color: #e6f0f4;
		padding: 1em 1em 1.4em 1em;
		border-top: solid 2px #cfe2e9;
		border-bottom: solid 3px #dfecf0;
	}
	
	.styled_form fieldset {
		background: none;
		border: none;
		margin: 0px;
		padding: 0px;
	}
	
	.styled_form fieldset legend {
		display: none;
	}	
	
	.styled_form .form_table th {
		text-align: right;
		padding-right: 1em;
		color: #5a9128;
		width: 35%;
	}
	
	.styled_form .login_button {
		border: none;
		padding: 0px;
		margin: 0px;
		width: 56px;
		height: 22px;
	}
	
	.styled_form .hidden {
		display: none;
	}
	
	.styled_form input {
		border: solid 1px #d1d1d1;
		font-size: 1.25em;
		padding: .2em .5em;
		border-top-color: #95b0c6;
		color: #375975;
		display: block;
		margin: .4em 0px;
		width: 88%;
		background: url(/lib/css/images/input_field_bg.gif) repeat-x 50% 50% #f3f3f3;
	}

	.login_form,
	.reset_form {
		width: 45%;
		float: left;
		padding: 20px;
		margin: 0 40px 1.4em 0px;
		background-color: #f3fbff;
		border: solid 1px #c3dfec;
		border-top-width: 3px;
	}
	
	.reset_form {
		width: 55%;
	}

	form.search {
		width: 560px;
		margin: 0 0 20px 0;
	}

	form.search input, 
	form.search label	{
		vertical-align: middle;
	}

	form.search input.text {
		width: 400px;
	}
	
		.login_form fieldset,
		.reset_form fieldset {
			margin: 0px;
			padding: 0px;
			border: none;
		}
		
		.login_form fieldset legend,
		.reset_form fieldset legend {
			display: none;
		}
		
		.login_form table th,
		.reset_form table th {
			text-align: right;
			padding-right: 1em;
			vertical-align: text-top;
			white-space: nowrap;
		}
		
		.login_form table td,
		.reset_form table td {
			padding: 0px 0px 1em 0px;
		}
		
		.login_form table .last td,
		.reset_form table .last td {
			padding-bottom: 0px;
		}

/* styled_table */

table.styled_table {
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #a8c0cb;
	border-bottom: solid 2px #cde2eb;
	margin: 0px 0px 1.5em 0px;
}

.styled_table td {
	vertical-align: top;
	border: solid 1px #cde2eb;
	padding: 6px 8px;
}	

.styled_table th {
	vertical-align: middle;
	text-align: left;
	border: solid 1px #427f0a;
	border-bottom-width: 2px;
	padding: 5px 7px;
	color: #fff;
	font-size: 1.1em;
	background: url(/images/styled_table_th_bg.gif) repeat-x #5a9128 top;
}

.styled_table th a:link, 
.styled_table th a:visited, 
.styled_table th a:active {
	color: #d5f8b4;
	background: url(/images/sort_icon.gif) no-repeat right center;
	padding-right: 27px;
}

.styled_table th a:hover {
	color: #fff;
	text-decoration: none;
}

.styled_table th a:link.no_sort , 
.styled_table th a:visited.no_sort , 
.styled_table th a:active.no_sort  {
	color: #d5f8b4;
}

.styled_table th a:hover.no_sort  {
	color: #fff;
	text-decoration: none;
}

.styled_fieldset fieldset {
	border: solid 1px #d5e2e8;
	border-top: none;
	padding: 0px;
	position: relative;
	margin: 0px 0px 1.4em 0px;
}

.styled_fieldset fieldset form {
	padding: 0px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.styled_fieldset form input {
	border: solid 1px #b0c5cf;
	padding: 5px 6px;
	line-height: 1em;
	font-size: 1.1em;
	color: #425b67;
}

.styled_fieldset form select {
	border: solid 1px #b0c5cf;
	padding: 5px;
	width: 50%;
	line-height: 1em;
	font-size: 1.1em;
	color: #425b67;
}

.styled_fieldset form input.button {
	border: none;
	padding: 0px;
	margin: .2em 0px .1px 0px;
	width: auto;
	line-height: 1em;
	background: none;
	cursor: pointer;
}

.styled_fieldset fieldset .legend{
	padding: 0px 15px;
	height: 35px;
	line-height: 35px;
	font-size: 1.45em;
	border-bottom: solid 2px #b0c5cf;
	background: url(/images/legend_bg.gif) repeat-x 0px -10px #ffeaa0;
	color: #9e630f;
	margin: 0px;
	display: block;
	position: relative;
	border-top: solid 2px #f5d673;
}

	.styled_fieldset fieldset .legend a:link.show_all,
	.styled_fieldset fieldset .legend a:visited.show_all,
	.styled_fieldset fieldset .legend a:active.show_all {
		font-size: .7em;
		float: right;
		line-height: 25px;
		margin-top: 10px;
		padding: 0px 1em;
		display: block;
		background: url(/images/legend_show_all_bg.gif) no-repeat top right #ecbb47;
		color: #9e630f;
		font-weight: bold;
	}
	
	.styled_fieldset fieldset .legend a:hover.show_all {
		color: #835a04;
		text-decoration: none;
	}

.styled_fieldset table {
	clear: both;
	width: 100%;
	margin-bottom: 0px;
	border-top: solid 1px #bfd4e2;
}

.styled_fieldset form th {
	vertical-align: top;
	text-align: left;
	color: #004d85;
	font-size: 1.1em;
	line-height: 1em;
	padding: 1.4em 1em;
	width: 20%;
	border-bottom: solid 1px #bfd4e2;
	/* background: url(/images/table_bg_odd.gif) no-repeat 0px -25px #d9e6ee; */
	background-color: #f1f6f9;
}

.styled_fieldset form td {
	padding: .7em 1em .7em 1em;
	line-height: 1em;
	border-left: solid 1px #d9e6ee;
	border-bottom: solid 1px #bfd4e2;
	/* background: url(/images/table_bg_odd.gif) no-repeat top left #d9e6ee; */
	background-color: #e0eaf0;
}

/* form tables */

.admin_form fieldset {
	margin-bottom: 1em;
	}

.admin_form table {
	width: 100%;
	border-collapse: collapse;
	}

.admin_form table td, .admin_form table th {
	vertical-align: top;
	padding: 5px;
	border: 1px solid #fcfcfc;
	}

.admin_form table th {
	width: 22%;
	font-weight: bold;
	text-align: right;
	}
	
.admin_form table td {
	text-align: left;
	}
	
.admin_form table .odd {
	background-color: #f0f6fc;
	}

.admin_form table .even {
	background-color: #eaf1f7;
	}

.admin_form table input, .admin_form table textarea {
	width: 96%;
	}
.admin_form .checkbox {
	width: auto;
	display: inline;
	}
	
.admin_form table textarea {
	height: 10em;
	}

	textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}

.list_table {
	width: 100%;
	border-collapse: collapse;
	}
	

.list_table th {
	vertical-align: top;
	background-color: #369;
	color: #fff;
	}
.list_table th a {
	color: #fff;
	}
.list_table .odd td {
	background-color: #f3f9ff;
	}
.list_table .even td {
	background-color: #eef4fa;
	}
.list_table .highlight td {
	background-color: #f0f9ec;
	}

.list_table th, .list_table td {
	border: 1px solid #abc;
	text-align: left;
	padding: .5em;
	}

.list_table .options {
	width: 25%;
	text-align: center;
	}

.form_button {
	padding: 4px;
	margin-bottom: .5em;
	display: block;
	float: right;
	}
	
/* messages */

.required {
	color: #c00;
	}

.error, .exception, .success, .info, .warning {
	border-width: 1px;
	border-top-width: 4px;
	border-style: solid;
	padding: 1em;
	margin: 1em 0;
	}
	
.error, .exception {
	color: #b11;
	border-color: #b11;
	background: #fee;
	}

.success {
	color: #427f0a;
	border-color: #427f0a;
	background: #d5f8b4;
	}

.info {
	color: #365c76;
	border-color: #d0e4f1;
	background: url(/lib/css/images/info_bg.gif) #eff7fc;
	}
	
	.info a, .info_box a {
		text-decoration: underline;
	}

.warning {
	color: #770;
	border-color: #990;
	background: #ffe;
	}
	
.coaching {
	font-size: .9em;
	padding: 0 0 .1em 0;
	margin: 0;
	}

.attn { color: #f06; font-size: 2em; }

/* minor layout columns */

.first_item {
	width: 46%;
	float: left;
	}

.second_item {
	width: 47%;
	float: right;
	}

.hard_break {
	clear: both;
	height: 1px;
	line-height: 1px;
	}
	
.subnav {
	float: right;
	width: 10em;
	}
	
	
.subnav a {
	float: right;
	padding: .5em 1em;
	margin-left: .5em;
	border: 1px solid #88bcd6;
	background-color: #e1f1f9;
	font-weight: bold;
	}

/* news and misc styles. buttons, links, etc */
.view_all, .return {
	border-top: 1px solid #5a9128;
	padding: .5em 0px;
	text-align: right;
	margin-bottom: 1.4em;
	}
	
	.news_events_detail {
		margin-top: 1.4em;
	}
	
.view_all a, .return a {
	font-weight: bold;
	color: #5a9128;
	border-bottom: dotted 1px #adc894;
	}
	
	.view_all a:hover, .return a:hover {
	border-bottom-style: solid;
	}
	
.more_detail, .action_item {
	border-top: 2px solid #fff0cc;
	background-color: #fff9e0;
	padding: .2em 15px .3em 15px;
	margin: .7em 0px 1.4em 0px;
	}
	
.more_detail a {
	font-weight: bold;
	color: #003465;
	}
	
	
.action_item a {
	font-size: 1.2em;
	font-weight: bold;
	}

.info_box {
	color: #365c76;
	border: solid 1px #d0e4f1;
	background: url(/lib/css/images/info_bg.gif) #eff7fc;
	margin: 0px 0px 1.4em 0px;
	padding: 10px 20px;
	border-top-width: 3px;
	}
	
	.info_box h3.headline {
		border-bottom: solid 1px #b6c8d4;
		background-color: #f8fbfe;
		margin: -10px -20px 1.4em -20px;
		padding: 10px 20px;
	}
	
.info_box ul {
	margin: 0px 0px 1.4em 5px;
	}

.info_box .col_one {
	float: left;
	width: 45%;
}

.info_box .col_two {
	float: right;
	width: 45%;
}

.icon {
	border: none;
	}
	
#contact_form {
	float: left;
	width: 40%;
	margin-right: 5%;
	display: inline;
	}
	
#contact_form .required_notice {
		color: #999999;
		font-style: italic;
		margin-top: .7em;
	}
	
	#contact_form fieldset {
		border: none;
		padding: 0px;
	}
	

	#contact_form input {
		width: 100%;
	}

	#contact_form textarea {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		width: 100%;
	}


	#contact_form table {
		
	}
	
	#contact_form table th {
		text-align: right;
		padding-right: 20px;
		vertical-align: text-top;
		padding-bottom: 1em;
		color: #3072a0;
	}
	
	#contact_form table td {
		padding-bottom: 1em;
	}

.content_column_one {
	width: 47%;
	float: left;
}

.content_column_two {
	width: 47%;
	float: right;
}

.divider {
	border-top: solid 1px #a9cad8;
	clear: both;
}

#side_bar .view_all a {
	color: #003366;
	border: none;
}

#side_bar .view_all {
	margin-top: .5em;
	padding-right: 0px;
	margin-bottom: 2em;
}

.news_display_date {
	padding:  .25em 15px;
	margin-top: .7em;
	background-color: #f6fbfd;
	border-top: solid 2px #e3f0f5;
	display: inline;
	float: right;
	color: #6d96ab;
}

.news_list {
	text-decoration: none;
}

.news_detail_display_date {
	float: left;
	margin: 0px;
	color: #8aadbc;
}

p.date_description {
	margin: -.5em 0px .6em 0px;
	padding: 0px 0px 0px 18px;
	color: #999999;
	font-style: italic;
	background: url(/lib/css/images/sm_cal.gif) no-repeat 0px .3em;
}

.display_date {
	margin-top: -.5em;
	color: #777;
	font-style: italic;
}

/* resource and curriculum specific styles */
.curriculum.record, .resource.record {
	position: relative;
	padding: 0px;
	margin: 0px 0px 1.2em 0px;
	}

.curriculum big, .resource big {
	display: inline;
	border-bottom: dotted 1px #e2c88b;
	margin: 0px 0px .4em 0px;
	padding: 10px 0px 0px 20px;
	!padding: 10px 0px 0px 0px;
	background: url(/lib/css/images/light_arrow_off.gif) 0px .85em no-repeat;
	!background: none;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 1.25em;
	color: #c59116;
}

.curriculum big:hover, .resource big:hover {
	background: url(/lib/css/images/light_arrow.gif) 0px .85em no-repeat;
	!background: none;
}

a.resource_view_all {
	border-bottom: dotted 1px #666;
	text-decoration: none;
}

a.resource_view_all:hover {
	text-decoration: none;
	border-bottom: dotted 1px #ddd;
}

.curriculum a:hover, .resource a:hover {
	text-decoration: none;
}

.curriculum a:link .short_description,
.curriculum a:visited .short_description,
.curriculum a:active .short_description,
.resource a:link .short_description,
.resource a:visited .short_description,
.resource a:active .short_description {
	font-size: .95em;
	position: absolute;
	top: -1.4em;
	left: -321px;
	width: 280px;
	background: url(/lib/css/images/tool_tip_bg.png) no-repeat bottom left transparent;
	padding: 15px 20px 34px 20px;
	border: none;
	border-top: solid 1px #c59116;
	color: #333;
	text-decoration: none;
	display: none;
}
	
.curriculum a:hover .short_description, .resource a:hover .short_description {
	display: block;
	}
	
.curriculum a .short_description .more, .resource a .short_description .more {
	color: #ffffff;
	display: block;
	padding: 10px 20px;
	margin: 10px -19px -20px -19px;
	background: url(/lib/css/images/tip_more.gif) repeat-x #ffa617;
	text-decoration: none;
	font-weight: normal;
	}
	
.our_partners_list {
	margin-top: -.5em;
	margin-bottom: .5em;
}

.partner_logo {
	padding: 6px;
	border: solid 1px #3173a1;
	float: right;
	margin: 0px 0px 1.4em 30px;
}

.partner_items ul {
	margin-top: 0px;
}

.document, .link {
	padding: .5em 1em;
	color: #a36a08;
	border:solid 1px #eedeba;
	margin: 0px 0px 1em 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: #f9f4e8;
}


.facility_image {
	float: right;
	margin: 0px 0px 1.4em 30px;
}

.facility_location {
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
	float: left;
	padding: 10px 10px 10px 0px;
	font-size: 1.2em;
	color: #777;
	line-height: 1.2em;
	margin-bottom: .5em;
}


/* cotributors lists */
ul.contributors {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}
ul.contributors li {
	font-weight: bold;
	padding: 0 0 1.5em 0;
	margin: 0;
}

ul.contributors li ul {
	list-style: none;
	margin: .2em 0 0 0;
	padding: .2em 0 0 0;
	border-top: 1px solid #ccc;
}
ul.contributors li ul li {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 2em;
}

/* sponsor logos */
div.sponsor_logos {
	margin: 1em 0 2em 0;
}
div.sponsor_logos img {
	vertical-align: middle;
	padding-right: 1em;
	border-right: 1px solid #eee;
	margin-right: 1em;
}

span.newsletter_callout {
	float: right;
	font-size: 1.1em;
	margin-top: -48px;
}

span.newsletter_callout a {
	color: #FFDF6A;
	text-decoration: underline;
}

/* Donate */
.dollar_sign {
	font-size: 1.3em;
	color: #5A9128;
	font-weight: bold;
}

.admin_form table tr input.auto {
	width: auto;
}

/* Post doc section */

.post_doc_login {
	float: left;
	width: 272px;
	padding: 0 20px 0 0;
}

.companies_login {
	float: right;
	width: 272px;
	padding: 0 0 0 20px;
}

ul.nav,
ul.actions {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.actions li.first,
ul.nav li.login {
	float: left;
}

ul.actions li.second,
ul.nav li.create_account {
	width: 50%;
	float: right;
}

ul.nav li,
ul.actions li {
	width: 45%;
	font-size: 15px;
}

ul.actions li a,
.post_doc_login ul.nav li a,
.companies_login ul.nav li a {
	color: #F9F9F9;
	display: block;
	padding: 4px 8px;
	font-weight: bold;
	background: #377BA8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.post_doc_login ul.nav li a:hover,
.companies_login ul.nav li a:hover {
	color: #FFF;
	background: #00315F;
	text-decoration: none;
}

.participating_companies li {
	float: left;
	width: 33.333%;
	word-wrap: break-word;
	list-style-position: inside;
}

.postdoc {
	margin: 20px 0 0 0;
	border-top: 1px solid #EEE;
}

.postdoc ul.actions {
	float: right;
	width: 200px;
	text-align: right;
}
	.postdoc ul.actions li {
		width: auto;
		margin: 0 0 10px 0;
	}
	.postdoc ul.actions li.add a {
		background: #360;
	}

.postdoc dl,
.postdoc .bio {
	float: left;
	width: 350px;
	padding: 10px;
	background: #EEE;
	margin: 0 0 20px 0;
}

	.postdoc dl dt {
		font-weight: bold;
		float: left;
		clear: left;;
	  width: 120px;
	}
	.postdoc dl dd {
		margin: 0;
		padding: 0;
		float: left;
	}
	.postdoc h3 .extra {
		float: right;
		color: #999;
		font-weight: normal;
	}

.tabs ul {
	padding: 0;
	margin: 2em 0 0 0;
}

.tabs ul li {
	float: left;
	list-style: none;
}

.tabs ul li a {
	margin: 0;
	padding: 0;
	float: left;
	color: #FFF;
	padding: 7px 10px;
	font-weight: bold;
	margin: 0 10px 0 0;	
	background: #507DA9;
}

.tabs ul li a:hover {
	background: #224D86;
	text-decoration: none;
}

.tabs ul li.ui-state-active a {
	background: #123160;
}

.ui-tabs-hide {
	display: none;
}
