*
{
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}

.image_with_border
{
	/*border:solid 1px #2d9fff;*/
	border: solid 1px #eee;
	padding:3px;
	margin:2px;
}
hr
{
	clear: both;
	visibility: hidden;
}


ul{
	list-style:none;
}
h2{
	font-size:18px;
	font-weight: normal;
	text-shadow:2px 2px 2px #0a2754;
}
h3{
	font-size:14px;
	font-weight: normal;
	text-shadow:2px 2px 2px #0a2754;
}

#full_content{
	float:left;
	background-color:#fff;
}
body {
	font-family: lucida sans unicode,lucida grande,sans-serif;
	font-size: 13px;
	color: #555;
	/*background:#efefef url(../images/bg_sfumato.png) repeat-y top center;*/
	background:#fff url(../images/pat_white.png) top center repeat-y;
	
	/*text-shadow:2px 2px 2px #000;*/
}

.titoletto{
	background:url(../images/bg_title.gif) left center no-repeat;
	
}

.only_radius
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button_link{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#eee url(../images/sub_blue_accept-32.png) 5px center no-repeat;
	border:solid 1px #ccc;
	padding:3px 6px 3px 30px;
	text-shadow:1px 2px 3px #fff;
}

.button_link a:hover{
	color:#959595
}

.redbutton_link, .redbutton_link:active, .redbutton_link:link, .redbutton_link:visited{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #940a0a;
	padding:6px 6px 6px 18px;
	color:#fff;
	text-decoration:none;
	background:#bb0000 url(../images/white_arrow.png) 3px center no-repeat;
	text-shadow:0px 3px 4px #470c0c;
}

.redbutton_link:hover{

	background:#a40000 url(../images/white_arrow.png) 3px center no-repeat;
	color:#fff;
}

#flashcontent{
	margin-top:2px;
	width:1000px;
	height:155px;
	border:solid 0px #ff0000;
	background: url(../images/logo.png) no-repeat;
}


.testo_select{
	color:#999;
	font-size:11px;
	border:solid 1px #ddd;
}

.testi{
	color:#999;
	font-size:11px;
}

.inputbox{
	border:solid 1px #ddd;
	font-size:11px;
	color:#888;
	padding:2px;
}



#flags
{
	margin-left:auto;
	margin-right:auto;
	position: relative;
	
	height:20px;
	width:995px;
	
	padding-right:5px;
	
	
}

#flags a 
{
	background-image:none;
	padding:1px;
	border:solid 0px #ff0000;
	float:right;
	
}

#flags a:hover
{
	border:dotted 1px #fff;
	padding:0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pulsante2{
	background:url(../images/sf_red.png);
	background-position:0px 0px;
	text-shadow:2px 2px 2px #000;
	padding-left:6px;
	padding-right:6px;
	padding-top:2px;
	padding-bottom:2px;
	border:solid 1px #790000;
	font-size:11px;
	color:#eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pulsante2:hover, .pulsante2:focus, .pulsante2:active  {
	border:solid 1px #510000;
	background:url(../images/sf_red.png);
	background-position:0px -10px;
	cursor: pointer;
	color:#fff;
}

.pulsante, .pulsante:visited{
	
	float:left;
	background:url(../images/image_master.png);
	background-position:0px -163px;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	border:solid 1px #117537;
	font-size:11px;
	color:#eee;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.pulsante:hover, .pulsante:focus, .pulsante:active  {
	border:solid 1px #0099aa;
	background:url(../images/image_master.png);
	background-position:0px -118px;
	cursor: pointer;
	color:#fff;
}

.live_button, .live_button:visited, .live_button:link, .live_button:active{
	
	padding-left:12px;
	padding-right:12px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:11px;
	color:#1F3977;
	text-decoration:none;
	border:solid 1px transparent;
}
.live_button:hover{
	
	border:solid 1px #9bdeff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#menu_style{
	width:1000px;
	height:25px;
	margin-bottom:5px;
	float:left;
	margin-top:-30px;
	background:transparent;
	/*background-color:#2d9fff;*/
	border:solid 0px #ff0000;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow:2px 2px 2px #003866;
}

#menu_button a, #menu_button a:visited, #menu_button a:active{
	
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	color:#fff;
	/*text-shadow:1px 2px 2px #fff;*/
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#menu_button a:hover, #menu_button a:hover
{
	background:url(../images/button_over.png) repeat-x;

	cursor: pointer;
	text-shadow:2px 2px 2px #006ac1;
	color:#fff;
	
}

#footer
{
	float:left;
	margin-top:7px;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;

	background:#5693f8 url(../images/page_bg.jpg) center ;
	padding:5px;
	margin-bottom:5px;
	color:#fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size:10px;
}

#footer a, #footer a:active, #footer a:link 
{
	color:#fff;
	text-decoration:none;
}

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

#content
{
	border:solid 0px #ff0000;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}


.div_titoli
{
	width:996px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border:solid 0px #2d9fff;
	padding:2px;
	margin-bottom:3px;
	
}

.titoli
{
	font-family: lucida sans unicode,lucida grande,sans-serif;
	font-variant: small-caps;
	font-weight: 100;
	font-size:18px;
	color:#fff;
	text-shadow:1px 1px 1px #000000;
}
/*
	CONTENUTI LATO SINISTRO
*/
#leftContent
{
	float:left;
	
	/*background-color:#fff;*/
	width:1000px;
}

#leftContent_content
{
	width:1000px;
	float:left;overflow:hidden;
}

#leftContent a:link, #leftContent a:visited
{
	color:#111;
	text-decoration: none;
}

#leftContent a:hover
{
	
	color:#2d9fff;
}

/*
	CONTENUTI LATO DESTRO
*/
#rightContent
{
	display:none;
	/*
	float:right;
	margin-top:1px;
	width:0px;
	background-position: 0 25px;
	border:solid 0px #fff000;
	padding:0px;
	overflow:hidden;
	*/
}

#rightContent_content{

	
}

#rightContent a:link
{
	
}

#rightContent a:hover
{
	
}




/*
	CAMPO DI RICERCA
*/
#find_box a{
	font-size:11px;
	color:#ccc;
	line-height:20px;
}

