body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #415821;
}
body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C1CB86;
}
a {
	font-size: 12px;
	color: #415821;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3A4A17;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	color: #50532D;
}
h2 {
	font-size: 14px;
	color: #DCC901;
}
h3 {
	font-size: 14px;
	color: #FD8306;
}
h4 {
	font-size: 14px;
	color: #81955A;
}
h5 {
	font-size: 14px;
	color: #D9B38C;
}
.footer {
	font-size: 11px;
	color: #DBCD00;
}


.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
border: 1px solid green;
}

.photonavlinks{ /*CSS for pagination DIV*/
font: bold 14px Arial;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: orange;
}


fieldset  {
	font: 0.8em "Helvetica Neue", helvetica, arial, sans-serif;
	color: #666;
	background-color: #efefef;
	padding: 2px;
	border: solid 1px #d3d3d3;
	width: 350px;
	}
	
legend  {
	color: #666;
	font-weight: bold;
	font-variant: small-caps;
	background-color: #d3d3d3;
	padding: 2px 6px;
	margin-bottom: 8px;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 125px;
	}

label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputText   {
	font-size: .8em;
	color: #415821;
	background-color: #C1CB86;
	padding: 2px;
	border: solid 1px #415821;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
	}
	
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #415821;
	color: #000;
	cursor: pointer;
	}
	
input.formInputText:focus {
	color: #000789;
	background-color: #CCCC00;
	border: solid 1px #415821;
	cursor: text;
	}
	
select.formSelect  {
	font-size: .8em;
	color: #666;
	background-color: #C1CB86;
	padding: 2px;
	border: solid 1px #415821;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #415821;
	}
	
select.formSelect:focus  {
	color: #000;
	background-color: #CCCC00;
	border: solid 1px #415821;
	}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 url(bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: right;
	}
	
input.formInputButton:hover   {
	background-image: url(bg_button_hover.png);
	}
	
input.formInputButton:active   {
	background-image: url(bg_button.png);
	}
textarea.Areatexto  {
	font-size: 1em;
	color: #666;
	background-color: #C1CB86;
	padding: 2px;
	border: solid 1px #415821;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	}
	
	
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid darkred;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
#simplegallery2{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid darkred;
}

#simplegallery2 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
