
.blue-box .title-bar{
width: 100%;
margin: 0px;
padding: 0px;
}


.blue-box .bl {background: url(images/funding/bl.gif) 0 100% no-repeat #ffcccc; }
.blue-box .br {background: url(images/funding/br.gif) 100% 100% no-repeat}
.blue-box .tl {background: none;}
.blue-box .tr {background: none; padding:15px}
	
.blue-box	#left {
		float:left;
		width:48%;
		/*border: 1px solid #000;*/
}
.blue-box	#right {
		float:right;
		width:48%;
		/*border: 1px solid #000;*/
	}
	

.club-hub-msgs{
width:auto;
height: 200px;
padding: 0px;
overflow:auto;
background-color: #fff;
}


.blue-box h3{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 1.1em;
	 font-weight: bold;
	 line-height: normal;
	 color: #d7002f;
	}	


.club-hub-msgs p, h3{
padding: 5px;

}


.club-hub-msgs ul
{
width: auto;
margin: 0px;
padding: 0px;
list-style-type: none;
background-color: #fff; 
color: #8a8b8d;

}
	
.club-hub-msgs ul li
{
width: auto;
display: block;
list-style-type: none;
background-color: #fff;
color: #8a8b8d;
margin: 0px;
padding: 0px;
line-height:30px;
}	



	
.club-hub-msgs ul li a
{
display: block;
width: auto;
padding: 0px 5px 0px 5px;
margin: 0px;
list-style-type: none;
color: #8a8b8d;
background-color: #fff;
text-decoration: none;
background-image: url(images/club-hub/not-selected.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}	
	
	
.club-hub-msgs ul li a:hover
{
width: auto;
list-style-type: none;
background-color: #ccc;
background-image: url(images/club-hub/selected.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}
	
	
	
	
.club-hub-msgs ul li .selected
{
width: auto;
list-style-type: none;
background-color: #ccc;
background-image: url(images/club-hub/selected.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}		
	

	
.club-hub-msgs ul li.msg-date
{
width: auto;
list-style-type: none;
font-size: 1.1em;
font-weight: bold;
color: #d7002f;
padding: 0px 5px 0px 5px;
}		

.red-border{
	border: 4px;
	border-color: #d7002f;
	border-style: solid;
	padding: 5px;
}


