/* CSS Document */

#test_intro_list li{
padding-top: 10px;
}

#feedback{
margin: 10px;
color: #000000;
font-size: 13px;
text-align: center;
font-weight: bold;
padding: 8px;
}

#feedback.error{
background-color: orange;
border: 1px solid red;
}
#feedback.info{
border: 1px solid black;
background-color: #ccddee;
}



/* General Style Info */
body {
font-size: 14px;
font-family: Arial,Helvetica,sans-serif;
background: #eeffcc;
margin: 0px;
}

a {
font-family: verdana;
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}

a.smaller {
font-family: verdana;
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
	font-weight: normal;
}


a:hover {
	color: #003d4c;
	text-decoration:none;
}

a img {
	border:none;
}

a.button{
display: block;
width: 160px;
text-align: center;
padding: 6px;
font-size: 15px;
background-color: #003d4c;
color: #ffffff;
border: 2px dotted #a4bfda;
text-decoration: none;
}
a.button:hover{
background-color: #ccddbb;
text-decoration: none;
}

h1, h2, h3, h4 {
	background-color: inherit;
}

h1{
font-family: Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-size: 22px;
font-weight: bold;
letter-spacing: -0.1;
line-height: 0.8;
}

h2 {
color: #3C6A6E;
font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
margin: 0px;
font-size: 18px;
font-weight: normal;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	margin: 3px;
}
h4 {
margin: 0px;
padding: 0px;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}
#header{
background: #b0e61d;
border-bottom: 2px solid #a3d029;
height: 69px;
padding: 10px 20px;
}

#header h1{
margin: 0px;
font-weight: bold;
font-size: 25px;
text-transform: none;
color: #003d4c;
}

#header h1.rs{
font-weight: normal;
color: #f4fddd;
text-transform: uppercase;
}

#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background-color: inherit;
	clear: both;
	color: #333;
	padding: 30px 20px 40px 20px;
	overflow: auto;
}

#sidebar{
width: 220px;
background: #ffffff;
border-left: 1px dashed #334455;
border-right: 1px dashed #334455;
}

.sidebar_box{
margin-bottom:15px;
padding: 0px 15px 15px 15px;
}

.sidebar_box h2{
background: #eeffee;
font-weight:bold;
font-size: 14px;
text-transform:uppercase;
border-bottom: 1px solid #334455;
border-top: 1px solid #334455;
padding: 3px 10px 3px 10px;
margin-bottom: 15px;
margin-left: -15px;
margin-right: -15px;
}

#footer {
position: relative;
bottom: 0px;
	clear: both;
	padding: 6px 10px;
	text-align: center;
	background: #d4f5e1;
border-bottom: 2px solid #a3d029;
height: 20px;
}

#loglinks{
position: absolute;
top: 5px;
left: 400px;

}


/* Menu styles */

#menu{
position: absolute;
top: 70px;
}

#menu ul{
list-style: none; 
padding: none;
margin: none;
vertical-align: top;
}

/*
border: 1px solid blue;
font-size: 13px;
margin: 5px;
*/
#menu li{
height: 20px;
background: url(../images/tab_bg_off.gif) right top no-repeat;
padding: 5px 12px 4px 0px;
margin-right: 0px;
}

#menu li.active{
background: url(../images/tab_bg_on.gif) right top no-repeat;
}

#menu a{
background: url(../images/tab_bg_off.gif) left top no-repeat;
margin-left: -10px; 
padding: 4px 0px 4px 12px;
text-transform: uppercase;
text-decoration: none;
}
#menu a.blob{
background: url(../images/tab_bg_off.gif) right top no-repeat;
padding: 4px 12px 4px 0px;
margin: 5px;
}
#menu a.active{
background: url(../images/tab_bg_on.gif) left top no-repeat;
}

#menu a:hover{
text-decoration: underline;
}





span.nodata{
color: #aaaaaa;
}

#logo{
position: absolute;
top: 0px;
right: 50px;
border: 2px solid #448811;
border-top: 0px;
background-color: #FFFFFF;
}

#contact_form input,
#contact_form textarea,
#find_ride input,
#find_ride textarea{
display: block;
margin-bottom: 4px;
}


#find_ride input.radio{
display: inline;
margin-bottom: 0px;
}


#contact_form div{
margin: 0px;
}


#menu li, #footer li{
display: inline;
}




#add_ride span.label, #edit_ride span.label{
display:block;
width: 160px;
/*clear: left; */
}

#add_ride input, #edit_ride input, #edit_ride select, #add_ride select{
clear: right;
margin-top: 0px;
}

table.ride_form{
border: 0px;
}

table.ride_form td{
border-top: 1px solid #555599;

}

#ride_previews h4{
color: #
border-bottom: 1px solid #a4bfda;
margin-top: 16px;
padding-left:0px;
margin-left:0px;
}


/* Forms */
form {
	clear: both;
	margin-right: 0px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
  text-align: center;
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	padding-right: 0px;
}

#register_form label{
font-weight: normal;
}

input, textarea {
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
padding-right: 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}



div.boxhead{
}
div.boxhead h2{
font-size: 25px;
color: #aabb99;
background: none;
margin-top: 0px;
margin-left: 0px;
z-index: 0;
}

div.box{
padding: 13px 13px 13px 13px;
background: #fcffe9;
border: 1px solid #a4bfda;
margin-bottom: 20px;
margin-top: 0px; 
margin-right: 20px;
z-index: 50;
}


#view_memberinfo{
width: 45%;
float: left;
}

#view_rideinfo{
float: left;
width: 45%;
}

div.boox{
padding: 3px;
background: #eeeeff;
border: 1px solid #a4bfda;
padding: 5px;
background: #ffffff;
}

div.disabled{
display: inline;
}

#member_contact_form label{
display: block;
}

div.member_tile{
padding: 13px 13px 13px 13px;
background: #fcffe9;
border: 1px solid #a4bfda;
margin: 5px;
line-height: 1.5em;
}

.member_tile a.profile_link{
font-size: 1.2em;
}


table.data{
border: 1px solid #aaaaaa;
}
table.data td{
background: #ffffff;
padding:3px;
}
table.data tr.header{
background: #cccccc;
font-weight:bold;
}
