/* INCLUDES */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/altotree_diag.gif);
	background-repeat: repeat;
}

.style1 {
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px
}

.style2 {
	color: #336600;
	font-weight: bold;
	font-size: 15px;
}

.style3 {font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif; font-size: 9px}

.style4 {
	color: #F00;
	font-weight: bold;
}

hr {
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding-bottom: 15px;
}

p, td, table, input, textarea, select, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	color: #333333;
}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
strong { font-weight: 700; }

a { cursor: pointer; color: #50ab4c; text-decoration: none; }
a:link { text-decoration: none; color: #50ab4c; }
a:visited { text-decoration: none; color: #50ab4c; }
a:hover { color: #336600; }

fieldset { border:1px solid #ccc; }
fieldset label { color:#333; }

.clear { clear: both; height: 0; visibility: hidden; display: block; }

/******* /GENERAL RESET *******/
h1 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
h2 {
	font-weight: 700;
	font-size: 17px;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

h1.welcome {
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}


.roundies {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color:#fff;
	margin: 10px;
	border: 1px solid #333;
}

input {
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color:#fff;
	margin: 5px;
	border: 1px solid #333;
}

a.rounded, .button {
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	vertical-align: middle; /* or top */
	display: -moz-inline-box;
	display: inline-block;
	overflow: visible; /* IE6 form button fix */
}

.button {
	color: #000 !important;
	font-weight:700;
	background-color: #97c451;
	padding: 5px 7px;
	padding-right: 60px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.button:hover {
	background-color: #336600;
}

.contentArea { padding: 5px; }

ul.menu { list-style: none; margin: 0; padding: 0; border: none; }
ul.menu li { font-size: 14px; list-style: none; font-weight:700; display:inline; float:left; margin: 3px; padding: 2px; white-space:nowrap; }