/*********************************************

  CSS styles (screen) for News module
  
  (c) 2005 RSZdesign
  File created and modified by RSZdesign

 ********************************************/


#mod-news {
	margin: 10px 0 0 0;
}

#mod-news-errors {
	padding: 4px 0 4px 10px;
	margin-bottom: 10px;
	font-size: 90%;
	background-color: #0B1927;
	color: #FFFFFF;
}

.mod-news-pagecontrols {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}


/* Newsbulletin item */

.mod-news-item {
	margin-bottom: 2.5em;
}

.mod-news-item dl {
	margin: 0;
}

.mod-news-item dt.mod-news-subject {
	display: none!important;
	margin: 0 0 0.5em 0;
	padding: 0 0 0 5px;
	font-size: 125%;
	font-weight: bold;
	background-color: transparent;
	color: #FFFFFF;
}

.mod-news-item-stats {
	display: none!important;
	margin: 0;
	padding: 1px 5px;
	font-size: 90%;
	text-align: right;
	background-color: transparent;
	color: #444011;
	border-bottom: solid 1px #B9AA37;
}

.mod-news-item .mod-news-content {
	margin: 0;
	/*
	padding: 0.5em 0;
	background-color: #9A9A3F;
	color: #EFEFEF;
	*/
}
#mod-news .mod-news-item .mod-news-content p {
	margin: 0 0 1em 0;
}

.mod-news-altcolor {
	background-color: transparent;
	color: #CCCCCC;
}
.mod-news-altcolor2 {
	background-color: transparent;
	color: #FFFFFF;
}

.tinytext {
	font-size: 80%;
}
.warning, .errortext {
	font-weight: bold;
	background-color: transparent;
	color: #FF0000;
}

.mod-news-currentpage {
	text-decoration: underline;
}

#mod-news-footer {
	margin: 0;
	padding: 0;
	padding-right: 4px;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	background-color: #EDEBF2;
	color: #333333;
}


#mod-news p {
	margin: 0 0 5px 0;
}
#mod-news label {
	font-weight: bold;
}
#mod-news input.text, #mod-news textarea {
	width: 100%;
}


/*** CMS styles ***/

#mod-news-deleteform {
	margin: 10px auto;
	padding: 15px;
	text-align: left;
	background-color: #EDEBF2;
	color: #333333;
}
#mod-news-deleteform h3 {
	margin-bottom: 20px;
	background: transparent url("../images/arrow_form.jpg") no-repeat left center;
	color: #333333;
}
#mod-news-deleteform .buttons {
	text-align: center;
}

.mod-news-admintools {
	margin: 0;
	font-size: 90%;
	text-align: right;
}


/* CMS controls block */

#mod-news-cmscontrols {
	
}

#mod-news-cmscontrols {
	margin: 0 0 20px 0;
	padding: 3px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: right;
	vertical-align: middle;
	background-color: #604C19;
	color: #FFEBDD;
}

/*
#mod-news-cmscontrols a:link, #mod-news-cmscontrols a:visited, #mod-news-cmscontrols a:active {
	background-color: transparent;
	color: #FFB717;
}
#mod-news-cmscontrols a:hover {
	background-color: transparent;
	color: #2D6DA8;
}
*/