* {
	margin: 0; padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background-color: #365674;
}

/*.clearboth {
	clear: both;
	height: 1%;
}*/

.clearboth:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p {
	line-height: 2.0em;
	padding: .7em 0;
}

#content {
	line-height: 2.0em;
	background-color: #eaeaea;
	padding: 1.167em;
	color: #282B2E;	
	font-size: 1.2em;
}

#left #catlist {
	float: left;
	display: block;
}

#left #catlist ul {
	margin: 1.4em 1.4em 1.4em 0;
	border-bottom: 1px #C2C7CB solid;
}

#left #catlist li {
	font-size: .9em;
	list-style: none;
	border-top: 1px #C2C7CB solid;
	width: 10.8em;
	padding: 1em 0;
	font-weight: bold;
	line-height: 1.5em;
}

#left #catlist a:link, #left #catlist a:visited {
	color: #3F4D5B;
}

#content a:link, #content a:visited {
	color: #4486C9;
	text-decoration: none;
}

#content a:hover {
	color: #0080FF;
	text-decoration: underline;
}

#content ul {
	margin-left: 2.5em
}

h2 {
	font-size: 1.636em;
	color: #365674;
}

h3 {
	color: #365674;
}

#main {
	background-color: #FFFFFF;
	padding: 1.2em;
}

.sm-content {
	margin-left: 11.12em;
}

.alert {
	background-color: #FAF9EE;
	border: 1px solid #B4AF8F;
	margin: .8em 0;
	padding: .5em .5em .5em 1em;
}

.feedback {
	margin-left: .3em;
	color: #CC3333;
}

.required {
	color: #A63939;
}

#breadcrumbs {
	line-height: normal;
	margin: 0 0 1em -.12em;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	font-weight: bold;
	color: #B4AF8F;
	margin: 0 .12em;
}

#header {
	/*height: 8.7em;*/
}

#header h1 {
	color: #697a8a;
	float: right;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	font-weight: normal;
	margin: .375em .53em 0 0;
	padding: 0;
	text-transform: lowercase;	
}

#header h1 .crew {
	font-weight: bold;
	color: #eae6cf;
	margin-right: -.2em;
}

#header h1 .access {
	font-weight: bold;
	color: #FFFFFF;
}

#usernav {
	color: #abb4bd;
	float: right;
	position: relative;
	clear: right;
	padding: 0;
	margin: .3em 1.1em -.1em 0;
	font-size: 1.1em;
}

#usernav a:link, #usernav a:visited {
	color: #abb4bd;
	text-decoration: none;
	margin: 0 .1em;
}

#usernav a:hover {
	text-decoration: underline;
}


#nav {
	padding-top: 4.2em;
	margin-bottom: .5em;
}

#nav ul li {
	list-style: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #9cadbe;
	display: inline;
}

#nav a:link, #nav a:visited {
	color: #9cadbe;
	text-decoration: none;
	margin-left: .933em;
}	



#nav ul li a {
	padding: .4em 1.067em .33em 1.067em;
	background-color: #486581;
}

#nav ul li a:hover {
	background-color: #637c95;
	color: #FFFFFF;
}

#nav li.selected a:link, #nav li.selected a:visited {
	background-color: #637c95;
	color: #eae6cf;
}

#nav li.selected a:hover {
	color: #FFFFFF;
}

#subnav ul {
	background-color: #8EA0B2;
	padding: .4em .4em .4em 2.5em;
	font-size: 1.2em;
	color: #FFFFFF;
}

#subnav li {
	display: inline;
}

#subnav a:link, #subnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 .1em;
}

#subnav a:hover {
	text-decoration: underline;
}

#subnav li:before { content: "| "; }
#subnav li:first-child:before { content: ""; }

#footer {
	width: 100%;
}

#footer #copyright {
	font-size: 1.1em;
	padding: .9em 1.272em .2em;
	color: #c6ced7;
	float: left;
}

