/*default young drivers css */

.membersTop
{
	width:auto;
	height: 90px;
	background: url(../images/youngDriversTop.jpg) no-repeat;
}

.membersDropdown
{
	float:right;
	margin-right: 20px;
	margin-top: 20px;
	
		
}

.membersMiddle
{
	width:auto;
	height: 106px;
	background: url(../images/youngDriversMiddle.jpg) no-repeat;
}

.membersContentContainer
{
	background: #cdcdcd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right:0px;
	float:left;
	width: 945px;
	margin-bottom:15px;
}

.membersContent
{
	background: #ffffff;
	margin:5px;
	padding:15px;
	padding-top: 5px;
}

.membersContentProfile
{
	/*background: url(../images/youngDriversContentBg.jpg) repeat-y;*/

	width: auto;
}

.membersProfileTop
{
	border: 0px solid yellow;
	font-size:0px;
	height:44px;
	width:310px;
	float:right;
	background: url(../images/memberProfileDropdownBg.jpg) no-repeat;
}

.membersBottom
{
	height: 8px;
	width:auto;
	background: url(../images/youngDriversBottom.jpg) no-repeat bottom;
	font-size:0px;
}

.membersProfileLeftContainer
{
	background: #cdcdcd;
	margin-left: 0px;
	margin-bottom:15px;
	margin-top: 0px;
	margin-right:0px;
	float:left;
	width:630px;
}

.membersProfileLeftContent
{
	background: #ffffff;
	margin:5px;
	padding:15px;
	padding-top: 5px;
}

.memberPicContainer
{
	background:;
	float:right;
	width: 310px;
	margin-right:0px;
}

.memberPics
{
	float:right;
	width: 300px;
	margin:0px;
	margin-bottom:5px;
	border:5px solid #cdcdcd;
}

.moreYellow
{
	cursor:pointer;
	float:right; 
	width: auto;
	color: white;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
	background-color: #caad26;
	border-left: 5px solid #797979;
}

