/**
 * classicNavy.css
 *
 * Copyright (c) 2000-2008 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 2008/04/04 17:06:52 asmecher Exp $
 */

body {
	background-color: #fff;
	font-family: "Verdana", sans-serif;
	color:#494949;	
}

a {
	text-decoration: none;
}

a:link {
	color: ##2f416f;
}

a:active {
	color: #238;
}

a:visited {
	color: #007;
}

a:hover {
	color: #2f416f;
	text-decoration:underline;
	background:none;
/*	background: #007;*/
}

label.error {
	color: #900;
}

input.defaultButton {
	color: #ABD;
	background: #007;
}

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

#header {
	height: 135px;
	background-color: #bbbbbb;
	background-image:url(header.jpg);
}

#headerTitle {
	text-align: center;
	height:135px;
	background-image:url(minnelli_logo.jpg);
	background-repeat:no-repeat;
	background-position:center 21px;
}

#header h1 {
	display:none;
	line-height: 2.5;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #007;
	color:  #fff;
}

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

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid grey;
	border-bottom: 1px dotted #007;
	margin-top: 15px;
}

#main h2 {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 1px dotted #007;
	text-align: center;
}

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

#content {
	border-top: 1px dotted #007;
}

#content h3 {
	font-family:  Arial, sans-serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  Arial, sans-serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

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

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

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

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

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

span.formError {
	color: #900;
}

ul.formErrorList {
	color: #900;
}

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

#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 #007;
}
#sidebarDevelopedBy #developedBy{
	display:none;
}
#sidebarDevelopedBy{
	background-image:url(modul_logo_0.png);
	background-repeat:no-repeat;
	height: 60px;
}
#rightSidebar{
	width:19%;
	margin-right:5%;
}
html > body #main{
	width:61%
}
