/* Include style-sheet for Global Header, used on this page. */
@import url(mainheader.css);

/* Include style-sheet for general layout, used on this page. */
@import url(general_csg_page_layout.css);

/*************************
** Page Specific Styles
*************************/
#CommunityPageRight h3 {
	text-transform:uppercase;
	padding-left: 20px;
	width: 100%;
}

#CSG_MTS_Content ul {
	margin: 0;
	margin-top: 30px;
	padding: 0;
	width:100%;
	list-style-type:none;
	list-style-image:none;
}

#CSG_MTS_Content ul li {
	display:block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

/* IE 7 Ugliness -- validates, so ok to have here */
#CSG_MTS_Content ul li {display:inline-block;}
/* \\*/
#CSG_MTS_Content ul li {display:block;} 
/* */

#CSG_MTS_Content ul li:after { 
    content:"."; 
    display:block; 
    height:0;
    clear:both; 
    visibility:hidden; 
} 

#CSG_MTS_Content ul li span.titleBar {
	width: 100%;
	display: block;
	height: 20px;
	margin-left: 20px;
	background-color: #F3F3F3;
	border:1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding-top: 4px;
}

#CSG_MTS_Content ul li span.memberName {
	margin-left: 254px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 14px;
	background-image: url(/images/coc/raquoBullet.gif);
	background-position:left 3px;
	background-repeat: no-repeat; 
}

#CSG_MTS_Content ul li span.memberTitle {
	margin-left: 6px;
	font-size: 12px;
	color: #195F9D;
	font-weight:bold;
}

#CSG_MTS_Content ul li .photoInfo {
	float:left;
	margin-top: -35px;
}

#CSG_MTS_Content ul li .photoInfo .headshot {
	padding: 5px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	margin-left: 14px;
}

#CSG_MTS_Content ul li .photoInfo .photoButtonsWrapper {
	display: block;
	margin-left: 14px;
}

#CSG_MTS_Content ul li .photoInfo a.photoButton {
	display: block;
	float: left;
	height: 24px;
	width: 80px;
	margin-top: 3px;
	padding-top: 9px;
	text-align:center;
	background-image:url(/images/coc/button80.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 10px;
}

#CSG_MTS_Content ul li .photoInfo a.photoButton:hover {
	background-position: -80px top;
}

#CSG_MTS_Content ul li .memberInfo {
	width: 378px;
	float:right;
	padding: 0;
	margin: 0;
}

#CSG_MTS_Content ul li .memberInfo dt {
	clear:both;
	float:left;
	width: 140px;
	margin-top: 10px;
	font-size: 12px;
	color: #195F9D;
	font-weight:bold;
}

#CSG_MTS_Content ul li .memberInfo dd {
	float:left;
	clear:both;
	width: 220px;
	margin-left: 140px;
	margin-top: -15px;
	padding-right: 8px;
}

.clearLi {
	clear:both;
	display:block;
}