/**
 * classicBlue.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
	font-family: "Times New Roman", Times, Georgia, serif;
	background: url("http://pte.diit.edu.ua/public/journals/76/1.jpg") no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
}

a {
	text-decoration: none;
}

a:link {
	color: #069;
	font-size: 9pt !important;
}

a:active {
	color: #39c;
}

a:visited {
	color: #069;
}

a:hover {
	color:  #c1dfbd;
	background: #069;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color:  #c1dfbd;
	background: #069;
}

#container {
	background-color: ;
	font-size: 1.1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
	background-position:0% 100%;
	background: #fff;
	border-bottom: 1px solid black;
}

#headerTitle {
	background: #fff 
	}

#header h1 {
	line-height: 2.0;
	background: #fff url("http://pte.diit.edu.ua/public/journals/76/diit-logo.gif") no-repeat; 
	background-position: 0% 50% ;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 2 em;
	background-color: #c1dfbd;
	color: #003300;
	text-align: center;
}

#footer {
	background-color: #069;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}


#main {
	background: none;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	margin-top: 15px !important;
	background-position: 0% 0%;
	padding: 10px 10px;
	width: 750px !important;
	margin: 0px 0 0 10px;
	border-bottom: none !important;
	border-top: none !important;
	float: left;
}

}

#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}
#main h2 {
    text-transform:none;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif; 
	text-transform: uppercase;
}

#navbar {
	border-bottom: 1px dotted #069;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #069;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #069;
	font-size: 11pt;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #069;
}

table.listing tr.highlight {
	background: #c1dfbd;
}

table.listing tr.fastTracked {
	background-color:  #c1dfbd;
}

table.listing td.headseparator {
	border-top: 1px dotted #069;
}

table.listing td.endseparator {
	border-top: 1px dotted #069;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #069;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
	font-size: 9pt !important;
}

#leftSidebar  {
	float: left;
	width: 120px;
	overflow: hidden;
	margin-left: 40px !important;
}
#rightSidebar {
	float: right;
	width: 120px;
	overflow: hidden;
	margin-left: -10px !important;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #069;
}
.menu {
	margin-top: -15px !important;
}
#navbar li {
	width: auto;
	height: 20px;
}
#navbar a {
	font-size: 12pt !important;
}