/**
 * classicNavy.css
 *
 * Copyright (c) 2000-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id: classicNavy.css,v 1.3.2.1 2009/04/08 20:45:50 asmecher Exp $
 */

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A1142;
}

a {
	text-decoration: none;
}

a:link {
	color: #00169b;
}

a:active {
	color: #238;
}

a:visited {
	color: #007;
}

a:hover {
	color: #1A1142;
	text-decoration: underline;
	background-color: #FFFFFF;
}

label.error {
	color: #900;
}

input.defaultButton {
	color: #ABD;
	background: #007;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	#height:  160px;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 32px;
	color:  #007;
	background-color: #FFFFFF;
	background-image: url(http://bledconference.org/public/conferences/1/bg-header.jpg);
	height: 136px;
	min-width: 830px;
}

#footer {
	background-color: #007;
	color:  #fff;
}
.footer {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 0px solid #fff;
	border-bottom: 0px dotted #007;
	margin-top: 15px;
}

#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align: left;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
}

#main h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 0px dotted #007;
	text-align: left;
	padding-bottom: 30px;
	text-transform: none;
}
#navbar li {
	padding: 0px;
	margin: 0px;
}
#navbar li a {
	font-size: 12px;
	text-transform: none;
	color: #007;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
	float: left;
	display: block;
	font-weight: bold;
}
#navbar li a:hover {
	color: #FFFFFF;
	background-color: #007;
}
#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: left;
	padding: 0;
	font-style: italic;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #007;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	#margin-bottom: -10px;
}

#content {
	border-top: 0px dotted #007;
}

#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}
#content announcementsHome {

}
#content .headseparator, #content .endseparator {
	border-top-style: none; 
}
#content .announcements {
	background-color: #FFFFFF;
	color: #1A1142;
	border: 0px dotted #FFFFFF;
}
#content .announcements td.title{
	padding-left: 20px;
}
#content .announcements td.description {
	padding-left: 40px;
}
#content .announcements td.posted {
	padding-right: 20px;
	text-align:right;
}


span.highlight {
	border-bottom: 0px dotted #007;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ABD;
}

table.listing td.headseparator {
	border-top: 0px dotted #007;
}

table.listing td.endseparator {
	border-top: 0px dotted #007;
}

span.formError {
	color: #900;
}

ul.formErrorList {
	color: #900;
}

div.separator {
	border-bottom: 0px dotted #007;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
	font-size: 1.2em;
	padding-bottom: 0.3em;
	padding-left: 0.3em;
}
#rightSidebar li a, #leftSidebar li a {
	color: #007;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#rightSidebar li a:hover, #leftSidebar li a:hover {
	color: #FFFFFF;
	background-color: #007;
	text-decoration: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 0px dotted #007;
}
#sidebarUser strong {
	font-size: 1.3em;
}