﻿
body {
	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.2em;
    	background-color: #f0f0f0;
    	padding-top: 49px;
	color: #111;
}

a {
	text-decoration: none;
}

a:link {
	color: #528DD4;
}

a:active {
	color: #39c;
}

a:visited {
	color: #528DD4;
}

a:hover {
	color: #EEEEFF;
	background: #528DD4;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EEEEFF;
	background: #528DD4;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	height:  100px;
	background-color: #466105;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-size: 2em;
	background-color: #528DD4;
	color:  #fff;
}

#footer {
	background-color: #528DD4;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: none;
	border-bottom: none;
	margin-top: 15px;
	padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 23px -8px #000000;
	box-shadow: 0 0 23px -8px #000000;

}

#main p {
	text-align:justify;
	}
#navbar {
	text-align: center;
	font-size: 0.8em;

	    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    background:#528DD4;
    color: black !important;
    border-bottom: 2px rgba(158, 197, 216, 0.88) solid;
    font-size: 1em;
}
#navbar a {
    color: #fff;
    position: relative;
    padding-top: 16px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 0 !important;
}
#navbar a:hover {
	background: transparent;
}
#navbar a:before {
	content: ' ';
	border-bottom: 2px solid #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;

	-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#navbar a:hover:before {
	width: 100%;
}
#breadcrumb {
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #528DD4;
	padding: 0;
	font-style: italic;
	height: auto !important;
    font-size: 0.7em;
         
}


span.highlight {
	border-bottom: 1px dotted #528DD4;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #EEEEFF;
}

table.listing td.headseparator {
	border-top: 1px dotted #528DD4;
}

table.listing td.endseparator {
	border-top: 1px dotted #528DD4;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #528DD4;
}

#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 #528DD4;
}
.block {
        border-radius: 5px;
    margin: 0;
    padding: 6px;
    padding-bottom: 6px !important;
    background: rgba(255,255,255, 0.4);
    border: 1px solid rgba(158, 197, 216, 0.88);
    margin-bottom: 12px;

    -webkit-box-shadow: 0 0 23px -8px #000000;
box-shadow: 0 0 23px -8px #000000;
}
#sidebar {
	    margin-top: 100px;
}
#sidebarFontSize {
	min-height: 60px;
}

#sidebarNavigation form table {
 	width: 100%;
}
#sidebarNavigation form table input, #sidebarNavigation form table select {
	width: 100%;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    border: 1px solid #9D9DAB;
    line-height: 1.8em;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
#sidebarNavigation form table select {
	padding-top: 4px;
    padding-bottom: 4px;
}
#sidebarNavigation form table input.button {
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	background-color: rgba(158, 197, 216, 0.88) !important;
	color: #fff;
	font-size: 0.9em;
}
#sidebarNavigation form table input.button:hover  {
	background-color: #A5A5A5 !important;
	color: #fff !important;
}
.blockSubtitle {
	font-weight: 600;
    margin-bottom: 2px;
    font-size: 1.05em;
}
	
.blockTitle {
	font-weight: 600;
    font-size: 1.05em;
    letter-spacing: 0 !important;
}
table.tocArticle td.tocAuthors {
       padding-bottom: 20px;
}
li#search {
	display: none;
}