#footer #copyright a:link, #footer #copyright a:visited {
	color: #c6ced7;
}

#footer #copyright a:hover  {
	color: #FFFFFF;
}

#footer #authorship {
	text-align: right;
	font-size: 1.1em;
	padding: .9em 1.272em .2em;
	color: #8ea0b2;
}

#footer #authorship a:link, #footer #authorship a:visited {
	color: #8ea0b2;
}

#footer #authorship a:hover {
	color: #c6ced7;
}

fieldset {
	padding: .6em 1em;
	border: 1px #e3e3e3 solid;
	margin: .6em 0 1.2em 0;
	background-color: #fCfCfC;
}

fieldset legend {
	color: #365674;
	font-size: 1.2em;
	font-weight: bold;
}

fieldset p {
	padding: 0 0 1em 0;
}

label {
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	padding: .3em 0;
}

label span.hint {
	color: #818181;
	font-weight: normal;
	font-size: .9em;
	margin-left: .4em;
}

input, textarea, select {
  border: 1px solid #BCBCBC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #FFFFFF;
  line-height: 2.0em;
  padding: .3em .5em;
  color: #282B2E;
}



input.title {
	font-size: 1.3em;
	color: #343C45;
	width: 81%;
}	

textarea.descr {
	height: 18em;
	width: 98%;
}

input:hover, textarea:hover, select:hover {
  border: 1px solid #4486C9;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #000000;
}

button {
}

#manual-hdr, #manual-files {
	display: block;
	background-color: #DDE2E8;
	border-bottom: 1px #8EA0B2 solid;
	padding: .8em .8em .6em .8em;
}

#manual-hdr p {
	float: right;
	font-size: .9em;
	line-height: normal;
	text-align: right;
	margin-top: -3.1em;
	color: #6D7983;
}

#manual-files {
	margin-top: 1em;
	position: relative;
}

#manual-files h3 {
	margin: -1.49em .25em .6em 0;
	padding-top: 0;
}

#main table {
	width: 100%;
	margin-top: 1.3em;
}

#main td {
	background-color: #f8f8f8;
	padding: .6em;
}

#main th {
	background-color: #DDE2E8;
	border-bottom: 1px #8EA0B2 solid;
	padding: .25em .6em;
	text-align: left;
	font-size: 1.1em;
	color: #637c95;
}

#manual-list .updated-hdr {
	text-align: right;
}

#manual-list table .status .new {
	font-size: .8em;
	color: #00CC33;
	text-transform: uppercase;
	font-weight: bold;
}

#manual-list table .status .updated {
	font-size: .8em;
	color: #A63939;
	text-transform: uppercase;
	font-weight: bold;
}

#manual-list table .status {
	width: 4em;
	text-align: center;
}


#manual-list table .title {
	font-size: .9em;
	background: #f8f8f8 url(../images/book.png) left no-repeat;
	background-position: .7em;
	padding-left: 3.2em;
}

#manual-list table .title strong {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: .2em;
}

#manual-list table .date {
	text-align: right;
	width: 8.5em;
}

#manual-subcat h4 {
	font-weight: normal;
	padding: 1em 0 .5em 0;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #637c95;
}

#manual-subcat ul {
	font-weight: bold;
	list-style-type: square;
	color: #637c95;
}

#manual-files td {
	background-color: #E9EDF1;
	text-align: center;
}

#manual-files h4 {
	font-size: 1em;
	padding: 0;
}

#manual-files .descr {
	color: #637c95;
	padding: 0;
	font-size: .97em;
}

#manual-files .title {
	text-align: left;
}

#manual-files table {
	margin-top: 0;
}

#manual-files th {
	border: none;
	font-size: 1em;
	text-align: center;
	padding: 0 .6em;
}

h3 {
	padding-top: .8em;
}

ul#subnav-users {
	padding-left: 11.5em;
}