/* basic styles*/

a {
	color: #005518;
	text-decoration: none;
}

.intext {
	color: #005518;
	text-decoration:none;
	border-bottom: 1px #009F2D dashed;
}

body,html {
	background-color: #005418;
	color: #005418; /*#DAD680;*/
	font-family: sans-serif;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

small {
	font-size: 11px;
}

.thumbtext {
	font-size: 11px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

em {
	font-style: normal;
	font-variant: small-caps;
}

strong {
	font-weight: bold;
	color: #006A1E;
}

.leftitem {
	font-weight: normal;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-top: 10px;
	text-decoration: none;
	vertical-align: top;
}

.newsitem, .rightitem {
	padding-bottom: 10px;
	padding-top: 10px;
	text-decoration: none;
	vertical-align: top;
}

.title {
	color: #005418;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 0px;
	text-decoration: none;
	vertical-align: middle;
}

.success {
	background-image: url(../bin/icons/ok.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	padding-right:10px;
	margin-bottom: 30px;
}

.error {
	color: #FF0000;
	font-weight: bold;
	background-image: url(../bin/icons/warning.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right:10px;
	margin-bottom: 30px;
}

.hits {
	font-weight: bold;
	text-decoration: none;
	color: White;
	background-color: Black;
	text-align: right;
	padding: 2px;
	padding-left: 20px;
	padding-right: 5px;
	font-style: normal;
}

.logo {
	margin-left: 15px;
	margin-top: 5px;
}

/* layout styles for named divisions */

#content {
	background-color: #FFFFDD;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
	border-right-style: none;
	color: #005418;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 40px;
	position: absolute;
	top: 110px;
	left: 150px;
	height: 100%;
	width: 100%;
	z-index: 0;
}

#counter {
	background-color: #005418;
	color: #DAD680;
	font-size: 11px;
	padding: 5px;
	padding-left: 15px;
	padding-top:100px;
	text-align: center;
	width: 100%;
	z-index: 1;
}


#header {
	background-color: #005418;
	color: #DAD680;
	font-weight: bold;
	height: 100px;
	left: 0px;
	padding-left: 10px;
	padding-top: 15px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#navigation {
	background-color: #005418;
	color: #DAD680;
	height: 100%;
	left: 0px;
	padding-left: 10px;
	padding-top: 155px;
	float: left;
	top: 0px;
	width: 150px;
	z-index: 2;
}



/* IndexPage Styles */

.indexPage {
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #005418;
	border-bottom: 1px solid #005418;
	font-weight: normal;
}

.currentIndexPage {
	border-left: 1px solid #005418;
	border-right: 1px solid #005418;
	background-image: url(../bin/selmenubg.gif);
	background-repeat: repeat-x;
	color: #FFFFCC;
}



/* image indexpage styles */

.pagetitle {
  font-family: sans-serif;
  font-size: 14pt;
  color: #005418;
  font-weight: bold;
  text-align: center;
}
.thumbtitle {
  font-family: sans-serif;
  font-size: 11pt;
  color: #005418;
}
.imagetitle {
  font-family: sans-serif;
  font-size: 11pt;
  color: #005418;
}

.navigation {
  font-family: sans-serif;
  font-size: 11pt;
  color: #005418;
  font-weight: bold;
}


/* guestbook styles */

/* guestbook: general settings */
.guestbook {
	background-color: #FFFFDD;
	color: #005418; /*#DAD680;*/
	font-size: 14px;
}

/* guestbook: table containing entire entry */
.entrytable {
	width: 500px;
}

/* guestbook: topleft td */
.topleft {
	background-color: #FFFFA2; 
	/*background-image: url(../bin/gstbktopbg.gif);
	background-repeat: repeat-x;*/
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	height: 36px;
	padding: 3px;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	width: 30px;
}

/* guestbook: topmiddle td */
.topmiddle {
	background-color: #FFFFA2; 
	/*background-image: url(../bin/gstbktopbg.gif);
	background-repeat: repeat-x;*/
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	width: 370px;
}

/* guestbook: topright td */
.topright {
	background-color: #FFFFA2; 
	/*background-image: url(../bin/gstbktopbg.gif);
	background-repeat: repeat-x;*/
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 3px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	width: 100px;
}

/* guestbook: message body */
.message {
	background-color: #FFFFF4;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: #005418; /*#DAD680;*/
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	vertical-align: top;
	width: 300px;
}

/* guestbook: bottomleft td */
.bottomleft {
	background-color: #FFFFA2;
	 /*background-image: url(../bin/gstbkbottombg.gif);
	background-repeat: repeat-x;*/
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 11px;
	height: 25px;
	padding: 3px;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
}

/* guestbook: bottomright td */
.bottomright {
	background-color: #FFFFA2; 
	/*background-image: url(../bin/gstbkbottombg.gif);
	background-repeat: repeat-x;*/
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 11px;
	padding: 3px;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
}

/* guestbook: navigation elements td */
.count {
	text-align: center;
}

/* guestbook: textstyle for ip */
.ip {
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}

/* navigation styles */

.item {
	background-color: #008A32;
	background-image: url(../bin/itembg.gif);
	background-repeat: repeat-y;
	color: #DAD680;
	font-size: 11px;
	height: 14px;
	margin-left: 30px;
	padding-bottom: 1px;
	padding-left: 10px;
	width: 100%;/*100px; */
	cursor: pointer;
}

.selecteditem {
	background-image: url(../bin/selitembg.gif);
	background-repeat: repeat-x;
	color: #FFFFCC;
	margin-left: 30px;
}

.menu {
	background-color: #006A1E;
	background-image: url(../bin/menubg.gif);
	background-repeat: repeat-x;
	color: #DAD680;
	font-size: 14px;
	font-weight: bold;
	height: 15px;
	margin-left: 15px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	width: 100%;/*120px;*/
	cursor: pointer;
}

.selectedmenu {
	background-color: #00AA30;
	background-image: url(../bin/selmenubg.gif);
	background-repeat: repeat-x;
	border-bottom-color: #004A15;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #004A15;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFCC;
}

/* Ecard Styles */

#eCard {
	background-color: #FFFFDD;
	color: #005418;
	padding-left: 2%;
	padding-top: 12px;	
	padding-bottom: 5%;
	padding-right: 2%;
	text-align: center;
	width: 470px;
	z-index: 1;
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	
}

#cardMessageBody {
	background-color: #FFFFAA;
	color: #005418;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top:15px;
	text-align: left;
	z-index: 1;
}

.datetime {
	font-family: serif;
	font-style: oblique;
	text-align: right;
	margin-top: 5px;
}

.cardHeader {
	font-family: serif;
	font-weight: bold;
	font-style: oblique;
}

.cardMessage {
	font-family: serif;
	font-style: oblique;
	text-align: justify;
}

.cardSender {
	font-family: serif;
	text-align: right;
	font-style: oblique;
}

.debug {
	font-size: 11px;
	font-family: sans-serif;
	color: Blue;
}

#eCardEntryForm {
	background-color: #FFFFDD;
	border-color: black;
	border-style: dashed;
	border-width: 1px;
	width: 500px;
	padding: 10px;
}



