/**
 * plugins/themes/classicRed/classicRed.css
 *
 * Copyright (c) 2003-2013 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {

	background-color: #FFFFFF; 
	font-family: "Verdana", Arial, Verdana, Verdana;
}

a {
	text-decoration: none;
}

a:link {
	color: #B20712;
}

a:active {
	color: #993338;
}

a:visited {
	color: #B20712;
}

a:hover {
	color: #fff;
	background: #B20712;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #fff;
	background: #B20712;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
        padding: 0;
	font-family: "Verdana", Arial, Verdana, Verdana;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 12px;
	background-color: #FFFFFF;
}

#footer {
	background-color: #600;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: rgb(248, 248, 248);
	border-top: 2px solid #b20712;
	border-bottom: 1px solid #b20712;
	border-left: 1px solid #b20712;
	border-right: 1px solid #b20712;
	margin-top: 15px;
	font-size: 17px;
        padding: 0em 1em 1.5em 1em;
        margin-top: 15px;
	font-size: 17px;
	float: right;
	width: 60%;
	margin-right: 15%;
	overflow: hidden;
       
}


#main h2 {
	font-family: "times new roman", Arial, Verdana, Verdana;
	text-transform: uppercase;
	text-align: center;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	text-align: justify;
	
}

#navbar {
	border-bottom: 2px solid #B20712;
	text-align: justify;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #B20712;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px solid #B20712;
	text-align: justify;
	font-size: 13px;
}

#content h3 {
	font-family: "Verdana", Arial, Verdana, Verdana;
	text-transform: uppercase;
	text-align: center;
}

#content h4 {
	font-family: "Times New Roman", Arial, Verdana, Verdana;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

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

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

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

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

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #B20712;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 4px double #B20712;
}

#leftSidebar {
	float: left;
	width: 12%;
	padding: 2em 0em 1em 0em;
	font-size: 12px;
	height: 100%;
	margin-left: 3%;
	display: inline;
	overflow: hidden;
}

#sidebarUser.block{
	background-color: #F8F8F8;
	border-bottom: 1px solid #181818 ;
	border-left: 1px solid #181818 ;
	border-right: 1px solid #181818 ;
	border-bottom-left-radius: 20px 10px;
	border-bottom-right-radius:20px 10px;
	padding: 0em 0em 0em 0em;
        margin-bottom: 10px;
}

#sidebarNavigation.block{
	background-color: #F8F8F8;
	border-bottom: 1px solid #181818 ;
	border-left: 1px solid #181818 ;
	border-right: 1px solid #181818 ;
	border-bottom-left-radius: 20px 10px;
	border-bottom-right-radius:20px 10px;
	padding: 0em 0em 0em 0em;
        margin-bottom: 10px;
	
}
.blockTitle{
	background-color: #E8E8E8 ;
	border-top: 6px solid #b20712;
	border-bottom:1px solid #181818;
	padding: 0.2em 0em 0em 0.2em;	
}
#leftSidebar li{
	padding: 0.2em 0em 0em 0.7em;
	
}
#developedBy.blockTitle{
font-size: 0.60em;
}

#sidebar select.selectMenu {
    font-size: 0.7em;
}
#sidebar input.textField{
font-size: 0.7em;
}