div.GroupList
{


}

.right
{
    float: right;
}

#SingleColumn div.GroupList
{
	width: 320px;
	float: right;
	margin: -40px 0px 20px 20px;
	background-color: #fff;
	border: 1px solid #f0efec;
	padding: 20px;
	font-size: 12px;
	
			
}

div.GroupList div
{
	border-bottom: 1px dotted #ccc;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 20px;
	color: #333;
	
}

div.GroupList ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.GroupList ul li
{
	margin: 3px;
	font-weight: normal;
	margin-bottom: 15px;
}
#EditLinks
{
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	color: #ffffff;
	margin-top: 7px;
	font-family: Tahoma;
	font-size: 12px;
}

#EditLinks a
{
	color: #fff;
}

#AuthorTitle
{
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	color: #dbdcdc;
	margin-top: 7px;
	font-family: Tahoma;
	font-size: 12px;
}

#AuthorTitle a
{
	text-decoration:none;
	color: #fff;
}

#SendComments
{
    display: none;
}

#DarkMask
{
	z-index: 3;
	height:300%;
	width:100%;
	position:absolute;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	display:none;
}

a img
{
border: none;
}

.DraftNotice
{
	background-color: #dbe8f4;
	padding: 10px;
	margin: 20px 0px;
	border: 1px dotted #003366;
}


