/**
 * 
 *
 * Classic blue theme stylesheet optimised for transactions
 *
 */

body {
	background-color: #fff;
	font-family: "Helvetica", "Verdana", "Arial", sans-serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #00A08A;
}

a:active {
	color: #39c;
}

a:visited {
	color: #00A08A;
}

a:hover {
	color: #EEEEFF;
	background: #00A08A;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #00A08A;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
	
}

#headerTitle {
	text-align: right;
}

#header h1 {
	line-height: 1.5;
	font-family:  "Helvetica", "Verdana", "Arial", sans-serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #00A08A;
	color:  #fff;
	text-align: right;
}

#header h1 img{
	
	background-color: #00A08A;
	color:  #fff;
	text-align: left;
	float: left;
}
#footer {
	background-color: #00A08A;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #00A08A;
	margin-top: 15px;
}

#main h2 {
	font-family:  "Helvetica", "Verdana", "Arial", sans-serif;
	text-transform: uppercase;
	color: #FF6A00;
}

#main h3 {
	font-family:   "Helvetica", "Verdana", "Arial", sans-serif;
	text-transform: uppercase;
	color: #FF6A00;
}

#navbar {
	border-bottom: 1px dotted #00A08A;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #00A08A;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #00A08A;
}

#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	color: #FF6A00;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	color: #FF6A00;
}

#content h5 {
	text-transform: uppercase;
	color: #FF6A00;
}

span.highlight {
	border-bottom: 1px dotted #00A08A;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #00A08A;
}

table.listing td.endseparator {
	border-top: 1px dotted #00A08A;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #00A08A;
}

#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 #00A08A;
}
