/*
==================================================
TopoEnterprises

Author:   Timely Database Solutions
URL:			www.timelydbs.com
Version:  09/12/2008
================================================*/

/*
	Blue - #5087da, #0d63df
	Green - #7db959
	Orange - #ff7900
*/

* {
	padding: 0;
	margin: 0;
	}
html {
	height: 100%;
	}
body {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	background: #aaa;
	font-size: small;
	text-align: center;
	}
img {
	border: none;
	}
ul {
	list-style-type: none;
	}
table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
	}
th {
	background: #b9e457;
	color: #3f3f3f;
	vertical-align: bottom;
	border-bottom: #545454 solid 1px;
	border-top: #545454 solid 1px;
	padding-bottom: 2px;
	}
input {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	}
select {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	}


/* TYPE
================================================*/
p, ul, ol, table {
	color: #333;
	margin: 0;
	line-height: 1.4em;
	}
p.meta {
	font-size: 11px;
	color: #666;
	}
h1 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	}
h3 {
	font-weight: normal;
	color: #b3bcc5;
	font-size: 24px;
	}
a h3 {
	background: transparent url(images/interface/linkage.jpg) no-repeat scroll 0px 6px;
	font-weight: normal;
	color: #333;
	font-size: 18px;
	padding: 0 0 0 16px;
	text-decoration: none;
	}
a:hover h3 {
	text-decoration: underline;
	}
h4 {
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	color: #547F00;
	padding: 5px 0 0 5px;
	border-bottom: #547f00 1px dotted;
	margin-bottom: 10px;
	}
h5{
	background: #b9e457;
	color: #3f3f3f;
	padding: 3px;
	margin: 0;
	border-bottom: #545454 solid 1px;
	border-top: #545454 solid 1px;
	font-family: verdana;
	font-size: 12px;
	text-indent: 3px;
	}
a:link {
	color: #0d63df;
	text-decoration: none;
	}
a:visited {
	color: #888;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:link img,
a:visited img {
	border: none;
	}


/* PAGE STRUCTURE
================================================*/
#container {
	background: #fff;
	width: 740px;
	position: relative;
	margin: 10px auto 0px auto;
	padding: 0px;
	border: 3px solid #888;
	}
#header_nav {
	background-color: #7db959;
	margin: 5px 5px 0 5px;
	text-align: center;
	min-height: 40px;
	}
#header_nav a {
	color: #fff;
	font-weight: bold;
	}
#header_nav ul {
	padding-left: 125px;
	padding-top: 10px;
	}
#header_nav li {
	float: left;
	padding: 0 12px 0 12px;
	}
#logo_header {
	background-color: #576069;
  margin: 5px 5px 0 5px;
	padding: 25px;
  }
#content {
	padding: 0px;
	margin: 20px 40px 40px 40px;
	font-size: 14px;
	text-align: justify;
	}
#content h3 {
	color: #0d63df;
	}
#content table {
	margin: 0px;
	}
#content tr {
	}
#content ul {
	padding-left: 60px;
	}
#content li {
	list-style-type: disc;
	}
#content strong {
	color: #ff7900;
	}
	
	
/* ADMIN TABLE & CONTENT
================================================*/
#admin_table {
	margin: 10px 5px 10px 5px;
	font-size: 9px;
	width: 730px;
	border-bottom: #888 solid 1px;
	}
#admin_table th {
	background: #7db959;
	color: #fff;
	vertical-align: bottom;
	border-bottom: #888 solid 1px;
	border-top: #888 solid 1px;
	padding-bottom: 2px;
	}
#admin_table tr {
	background: #fafafa;
	height: 18px;
	}
#admin_table tr.grey {
	background: #ddd;
	}
#admin_table td {
	text-align: left;
	}
#admin_table .c1,
#admin_table .c4,
#admin_table .c5,
#admin_table .c6 {
	width: 24px;
	text-align: center;
	}
#admin_table .c2 {
	font-weight: bold;
	}
	
	
/* LIBRARY
================================================*/
#library ul {
	text-align: left;
	}
#library ul li {
	list-style-type: none;
	padding: 0 0 10px 0;
	}
	
	
/* FORM MANAGEMENT
================================================*/
form {
	margin: 0;
	padding: 5px 0 5px 0;
	}
label.head {
	display: block;
	font-size: 11px;
	font-weight: bold;
	}
label {
	display: block;
	font-size: 9px;
	}
ul.form {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
form li {
	clear: both;
	display: block;
	}
form li span {
	float: left;
	padding: 0 5px 7px 0;
	}
textarea {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 11px;
	}
iframe {
	border: none;
	width: 100%;
	}
	
	
/* NAVIGATION
================================================*/
#footer_nav {
	font-size: 10px;
	}
#footer {
	font-size: 11px;
	}
#footer .validation {
	padding: 5px 0 0 0;
	}
#footer .copyright {
	text-align: center;
	margin: 0 auto;
	padding: 5px 0 10px 0;
	color: #576069;
	}
#footer a {
	color: #0d63df;
	}
