/**
 * common.css
 *
 * Copyright (c) 2000-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * PKP-wide shared stylesheet.
 */

/**
 * Common HTML elements
 */
ul {
	margin: 0.25em 0 0.75em 0;
	padding: 0 0 0 2.5em;
}

tt {
}

label {
}

label.error {
}

select.selectMenu, textarea.textArea, input.uploadField {
	padding: 3px 5px;
	margin:2px;
}


input.textField:focus{
  border: solid 1px #666;
  }

input.button {
   padding: 3px 7px;
	background:url(images/bg-button.png) scroll repeat-x bottom left #02aae0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border: solid 1px #02aae0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor:pointer;
	color:#fff;
	margin: 8px 0;
}

input.button:hover{
  text-decoration:underline;
  background-image:none;
  }

input.button:focus{
  background:url(images/bg-button.png) scroll repeat-x top left #02aae0;
  }

input.defaultButton {
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#headerTitle {
	text-align: left !important;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#header h1 {
	margin: 0 auto;
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}

#main {
	padding:12px;
}

#main h2 {
	margin: 0em;
	padding-top: 0;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom: 0.8em;
	color:#3077A9;
}

#main h3 {
	margin: 0em 1em 0.5em 0em;
	padding-top: 0em;
	color:#3077A9;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px dotted #000;
	display:block;
}

#content {
	margin: 0;
	padding: 0;
}

#content h3 {
	color:#3077A9;
	padding-top: 10px;
	margin:24px 0 0 0;
}

#content h4 {
	margin: 0;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#3077A9;
	font-weight:normal;
	margin-top: 20px;
	margin-bottom: 10px;
}

#content h4 a{
  color:#3077A9;
  }

#content h4 a:hover{
  text-decoration:underline!important;
  }

#content h5 {
	margin: 0em 1em 0.25em 0em;
	padding-top: 0.75em;
	font-weight: bold;
	color:#3077A9;
}

#content h5 a{
  color:#3077A9;
  }

#content h5 a:hover{
  text-decoration:underline!important;
  }

/**
 * Footer elements
 */

#footer div.debugStats {
}


/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file,
a.action:visited, a.file:visited {
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300!important;
}

a.action:hover{
  text-decoration:underline!important;
  }

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: none;
}

span.formRequired {
	color: #333;
}

span.instruct {
}

span.heading {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

.nowrap {
	white-space: nowrap;
}




table.listing td {
	padding: 4px 4px 4px 2px;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	text-transform: uppercase;
	font-weight: normal;
	padding: 0.75em 1.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;
	line-height: 1%;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
	line-height: 10%;
}

table.listing td.separator{
}


table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
}

/**
 * Form-specific elements
 */

span.formError {
	color: #900;
	font-weight: bold;
}

span.formSuccess {
	color: #090;
	font-weight: bold;
}

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 {
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	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;
}


/**
 * Other organizational elements
 */

div.separator {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dotted #000;
	line-height: 25%;
}

#sizer{
  margin-top: 20px;
  float:right;
  display:block;
  }

