/**
 * common.css
 *
 * Copyright (c) 2003-2008 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 2008/07/11 04:22:59 asmecher Exp $
 */

/**
 * Common HTML elements
 */

body {
	margin: 0;
	padding: 0;
	background-color: #FBFBF3; 
	color: #111;                     
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

div {
	line-height: 140%;
	text-align: left;
}

table {
	border: 0;
	border-spacing: 0;
	font-size: 1.0em;
}

form {
	margin: 0;
}

a {
	text-decoration: underline;
}

a:link {
	color: #375;
}

a:active {
	color: #253;
}

a:visited {
	color: #375;
}

a:hover {
	color: #253;
	background: #CDC;
}

a.plain {
	text-decoration: none;
}

ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
	font-size: 1.25em;
}

label {
}

label.error {
	color: #900;
}

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: #E8E8E1;
	font-size: 1em;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#container {
	min-width: 730px !important;
	margin: 0px auto;
	line-height: 125%; 
	text-align: center;
}

#header {
        width:800px;
	text-align: center;
}

#headerTitle {
/*	text-align: left !important;  */
        text-align: center;	
        margin: 0 auto;
	padding: 0;
	width: 800px;
/*	width: 100%;*/
}


#header h1 {
margin-top: 0;
margin-bottom: 0;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	background-color: #ABA;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}

#main {
/*	padding: 0.5em 0em 2em 0em; */
        width: 80%;
	margin: 0 auto;
}

#main h2 {
	margin: 0em 1em 0.5em 0em; 
	padding-top: 0.5em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	line-height: 130%;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #000;
}

#breadcrumb {
	padding-top: 1em;
	font-size: 0.7em;
}

#content {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	font-size: 0.7em;
	border-top: 2px dotted #000;
}

p#content {
  padding-left: 2em;
}


#content h3 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.35em;
}

#content h4 {
	margin: .75em 1em 0.25em 0em;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
	font-size: 1.5em;
}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
}


/**
 * Access icons and key
 */
#accessKey {
	margin-bottom: 2em;
}

#accessKey img {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

#content img.accessLogo {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}


/**
 * Navigation bar
 */

#navbar a {
	font-size: 0.65em;
	letter-spacing: 0.05em;
}

#navbar a:link {
}

#navbar a:active {
}

#navbar a:visited {
}

#navbar a:hover {
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Announcements
 */

#announcementsHome {
	width: 100%;
	margin: 2em 0 2em 0;	
}

#announcementsHome h3 {
	text-align: center;
}

#announcements {
	width: 100%;
}

#announcements h3 {
	text-align: center;
}

table.announcements {
	width: 100%;
}

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

table.announcements td.nodata {
	text-align: center;
	font-style: italic;
}

table.announcements td.headseparator {
	border-top: 1px dotted #000;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.endseparator {
	border-top: 1px dotted #000;
	font-size: 0.25em;
	line-height: 10%;
}

table.announcements td.separator {
	border-top: 1px dotted #DDDDD0;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements tr.intro {
}

table.announcements td.intro {
}

table.announcements tr.title {
	vertical-align: top; 
}

table.announcements td.title {
	width: 85%;
}

table.announcements td.title h4 {
}

table.announcements tr.description {
	vertical-align: top;
}

table.announcements td.description {
	width: 85%;
}

table.announcements tr.details {
	vertical-align: bottom;
}

table.announcements td.posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements td.more {
	width: 15%;
	text-align: right;
}

table.announcementsMore {
	width: 100%;
}

table.announcementsMore td {
	padding-top: 1.5em;
	text-align: right;
}


/**
 * Table of contents
 */

h4.tocSectionTitle {
}

table.tocArticle {
	padding-bottom: 15px;
        width: 95% ;
}

table.tocArticle td.tocTitle {
	width: 70%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 30%;
	text-align: right;
}

table.tocArticle td.tocAuthors {
	padding-left: 30px;
	font-style: italic;
	vertical-align: top;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}


/**
 * Homepage image
 */

#homepageImage img {
	display: block;
	margin: 0 auto;
	border: 0;
	text-align: center;
}

.homepageImage img {
	margin: 0 auto;
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
	text-align: center;
}


/**
 * Issue cover image
 */

#issueCoverImage img {
	display: block;
	border: 0;
}

.issueCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 1em 1em 1em 0;
}

#issueCoverImage a:link, .issueCoverImage a:link {
}

#issueCoverImage a:active, .issueCoverImage a:active {
}

#issueCoverImage a:visited, .issueCoverImage a:visited {
}

#issueCoverImage a:hover, .issueCoverImage a:hover {
}


/**
 * Footer elements
 */

#footer div.debugStats {
	font-size: 0.6em;
}


/**
 * Additional text styles
 */

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

