/*
Filename:
    common.css
Created:
    2007 November 14 - Shawn Terry
Description:
	common stylesheet for Mobile Sharp.com
Notes:
   Code stolen from Carlos
*/

body {
	background-color:#FFFFFF;
	font-family:sans-serif,"Arial";
	font-size:8pt;
	margin:5px;
	color:#003366;
}

a {
	color:#6699CC;
	font-weight:bold;
	text-decoration:none;
}

a:visited {
	color:#6699CC;
}

a:hover {
	text-decoration:underline;
}

img.icon {
	padding-right:3px;
}

h3 {
	color:#003366;
	font-size:10pt;
}

ul {
	margin:0px;
	padding:0px 0px 10px 10px;
}

.error {
	background-color: white;
	border:1px solid #ACAEB0;
	display:block;
	margin:-1px 0px;
	padding:5px;
	width:250px;
	text-decoration:none;
	color:#970023;
}

#MainBody #content a {
	font-weight:bold;
	text-decoration:none;
}

#MainBody #content a:visited {
	color:#6699CC;
}

#MainBody #content a:hover {
	text-decoration: underline;
}

#MainBody #content .locations a {
	font-weight:bold;
	text-decoration:none;
}

#MainBody #content .locations {
	font-family:sans-serif,"Arial";
	font-size:8pt;
}

