td, body, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.list {
	font-size: 11px;
	color:#555555;
}
.ticked {
	border: 1px solid #666666;
	color:#333333;
	background-color:#EEEEEE;
	cursor :pointer;
	font-size: 11px;
}
.unticked {
	border: 1px solid #999999;
	/*color: #777777;*/
	color:#333333;
	background-color:#FFFFFF;
	font-size: 11px;
}
.tickedservice {
	border: 1px solid #666666;
	color: #FFFFFF;
	font-size: 11px;
}
.listnumber {	
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
}
.listpage {
	font-size: 11px;
	color: #555555;
	font-weight:bold;
}
.bubble {
 	text-align:left; font-size:11px; font-family:Arial,Verdana;
}
input {
	vertical-align: middle;
}
.chkbxlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow:auto; border:1px solid #999999; line-height:18px; padding:2px;
}
.address {
	font-size: 11px;
}
.regiontitle {
	font-size: 12px;
	font-weight: bold;
	background-color:#eeeeee;
}
.whitetxtblackbg {
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
}

a:hover {
	background:#ffffff; 
	text-decoration:none;
} /*BG color is a must for IE6*/
a.tooltip {
	text-decoration:none;
	color:#333333;
	cursor:text;
}
a.tooltip span {
	display:none; 
	padding:5px; 
	margin-left:8px; 
	width:185px;
}
a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	margin-left:8px;
	background:#FF9; 
	border:1px solid black; 
	/*color:#6c6c6c;*/
	color:#33333;
}

