/** 
 * Runstoppable.com stylesheet.
 * List tag overrides first, then list other selectors in the order in which they occur in the template.
 **/
 
body  {
	margin-top:2px;
	margin-left:2px;
	margin-right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #216708;
}

a:visited {
	color: #216708;
}


#h1div	{
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 50px;	
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9BEC37;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
}

h1  {
        padding-top: 5px;
        padding-left: 5px;
        margin-top: 0px;
        margin-left: 10px;
        margin-bottom: 0px;
        font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #9BEC37;
}

h4 {
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	padding-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 10px;
	font-family: "Lucida Sans", Geneva, Arial, Helvetica, sans-serif;
}
#topbar {
	width: 767px;
	background-color:#96C461;
	z-index: 2;
}

#loginbox input.small {
	font-size: smaller;
	background-color:#C7C7C7;
	border: 1px solid white;
}

#loginbox input.submit {
	font-size: x-small;
	border: 1px solid white;
	background-color: #ff6600;
	color:white;
}

#content {
	border-right:1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	width: 767px;
}
#content p {
	margin-left: 15px;
	margin-right: 10px;
}

#content table {
	margin-left: 15px;
	margin-right: 8px;
}

#darkbar {
        position:absolute;
        width:769px;
        top:83px;
        height:19px;
        font-size:smaller;
        color: #000000;
        overflow:hidden;
}

#darkbarmisc a {
        padding-left: 5px;
        padding-right:4px;
        color: white;
        font-weight:bold;
        padding-bottom:3px;
}

#darkbarmenu a {
        padding-left: 5px;
        padding-right:4px;
        color: white;
        font-weight:bold;
        padding-bottom:3px;
}
#darkbarmisc {
        background-color: #7FA652;
        float: right;
        height: 19px;
}

#darkbarmenu {
        background-color: #7FA652;
        float: right;
        height: 19px;
}

.login {
        font-size:small;
        position:absolute;
        left:340px;
        width:420px;
        text-align:right;
        top:7px;
        height:80px;
        color:white;
}

.login a {
        color:white;
        font-size:small;
}

#feedbackbox {
        position:absolute;
        left:440px;
        top:102px;
        width:318px;
        height:140px;
        background-color:#F3FFDC;
        padding-left:6px;
        padding-top:3px;
        -moz-border-radius: 0px 0px 6px 6px;
        visibility:hidden;
        border-left: 2px solid #9AA97F;
        border-bottom: 2px solid #9AA97F;
        border-right: 2px solid #9AA97F;
        z-index:99;
}

#feedbackresponse {
        position:absolute;
        left:560px;
        top:102px;
        width:196px;
        height:22px;
        background-color:#F3FFDC;
        padding-left:6px;
        -moz-border-radius: 0px 0px 6px 6px;
        visibility:hidden;
        border-left: 2px solid #9AA97F;
        border-bottom: 2px solid #9AA97F;
        border-right: 2px solid #9AA97F;
}

#loginbox {
        position:absolute;
        left:100px;
        top:102px;
        height:22px;
        background-color:#F3FFDC;
        padding:6px;
        -moz-border-radius: 0px 0px 6px 6px;
        visibility:hidden;
        border-left: 2px solid #9AA97F;
        border-bottom: 2px solid #9AA97F;
        border-right: 2px solid #9AA97F;
        overflow:hidden;
}

#dashmenu {
        color: #FFFFFF;
        font-weight: bold;
        position:absolute;
        top:82px;
        cursor:pointer;
        visibility:hidden;
        z-index:200;
}

#newdashmenu {
        color: #FFFFFF;
        font-weight: bold;
        float: right;
        border:2px solid #383838;
        cursor:pointer;
        display:none;
}

/* This might not be used anymore */
table.infobox {
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
	background-color:#dfdfdf;
	margin-left: 8px;
	margin-right:5px;
}

#footer {
	font-size: smaller;
	text-align:	center;
	width: 768px;
	color: #666666;
}

.error { 
	border: 2px solid #ff0000; 
	background-color: #FFEAEA; 
}

.errortext { 
	color: #ff0000; 
	font-weight: bold; 
	font-size: small; 
	padding: 0 0 0 0px;
	margin-top: 0px;
}

.submit
{
	background-color:#FF6600;
	font-weight:bold;
	color:white;
}

.bannerAdTable
{
	margin:5px 15px;
	width:97%;
}





