/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 * 
 * Finalized for the site of the conference Vadim Medvedev
 * stalkera@ua.fm
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

body {
background: url(http://tm-mmi.kpi.ua/upload/met_rifl.gif);
	background-color: #cccccc;
	color: #000000;
}

a:link {
	color: #003399;
}

a:active {
	color: #0144ca;
}

a:visited {
	color: #010154;
}

a:hover {
	color: #ffffff;
	background: #5b5618;
}

label.error {
	color: #af292e;
}

input {
	border: 1px solid #006600;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f4fff3;
	color: #333333;
	border: 1px solid #006600;
}

input.button {
	background-color: #eeffee;
}

input.defaultButton {
	background-color: #aafea2;
	color: #333333;
}

#header {
	background-color: #ffff99;
}

#header h1 {
	padding: 0 0 0 0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #0b6533;
	letter-spacing: 2px;
padding-top: 7px;text-align:center;
}

#headerTitle {
	color: #ffffff;
	height: 140px;
}

#headerTitle img {
	width:117px;
	height: 123px;
padding-left: 130px;
	padding-right: 0px; 
	float: left;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #006699;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}


#main {
background-color:#ffffff;
}

#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #006600;
text-align:center;
background-color:#ffffe5;
width:100%;
padding: 10pt 0px;
text-transform:  uppercase;
}

#breadcrumb {
font-size:12px;
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #006600;
}

#navbar {
	border-bottom: 1px solid #6a5e16;
background-color:#ffff99;
font-weight:bold;
padding: 3px 15px;
font-size:18px;

}

#breadcrumb {
	color: #666666;
}

#content {
	border-top: 1px solid #6a5e16;
background-color:#ffffff;
padding: 3px 9px;
font-size:14px;
text-align: justify;
text-indent: 28px;
line-height: 15pt;
}

#content h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
color: #006600;
	font-weight: bold;
text-align: center;
text-indent: 0px;
line-height: 25pt;
font-size:1.5em;
}

#content h4 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
color: #006600;
font-size:1.2em;
}

#content h5 {
	color: #006600;

}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #6a5e16;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
font-size:14px;
background-color: #ffff99;
padding: 4px;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #6a5e16;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
font-size:14px;
background-color: #ffff99;
padding: 4px;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006600;
text-align: center;

}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006600;
text-align: center;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 5px solid #6a5e16;
}

