/*
  tincaCMS Page Stylesheet
*/
/* Colors and borders */
html { 
  font-size: 100%; /* IE hack */ 
}

body {
  font-family: Verdana, Helvetica, Arial, Lucida, sans-serif;
  font-size: 0.7em;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

p {
	
}
p.red {
	color: red;
}

.required {
	color: red;
}

pre {
	font-size: 1.2em;
}

.warning {
	color: #f00;
}
#content h1 {
  font-size: 1.3em;
  font-weight: normal;
  color: #fff;
  background-color: #09c;
  text-transform: uppercase;
}

h2 {
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  background-color: #09c;
  text-transform: uppercase;
}

h3 {
  font-size: 1.1em;
	color: #09c;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

h4 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #f30;
}

/* Forms */

input, textarea {
  border: 1px solid #666;
  background-color: #f0f0f0;
}

select {
  border: 1px solid #666;
  background-color: #f0f0f0; 
}

/* 
  3 column layout with banner and footer 
  based on code at http://www.glish.com/css/7.asp
*/
#sidebar-left {
  position: absolute;
  left:4px;
  top:103px;
  width:11.1em;
  background: #f0f0f0;
  padding: 1em 0 0 0;
	border-right: 1px dotted #999;
	border-bottom:  1px dotted #999;
}

#sidebar-right {
  position: absolute;
  right: 0;
  top: 101px;
  width:180px;
  background:#fff;
}
  
#content {
  background:#fff;
  margin-left: 11.1em;
  margin-right: 0px;
  top: 101px;
  padding: 0 2em 1em 1em;
	line-height: 1.2;
}

#header {
  padding: 0;
  margin: 0;
  height: 100px;
 	background-color: #fff;
}

/*  background-image: url(/images/header-background.jpg); 
 background-repeat: no-repeat;
  background-position: left;
*/
#footer {
  margin-top: 1em;
  border-top: 1px solid #036;
  font-size: 0.8em;
}

#footer-links {
	font-size: 1.1em;
	text-align: center;
}
#footer-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer-links li {
  display: inline;
  padding:  0 0.5em 0 0.5em;
  border-right: 1px solid #000;
}
#footer-links li.end {
  border-right: none;
}
#footer-links a {
	color: #00f;
  text-decoration: none;
}
#footer-links a:hover {
  color: #f30;
  text-decoration: underline;
}
/* Header Elements */

#logo {
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 11em;
  height: 100px;
  position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

#logo img {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 66px;
	height: 80px;
	vertical-align: bottom;
}

#header-title {
	margin: 0 0 0 11.1em;
	top: 0;
	height: 80px;
	vertical-align: middle;
	background-color: #036;
}

#header-title img {
	width: 379px; 
	height: 53px; 
	border: none;
	margin-left: 1em;
	margin-top: 2em;
}

#header-search {
	margin: 0 0 0 11.1em;
	top: 80px;
	right: 0px;
	height: 20px;
	background-color: #000;
	text-align: right;
	color: #fff;
	vertical-align: middle;
}

#header-search form {
	margin: 0;
	padding: 0;
}

#header-search form input {
	border: 1px solid #000;
	margin-top: 2px;
	background-color: #f0f0f0;
	font-size: 0.9em;
	color: #000;
	padding: 0;
}

#header-search form input.searchsubmit {
	border: none;
	background-color: #000;
	font-size: 1em;
	color: #fff;
	margin: 1px 0 1px 0;
	padding: 0;
}

/* Other Elements */
#breadcrumbs {
  margin: 1em 0.5em 0.5em 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  font-size: 0.8em;
}

#messages {
  background-color: #f0f0f0;
  border: 1px solid #096;
  margin-top: 0.5em;
  padding: 0 0.5em 0 0.5em;
}


/* Left Navigation Menu */
#leftmenu, #leftmenu ul {
  padding-left: 0.5em;
  margin: 0;
  list-style: none;
	background-color: #f0f0f0;
}

#leftmenu li { 
	margin-bottom: 0.2em;  
	border-bottom: 1px dotted #ccc;
}

#leftmenu a:link, #leftmenu a:visited {
	text-decoration: none;
	color: #036;
}

#leftmenu a:hover {
	color: #fff;
	background-color: #09c;
}

#leftmenu ul ul {
	background-color: #f0f0f0;
}

#leftmenu ul ul li {
	font-size: 0.9em;
}

#leftmenu ul ul li a:link, #leftmenu ul ul li a:visited {
	color: #03c;
}

#leftmenu ul ul ul {
	margin-right: 0;
	background-color: #fff;
	width: 9em;
}

#leftmenu ul ul ul li {
	font-size: 0.9em;
	margin-right: 0;
}

#leftmenu ul ul ul ul li {
	margin-right: 0;
	font-size: 7pt;
}

#leftmenu ul ul ul li a:link, #leftmenu ul ul ul li a:visited {
	color: #369;
}

#leftmenu ul ul li a:hover, #leftmenu ul ul ul li a:hover {
	color: #fff;
}

.zebra {
  background-color: #f0f0f0;
}

/* Related Documents */
#related-documents {
	float: right;
	width: 178px;
  background-color: #f0f0f0;
  border: 1px solid #036;
	margin: 1em;
}

#related-documents h2 {
  font-size: 1.1em;
  font-weight: bold;
	text-transform: none;
  color: #fff;
  background-color: #036;
  margin-top: 0;
  margin-bottom: 0;
	padding-left: 0.5em;
}

#related-documents ul {
	padding-left: 0.5em;
  margin: 0;
  list-style: none;
}

#related-documents li { 
	margin-bottom: 0.3em;  
	border-bottom: 1px dotted #ccc;
}

#related-documents a {
	text-decoration: underline;
}


/* Contacts */

#contacts {
	width: 16em;
	border: 1px dotted #ccc;
	padding: 0.2em;
	margin-top: 1em;
	background-color: #f0f0f0;
}

#contacts h2 {
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	margin-top: 0;
  margin-bottom: 0;
	color: #666;
	background-color: #f0f0f0;
}

#contacts p {
	margin-top: 0;
	margin-bottom: 0.2em;
}

/* Spotlights */

.spotlight {
  width: 178px;
  background-color: #f0f0f0;
  border: 1px solid #505B1A;
	margin-top: 1em;
}

.spotlight h2 {
  font-size: 1.1em;
  font-weight: normal;
  color: #fff;
  background-color: #505B1A;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.spotlight p {
  margin-top: 0.1em;
  margin-bottom: 0.2em;
}

.spotlight .morelink p {
	text-align: right;
}
/* Print */
#print-page {
	float: right;
}
#print-page img {
	height: 12px;
	width: 12px;
	vertical-align: bottom;
	border: none;
}
/* Top */
#top-link {
	background-color: #f0f0f0;
	border: 1px solid #999;
	float: right;
	margin: 1em;
	padding: 0.3em;
}

/* Staff page */

.cv {
	font-size: 10pt;
}
.cv table {
	margin-left: 3em;
	font-size: 1em;
	border-collapse: collapse;
	border: 1px solid #666;
}

.cv td {
	padding: 0.2em 0.5em 0.2em 0.5em;
	border: 1px dotted #666;
	text-align: left;
}

table.datetable {
	border: none;
	width: 100%;
}

table.datetable td {
	border: none;
}
td.datecell {
	width: 8em;
}

.cv th {
	padding: 0.2em 0.5em 0.2em 0.5em;
	border: 1px dotted #666;
	background-color: #f0f0f0;
}
