a:link {
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: underline;
        color: #515036;
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        color: #515036;
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-variant: normal;
        color: #515036;
        cursor: hand;
}



.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #515036;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #515036;
	text-decoration: none;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #456D2E;
	font-weight: bold;
	margin: 0em;
}



.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #515036;
	text-decoration: none;
}
.subnavtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #515036;
	background-position: 10px;
	margin-left: 1em;
}
.selecttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #456D2E;
	margin: 0em 0em 0em 1em;
}
.menuselected {
	font-weight: bold;
        color: #456D2E;
}
.menuselected a {
	font-weight: bold;
        color: #456D2E;
}
.selectlocation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #456D2E;
}



.celltopborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #515036;
	padding-top: 5px;
	margin-top: 25px;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #515036;
	text-decoration: none;
}



.auth_page_body {
   margin-top: 30px;
   background: #ffffff;
}
.auth_table_spacer {
        font-size: 8px;
}
.error {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        background: #990000;
        text-decoration: none;
}
.success {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        color: #515036;
        background: #85c954;
        text-decoration: none;
}


.headerline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 515036;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: 515036;
}

.forums_title {
        background: #d8d858;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: bold;
        color: #515036;
        text-decoration: none;
}

.forums_posts_header {
        background: #8a903a;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        color: #515036;
        text-decoration: none;
}

.forums_selected_header {
        color: #515036;
        background: #85c954;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: bold;
        text-decoration: none;
}

.boxed {
        border: 1px solid #515036;
}

.auth_input {
        border: 1px solid #456D2E;
        background: #ffffff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        color: #515036;
        text-decoration: none;
}

.speedtest_iframe {
    margin: 0;
    madding: 0;
    border: none;
    width: 400;
    height: 250;
}

.lawn_info, .lawn_success, .lawn_warning, .lawn_error, .lawn_validation {
font-family: Arial, Helvetica, sans-serif;
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.lawn_info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('/images/info.png');
}
.lawn_success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('/images/success.png');
}
.lawn_warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('/images/warning.png');
}
.lawn_error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('/images/error.png');
}
