/*********************************************
 * TITLE: Tierra Verde Screen Stylesheet     *
 * URI	: tierraverde/tierraverde-screen.css *
 * MODIF: 2003-Apr-30 19:21 +0800	     *
 *********************************************/

/* ##### Common Styles ##### */
body {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 78%; /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html>body {
	font-size: 9.5pt;
}

acronym,.titleTip {
	border-bottom: 1px dotted rgb(34, 70, 79);
	cursor: help;
}

.doNotDisplay {
	display: none !important;
}

.smallCaps {
	font-size: 110%;
	font-variant: small-caps;
}

/* ##### Header ##### */
#header {
	color: white;
	background-color: rgb(0, 0, 110);
	margin: 0 0 2em 0;
	padding: 0 2.5mm 1ex 4mm;
	border-bottom: 2px solid white;
}

.headerTitle {
	margin: 0;
	padding: 0;
}

.headerTitle a {
	color: rgb(205, 219, 205);
	background-color: transparent;
	text-decoration: none;
	font-size: 83%;
	font-weight: bold;
	font-style: italic;
}

.headerTitle>a {
	font-size: 105%; /* For fully standards-compliant user agents */
}

.headerTitle span {
	color: white;
	background-color: transparent;
	font-weight: normal;
}

.headerLinks {
	font-size: 89%;
	position: absolute;
	right: 2ex;
	top: 2.25em;
}

[class~="headerLinks"] {
	top: 0.75em; /* For fully standards-compliant user agents */
}

.headerLinks a {
	color: white;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
	padding-right:10px
}

.headerLinks a:hover {
	color: rgb(171, 195, 172);
	background-color: transparent;
	text-decoration: none;
}

.searchHeader {
	font-size: 89%;
	position: absolute;
	right: 2ex;
	top: 1ex;
}

/* ##### Side Bar ##### */
#side-bar {
	font-size: 95%;
	text-align: right;
	width: 10em;
	float: left;
	clear: left;
}

.sideBarTitle {
	color: rgb(0, 0, 0);
	background-color: rgb(250, 250, 255);
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0.5ex 1em 0.5ex 0.5ex;
	border-top: 1px solid rgb(0, 0, 0);
}

#side-bar ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#side-bar li {
	margin: 0;
	padding: 1ex 1em 1ex 0.5ex;
	border-top: 1px solid rgb(0, 0, 0);
}

#side-bar a {
	color: rgb(34, 70, 79);
	background-color: transparent;
	text-decoration: none;
}

#side-bar a:hover {
	color: black;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

.sideBarText {
	text-align: justify;
	margin: 0;
	padding: 1ex 1.5ex;
	display: block;
	border-top: 1px solid rgb(34, 70, 79);
}

#side-bar .sideBarText a {
	text-decoration: underline;
}

#side-bar .sideBarText a:hover {
	text-decoration: none;
}

.thisPage {
	font-weight: bold;
}

/* ##### Main Copy ##### */
#main-copy {
	text-align: justify;
	line-height: 1.5em;
	margin: 0 5mm 0 10.5em;
	padding: 0 1em 1ex 1em;
}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
}

.darkerBox {
	color: black;
	background-color: transparent;
	margin: 0 0 1em 0;
	padding: 2ex 2em 0.25em 2em;
	border: 0px solid rgb(34, 70, 79);
}

.lighterBox {
	color: black;
	background-color: rgb(250, 250, 255);
	margin: 0 0 1em 0;
	padding: 2ex 2em 0.25em 2em;
	border: 0px solid rgb(34, 70, 79);
	height: auto !important;
}

.searchBox {
	max-width: 50em;
}

#main-copy h1 {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 156%;
	font-weight: bold;
	margin: 0.25em 0 0 0;
	padding: 0;
}

#main-copy h2 {
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0.25em 0 0 0;
	padding: 0;
}

#main-copy .author {
	text-decoration:none;
	color: #008000;
}

#main-copy .reader {
    text-decoration:none;
	float:right;
	color: #808080;
	font-size: 90%;
}

#main-copy a {
	color: rgb(0, 0, 200);
	background-color: transparent;
	text-decoration: underline;
}

#main-copy a.author:hover {
	text-decoration: underline;
}

#main-copy a:hover {
	text-decoration: none;
}

#main-copy img {
	padding-left: 0cm;
}

dt {
	font-weight: bold;
	margin: 0;
	padding: 0 0 0.5ex 0;
}

dd {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

/* ##### Footer ##### */
#footer {
	color: white;
	background-color: rgb(0, 0, 110);
	font-size: 85%;
	margin: 0;
	padding: 1.25ex 4mm;
	clear: both;
}

#footer .left {
	float: left;
	clear: left;
}

#footer .right {
	text-align: right;
}

#footer a {
	color: white;
	background-color: transparent;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.subFooter {
	font-size: 85%;
	line-height: 1.5em;
	margin: 0;
	padding: 1ex 4mm;
}

.subFooter a {
	color: rgb(34, 70, 79);
	background-color: transparent;
	text-decoration: underline;
}

.subFooter a:hover {
	text-decoration: none;
}

/* ##### Image box ##### */
#image {
	float: right;
	margin-left: 2em;
	padding: 0em;
	line-height: 0;
	border: 0px solid rgb(34, 70, 79);
}

/* ### List items - mainly for search results ### */
ul {
	list-style: none;
	padding: 0;
	margin: 0
}

li {
	margin-top: 0;
	margin-bottom: 20px;
	list-style: none;
}

#search div {

}

h1 {
	margin-top: 0;
	margin-bottom: 20px;
}

h3 {
	display: inline;
	font-weight: normal;
	margin: 0;
	font-size: medium;
}

h4 {
	font-weight: normal;
	margin: 0;
	font-size: normal;
}

input {
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px;
	width: 200px;
	margin: 2px 0 20px 10px;
}

input[type=checkbox] {
    width: 50px;
}

/* ##### Search page list ##### */
#pages p {
	font-size: 2em;
	text-align:center;
	padding: 4px;
}
