/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	/*background-color: #94A25A; */
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	
	background:url(../images/background.png);
	background:url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top;
	
	/* background:url(../images/font.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	*/
}

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
}

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #008000;
}

a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #008000;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #008000;
}

a:active {
	font-weight: bold;
	text-decoration: underline;
	color: #008000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 36px;
	color: #FFF;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	color: #008000;
	font-weight: bold;
}

h3 {
	font-size: 17px;
	color: #000000;
	font-weight: 100;
	margin-top: 7px;
	margin-bottom: 7px;
}

h4 {
	font-size: 16px;
	color: #000000;
	font-weight: 100;
	margin-top: 7px;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
	color: #000000;
	font-weight: 100;
	margin-top: 7px;
	margin-bottom: 5px;
}

h6 {
	font-size: 12px;
	color: #000000;
	font-weight: 100;
	margin-top: 7px;
	margin-bottom: 5px;
}

hr {
	color:#000000;
	border:none;
	border-top:0px;
	/*border-style:dashed;*/
	border-style:dotted;
}

img.special {
	border: 1px white solid;
}

.thumbnail_a {
	background-color: #CCCCCC;
	/*border: 1px solid #424521;*/
	/*border: 1px solid #CCCCCC;*/
	padding: 1px;
}

.thumbnail_b {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ 
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	/*border: 1px dashed #333333;*/
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ 
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ 
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}

.path  {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	margin-left: 15%;
}

.mainmenu {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	font-size: 18px;
}

.leftmenu {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none; 
	color: Black; 
	font-weight: bold; 
	font-size: 12px;
}
.button {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #424521;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0;
	font-size: 12px;
}
.inputbox{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	border-color: #CCCCCC;
	background: #FFFFFF;
	border: 1px solid;
}
.textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424521;
	background: #EFEBDE;
	border: 1px solid;
	width: 300px;
	height: 100px;
}
.textareaadmin{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424521;
	background: #EFEBDE;
	border: 1px solid;
}
.email{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424521;
	background: #EFEBDE;
	border: 1px solid;
}
.password{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #424521;
	background: #EFEBDE;
	border: 1px solid;
}
.checkbox {
	font-weight: normal;
	color: #424521;
	/*background: #EFEBDE;*/
	border: 0px solid;
}
.searchbox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	color: #424521;
	border: 1px solid #1E2D06;
}
