/**
 * classicBlue.css
 *
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id: classicBlue.css,v 1.5 2009/04/08 19:54:49 asmecher Exp $
 * brown: #9d3f3f
 */

body {
	min-width:1100px;
	background-color: #fff;
	font-family: Arial, Verdana;
	font-size: 1.1em;
}

a {
	text-decoration: none;
}

a:link {
	color: #9d3f3f;
}

a:active {
	color: #9d3f3f;
}

a:visited {
	color: #9d3f3f;
}

a:hover {
	color: #EEEEFF;
	background: #9d3f3f;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #9d3f3f;
}

#container {
	background-color: #fff;
	font-size: 1em;
	padding-top:
}

#header {
	min-height: 100px;
	height:168px;
	background-color: #fff;
	/*background: url('/styles/images/shadow.png') bottom repeat-x;*/
}

#headerTitle {
	text-align: center;
	background-image: url('/styles/images/inzek.jpg');
}

#header h1 {
	line-height: 2.5;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 26px;
	color:  #fff;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

#footer {
	background-color: #9d3f3f;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	/*max-width:800px;*/
	/*background-color: #fff;*/
	/*width: 1050px;*/
	border-bottom: 1px dotted #005dab;
	/*margin-top: 2.1%*/
   position:relative;
    z-index:1;
    padding-top:60px;
}

#main h2 {
	font-family: Arial, Verdana;
	font-size: 1em;
	font-weight: bold;
}

#main h3 {
	font-family: Arial, Verdana;
	/*text-transform: uppercase;*/
}

#navbar {
	border-bottom: 1px dotted #9d3f3f;
	text-align: left;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: left;
	border-bottom: 1px dotted #9d3f3f;
	padding: 0;
	font-style: italic;
}

#articleTitle {
	color: #9d3f3f !important;
	font-size: 0.9em;
}

table.tocArticle td.tocTitle {
width: 70%;
height: 100%;
/*border-bottom: 1px dotted #9d3f3f;*/
}

td.tocAuthors {
padding-left: 30px;
font-style: italic;
vertical-align: top;
/*border-bottom: 1px dotted #9d3f3f;*/
padding-bottom:20px;
}

#content {
	border-top: 1px dotted #9d3f3f;
}

#content h3 {
	font-family: Arial, Verdana;
	font-size: 1.2em;
	font-weight: bold;
}

#content h4 {
	font-family: Arial, Verdana;
	/*text-transform: uppercase;*/
}

#content h5 {
	/*text-transform: uppercase;*/
}

span.highlight {
	border-bottom: 1px dotted #9d3f3f;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #9d3f3f;
}

table.listing td.endseparator {
	border-top: 1px dotted #9d3f3f;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #9d3f3f;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 35px;
	border-bottom: 1px dotted #9d3f3f;
}

ul.menu li {
	padding: 0 1em 0 0;
}

.CopyrightFooter {
	font-family: Arial, Verdana;
	font-size: 0.7em !important;
}

#authorString {
	font-size: 1.1em !important;
}

#articleAbstract h4 {
	font-size: 1.1em !important;
}

#HeaderArticle {
	text-align: center !important;
	background-image: url('/styles/images/inzek.jpg');
	margin: 0;
	line-height: 2.5;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 26px;
	color:  #fff;
	padding: 13px 0 7px 0;
}

#InnerHeader {
	width: 95%;
	text-align: left;
	margin: 0;
	padding: 0 0 0 3%;
}

#homepageImage img {
display: block;
margin: 0;
border: 0;
text-align: center;
padding:2px;
border:solid;
border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
border-width: 1px 1px 1px 1px;
}

/**
 * Navigation bar
 */

#navbar {
	
	/*background: url('/styles/images/menu.jpg') left repeat-x;
	margin-right: 0;
	padding-bottom: 0.5em;
	border-left: solid 1px #d1d1d1;
	border-right: solid 1px #d1d1d1;*/
	
 /* border-left: 1px solid #000000;*/
  height: 10px;
  width:650px;
  
  padding: 0px 0px 0px 12px;
  border-bottom: none; 
  /*margin-top: -0.6%;*/
  /*line-height: 19px;*/ 
  background-color: transparent;
  position:absolute;
  top:8px;

  }

#navbar a {
	
	border: 0px solid #CCCCCC;
color: #666666;/*font*/
cursor: pointer;
display: inline;
margin: 0;
padding: 5px 7px 5px 10px;/*TRBL button size*/
/*position: relative;*/
text-decoration: none;
	
  margin:-1.9%;
  text-align: center;
  color: #000000;
  background-color: transparent;
  font-weight: bold; 
  font-size: 0.7em; /*font-size: 12px;*/
  font-family: Tahoma, sans-serif; 
  text-transform: uppercase;
  text-decoration: none;
  /*padding: 0px 20px 0px 0px;*/ 
  
}

#navbar a:active {
  color: #fff;
  /*background-color: #891f1f;*/
}

#navbar a:visited {
  /*color: #891f1f;*/
  background-color: transparent;
}

#navbar a:hover {
  color: #fff;
  background: #9D3F3F;
  /*background-color: #891f1f;*/
}