a.action, a.file {
	font-size: 0.85em;
        margin:5px;
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

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

span.instruct {
}

span.heading {
	font-size: 0.85em;
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}

pre {
	background-color: #F0F0E8;
	color: #000;
	font-size: 1.25em;
}

/**
 * Table styles
 */

table.info {
}

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing {
}

table.listing tr.highlight {
	background: yellow;
}

table.listing td {
	padding: 0.25em 1.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 1.5em 1em 0.5em;
}

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 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;
}

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;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
	font-size: 1em;
}

ul.formErrorList {
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	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.5em;
	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 dotted #000;
	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;
}



/**
 * Common HTML elements
 */

/*

body {
	text-align: center;
	background-color: #333333;

}


a {
	text-decoration: none;
}

a:link {
	color: #006699;
}

a:active {
	color: #3399CC;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #EEEEFF;
	background: #006699;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #EEEEFF;
}

input.button {
	background-color: transparent;
}

input.defaultButton {
	background-color: transparent;
	color: inherit;
}


/**
 * Main layout elements
 */

#container {
	width: 870px;
	background-image: url(img/containerbg2.jpg);
	padding-top: 0pt;
	padding-bottom: 0px;
}

#header {
	padding-right: 35px;
	padding-left: 35px;
	/*padding-top: 0px;
	padding-bottom: 0px;
	*/
	background-image: url(img/containerbg2.jpg);
	background-repeat: repeat-y;

 }

#headerTitle {
	text-align: center;
}

#header h1 {
}

#body {
	width: auto;
	text-align: center;
	padding-right: 35px;
	padding-left: 35px;
	background-image: url(img/containerbg2.jpg);
	background-repeat: repeat-y;
	padding-top: 0px;
}

/*
#footer {
	background-color: #000000;
}

#footerContent {
	width: 100%;
}
*/


#sidebar {
	width: 165px;
	text-align: center;
	color: #333333;
	background-color: #EEEEFF;
	float: right;
}

#main {
	width: 800px;
	background-color: #FFFFFF;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #999999;
	padding-bottom: 0px;
}

#main h2 {
	margin: 0 1em 0.5em 1em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
}

#navbar {
	text-align: center;
	/*
	padding-top: 0.5em;
	background-color: #333333;
	padding-right: 0;
*/	padding-bottom: 0.5em;
	padding-left: 0;
}

#breadcrumb {
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 13em;
}

#content {
	margin-left: 0em;
	border-top: none;
	margin-right: 0em;
	width: 800px;
	text-indent: 25px;
}

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

}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;

}

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}


/**
 * Sidebar
 */

#sidebar div.block {
	text-align: center;
}

#sidebar div.block span.blockTitle {
	padding: 0;
}

#sidebar input.textField {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
}

#sidebar select.selectMenu, #sidebar input.button {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-align: center;
}

#sidebar div.block form {
	margin: 0;
	text-align: center;
	display: block;
}
#sidebar div.block form table {
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebar div.block ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

/**
 * Table styles
 */




table{

	width: 90%;
	padding-left: 40px;
}

table td{
	padding-left: 25px;
}

table.info {
	text-align: left;
}


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

table.listing {
	text-align: left;
}

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

table.listing td.headseparator {
	border-top: 1px dotted #006699;
}

table.listing td.endseparator {
	border-top: 1px dotted #006699;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #006699;
}

#content form {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

table.data {
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}




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

table.data td.label {
	width: 30%;
	text-align: left;
}

table.data td.formSubLabel {
	text-align: left;
}

table.data td.value {
	width: 70%;
	text-align: left;
}

table.data td.value input {
	text-align: left;
}






ul.steplist {
	text-align: left;

}

ul.steplist li {
	text-align: left;

}

div.separator, div.thickSeparator {
	border-bottom: 1px dotted #006699;
}


#footer_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F5F5F5;
	background-color: #7C7C7C;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
	list-style-type: square;
	letter-spacing: 0.08em;
}

#footer_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F5F5F5;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	list-style-type: square;
	letter-spacing: 0.08em;
	text-align: center;
}


#footer_1   a:link {
	color: #FFFFFF;
	text-decoration: none;

}
#footer_1   a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #141441;
}

#footer_1   a:visited {
	color: #FFFFFF;
	text-decoration: none;

}


#div_contents {
	margin-top:5px;
	width: 500px;
	color: #464646;
	font-family: verdana;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
	text-align: center;
	float: left;
}
#div_rightbar {
	margin-top:5px;
	width: 200px;
	color: #464646;
	font-family: verdana;
	font-size: 12px;
	margin-left: 10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	float: right;
	height: 250px;
	padding-left: 10px;
}

#div_content_container{
	width: 800px;
	height: 240px;
}

/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
	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.5em;
	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 dotted #000;
	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;
}
