@import url("main_misc.css");
/********************************************************************/
/********************************************************************/
/******                                                        ******/
/******     This Style Sheet is for "www.artofperego.com"      ******/
/******          The Styles are arranged by category           ******/
/******                                                        ******/
/********************************************************************/



/********************************************************************/
/***********************     Body Styles     ************************/
/*******************                           **********************/

BODY {
	margin: 0px 0px 0px 0px;
	scrollbar-base-color: blue;
	background-color: #FFFFFF;
}

hr {
	color:#61331F;
}

a {
	color:#000033;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color:#9F9FFF;
}



/********************************************************************/
/*************     System Dependent Styles (Pegasus)    *************/
/*************                                          *************/

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000033;
}

.form_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	vertical-align: bottom;
	background-color: #CCCCCC;
	border: 1px solid #999999;
}

.form_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000033;
	text-decoration: none;
	vertical-align: bottom;
	background-color: #CCCCCC;
	cursor: hand;
	padding-top:1px;
	padding-bottom:1px;
	border: 1px none #8CC63E;
}
.linka {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCE6F2;
	text-decoration: none;
	border-style: solid;
	border-color: #0000CC;
	border-width: 1px;
	padding: 0px 4px 0px 4px;
}

.linka:hover {
	color: #0000FF;
	text-decoration: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #0033CC;
	border-width: 1px;
}
.mapbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CADFFF;
	text-decoration: none;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	padding: 0px 4px 0px 4px;
	background-color: #000033;
}
.mapbutton:hover {
	color: #003366;
	text-decoration: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #666666;
	border-width: 1px;
}

.additional_info{top: -1000px; position: absolute;}
.errorbox{ background-color: #FFEAEA; color: #333333; FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial;}