/*--------------------------------------------------------------
# News Portal 1.0 - April 2006
# Copyright (C) 2006 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
---------------------------------------------------------------*/

/*modules ----------------------------*/

div.moduletable h3, 
div.moduletable-clear h3, 
div.moduletable-slider h3, 
div.moduletable-black h3, 
div.moduletable-news1 h3, 
div.moduletable-news2 h3, 
div.moduletable-ultimi h3, 
div.moduletable-grey h3 {
	font: normal 14px Tahoma;
        font-weight: bold;
        padding-left: 5px;
	text-transform: uppercase;
}
div.moduletable-advertisement h3 {
	font: normal 10px Tahoma;
	text-transform: lowercase;
	color: #c7c7c5;
}
.moduletable, 
.moduletable-black, 
.moduletable-news1, 
.moduletable-news2, 
.moduletable-ultimi {
	padding: 5px;
	margin: 0;
	margin-bottom: 20px;
	border-top: 2px solid #690000;
	background: url('../images/np_mod_nl_bg.png') repeat-x 0 top;
	font: normal 12px Tahoma;
}
.moduletable-clear, .moduletable-slider {
	padding: 0px;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	background: none;
	font: normal 12px Tahoma;
}
.moduletable-advertisement {
	border-top: 1px solid #c7c7c5;
	padding: 5px 0 0 0;
	margin: 0;
	margin-bottom: 10px;
	font: normal 12px Tahoma;
}
.moduletable-grey {
        background-color: #e7e7e7;
	border: 1px solid #c7c7c5;
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
	font: normal 12px Tahoma;
}
.moduletable-black, 
.moduletable-news2, 
.moduletable-ultimi {
	background: url('../images/np_np_mod_nl_bg_black.png') repeat-x 0 top;
	border-top: 2px solid #000;
	font: normal 12px Tahoma;
}
.moduletable h3, 
.moduletable-clear h3, 
.moduletable-advertisement h3, 
.moduletable-slider h3, 
.moduletable-black h3, 
.moduletable-news1 h3, 
.moduletable-news2 h3, 
.moduletable-ultimi h3,
.moduletable-grey h3 {
	margin: 4px 0 0 0;
	padding: 0px 5px 5px 0px;
	line-height: 100%;
}

/*bullets module------------------*/

.moduletable-ultimi h3 {
	background: url('../images/bullet/np_mod.png') no-repeat 0 top;
	color: #ffffff;
}
.moduletable-news1 h3 {
	padding: 0px 5px 25px 0px;
	background: url('../images/bullet/np_mod_news1.png') no-repeat 0 top;
}
.moduletable-news2 h3 {
	padding: 0px 5px 25px 0px;
	background: url('../images/bullet/np_mod_news2.png') no-repeat 0 top;
	color: #a30101;
}