#find_box a:hover{
	color:#ff0000;
	text-decoration:underline;
}

#find_inputbox
{
	height:14px;
	color:#2d9fff;
	font-size:11px;
	float:right;
	margin-top:2px;
	padding:2px;
	padding-right: 18px;
	background:url(../images/find.png) right no-repeat;
	border:solid 1px #2d9fff;
	font-weight:bold;
}

.img_list
{
	float:left;
	border:solid 3px #eee;
	padding:1px;
	margin:3px;
}

.text_list
{
	margin:7px;
	margin-left:90px;
}

.separator
{
	float:left;
	margin-top:4px;
	margin-bottom:4px;
	width:100%;
	border-bottom:dotted 1px #eee;
}

.box_div
{
	padding:5px;
	border:solid 1px #ff9900;
	background:#fff8f1;
}

#flags
{
	float:right;
	position: absolute;
	border:solid 0px #ff0000;
	width:98%;
	text-align:right;
	top:5px;
	right:30px;
	text-shadow:2px 2px 10px #fff;
}

#flags a 
{
	background-image:none;
	padding:1px;
	border:solid 0px #ff0000;
	float:right;
	
}

#flags a:hover
{
	border:solid 1px #4316a2;
	padding:0px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/*
	ADMINISTRATOR CSS
*/

.body_admin
{
	background-image: url(../images/btn_grey_dn.png);
	background-repeat: repeat-x;
	background-position: top;
	color:#333;
	background-color:#eee
}
#login_box{
	
	margin-top:100px;
	margin-left:auto;
	margin-right:auto;
	padding:2px;
	width:280px;
	height:160px;
	border:solid 1px #aaa;
}

#master_page{
	
	margin-top:28px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	overflow:hidden;
	border:solid 1px #aaa;
	padding:2px;
	
}

#content_admin
{
	float:left;
	margin-left:3px;
	width:985px;
	border:solid 1px #aaa;
	padding:4px;
}

.blocco_menu{
	float:left;
	text-align:center;
	margin:3px;
	width:100px;
	height:100px;
	overflow:hidden;
	border:solid 1px #aaa;
	padding:2px;
	background-color:#fff;
}

.blocco_menu:hover
{
	border:solid 1px #555;
}

.blocco_menu a, a:active, a:visited{
	color:#333;
	text-decoration:none;
}
.blocco_menu a:hover{
	text-decoration:underline;
	color:#4671d5;
}
.mod_settings_setting_text
{
	font-family: lucida sans unicode,lucida grande,sans-serif;
	font-size:11px;
	padding:1px;
	border:solid 1px #ddd;
	width:300px;
	color:#777;
}

/*
	STILI PERSONALI
*/
.rounded_div{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:solid 1px #222;
	padding:5px;
}

/*		TOOLTIP			*/
/* tooltip styling */
.tooltip {
	display:none;
	background:url(../tooltip/white.png);
	height:80px;
	padding:20px 20px 10px 20px;
	width:169px;
	font-size:13px;
	color:#333;
	text-align:center;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	/*color:#ad4;*/
	color:#2d9fff;
	font-weight:bold;
}