div.module{
	text-align: left;
}

div.top div.title{
	height: 29px;
	font-size: 11px;
	font-weight: bold;

	white-space: nowrap;
	overflow: hidden;
}

div.module div.top{
	height: 29px;
}

div.module div.bottom{
	height: 7px;
}

div.module div.contents{
	color: #000000;
	background-color: #eeeeee;
}

div.module div.contents a{
	color: #0080ff;
	background-color: inherit;
}

div.module div.filler{
	width: 5px;
}

div.module div.top div.center div.title img{
	margin-top: 3px;
	margin-right:5px;
	float: left;
	border: 0px;
}

div.module div.top div.center div.suffix img{
	border: 0px;
	margin-top: 5.5px;	
}

div.module div.top div.center div.title {
	float: left;
	right: 5px;
	padding-left: 7px;
	position: relative;
	height: 29px;
}

div.module div.top div.center div.suffix {
	float: right;
	margin-right: -5px;
	padding-right: 7px;
	margin-left: -100%;
	
	position: relative;
}

div.module div.top div.center div.suffix a.delete{
	font-size: 0px;
	line-height: 0px;
	display: none;
}

div.module div.top a{
	color: #0080ff;
}

div.module div.top div.center div.suffix a.edit, div.module div.top div.center div.suffix a.friends_edit{
	background-color: #cccccc;
	position: relative;
	line-height: 16px;
	bottom: 3px;
}

div.module div.bottom div.center{
	color: #000000;
	background-color: #eeeeee;
	line-height: 7px;
	font-size: 0px;
	height: 7px;
	padding: 0px 5px 0px 5px;
	border-radius: 0 0 5px 5px;
}

*  html div.module div.bottom div.center{
	height: 8px;
}

div.module div.top div.center{
	color: #000000;
	line-height: 29px;
	height: 29px;
	background-color: #cccccc;
	padding: 0px 5px 0px 5px;
	border-radius: 5px 5px 0 0;
}

* html div.module div.top div.center, * html div.module div.bottom div.center{
	margin-left: 0px;
	margin-right: 0px;
}

div.module_wrapper{
	width: 100%;
	display: table;

	margin-bottom: -6px;
}

.topColor{
	color: #000000 !important;
	background-color: #cccccc  !important;
}

.topColor a, .topColor a:hover, .topColor a:active{
	color: #0080ff !important;
}

.topColorBordered{
	border-color: #cccccc !important;
}