/* ========================================
    CSS STYLES FOR Module DNN.Announcements
   ========================================
*/
.DNN_ANN_DesignTable
{
	width:auto;
}

.DNN_ANN_Description
{
}

.DNN_ANN_Description P
{
	margin-top:0px;
}

.DNN_ANN_viewtypeSelector 
{
	float:right;
}

.DNN_ANN_viewtypeSelectorLabel
{
	float:left;
}

.DNN_ANN_viewtypeSelectorDDL
{
	float:left;
}


.news_title_blue
{
font:Verdana, Arial;
font-size:11px;
color:#666;
font-weight:bold;
}

.news_description
{
font:Verdana, Arial;
font-size:11px;
color:#666;
}

a.news_readmore:link
{
font:Verdana, Arial;
font-size:11px;
color:#f7ad3b;
text-decoration:none;
}
a.news_readmore:visited
{
font:Verdana, Arial;
font-size:11px;
color:#f7ad3b;
text-decoration:none;
}
a.news_readmore:hover
{
color:#f7ad3b;
font:Verdana, Arial;
font-size:11px;
text-decoration:underline;
}

.newsSeparetor
{
border-bottom:1px dashed #666666
}



