@charset "utf-8";

#adminmenu {
	background-color: #EAF7EA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #007300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#secondmenu {
	background-color: #EAF7EA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #007300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

#secondmenu a {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #2E7520;
	margin: 0px;
}

#secondmenu a:hover {
	color: #FFFFFF;
	background-color: #438988;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}


#submenu li {
	display: inline;
	list-style: none;
	text-align: center;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
}

#submenu {
	text-align: center;
	margin: 0px;
}

#submenu .current {
	border-right-width: 1px;
	border-right-color: #007300;
	background-color: #FFF;
	border-left-color: #007300;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

#submenu a {
	padding-right: 10px;
	padding-left: 10px;
	color: #000000;
	margin: 0px;
}

#submenu a:hover {
	color: #FFFFFF;
	background-color: #438988;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}

a:link {
  color:#438988;
  text-decoration:none;
  }
a:visited {
  color:#438988;
  text-decoration:none;
  }
a:hover {
  color:#cc6600;
  text-decoration:underline;
}
a img {
  border-width:0;
  }
  
  
.tagline {
	font-size: 11px;
	color: #39F;
}
.tagmaroon {
	color: #900;
	font-size: 11px;
}
body {
	margin: 0px;
}

.wrap {
	background: #fff;
	clear: both;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #007300;
	border-right-color: #007300;
	border-bottom-color: #007300;
	border-left-color: #007300;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 15px;
	margin-left: 5%;
	padding: 1em;
	border-top-width: thin;
	border-top-style: dotted;
}

.inputbox {
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

.bold3margin{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.infotipmar {
	color: #900;
	font-style: italic;
}

.button,
.button-primary,
.submit input{
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	font-family: Arial, Helvetica, sans-serif;
}

.button-primary,
.submit .button-primary,
.submit input {
	border-color: #298cba !important;
	font-weight: bold;
	color: #FFF !important;
	background: #21759B url(/images/button.png) repeat-x scroll left top;
}

#footer {
	border-top-style: solid;
	border-top-color: #007300;
}

#divider {
	border-top-style: solid;
	border-top-color: #A6C99F;
}