

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	background: #e3ecf1;
	font: 80%/1.7em Trebuchet MS, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
   overflow: -moz-scrollbars-vertical;
}



/* links */
a:visited {
	text-decoration: none;
		color: #5e6c89; 
} 


a {
	text-decoration: none;
		color: #4F82CB; 
}

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

a:active {
	color: #a3add1;
	text-decoration: underline;
}



.title_links a:visited {
	text-decoration: none;
		color: #5e6c89; 
}


.title_links a {
	text-decoration: none;
		color: #4F82CB; 
}

.title_links a:hover {
	color: #a3add1;
	text-decoration: underline;
}



/* headers */
h1, h2, h3 {
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-serif; 
}


.footer_text 
{
	font-size: 90%;
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-serif;
		color: #333;
}


h1 {
	font-size: 170%;	
	color: #5e6c89; 
}
h2 {
	font-size: 150%;
	color: #5e6c89; 
;
}
h3 {
	font-size: 120%;
	color: #666666; 
}



ul, ol {
	margin: 5px 10px;
	padding: 0 20px;
	color: #666666;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 10px;
 	padding: 0 28px 0 28px;  
   border: 2px solid #f2f2f2; 
  	background: #fafafa url(/engine/images/quote.gif) no-repeat 5px 5px;    
}

/* right column */

#rightcol p {
   line-height: 16px; 
   margin-top: 20; 
  margin-bottom: 0

}

/* images */

.image_caption { 
   line-height: 14px; 
   font-size: 12px; 
   color: #678c9f; 
   padding: 0px 3px 5px 3px; 
   text-align: left; 
}


/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #fafafa; 
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input.checkbox { border: none; vertical-align: middle;}

select {
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 11px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	top: 0px; right: 5px;
	background: transparent;
	border: none;	
	text-align: center;
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 130px;
	background: #e1e8ee;
		font:10px/12px "Trebuchet MS", sans-serif;

	color: #333; 
}
form.search input.button {
	background: #CCC url(images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 60px; height: 21px;
}

form.search a { 
   color: #333333; 
   font-size: 11px; 
   text-decoration: underline; 
 padding: 10px 0 0 0;
}
