/**
 * common.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.71.2.1 2009/04/08 19:43:30 asmecher Exp $
 */

/**
 * Common HTML elements
 */


body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #111;
	font-family: Arial,Helvetica,sans-serif;
}

div {
	line-height: 150%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.2em;
}


a {
	text-decoration: none;
}

a:link {
	color: #666;
}

a:active {
	color: #24487a;
}

a:visited {
	color: #666;
}

a:hover {
	color: #fff;
	background: #24487a;
}

a.plain {
	text-decoration: none;
}


input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	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: #24487a;
	font-size: 1em;
	color: #fff;
}

input.defaultButton {
	background-color: #24487a;
	color: #FBFBF3;
	font-weight: bold;
}



/**
 * Main layout elements
 */

#container {
	line-height: 125%;
	margin: 0 auto;
	text-align: center;
	background: #fff;
}

#body {
	width: 980px;
	padding: 0 20px 0 20px;
	margin: 0 auto;
	text-align: center;
	min-height: 400px;
	overflow: hidden;
}

#header {
	background: #24487a;
	margin: 0 0 10px 0;
	padding:0;
	height: 120px;
}

#headerTitle {
	padding: 0;
	width: 980px;
	padding: 0 20px 0 20px;
}

#header h1 {
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	display: block;
	width: 980px;
	text-align: left;
	color:#fff;
}

#footer {
	position: relative;
	clear: both;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#footerContent {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	line-height: 2.8em;
	border-top: 1px solid #2b4f83;
	padding: 0px 20px 5px 0px;
}

#footerContentInner {
	text-align: left;	
}

#footerContent  div.left {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 260px; 
	padding-bottom: 10px;
}

#footerContent div.right {
	position: absolute;
	top: 12px;
	right: 0px;
	width: 400px;
	text-align: right;
	padding-bottom: 10px;
}

#footerContent img{
	margin-left: 20px;
}


#footerContent p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color:#666;
}

#footerContent  a:hover {
	background-color: transparent;
}

#main {
	padding: 0.5em 0em 2em 0em;
	margin: 0;
	width: 750px;
}

#main h2 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
	color: #24487a;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #24487a;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.1em;
	border-bottom: 2px solid #24487a;
}

#breadcrumb {
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 0.7em;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.75em;
	border-top: 1px solid #24487a;
}

#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.35em;
	color: #24487a;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #24487a;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	color: #24487a;
}

/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.75em;
	letter-spacing: 0.5;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666;
}

#navbar a:link {
	color: #666;
}

#navbar a:active {
	color: #24487a;
	background-color: transparent;
}

#navbar a:visited {
	color: #666;
}

#navbar a:hover {
	color: #24487a;
	background-color: transparent;
}

/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: normal;
}

/**
 * Announcements
 */


table.announcements td.headseparator {
	border-top: 1px solid #ccc;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px solid #ccc;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px solid #ccc;
	font-size: 0.1em;
	line-height: 1%;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
	font-size: 1em;
}

table.listing tr.highlight {
	background: transparent;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0em;
}

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 1.5em 1em 0em;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

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 solid #ccc;
	font-size: 0.1em;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px solid #ccc;
	font-size: 0.25em;
	line-height: 10%;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #ccc;
	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;
}

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;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
	font-size: 1.2em;
}


/**
 * Sidebar
 */

#rightSidebar {
	float: right;
	width: 160px;
	padding: 1em 0em 1em 0em;
	font-size: 0.65em;
	height: 100%;
	margin-right: 5%;
	margin-left: 2%;
}

* html #rightSidebar { margin-right: 5%; }

/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 0.75em;
	display: inline;
}

ul.menu li.current {
	font-weight: bold;
}

ul.menu a {
	font-size: 0.85em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	padding-right: 0.75em;
	display: inline;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}

div.separator {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 0.25em;
	padding: 0;
	border-bottom: 1px solid #ccc;
	font-size: 0.5em;
	line-height: 25%;
}

div.progressbar {
	background-image: url(../templates/images/progbg.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 505px;
	z-index:1;
}

/* Article view styles */


#main h5 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#main h6 {
	margin: 0.5em 1em 0.5em 0em;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
}

div.rtSeparator {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #24487a;
	line-height: 0px;
}

div.rtSeparatorThin {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #24487a;
	line-height: 0px;
}ooter
