/* @override http://localhost/~fernando/webspectacular/php/plasticbriqFramework/interfaceFiles/moduleCss/module.css */

/* news */
.newsHeader {
	
}

.newsHeaderTitle {
	font-size: 18px;
}

.newsHeaderDescription {

}

.newsTitle {
	font-size: 18px;
	color: gray;
	cursor: pointer;
	cursor: hand;
}

.newsTitle:hover {
	color: silver;
}

.newsTitleComments {
	color: black;
	font-size: 14px;
	display: inline;
}

.newsDate {
	font-size: 10px;
}

.newsDescriptionPreview {
	font-size: 14px;
}

.newsDetailItem {
	
}

.newsDetailTitle {
	font-size: 18px;
	font-weight: bold;
}

.newsDetailDate {
	font-size: 11px;
}

.newsDetailDescription {
	font-size: 14px;
}

.newsCommentSeparator {
	height: 20px;
}

.newsSeparator {
	display: block;
	width: 100%;
	height: 20px;
}

.newsNavigator {
	
}

.newsNavigatorButton {
	width: 200px;
}

.newsNavigatorButton:hover {
	color: gray;
}

.newsNavigatorIcon {

}

.newsNavigatorText {
	display: inline;
	font-size: 14px;
	cursor: pointer;
	cursor: hand;
}

.newsNavigatorInfo {

}

.newsCommentTitle {
	font-size: 16px;
	font-weight: bold;
}

.newsCommentItem {
	font-size: 14px;

}

.newsCommentAuthorContainer {

}

.newsCommentAuthor {
}

.newsCommentWeb {

}

.newsItemCommentLinkContainer {
	width: 200px;
	cursor: pointer;
	cursor: hand;
}

.newsItemCommentLinkContainer:hover {
	color:  gray;;
}

.newsItemCommentText {
	display: inline;
	margin-left: 10px;
}

.newsItemCommentLinkIcon {

}

.newsCommentTextContainer{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px #000 solid;
}

.newsItemStatistics {
	display: block;
	width: 100%;
	height: 40px;	
}

.newsItemVisits {
	float: left;
}

.newsItemVoteForm {
	float: right;
	width: 250px;
}

.newsItemVoteButton {
	float: right;
	margin-top: -4px;
}

#commentForm {

}

.newsTickerItemSeparator {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}


/* web */
.webLinkContainer {
	width: 100%;
	text-align: center;
}

.webLinkIconContainer {
	display: inline;
	cursor: hand;
	cursor: pointer;
	max-width: 70%;
}

.webLinkImageTextSeparator {
	
}

.webLinkTextContainer {
	display: inline;
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	color: #788fa4;
}

.webLinkTextContainer:hover {
	color: #8aa5bf;
}

/* Estilo para los menús de página con el sufijo CSS por defecto */
.menuItemContent_pageMenu {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

.menuItemContent_pageMenu:hover {
	color: gray;
}

.menuItemContentSelected_pageMenu {
	cursor: default;
	color: gray;
}

/* maps */
.link {
	cursor: pointer;
	cursor: hand;
	padding: 3px;
	padding-top: 0px;
}

.hoverHighlight:hover {
	background-color: #fbfde4;
}

.showsPopUp {
		
}

/* dynamicform */
.dynamicFormField {
	width: 100%;
	display: block;
	margin-bottom: 8px;
}

.dynamicFormLabel {
	float: left;
	width: 140px;
	text-align: right;
	line-height: 19px;
}

.dynamicFormInput {
	display: inline;
}

.dynamicFormSubmitButtonContainer {
	padding-left: 140px;	
}