
/* [STC] let's do a CSS reset */
* {
	text-indent:0px;
	margin:0px;
	padding:0px;
	border:0px;
}

/* ************************ */
/* Stili di default per tag */
/* ************************ */

body, th, td, input, textarea {
	font: 10pt Verdana, sans-serif;
	letter-spacing: -1px;
	word-spacing: 2px;
}

body {
	text-align: center; /* questo serve a IE, che non capisce margin: auto e applica (incorrettamente!) text-align*/
}

select {
	background: white none repeat scroll 0 0;
	border-style:none none dotted;
	border-width:medium medium 1px;
	padding: 2px;

}

select:hover {
	border-bottom:1px solid #616A76;
}

input, textarea, .dButton {
	background-color: #cfdfed;
	border: 1px solid #a5b8c2;
	padding: 3px;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-icab-border-radius: 0.6em;
	-khtml-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
}

input[type=submit],input[type=button],input[type=reset] {
	padding: 0px 15px 2px 15px;
	font-weight: bold;
	font-size: 11pt;
	cursor: pointer;
}

input:hover, textarea:hover, select:hover, .dButton:hover {
	background-color: #e0e8ef;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

/* ******************************** */
/* Stili per i container principali */
/* ******************************** */

/* ========= */
/*  M A I N  */
/* ========= */

#main {
	margin: auto;
	background-color: #fafafa;
	width: 1000px;
	border: 0px;
	padding-bottom: 20px;
}

/* ========= */
/*  T A B S  */
/* ========= */

.tabs,.tabs_small,.tabs_smallest {
	text-align: left;
	font-size: 10pt;
	font-family: Verdana;
	letter-spacing: 0pt;
	width: 800px;
}

.tabs a,.tabs_small a,.tabs_smallest a {
	padding: 5px 30px 0px 30px;
	-moz-border-radius-topleft: 0.6em;
	border-radius-topleft: 0.6em;
	-o-border-radius-topleft: 0.6em;
	-icab-border-radius-topleft: 0.6em;
	-khtml-border-radius-topleft: 0.6em;
	-moz-border-radius-topright: 0.6em;
	border-radius-topright: 0.6em;
	-o-border-radius-topright: 0.6em;
	-icab-border-radius-topright: 0.6em;
	-khtml-border-radius-topright: 0.6em;
	-webkit-border-top-left-radius: 0.6em;
	-webkit-border-top-right-radius: 0.6em;	
	background: url(/imgs/backgrounds/tabBG.png);
	color: black;
	text-decoration: none;
	border: 1px solid #aaa;
	position: relative;
	z-index: 20;
}

.tabs_small { font-size: 8pt; }
.tabs_small a { padding: 5px 6px 0px 6px; }

.tabs_smallest { font-size: 7pt; }
.tabs_smallest a { padding: 2px 5px 0px;}

.tabs a:hover, .tabs_small a:hover, .tabs_smallest a:hover {
	background: #f0f6f9;
}

.tabs a.tabActive, .tabs_small a.tabActive, .tabs_smallest a.tabActive {
	font-weight: bold;
	background: #f0f6f9;
	border-bottom: 1px solid #f0f6f9;
}


/* ================ */
/*  Main Container  */
/* ================ */

#container {
	border: 1px #aaa solid;
	margin: 0px 10px 0px 10px;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-icab-border-radius: 0.6em;
	-khtml-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	min-height: 300px;
	background-color: #f0f6f9;
	padding: 10px 5px 10px 5px;
	z-index: -1;
}

#container_sponsor {
	border: 1px #aaa solid;
	margin: 0px 10px 10px 10px;
	padding: 10px 0px 10px 0px;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-icab-border-radius: 0.6em;
	-khtml-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	width: 76%;
	float:left;
	min-height: 300px;
	background-color: #f0f6f9;
	position: relative;
}

/* ========== */
/*  Menu      */
/* ========== */

