﻿html, body
{
	height : 100%;
	width : 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

html, body, form, h1, h2, p
{
	padding : 0;
	margin : 0;
}

img { border : 0; }

body>.container
{
	min-height : 100%;
	height : 100%;
}

.container
{
	height : 100%;
	width : 100%;
	position : relative;
}

.relative { position : relative; }

.alignCenter { text-align : center; }

.alignRight { text-align : right; }

.clearBoth { clear : both; }

.SpazioCentrale h2 
{
	margin : 10px 0 10px 0;
	font-size : 18px;
}

.SpazioCentrale ul { list-style-image : url(/images-webSitePark/main-IcoList.gif); }

.SpazioCentrale ul.second 
{
	list-style-image : none;
	list-style-type : none;
}

.SpazioCentrale
{
	width : 100%;
	margin : 1px;
	padding : 7px;
	background : url(/images-webSitePark/contentbg-Main.gif) repeat-x bottom;
	vertical-align : top;
	font-size : 12px;
}

.tableFormWebSite 
{
	width : 50%;
	margin : 20px auto;
	text-align : left;
}

.tableFormWebSite td { width : 50%; }

.similTextArea
{
	overflow : auto;
	width : 100%;
	height : 150px;
	margin : 10px 0 0 0;
	padding : 5px;
	border : 1px solid #D0D0D0;
	font-size : 12px;
	text-align : justify;
}

.buttonSend
{
	cursor : pointer;
	padding : 5px;
	border : 1px solid #025bab;
	background-color : #4f91cd;
	color : #FFFFFF;
	font-weight : bold;
}

.websiteTitle 
{
	background : url(/images-webSitePark/top-WebsiteBackground.jpg) repeat-x top left;
	text-align : center;
}

.websiteSubTitle
{
	position : absolute;
	right : 130px;
	bottom : -10px;
	color : #ef319f;
}

.bannerWebsite
{
	position : relative;
	width : 723px;
	margin : 0 auto;
}

.contentFlag
{
	padding : 0 5px 0 0;
	text-align : right;
}

.websitesParkBoxRight
{
	width : 265px;
	padding : 5px;
	margin-bottom : 10px;
	background-color : #d6e8ff;
	-moz-border-radius : 6px;
}

.boxServerDedicated
{
	position : relative;
	height : 187px;
	background-image : url(/images-webSitePark/right-BackgroundSD.png);
	background-repeat :  no-repeat;
	background-position : left center;
}

.boxServerDedicated img.infoSD
{
	position : relative;
	top : 70px;
	left : 0;
	z-index : 2;
}

.boxServerDedicated .boxRightTextSD
{
	position : relative;
	top : 30px;
	left : 0;
	margin-left : 85px;
	font-weight : bold;
}

/* TOP */

.top
{
	background-image : url(/images-webSitePark/top-Bg.gif);
	background-repeat : repeat-x;
	background-position : top;
	width : 100%;
}

.logo
{
	background : url(/images-webSitePark/top-Logo.jpg) no-repeat left top;
	height : 96px;
}

.logo a
{
	display : block;
	float : right;
	width : auto;
	height : 96px;
}

.navigation
{
	width : 100%;
	height : 35px;
	background : url(/images-webSitePark/top-NavBg.gif) repeat-x bottom;
}

.navigation td
{
	border-bottom : 1px solid #cdcdcd;
	text-align : center;
}

.navigation td.separatorTD { width : 1px; }

.navigation td.separatorTD img { margin-bottom : -3px; }

.navigation td.firstTD { width : 25%; }

.navigation td.lastTD
{
	text-align : left;
	width : 25%;
}

.navigation td:hover
{
	background-color: #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}

.navigation td.firstTD:hover,
.navigation td.lastTD:hover
{
	background-color: transparent;
	border-bottom : 1px solid #cdcdcd;
}

.navigation a
{
	display : block;
	font-family : "Trebuchet MS", Arial, Sans-Serif;
	font-size : 16px;
	font-weight : normal;
	color : #6d6d6d;
	text-decoration : none;
	white-space : nowrap;
	cursor : pointer;
	line-height : 34px;
}

.navigation a:hover { font-weight: bold; }

.navigation a.wefarm { color : #ed7b00; }

.navigation td.lastTD a img { margin : 8px 10px 0 0; }

/* FINE TOP */

/* MENU SX */

.leftMenu
{
	padding : 0 5px 0 5px;
	border-right : 1px solid #dddddd;
	background : #f4f3f4 url(/images-webSitePark/leftMenu-Bg.gif) repeat-x top;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align : top;
}

.leftMenuBox
{
	width : 164px;
	margin : 0 auto;
	padding-top : 4px;
}

.leftMenuBox ul,
.leftMenuBox ul li,
.leftMenuBox ul li ul
{
	padding : 0;
	margin : 0;
	list-style-type : none;
}

.leftMenuBox ul li
{
	border-left : 1px solid #a6a6a6;
	border-right : 1px solid #a6a6a6;
	border-bottom : 1px solid #e8e8e8;
	background-color : #FFFFFF;
	position : relative;
}

.leftMenuBox ul li .icoArrow
{
	float : right;
	margin : 8px 5px 0 0;
}

.leftMenuBox ul li.leftMenuHeader
{
	height : 28px;
	padding-left : 10px;
	background : url(/images-webSitePark/leftMenuBox-BgHeader.gif) no-repeat top left;
	line-height : 28px;
	font-size : 16px;
	font-weight : bold;
	color : #eda510;
}

.leftMenuBox ul li.leftMenuFooter
{
	height : 26px;
	background : url(/images-webSitePark/leftMenuBox-BgFooter.gif) no-repeat bottom left;
}

.leftMenuBox ul li.leftMenuHeader,
.leftMenuBox ul li.leftMenuFooter
{
	border-left : none;
	border-right : none;
	border-bottom : none;
}

.leftMenuBox ul li a,
.leftMenuBox ul li.leftMenuFooter a
{
	display : block;
	cursor : pointer;
	height : 25px;
	padding-left : 5px;
	font-size : 11px;
	line-height : 25px;
	font-weight : normal;
	text-decoration : none;
}

.leftMenuBox ul li a,
.leftMenuBox ul li.leftMenuFooter a { color : #444444; }

.leftMenuBox ul li a:hover
{
	background-color : #f8f8f8;
	color : #eda510;
}

.leftMenuBox ul li.leftMenuFooter a:hover { background : url(/images-webSitePark/leftMenuBox-BgFooterAlt.gif) no-repeat bottom left; }

.leftMenuShadow
{
	height : 10px;
	background : url(/images-webSitePark/leftMenuBox-Shadow.png) no-repeat top center;
}

.leftMenuBox ul li ul
{
	position : absolute;
	top : -1px;
	left : 164px;
	width : 200px;
	border-right : 1px solid #a6a6a6;
	border-bottom : 1px solid #a6a6a6;
	border-top : 1px solid #a6a6a6;
	background-color : #FFFFFF;
	filter : alpha(opacity=90);
	opacity : 0.9;
	z-index : 100;
}

fieldset
{
	position : relative;
	margin-top : 1em;
    padding-top : .75em;
	-moz-border-radius : 5px;
	background-color : #f0efef;
}

legend
{
	position :absolute;
    top : -.5em;
    left : .5em;
	color : #a6a6a6;
	font-size : 12px;
}

fieldset table { font-size : 11px; }

.loginCorpo
{
	font : normal 10px/10px Verdana;
	color : #000000;
}

.casella
{
	border : 1px solid #000000;
	background-color : #FFFFFF;
	font-family : Verdana Arial;
	font-size : 10px;
	color : #000000;
}

/* FINE MENU SX */

/* BOTTOM */

.tableBottom { width : 100%; }

.bottomCell01
{
	width : 177px;
	*/width : 174px;
	padding-bottom : 15px;
	border-right : 1px solid #dddddd;
	background-color : #f2f1f3;
	text-align : center;
	vertical-align : bottom;
}

.bottomCell02
{
	padding-bottom : 15px;
	padding-right : 15px;
	vertical-align : bottom;
	background-color : #f2f1f3;
}

.bottomCell02 div
{
	color : #777777;
	font-size : 11px;
	padding : 5px 10px 0 10px;
	text-align : center;
}

.bottomCell02 p
{
	padding : 0 0 0 10px;
	margin : 10px 0 0 0;
	text-align : center;
}

.bottomCell02 p a
{
	font-weight : bold;
	font-size : 12px;
	color : #777777;
	text-decoration : none;
}

.bottomCell02 p a.webfarm
{
	font-weight : bold;
	font-size : 12px;
	color : #eda510;
	text-decoration : none;
}

.bottomCell03 
{
	width : 1px;
	background-color : #f2f1f3;
}

/* FINE BOTTOM */

.errorField
{
	border : dotted 2px red;
	background-color : Yellow;
}

.errorText
{
	font-weight : bold;
	color : Red;
	display : none;
}
