/* ========================================
    CSS STYLES FOR Module DNN.Announcements
   ========================================
*/
.DNN_ANN_DesignTable
{
	width:auto;
}

.DNN_ANN_Description
{
	float:left;
	margin-left:4px;
	border-bottom:dotted 1px #CCCCCC;
	padding-bottom:10px;
	padding-top:6px;
}


.DNN_ANN_Description a:hover
{
	color:#00769D; 
	text-decoration:underline;
}

.DNN_ANN_Description a
{
	color:#0099CC;	
	text-decoration:none;	
	font-size: 8px;	
	font-weight: bold; 
	float:right;
	margin-top:0px;
	padding-bottom:5px;
}

.DNN_ANN_Description p img
{
	margin-top:10px;
}

.DNN_ANN_viewtypeSelector 
{
	float:right;
}

.DNN_ANN_viewtypeSelectorLabel
{
	float:left;
}

.DNN_ANN_viewtypeSelectorDDL
{
	float:left;
}

