/**
 * common.css
 *
 * Copyright (c) 2003-2005 Martin J. Osborne
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Basic stylesheet.
 *
 * $Id: common.css,v 1.7 2009/05/03 18:53:27 osborne Exp $
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #FBFBF3;
	color: #111;
	font-family: Verdana,Arial,Helvetica,sans-serif;
/* as recommended by http://css-discuss.incutio.com/?page=UsingEms */
	font-size: 101%;
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}

a:link {
        color: #991100;
}

a:active {
        color: #991100;
}

a:visited {
        color: #991100;
}

a:hover {
        background: #FFDDAA;
}

a.plain {
	text-decoration: none;
}

a.red {
	text-decoration:none;
	color: red;
	font-weight:450;
}

a.red:hover {
	text-decoration: underline;
	color: #FF0000;
	background-color: transparent;
}
 
a.orange:hover {
	text-decoration: underline;
	color: #FFCC99;
	background-color: transparent;
}

a.highlight {
	text-decoration: underline;
	color: red;
	background-color: #FFFF99;
}

a.highlight:hover {
	text-decoration: underline;
	color: red;
	background-color: #FFFF99;
}

a.action, a.file {
	font-size: 0.85em;
	text-transform: uppercase;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

ul.plain {
	list-style-type: none;
	padding-left: 4em;
	text-indent: -2em;
}

ul.bluesquare {
	list-style-type:square;
}

ul.bluesquare li {
	color:#000099;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #E8E8E1;
	border-right: 2px solid #E8E8E1;
	font-size: 1em;
}

input.button {
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #FFDDAA;
    color: #991100;
	font-size: 1em;
}

input.defaultButton {
    background-color: #991100;
    color: #FFFFFF;
	font-weight: bold;
}

label {
}

label.error{
	color: #ee1100;
}

#container {
	width: 100%;
	line-height: 125%;
	text-align: center;
	margin-left: 0em;
}

#header {
	padding: 0 auto;
	margin: 0 auto;
    /*background-color: #5192CC;*/
    background-color: #FFDDAA;
	text-align: center;
	width: 900px;
}

#headerTitle {
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 900px;
    color: #991100;
}

#header h1 {
	margin: 0 auto;
	padding: 0.5em 0 0.5em 0;
	font-family: Georgia,'Times New Roman',Times,serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
}

#main {
	width: 900px;
	margin: 0 auto;
	padding: 0em 0em 0em 0em;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#popupMain {
	width: 550px;
	margin: 0;
	padding: 0em 0em 0em 0em;
}

#popupMain h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	/*border-top: 2px dotted #000099;*/
	border-top: 1px solid #991100;
}

#content code {
	color: #cc6600;
	font-size: 1.2em;
}

#content h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-weight: bold;
	font-size: 1em;
}

#publicContent {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0em;
	/*border-bottom: 2px dotted #000;*/
	border-bottom: 1px solid #991100;
}

#breadcrumb {
	padding-top: 0.5em;
	font-size: 0.7em;
}

#footer {
	padding: 0 auto;
	margin: 0 auto;
	width: 900px;
	min-height: 40px;
	position: relative;
	clear: both;
	background-color: #FFDDAA;
	text-align: center;
}

#footerContent {
	width: 800px;
	margin: 0 auto;
	font-size: 0.7em;
	vertical-align: center;
}

#runin {
	font-weight: bold;
	color: #991100;
}

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	display: inline;
	font-size: 0.8em;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

/**
 * Table styles
 */

table.menu {
	margin: 0em;
	border-collapse: collapse;
}

table.menu th {
	padding: 0em 0em;
}

/* parameter line-height: 1.2; can be used too */
table.menu td {
	padding: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.menu td.left-panel {
	padding: 1em 0.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
}

table.menu td.menu {
	font-size: 12px;
	width: 267;
	background-color: #FFCC99;
	text-align: center;
}

table.menu td.mainhead {
	font-size: 12px;
	background-color: #FFCC99;
	text-align: center;
	border-bottom: 1px dotted red;
	padding-bottom: 0.5em;
}

table.menu td.menu3 {
	font-size: 12px;
	background-color: #FF0000;
	text-align: center;
/*	border: 1px dotted #FFCC99;*/
}

table.menu td.menu4 {
	font-size: 12px;
	width: 21.3%;
	background-color: #FFCC99;
	text-align: center;
	padding: 0.75em;
}

table.menu td.border-hidden {
	border: hidden;
	line-height: 1.5;
}

table.menu tr.menu {
/*	border: 1px dotted red;*/
	left-margin: 0px;
	right-margin: 0px;}

table.menu thead {}
table.menu thead td{}
table.menu thead th{color: #FFFFFF; font-size: 120%;}
table.menu thead td{color: #FFFFFF; text-align: center;}
table.menu tfoot td{}
table.menu tbody{}

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

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 {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 120%;
	padding: 0.75em 0.5em 1em 0.5em;
}

/* supheading and subheading are for two-level heading (see, e.g., templates/associateEditor/submissionStats.tpl) */

table.listing tr.supheading td {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	padding: 0.75em 0.5em 0.2em 0.5em;
}

table.listing tr.subheading td {
	font-size: 0.85em;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	padding: 0.2em 0.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.data {
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
	text-align: right;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
	font-size: 0.1em;
	line-height: 1%;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}


/**
 * Form-specific elements
 */

span.formError {
	color: #ee1100;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #ff0000;
}

/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


