/* FRONT Announcement Style */

#box_blue_container span {
	font: bold 26px/80px Arial, Helvetica, sans-serif;
	color: #036;
}

#box_blue_container span a {
	font: bold 26px/80px Arial, Helvetica, sans-serif;
	color: #036;
	text-decoration: underline;
}

#box_blue_container span a:hover {
	font: bold 26px/80px Arial, Helvetica, sans-serif;
	color: #0080FF;
	text-decoration: none;
}


/* ext desc for listing -------------------- */

.icongroup1 {
	margin: 0;
	padding: 6px 0 6px 68px;
	border-top: 1px dotted #CCC;
	/*font-family: 'Courier New', Courier, monospace !Important;*/
}

.desc_float {
	float: left;
	margin-right: -16px;
}

.ico-plus_minus {
	float: right;
	width: 13px;
	height: 13px;
	cursor: pointer;
	cursor: hand;
}


/* ----------------------- */

.clear_dd {
	clear:both;
}

div.formborder {
	border-width: 1px;
	border-style: solid;
	padding: 15px;
}

div.border_top {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #DDD;
}

.title {
	font: Arial, Helvetica, sans-serif;
	color: #036;
}

.heading {
	font: 18px Arial, Helvetica, sans-serif;
	color: #444;
}

.txt-sml {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #444;
}
.tel {
	font: 22px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.welcome {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.red {
	color: #C80000;
}

.gray {
	color: #777;
}

.error_box {
	display: block;
	margin: 10px 0;
	padding:5px;
	width:90%;
	text-align:left;
	font: 1.5em;
	color:#f22;
}

.fakelink {
	cursor:hand;
	cursor:pointer;
}

.contact_header {
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #DDD;
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333;
}

.contact_icons a {
	font: 10px/16px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.contact_icons a:hover {
	font: 10px/16px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}


/*	table styling
------------------------------------------------------------------------------- */


tr.promo {
	background:#ff9;
}

tr.new {
	background:#cf9;
}

tr.grey {
	background:#eee;
}

tr.notgrey {
	background:none;
}

th {
	text-align: center;
}

td.r {
	text-align: right;
}

td.c {
	text-align: center;
}