/* ========================================
    CSS STYLES FOR Module DNN.Announcements

    2008.06.04 - Commented out floats
    2008.06.04 - Added negative left margin to table to align left
    2008.06.04 - Added top margin to table
    2008.06.04 - Overrode SubHead and Normal classes to be a smaller font (applies to title and description)
    2008.06.04 - On a per-module basis, we edited the module settings and removed [TITLE] and [PUBLISHDATE]

   ========================================
*/

.SubHead
{
    font-size: 11px !important;
}

.Normal
{
    font-size: 11px !important;
}

.DNN_ANN_DesignTable
{
    width: auto;
    margin-top: 10px;
	margin-left: -8px;
}

.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;*/
}
