@charset "utf-8";
/* CSS Document */

.basic  {
	width: 565px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}
.basic div {

}

.basic tr {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.title {
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	display:block;
	margin-top: 0;
	padding:10px 5px 0 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	border-top:solid 1px #ffa384;
	border-bottom:solid 1px #f23d00;
	background: url(/Featured_guests/images/tab2.jpg) repeat-x bottom left #FFA384;
	height:25px;
}
.title:hover {
	font-style:italic;
	border-top:solid 1px #e4f2bb;
	border-bottom:solid 1px #afd933;
	background:url(/Featured_guests/images/tab3.jpg) repeat-x bottom left #E4F2BB;
}
.title.selected {
	color: black;
	font-style:italic;
	background:url(/Featured_guests/images/tab3.jpg) repeat-x bottom left #E4F2BB;
	border-top:solid 1px #e4f2bb;
	border-bottom:solid 1px #afd933;
}

