.basic
{
	width: 100%;
	font-family: verdana;
	border: 1px solid #B4B4B4;
}

.basic div
{
	background-color: #fff;
}

.basic p
{
	margin-bottom: 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
    font-family: verdana;
    color: #333333;
}

.basic a
{
	cursor:pointer;
	display:block;
	padding:7px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #363636;
	background: #F4F5F7;
    border-bottom: 1px solid #D6DBE0;
}

.basic a:hover
{
	background-color: white;
	background: #FFFFCC;
    background-repeat: repeat-x;
}

.basic a.selected
{
	color: black;
	background: #FFFFCC;
}