/* Main.css
 * Common styles for buying-together
 */

		body {	
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			color: #792079;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			}

		table {	
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			color: #792079;
			margin-left: 0px;
			margin-right: 0px;
			margin-top: 0px;
			}



		a		{text-decoration: none; font-weight: bold; 	font-size: 12px;}
		a:link	{color: #792079; text-decoration: none; }
		a:visited {color: #CC3366; text-decoration: none; }
		a:hover	{text-decoration: underline}
		
		h1 { font-size: 18px;}
		h2 { font-size: 15px; display: inline}
		h3 { font-size: 12px; display: inline}

.nav_links {
	color: #792079;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.headlines {
	color: #CC3366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}

.left_menu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #792079;
	border: 1px solid #792079;
}

.pink_box {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #792079;
	background-color: #F5DCF5;
	border: 1px solid #CC3366;
}

.pink_back {
	background-color: #F5DCF5;

}

.field_name {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #792079;
	font-weight: bold;
}



.bullet {
	font-size: 9px;
	text-align: center;
}
	

.menu_choice {text-decoration: none; font-weight: bold; font-size: 12px; color: #792079;}

.form_controls
{
	color: #792079;
	font-size: 12px;
	top: 0px;
}

.valid_error
{
font-size: 11px;
font-weight: bold;
color: #FF0000;
}

.error_heading {
	color: #FFFFFF;
	font-size: 16px;
	background-color:#FF0000;
}

.locations_table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #792079;
	background-color:#FFFFFF;

}

.white_on_purple {
	color: #FFFFFF;
	font-size: 12px;
	background-color:#792079;
		padding: 0px;
		margin: 0px;
}

.white_on_pink {
	color: #792079;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	background-color: #F5DCF5;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.neat_heading {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #792079;

}
