

body {

	}
	
p,ul,li,td {
font-size: 11px;
font-family: "Trebuchet MS", "Bitstream Vera Serif", Utopia, "Times New Roman", times, serif;
list-style-type: circle;

}

h2 {
font-size: 20px;
font-weight: bold;
color: #333333;
padding: 0px 0px 0px 0x;
}

h3 {
font-size: 15px;
font-weight: bold;
color: #333333;
}



/* General */
a {
	color: #0B76AE;
	text-decoration: none;
	}

.greenLink a {
color: #209f65;
	text-decoration: none;

}

a:hover {
	background: #4CA8F6;
	color: #fff;
	}

span.highlight {
    color: #fff;
	background-color: #4CA8F6;
}

acronym, abbr, span.caps {
	cursor: help;
	border-bottom: 1px dotted #000;
	}
	
blockquote {
	background: #eaf8ff url(blockquote.png) no-repeat bottom left;
	padding: 5px 20px 30px 20px;
	margin: 1em;
	} /* Idea from ShadedGrey of http://wpthemes.info/ */



#profile {
		background: #F9FBFF;
		border: 1px solid #B8D4FF;
        padding: 0px 10px 10px 10px;
	} 
	
	
#white_rectangle {
		background: #ffffff;
		border: 1px solid #B8D4FF;
        padding: 0px 10px 0px 10px;
	} 
	
#white_rectangle2 {
		background: #ffffff;
		border: 1px solid #B8D4FF;
        padding: 0px 10px 10px 10px;
} 

#alert {
		background: #fef8f8;
		border: 1px solid red;
        padding: 0px 30px 0px 30px;
		margin: 1em;
		color:red;
	} 
#alert a {
	color: red;
	}	
#alert a:hover {
	background: red;
	color: #fff;
	}	


#user_photo {
		background: #ffffff;
		border: 1px solid #B8D4FF;
        padding: 4px 4px 4px 4x;
		margin: 1em;
} 

#user_photo img {
	padding: 5px;
	}


#thumbnail img {
padding: 10px;
}

#default_photo img {
	padding: 2px;
	}	

#profile_txt  {
	margin: 1em;
	}

cite {
	text-decoration: none;
	}
	
#photo_reference a
  {color:#666666;}
#photo_reference a:hover
  {background-color:white;}
  
#menu a
  {color:black;}
#menu a:hover
  {text-decoration: underline;
  background: none;}
	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
	}

img {
	border: 0;
	}

	
/* Float and Clear */
div.floatleft {
	float: left;
	}

div.floatright {
	float: right;
	}
	
div.both {
	clear: both;
	}
	
/* Images align */
img.border {
	border: 1px solid #C6C6C6;
	padding: 4px;
	margin: 0;
	}

img.border:hover {
	background: #E3F5FE;
	}

img.center {
	display: block; 
	margin: auto;   
	}

img.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
/* Text align */
.center {
	text-align: center;
	}
	
.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}
	
.style_topmenu {
	font-size: 14px;
	font-weight: bold;
}


#topmenu_links {
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: black
}

#topmenu_links a {
	color: #0000cc;
	text-decoration: underline;
	}	
#topmenu_links a:hover {
	background: white;
	color: #0000cc;
	}	
	
#ride_table a {
	text-decoration: underline;
}	

