/**************************** GENERAL ***************************/
.normal { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; font-weight: normal;}
.normal_12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal;}
.normal_9 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: normal;}
.bold_12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: bold;}

.bluebold_12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #336699; font-weight: bold;}
.bluebold_20 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: #336699; font-weight: bold;}

/*************************** SEARCH LINKS **************************/
.seo a:link { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #FFFFFF; }
.seo a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #dddddd; }
.seo a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #9ABADE; }
.seo a:active { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #9ABADE; }

.seo_title { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight:bold }

/*************************** HOME PAGE **************************/
.home_title {
	font-weight: bold;
}

.pagename
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 13px; text-decoration: none; 
	font-weight: bold; 
	color: #FFFFFF	
}

.body_style
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px; text-decoration: none; 
	font-weight: normal; 
	color: #990033}

.home_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/**************************** PURCHASE ***************************/
.purchase_border
{
	border-width:thin;
	border-color:#CCCCCC;
}

/**************************** HEADER ***************************/
.product_header
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}


/**************************** CONTACT ***************************/
.contact_bold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/**************************** NEWS ***************************/
.news_title {
	color: #B1AFB0;
	font-size: 13;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.news_text {
	color: #B1AFB0;
	font-size: 13;
}

.news_image {
	display: block;
	border: 1px solid #ffffff;
}

.news a:link { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #B1AFB0; }
.news a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #B1AFB0; }
.news a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #B1AFB0; }
.news a:active { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #B1AFB0; }

/*********************** SEARCH DETAILS **********************/
tr.search_details_body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.search_details_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.search_details_address_head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

/********************** SEARCH RESULTS *********************/
.red_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;	
}





/***************************** EDIT/VIEW PAGES ****************************/
.bluerow 
{
	background-color: C2D6EB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}

/***************************** SELF CUSTOMIZATION ****************************/
.custom_red {
color: #FF0000;
}
.custom_green {
color: #006600;
}
.custom_blue {
color: #0000CC;
}
.custom_white {
color: #FFFFFF;
}

/***************************** CALENDAR ****************************/
#calendar table { border:1px solid #fff; padding: 0; margin:2px; }
#calendar th { background: #9ABADE; color: #fff; margin: 3px; padding: 2px 5px; font-size: 9px; }
#calendar td { 
	color: #000;  
	padding: 2px;
    margin:0; 
	height:20px;
	text-align:right;
	vertical-align:top; 
	border:1px solid #fff;
	font-size: 9px;
}
#calendar td.normalDay{ background: #eee; }
#calendar td.selectedDay{ background: #cc0033; }
#calendar td.notInMonth{ background: #ccc; }

/***************************** ERROR ****************************/
th.error { color: #ffffff; font-size: 14px; font-weight: bold; }
tr.error { color: #ffffff; font-size: 11px; font-weight: bold; }
td.error_cell { background-color: #FF0000; }