div.contenitore_menu {
	text-align: right;
	padding-right: 12px;
	margin-top: -70px;
}

/* ========== */
/*  Toolbar   */
/* ========== */
table.tabtoolbar {
	margin-top: 14px;
	width: 97%;
}
#toolbar_segnala {
	float: right;
	font-style: italic;
	text-align: right; color: #777; 
	font: 8pt Verdana, sans-serif;
	width: 200px; 
	margin: -10px 15px 0px 0px;
}

#toolbar_segnala a {
	text-decoration: none;
	color: #777;
	font-weight: normal;
}


img.toolbar_avatar {
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-icab-border-radius: 0.6em;
	-khtml-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	width: 40px;
	height: 40px;
	border:1px solid #0071BC;
	width: 40px;
	height: 40px;
	display:inline;
}

div.toolbar_icon
{
	display: inline;	
	background-color: #ffffff;
	-moz-border-radius: 0.6em;
	border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-icab-border-radius: 0.6em;
	-khtml-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;	
	border: 1px solid #aaa;
	padding: 5px 8px 5px 8px;
	margin: 1px;
	position: relative;
	text-align: center;
}

div.toolbar_icon img { vertical-align: middle; }

div.logo_small {	
	width: 31px;
	height: 31px;
	background-color: #c1272d;
	padding: 3px 2px 2px 3px;
	margin: 3px 0px 0px 2px;
}



/* ========== */
/*  Altri     */
/* ========== */

#footer {
	border-top:1px solid #DDDDDD;
	margin: -10px auto;
	position:relative;
	width:96%;
	font-size: 11px;

}

#footer #footer_copyright {
	color:#777777;
	margin:0;
	padding:5px 8px 6px 0;
	text-align:left;
	width: 160px;
	font-size: 11px;
}

#footer #footer_links {
	color:#777;
	padding:5px 0 6px;
	text-align:right;
	font-size: 11px;
}

#footer a{
	color:#FFA422;
}

#footer a:hover {
	text-decoration: underline;
}

/* =================== */
/*  Commons Css Styles */
/* =================== */


div.help
{
	padding: 15px;
}

div.helpicon
{
	float: left;
	width: 14%;
}

div.helptext
{
	float: right;
	width: 84%;
}

img.modstar
{
	position: relative;
	margin-left: -15px;
	width: 16px;
	height: 16px;
}

.gradient-liste p
{
	padding: 5px; 
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	color: #669;
	border-top: 1px solid #ccc;
	background: #e8edff url('/imgs/tables/gradblue/gradback.png') repeat-x;
}

/* ================ */
/*	STILE FIELDSET	*/
/* ================ */

fieldset { border-style: solid; border-width: 2px;
-moz-border-radius: 0.5em;border-radius: 0.5em;-o-border-radius: 0.5em;-icab-border-radius: 0.5em;-khtml-border-radius: 0.5em;-webkit-border-radius: 0.5em; }

fieldset.greenFset { border-color: #8fbf8f; background-color: #afa; }
fieldset.blueFset { border-color: #43719a; background-color: #cfdfed; }
fieldset.redFset { border-color: #FF7070; background-color: #EF9a88; }
fieldset.greyFset { border-color: #ddd; background-color: #eee; }
fieldset.greenFset_noBG { border-color: #8fbf8f;}
fieldset.blueFset_noBG { border-color: #43719a;}
fieldset.darkblueFset_noBG {border-color: #004688;}
fieldset.orangeFset_noBG {border-color: #FF8A00;}

/* ================================= */
/* INPUT CHE APPAIONO ON MOUSE HOVER */
/* ================================= */
input.shadow{
	border:0;
	background: transparent;
}
input.shadow:hover{
	text-decoration: underline;
	background: url(/imgs/icons/edit.png) no-repeat 0 0 transparent;
	background-position: right;
}
input.shadow:focus{
	border: 1px black solid;
	text-decoration: none;
	background: white;
}
