/*basicos*/
BODY {
	background-attachment : fixed;
	background-color : #e0ffff;	
	background-repeat : repeat;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	text-decoration : none;
	text-align : justify;
	color : #006666;
	margin: 0px;
}

TABLE {	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #006666;
	font-weight : normal;
	font-size:8pt;
	margin: 0px;
	padding:0px;
	}
	
.title
{
	border-bottom: 1px solid #99cccc;
}	
.titles {
	background-color : #99CCCC;
	font-weight : bold;
	color : Teal;
	text-align : left;
	height: 20px;
	padding-left:10px;
	font-size:xx-small;
	
}
.bordered
{
	border: 1px solid #5F9EA0;
}

.section_header
{
	text-transform:uppercase;
	height:50px;
	
	
}

.content
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-align : justify;
	color : #006666;
	background: #faebd7;	
	padding: 5px;
}

.container
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-align : justify;
	color : #006666;
	background: #faebd7;	
	border: 1px solid #99cccc;
	padding:10px;
}

.textbox
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #006666;
	border: 1px solid #99cccc;
	padding: 2px;
}
.button
{
	background-color: #99CCCC;
	border: 1px solid #5F9EA0;  
  	padding: 2px;
  	text-align: center;
  	font-size: 8pt;
	font-weight:bold;
  	height:20px;
	color:#E0FFFF;
}


A {
	text-decoration : none;
	font-weight : bold;
	color : #006666;
}

A:HOVER {
	color : #20b2aa;
	}

A:VISITED {
	color : #669999;
}

A:ACTIVE {
	color : #20b2aa;
}

A:LINK {
	color : #006666;
}

div.menuBar,
div.menuBar a.menuButton,
div.menu,
div.menu a.menuItem {
 	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style: normal;
  font-weight: normal;
  color: #006666;
}

div.menuBar {
  background-color: #99CCCC;
  border: 1px solid #5F9EA0; 
  padding: 4px 2px 4px 2px;
  text-align: center;
  
  
}

div.menuBar a.menuButton {
  background-color: transparent;
  /*border-left: 1px solid #5F9EA0;
  border-right: 1px solid #5F9EA0;*/
  color: #006666;
  cursor: default;
  left: 0px;
  margin:0px 2px 0px 2px;
  padding: 0px 6px 0px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
  text-transform: uppercase;
  font-weight:bold;
}

div.menuBar a.menuButton:hover {
  background-color: #99cccc; 
  color: #E0FFFF;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  background-color: #99cccc;
  /*border: 1px solid #E0FFFF;*/
  color: #e0ffff;
  left: 1px;
  top: 1px;
}

div.menu {
	background-color: #99cccc;	
	border: 1px solid #5F9EA0;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align: left;
}

div.menu a.menuItem {
  color: Teal;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #e0ffff;
  color: Teal;	
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset SteelBlue;
  margin: 4px 2px;
}

#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	border: 1px solid #5F9EA0;
	visibility: hidden;
	z-index: 101;
	cursor: hand;
	cursor: pointer;
	background-color: #E0FFFF;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: #006666;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #E0FFFF;	
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #5F9EA0;
background-color: #E0FFFF;	
padding: 5px;
z-index: 5;
}

.copyright {
   background-color: #99CCCC;
	border: 0px solid #5F9EA0;  
  padding: 4px 2px 4px 2px;
  text-align: center;
  font-size:x-small;
  height:20px;

  
}

/*photogallery*/
.photogallery
{ /*CSS for TABLE containing a photo album*/
}

.caption
{
width:100%;
}

.photogallery img
{ /*CSS for images within an album*/
border: 1px solid #99cccc;
}

.photonavlinks
{ /*CSS for pagination DIV*/
	font-weight : normal;
	font-size:8pt;
}

.photonavlinks a
{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
text-decoration : none;
font-weight : bold;
color : #006666;
}

.photonavlinks a.current
{ /*CSS for currently selected navigational link*/
	color: #20b2aa;;
}
/*end photogallery*/

