/* Global styles */
* {
	font-family: Verdana;
}

.title {
	font-weight: bold;
}

.date {
	font-style: italic;
}

.teaser {
	padding: 0.5em 0 1em 1em;
}

#content {
	width: 915px;
	background-color: #fff;
}

#signup-page #content {
	width: 600px;
}

.twistee-content img {
	padding-left: 3px;
	vertical-align: bottom;
}

/* HTML entities */
body {
	font-size: 10pt;
	background-color: #dfdebf;
}

/* Just center the page... not within the YUI editor (which does not have this class) */
body.yui-skin-sam {
	text-align: center;
}

body.gecko, body.ie {
	background-color: #fff;
}

#layout {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	text-align: left;
}

input, textarea, select, iframe {
  font-family: Verdana;
  font-size: 10pt;
  border: 1px solid #a5acb2;
}

fieldset {
	border: 0;
}

img {
	border: 0;
}

td {
	text-align: left;
	vertical-align: top;
}

th {
	vertical-align: top;
}

/* Generic styles */
.label {
	vertical-align: top;
	font-weight: bold;
}

.value {
	vertical-align: top;
}

.number {
	text-align: right;
}

.column_comment {
  border-bottom: 1px dotted #00f;
  background-image: url(/images/info.gif);
  background-repeat: no-repeat;
  padding-right: 16px;
  background-position: top right;
  cursor: help;
}

.dumpQuery, .edit-table {
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.dumpQuery th , .dumpQuery td, .edit-table th , .edit-table td {
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding: 0 3px 0 3px;
}

.center {
	text-align: center;
}

.center table {
	margin-left: auto;
	margin-right: auto;
}

.center table td {
	text-align: left;
}

.editable {
	font-style: italic;
}

/* Page look-and-feel */
#header {
	height: 265px;
	background-image: url(/images/header.jpg);
	position: relative;
}

#header #logo {
	font-size: 1.5em;
	font-weight: bold;
}

#header #logo a {
	text-decoration: none;
	color: #00f;
}

#search-area {
	position: absolute;
	top: 210px;
	right: 60px;
}

#search-message {
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
}

#search-results li {
	padding-bottom: 10px;
}

#nav {
	position: absolute;
	top: 140px;
	left: 20px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 0.5em;
}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a {
	text-decoration: none;
	color: #fff;
	padding-right: 0.5em;
	font-size: 20px;
}

#instructions {
	margin-left: 15%;
	margin-right: 15%;
}

#body {
	padding: 0.5em 0 0.5em 0;
	background-color: #fff;
	background-image: url(/images/body.gif);
}

#myForm {
	margin: 0 20px 0 20px;
	position: relative;
}

#mini-equipment ul, #mini-job-openings ul {
	margin-left: 0.5em;
	padding-left: 0.7em;
}

#left {
	position: absolute;
	top: -72px;
	left: 20px;
	width: 200px;
	margin-left: 25px;
}

#left #subnav {
	background-image: url(/images/subnav.gif);
	height: 255px;
	padding: 15px 5px 0 5px;
	margin-bottom: 10px;
}

#left #news-top {
	background-image: url(/images/news_top.gif);
	height: 45px;
}

#left #news-mid {
	background-image: url(/images/news_mid.gif);
	padding: 0 5px 0 5px;
}

#left #news-bot {
	background-image: url(/images/news_bot.gif);
	height: 20px;
}

#home-content {
	width: 550px;
	margin-left: 300px;
	background-color: #f2f2e6;
	background-image: url(/images/welcome.gif);
	background-repeat: no-repeat;
	xpadding-top: 40px;
}

#home-content #top-row td {
	padding-top: 40px;
}

#home-content-bottom td {
	background-image: url(/images/bottom_blend.gif);
	height: 25px;
}

#links {
	padding-top: 10px;
	text-align: center;
	clear: both;
}

#links a {
	font-size: 11px;
}

#footer {
	background-image: url(/images/body.gif);
	height: 50px;
	font-size: 0.8em;
}

#footer #legalese { 
	background-image: url(/images/footer.gif);
	float: left;
	width: 585px;
	margin-left: 15px;
	padding: 10px;
}

#footer #espace { 
	background-image: url(/images/footer.gif);
	text-align: right;
	width: 300px;
	float: right;
	margin-right: 15px;
	padding: 10px;
}

#footer #espace a {
	text-decoration: none;
}

/* Autocomplete */
div.autocomplete {
	position: absolute;
	width: 400px;
	background-color: white;
	border: 1px solid #888;
	margin: 0px;
	padding: 0px;
	height: 20em;
	overflow: scroll;
	display: block
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.autocomplete ul li.selected {
	background-color: #ffb;
}

div.autocomplete ul li {
	list-style-type: none;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 2px;
	height: 42px;
	cursor: pointer;
	line-height: 1em;
}

div.autocomplete ul li .informal {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1em;
}

/* Popups */
.x_popup {
	z-index: 100;
	position: absolute;
	border: 2px solid #000;
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.x_popup .x_popup_title {
	background-color: #ffa500;
	padding: 2px 0 2px 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
	text-align: center;
}

.x_popup .x_popup_body {
	padding: 5px;
}

.x_popup .x_popup_buttons {
	text-align: center;
}

/* Notebook page background color */
#yui-tabview .yui-content {
	background-color: #fff;
}

/* Screen only */
@media screen {

	.noprint { }

	* {
		margin: 0;
	}
}

/* Print only */
@media print {

	.noprint {
		display: none;
	}
}

