
/*----

dark blue - #003877  
light blue - #50B3CF   
Mid Blue - #50B3CF
Lightest blue - #F5FAFC
---*/

.basic  {
	width: 470px;
	border: 1px solid #eee;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	border-bottom: 1px solid #eee;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #50B3CF;
	background-color: #F5FAFC;
}
.basic a:hover {
	background-color: #50B3CF;
	color: #FFF;
}
.basic a.selected {	
	color: #FFF;
	background-color:  #003877;
}

