/* @override 
	http://localhost/~fernando/webspectacular/styles/styleV2test/moduleCss/news.css
	http://localhost/~fernando/webspectacular/styles/modelo/moduleCss/news.css
	http://localhost/~fernando/webspectacular/styles/intranet/moduleCss/news.css
	http://www.webspectacular.net/styles/intranet/moduleCss/news.css
*/

.newsHeader {
	
}

.newsHeaderTitle {
	color: #ff5a48;
	font-size: 18px;
	font-weight: bold;
}

.newsHeaderDescription {
	font-size: 12px;
}

.newsTitle {
	color: #fff;
	font-size: 14px;
	cursor: hand;
	cursor: pointer;
	font-weight: bold;
	color: black;
	background-color: transparent;
}

.newsTitle:hover {
	background-color: #58748e;
}

.newsTitleComments {
	display: inline;
	font-size: 14px;
	color: #585858;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}

.newsDate {
	color: #f4f4f4;
	width: 100%;
	padding-left: 10px;
}

.newsDescriptionPreview {
	margin-bottom: 2px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	background-color: rgba(234,163,50,0.31);
}

.newsDetailItem {
	margin-bottom: 20px;
	border-bottom: 1px dotted #6a6a6a;
	padding-bottom: 5px;
}

.newsDetailTitle {
	color: #ff5a48;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.newsDetailDate {
	color: #fff;
	width: 100%;
	padding-left: 11px;
	font-size: 11px;
}

.newsDetailDescription {
	margin-bottom: 2px;
	font-size: 14px;
	text-align: justify;
	border: 1px dotted #6c6c6c;
	background-color: #f4f4f4;
	padding: 9px 12px 20px;
	min-height: 200px;
	color: black;
}

.newsCommentSeparator {
	width: 100%;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top-style: dotted;
	border-top-width: 1px;
}

.newsSeparator {
	width: 100%;
	height: 1px;
	
	margin-bottom: 20px;
	border-top-style: dotted;
	border-top-width: 1px;
}

.newsNavigator {
	width: 100%;
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
}
.newsNavigatorButton {
	display: inline;
	margin-left: 10px;
	margin-right: 5px;
	color: #d4d4d4;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
}

.newsNavigatorButton:hover {
	color: #989898;
}

.newsNavigatorInfo {
	color: #c4c4c4;
	font-weight: bold;
	display: inline;
}

.newsCommentTitle {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #ff1312;
}

.newsCommentItem {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 12px;
}

.newsCommentAuthorContainer {
	margin-bottom: 4px;
	font-size: 12px;
}

.newsCommentAuthor {
	font-size: 12px;
}

.newsCommentWeb {
	color: #f4f4f4;
	font-size: 12px;
}

.newsCommentTextContainer{
	width: 100%;
	min-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-style: solid;
	border-width: 1px;
	color: #000;
	background-color: #f4f4f4;
	font-size: 12px;
}

#commentForm {
	margin-bottom: 20px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}


