/* ========================================
    CSS STYLES FOR Module DNN.Announcements
   ========================================
*/
.DNN_ANN_DesignTable { 
	text-align: center;
	width: 100%; 
}

.DNN_ANN_DesignTable table { 
	border-bottom: 1px solid #90bae3;
	margin: 0 0 .5em .5em;
	width: 95%; 
}

.DNN_ANN_Description
{
	margin-bottom: .5em;
}

.DNN_ANN_Description P
{
	margin-top:0px;
}

.DNN_ANN_viewtypeSelector 
{
	float:right;
display: none;
}

.DNN_ANN_viewtypeSelectorLabel
{
	float:left;
}

.DNN_ANN_viewtypeSelectorDDL
{
	
	float:left;
}

/* START DNN Left Col - The following styles are from the DNN Module */
/*.leftCol .title { 
    background: url(images/latestnews-top.gif) no-repeat 0 0;
	color: #fff;
    height: 38px;
    width: 298px;
}

.leftCol .date { font: bold .6em verdana; }

.leftCol .SubHead {
	color: #0274bb;
	font-size: .8em;
}

.leftCol .title .Head { 
    color: #fff;
    display: inline-block; 
	font-size: 1.2em;
    padding: .7em .5em 0; 
 }
 

.leftCol .c_content div { padding: 0; } 

.leftCol .c_content p { 
	margin: 0 0 1em; 
	display: inline;
}

.leftCol .c_content a:link,
.leftCol .c_content a:visited {
	color: #0274bb;
	text-decoration: underline;
}

.leftCol .c_footer {
    background: url(images/latestnews-bottom.gif) no-repeat 0 bottom;
	float: left;
    height: 12px;
	margin-left: 1.1em;
	padding: 0;
    width: 298px; 
}*/
/* END DNN Left Col */

