/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	background: #39698F url(images/bghome.jpg) no-repeat fixed center top;
}
.pagemasterhome {
	width: 100%;
	height: 60%;
	margin-top: 80px;
}
.skinmaster {

	height: 100%;
	background-color: white;
	BORDER-RIGHT: #39698F 1px solid;
	BORDER-TOP: #39698F 1px solid;
	BORDER-LEFT: #39698F 1px solid;
	BORDER-BOTTOM: #39698F 1px solid;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}
.skinmasterhome {

	height: 100%;
	background-color: white;
	}
.skinheader {
}
.skingradient {
	/*BACKGROUND-IMAGE: url(gradient_DkBlue.jpg); HEIGHT:30px;*/
	background-color: #39698f;
	color: white;
}
.SkinObject {
	color: white;
}
span.SkinObject {
	color: #39698F;
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentleftpane 
{
	width: 50%;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentrightpane 
{
	width: 50%;
	background-color: Transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
/* RTE Aggiunto Additional class*/


.MainMenu_RootMenuItem TD
{
    color: white;
	 height: 25px;
}
.MainMenu_RootMenuItemActive TD
{
	 color: black;
	 height: 25px;
}

.MainMenu_RootMenuItemSelected TD
{
	color: #ffd700;
	height: 25px;
}
/* RTE FINE */
.MainMenu_MenuItem {
	border-left: 0px solid #ffd700;
	border-bottom: 1px solid #ffd700;
	border-top: 1px solid #ffd700;
	border-right: 0px solid #ffd700;
	cursor: pointer;
	cursor: hand;
	color: #008341;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #ffd700;
	border-left: 1px solid #ffd700;
	border-bottom: 1px solid #ffd700;
	border-top: 1px solid #ffd700;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #ffd700;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #ffd700;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #ffd700 1px solid; 
	border-bottom: #ffd700 1px solid; 
	border-top: #ffd700 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
	background: #386890 none;
	color: #FFFFFF;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
	margin:0px;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #008341;
}
.SubHead {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #008341;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
}

.BottomMenu
{
	font-weight: bold;
	font-size: 8.5pt;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.BottomMenu:link
{
	text-decoration: none;
	color: White;
}

A.BottomMenu:visited
{
	text-decoration: none;
	color: White;
}

A.BottomMenu:hover
{
	text-decoration: none;
	color: White;
}

A.BottomMenu:active
{
	text-decoration: none;
	color: White;
}
.SearchSite
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #39698F;
	font-family: Tahoma, Arial, Helvetica;	
}
.footer {
	color: #386890;
	font-weight: bold;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.footer:link
{
	text-decoration: none;
	color: #386890;
}

A.footer:visited
{
	text-decoration: none;
	color: #386890;
}

A.footer:hover
{
	text-decoration: none;
	color: #386890;
}

A.footer:active
{
	text-decoration: none;
	color: #386890;
}

/* Class for Module Report 
	News template
*/
.BoxNews {

	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.LinkNews {
	font-weight: bold;
	font-size: 8.5pt;
	font-family: Tahoma, Arial, Helvetica;
	color: #079251;
	text-decoration: none;
}
.BoxOfferte {
	background-color: #fbf3c5;
	BORDER-RIGHT: #ffd700 1px solid;
	BORDER-TOP: #ffd700 1px solid;
	BORDER-LEFT: #ffd700 1px solid;
	BORDER-BOTTOM: 1px solid #ffd700;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
}

.images {
	padding: 10px;
	margin-left: 15px;
	margin-right: 15px;
}
.imagesdx {
	padding-left: 20px;
	margin-left: 15px;
	margin-right: 15px;
	border-left: 1px solid black;
}
.imagessx {
	padding-right: 20px;
	margin-left: 15px;
	margin-right: 15px;
	border-right: 1px solid black;
}

/* GENERIC */
BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #008341;
}

H2
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #008341;
}

H3
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

H4
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

H5, DT
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

H6
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

TFOOT, THEAD
{
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

P, TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
.split
{
    float: left;
    width: 100%;
}
.boxsplit
{
	border: none;
	border-bottom: 1px solid #386890;
	
	float: left;
	width: 45%;
	width: 49%;
	width: 45%;
	padding: 0 2%;
	margin: 0 2%;
	overflow: auto;
	text-align: left;
}
.clearsplit
{
	clear: both;
}