/*
  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 {
	
}

pre {
	font-size: 1.2em;
}

.warning {
	color: #f00;
}
#content h1 {
  font-size: 1.4em;
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

h3 {
  font-size: 1.1em;
	color: #000;
  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; 
}
  
#content {
  background:#fff;
  margin-left: 0;
  margin-right: 0;
  top: 101px;
  padding: 0 2em 1em 1em;
}

#header {
  padding: 0;
  margin: 0;
  height: 100px;
 	border-bottom: 2px solid #000;
}

/*  background-image: url(/images/header-background.jpg); 
 background-repeat: no-repeat;
  background-position: left;
*/
#footer {
  margin-top: 1em;
  border-top: 1px solid #000;
  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;
}

#header-title h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 0.2em;
}
#header-title h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0;
}
#header-title a {
	color: #000;
	text-decoration: none;
}
#header-title a:hover {
	color: #f30;
	text-decoration: underline;
}

/* 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;
}
/* Screen */
#screen-page {
	float: right;
}
#screen-page img {
	height: 12px;
	width: 12px;
	text-align: bottom;
	border: none;
}
