/**
 * cidag.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */


body {
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
}

a {
	text-decoration: none;
	padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

a:link {
	color: #00aeef;
}

a:active {
	color: #39c;
}

a:visited {
	color: #00aeef;
}

a:hover {
	color: #EEEEFF;
	background: #00aeef;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #069;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	#height:  100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	text-transform: none;
	/* letter-spacing: 10px; */
	font-size: 2em;
	background-color: #00aeef;
	color:  #fff;
}

#footer {
	background-color: #00aeef;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 1px solid yellow;
	border-bottom: 1px dotted #00aeef;
	margin-top: 15px;
}

#content h4 {
	color: #00aeef;
}

#main h2, #main h3, #content h3, #content h4 {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 1px dotted #00aeef;
	text-align: center;
}

#breadcrumb {
	/* height: 1.14em; */
	line-height: 1.6em;
	text-align: justify;
	border-bottom: 1px dotted #00aeef;
	padding: 0.4em;
	font-style: italic;
}

#breadcrumb a:link, #breadcrumb a:visited {
	color:#999;
}
#breadcrumb a:active, #breadcrumb a:hover {
	color:#ffffff;
}


#content {
	border-top: 1px dotted #00aeef;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #00aeef;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #00aeef;
}

table.listing td.endseparator {
	border-top: 1px dotted #00aeef;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #00aeef;
}

#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 #00aeef;
}
