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

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

input, textarea, select, iframe {
  font-family: Verdana;
  font-size: 10pt;
  border: 1px solid #000;
	background-color: #fff;
	color: #000;
}
._submit {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #000;
	background-image: url(/jslib/images/gradient.php?colors=fff-fab034&size=1x20);
	background-repeat: repeat-x;
}

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 {
	width: 90%;
	border-collapse: collapse;
	border: 1px solid #645f35;
}

.edit-table {
	border-collapse: collapse;
	border: 1px solid #645f35;
}

.dumpQuery th , .edit-table th {
	border: 0;
	padding: 0 5px 0 5px;
}

.edit-table td {
	border: 0;
	padding: 0 5px 0 5px;
	color: #000;
	background-color: #fff;
}

.dumpQuery td {
	border: 0;
	border-bottom: 1px solid #645f35;
	padding: 0 5px 0 5px;
	color: #000;
	background-color: #fff;

}

.dumpQuery th, .edit-table th {
	background-color: #edebcf;
	color: #645f35;
	vertical-align: bottom;
}

.odd {
	background-color: #fff;
}

.even {
	background-color: #fff;
}

.center {
	text-align: center;
}

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

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

.editable {
	font-style: italic;
}

/* Columns */
#left {
	width: 50%;
	float: left;
}

#right {
	width: 50%;
	float: right;
}

#category-column {
	width: 25%;
}

#subcategory-column {
	width: 25%;
}

#document-column {
	width: 50%;
}

/* Page look-and-feel */
#header {
	background-image: url(/images/backgroundgradient.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 129px;
}

#header #logo {
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 70px;
}

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

#nav {
	position: absolute;
	top: 10px;
	right: 10px;
}

#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;
	font-weight: bold;
	color: #645f35;
	padding-right: 1.0em;
}

#nav li a:hover {
	color: #fab034;
}

#nav li a.active {
	color: #fab034;
}

#menu {
	position: relative;
	top: -15px;
	height: 20px;
	width: 100%;
	padding: 0 0 5px 0;
	border-bottom: 2px solid #fab034;
	z-index: 2;
}

#menu ul {
	margin: 0;
	padding-left: 25px;
	list-style: none;
	z-index: 2;
}

#menu li {
	display: inline;
	list-style: none;
	float: left;
	padding-left: 25px;
}

#menu li a {
	text-decoration: none;
	color: #645f35;
	font-weight: bold;
	font-size: 10pt;
	padding-left: 0.5em;
	padding-right: 0.7em;
}

#menu li a:visited {
	color: #645f35;
	font-weight: bold;
}

#menu li a:hover {
	color: #fab034;
	font-weight: bold;
}
#menu li a.active {
	color: #fab034;
}

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

#body {
	padding: 2.0em 0 0 0;
	border-top: 1px solid #fab034;
	background-color: #fff;
	color: #000;
	min-height: 300px;
}

#body h3 {
	color: #000;
}

#body a {
	color: #000;
}

#content {
	position: relative;
	top: -15px;
	background-color: #cdcca5;
	padding: 15px 10px 20px 10px;
	min-height: 400px;
}

#edit ol {
	list-style-type: upper-roman;
}
#edit ol ol {
	list-style-type: upper-alpha;
}
#edit ol ol ol {
	list-style-type: decimal;
}
#edit ol ol ol ol {
	list-style-type: lower-alpha;
}
#edit ol ol ol ol ol {
	list-style-type: lower-roman;
}

#skip a {
	text-decoration: none;
	color: #fab034;
	font-size: 13pt;
}

#courses table {
	border-collapse: collapse;
	border: 1px solid #fab034;
	width: 90%;
}

#courses table th {
	background-color: #958c51;
}

#lightbox {
	border: 1px solid #fab034;
	background-color: #958c51;
	min-height: 200px;
}

#lightbox .table_form .label {
	color: #fab034;
}

#special {
	position: absolute;
	top: 360px;
	left: 150px;
	color: #fab034;
	font-size: 24pt;
}

#special a {
	text-decoration: none;
	color: #fab034;
}

#footer {
	position: relative;
	top: -16px;
	border: 0;
	clear: both;
	color: #645f35;
	background-color: #edebcf;
	padding-top: 15px;
	background-image: url(/images/footer_blend.gif);
	background-repeat: repeat-x;
	height: 50px;
}

#footer a, #footer a:visited {
	color: #645f35;
}

/* 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 */
._popup {
	z-index: 100;
	position: absolute;
	border: 2px solid #000;
	background-color: #fff;
	display: none;
	margin-left: auto;
	margin-right: auto;
}

._popup ._popup_title {
	background-color: #ffa500;
	padding: 2px 0 2px 0;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

._popup ._popup_body {
	padding: 5px;
}

._popup ._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;
	}
}

