/**
 * Nedin.css
 *
 * Copyright (c) 2015 Ivan Varava 
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
	background-color: #FFFFFF;
	font-family: "Lato", Verdana, Tahoma, Helvetica, Calibri, sans-serif;
	font-size: 130%;
}

a {
	text-decoration: none;
}

a:link {
	color: #069;
}

a:active {
	color: #39c;
}

a:visited {
	color: #069;
}

a:hover {
	color: #d6d4d4;
	background: #069;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #FEFEFF;
	background: #72b4f7;
}

#container {
	background-color: #aaa;
	font-size: 1em;
}

#header {
	#height:  130px;
	background-color: #fff;
}


#header h1 {
	/* line-height: 2.5; */
	font-family: "Lato", Verdana, Tahoma, Helvetica, Calibri, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 16 px;
	background-color: #1E2454;
	color:  #fff;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	
}

#footer {
	background-color: #F9F7FC;
	color:  #1E2454;
margin-top: 500px;
border-bottom: 1px solid #C01E43;

}

#footerContent {
	color:  #FFFFFF;
background: #069
}

#main {
	background-color: #FFFFFF;
	border-top: 1px solid #C01E43;
		margin-top: 15px;
}

#main h2 {
	font-family: "Lato", Verdana, Tahoma, Helvetica, Calibri, sans-serif;
	text-transform: none;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
color: #3b448d;
	
}

#main h3 {
	font-family: "Lato", Verdana, Tahoma, Helvetica, Calibri, sans-serif;
	text-transform: none;
	font-size: 14px;
}

#navbar {
	text-align: center;
	background-color: #F9F7FC;
	border-bottom: 1px dotted #069;
}
#navbar  a{
	background-color: #F9F7FC;
}
#navbar a:hover {
	color: #EEEEFF;
	background: #069;
}

#breadcrumb {
	height: 65px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #069;
	padding: 0;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
}

#content {
	border-top: 1px dotted #069;
}

#content h3 {
	font-family:  "Lato", Verdana, Tahoma, Helvetica, Calibri, sans-serif;
	text-transform: none;
}

#content h4 {
	font-family:  "Lato", Verdana, Tahoma, Helvetica, Calibri, sans-serif;
	font-size: 16px;
	font-variant:small-caps;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #069;
}

table.listing tr.highlight {
	background: #C01E43;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

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;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #FFFFF;
}

.block {
	background-color: #F9F7FC;
	margin-top: 10px;
	border-radius: 5px;
	border:#FFFFFF thin solid;
	box-shadow: 0 0 10px 1px rgba(221,221,221,1);

}
.blockTitle{
	background-color: #1e2454;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
color: #FFFFFF;
}
.blockTitle#developedBy {
font-size:12px;
}
#sidebar div.block#sidebarUser {
font-size:12px;
}

.copyright {
position:relative;
float:right;
text-align: right;
color: #e0e0f0;
}

#tabs {
	font-size:0.8em;
}
.ftd td{
	width:100px;
}
h2#h2location, h2#h2dates {
    font-family: "Lato", Verdana, Tahoma, Helvetica, Calibri, sans-serif;
    text-transform: none;
    font-size: 16px;
    font-weight: bold;
color: #090d2a;
}
