/**
 * equinoxJournals.css
 *
 * Copyright (c) 2003-2007 Michael Willis
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: equinoxJournals.css,v 1.47 2007/11/14 22:36:20 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	background-color: #5d5d5d;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

form {
	color: #e1e0e0;
}

a {
	text-decoration: none;
}

a:link {
	color: #ffffff;
}

a:hover {
	color:#dabfc1;
	background:#36aeb6;
}

table.tocArticle td.tocAuthors {
       padding-bottom: 20px;
}

a:visited {
	color: #ffffff;
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	color: #34777d;
	font-family: Arial, Helvetica, sans-serif;
}

/**
 * Main layout elements
 */


#header {
	padding: 0;
	margin: 0 auto;
	background-color: #5d5d5d;
}

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	position: relative;
}

ul.menuRhs {
	margin:0;
	text-align:right;
}

ul.menuRhs li {
	display:inline;
	margin:0;
	padding:0 1.5em 0 0;
}


#leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #999;
}


#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #bc777c
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
}

#content {
	font-size: 0.8em;
	color: #D1D1D1;
}


#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #bc777c;
}

#content h4 {
	padding-top: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #bc777c;
}

#content h5 {
	font-weight: normal;
	font-size: 1.4em;
}

span.formRequired {
	color: #d1d1d1;
	font-size: 0.9em;
}

span.disabled, label.disabled {
	color: #aeaaaa;
}

table.listing td {
	padding: 0.25em 0.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	padding: 0.75em 0.5em 1em 0.5em;
}

