/* ========================================
    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; }
.DNN_ANN_ImageDiv { float: left;margin-right: 5px;}

/* Announcements ModDNNAnnouncementsC orginally from Tworx Aquae Skin */
.DnnAnnItem {
	clear:both;
}
.DnnAnnItem + .DnnAnnItem {
	padding-top:15px;
} /*Is used "+" tells to apply padding to next item*/
.aquaeSkins .ModDNNAnnouncementsC hr {
	margin:30px 0 25px;
} /*May not be used. Might should just remove.*/
.DnnAnnDate {
	float:left;
	display:block;
	clear:both;
}
.DnnAnnDate > div {
	width:50px;
	display:block;
	text-align:center;
}
.DnnAnnDay {
	background:#464646;
	color:#838383;
	font-size:35px;
	font-weight:bold;
	line-height:50px;
	padding:0;
	width:50px;
	text-align:center;
	-webkit-border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	letter-spacing:-0.025em;
}
/*.footerPanes .DnnAnnDay {
	background:#464646;
	color:#838383;
} /*Might should change ".footerpanes" to "#footer" or merge with .DnnAnnDay to apply to all locations of Announcement module.*/
.DnnAnnMonth {
	background:#1D1D1D;
	color:#BBB !important;
	font-size:10px;
	line-height:17px;
	padding:0;
	width:50px;
	text-align:center;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	text-transform:uppercase;
}
/*.footerPanes .DnnAnnMonth {
	background:#1D1D1D;
	color:#838383 !important;
}/*Might should change ".footerpanes" to "#footer" or merge with .DnnAnnMonth to apply to all locations of Announcement module.*/
.DnnAnnImage {
	margin:0 10px 0 0;
	width:25%;
	float:left;
}
.footerPanes .DnnAnnImage {
	width:100%;
	max-height:80px;
	margin:0 0 15px;
}/*Might should change ".footerpanes" to "#footer" or merge with .DnnAnnImage to apply to all locations of Announcement module.*/
.DnnAnnImage:empty {
	margin:0;
}
.DnnAnnImage img {
	padding:3px;
	border:1px solid #F2F2F2;
}  /*May be used only when image os present*/
.DnnAnnMain h6 {
	line-height:135%;
	margin:0 0 2px;
    font-size:16px;
	color:#FFF;
} 

.DnnAnnMain h6 > a:before {
    content: "\a";
    white-space: pre;
} 

/*.footerPanes .DnnAnnMain h6 {
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
}/*Might should change ".footerpanes" to "#footer" or merge with .DnnAnnMain to apply to all locations of Announcement module.*/
.DnnAnnContent {
	margin:0 0 10px 60px;
}
.DnnAnnContentBody p {
	padding:0;
	display:inline;
    line-height:100%;
}
.DnnAnnContentBody p + a:before {
	content:' ';
}
.DnnAnnLink a {
	margin:10px 0 20px;
	float:right;
	clear:both;
} /*May not be used*/
.dnnTextPanel {
	float:right;
	width:400px !important;
} /*May not be used*/
.DNN_ANN_viewtypeSelectorLabel .dnnLabel, .DNN_ANN_viewtypeSelector {
	float:right;
	width:100% !important;
} /*May not be used. May Conflict*/