/************************************************************
 * carnets_styles.css
 * By Vitor Hugo | www.creative-labor.com
 *
 * Based on the classic blue theme stylesheet, classicBlue.css, v 1.4.2.1
 * Copyright (c) 2003-2009 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 */

body {
	background: #FFF;
	font-family: Verdana, Arial, sans;
	font-size: 0.9em;
}

a {
	text-decoration: none;
}

a:link {
	color: #949599;
}

a:active {
	color: #949599;
}

a:visited {
	color: #949599;
}

a:hover {
	color: #FA931E;
	background: none;
}

label.error {
	color: orange;
}

input.defaultButton {
	color: #EEF;
	background: #069;
}

#container {
	font-size: 0.95em;
}

#header {
	min-height: 100px;
	background-color: #fff;
	padding-top: 35px;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Century Gothic", Arial, Verdana, sans;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #fff;
	color:  #000;
}

#footer {
	color:  #000;
}

#footerContent {
	color:  #EEE;
}

#main {
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	margin-top: 15px;
}

#main h2 {
	font-family: "Century Gothic", Arial, Verdana, sans;
	text-transform: uppercase;
	padding: 30px 0 10px 0;
}

#main h3 {
	font-family: "Century Gothic", Arial, Verdana, sans;
	text-transform: uppercase;
	font-size: 1.5em;
	color: gray;
}

#navbar {
	font-family: "Century Gothic", Arial, Verdana, sans;
	border-bottom: 1px dotted gray;
	text-align: center;
}

#breadcrumb {
	font-family: "Century Gothic", Arial, Verdana, sans;
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted gray;
	padding: 2px;
	font-style: italic;
	background-color: #fff;
}

#content {
	font-family: Verdana, Arial, sans;
	border-top: 1px dotted gray;
	font-size: 0.95em;
}

#content h3 {
	font-family: "Century Gothic", Arial, Verdana, sans;
	text-transform: uppercase;
}

#content h4 {
	font-family: "Century Gothic", Arial, Verdana, sans;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}


table.listing tr.fastTracked {
	background-color: #EEF;
}

table.listing td.headseparator {
	border-top: 1px dotted gray;
}

table.listing td.endseparator {
	border-top: 1px dotted gray;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted gray;
}

#rightSidebar {
	font-size: 0.8em;
}

#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 gray;
}

ul.menu li {
	font-size: 1.5em;
	padding: 0 1.2em 0 0;
}

ul.steplist {
	padding: 10px 0 10px 0;
}
 span.blockTitle {
}
