/****** Style Css - Skin - Fantaccup.org	******/
body {
	background-color: #eeeeef;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*********** a - generico ***********/
a {
	text-decoration: none;
	font-weight: bold;
	font-weight: bold;
	color: #00698C;
}

a:hover {
	color: #0066ff;
}

/*********** id Elements ********************/
#container {
	background-color: #ffffff;
}

#header {
	margin: 0px;
	padding: 0px;
	background-color: #BFCFFF;
}

#content {
	clear: left;
	margin: 0px;
	padding: 0px;
}

/*********************** 	Menu 	***************************/
#menu {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	background-color: #BFCFFF;
	text-transform: capitalize;
}

/************************** #NAV1	**************************/
#nav1 {
	clear: left;
	background-color: #BFCFFF;
}

#nav1 ul {
	line-height: normal;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}

#nav1 ul li {
	list-style: none;
	margin: 0;
	display: inline;
	text-align: center;
	padding: 0 20px;
}

#nav1 ul a {
	text-decoration: none;
	color: #666666;
}

#nav1 ul li.activelink a,#nav1 ul a:hover {
	color: #ffffff;
}

#nav1 ul li.activelink,#nav1 ul li:hover {
	background-color: #BFCFFF;
}
/************************** #NAV2	**************************/
#nav2 {
	clear: left;
	margin: 0px;
	padding: 0px;
	background-color: #00698C;
	color: #eeeeef;
}

#nav2 a {
	display: block;
	float: left;
	margin: 0px;
	padding: 5px 12px;
	background-color: #00698C;
	color: #eeeeef;
	border-right: 1px #eeeeef solid;
}

.moreitems {
	display: none;
}

#nav2 a.jqCambiaLegaButton {
	background-color: #0099CC;
}

#nav2 a:hover,#nav2 a.activelink {
	background-color: #eeeeef;
	color: #00698C;
}

/************************** #NAV2	**************************/
#nav ul {
	list-style-position: inside;
	padding: 0;
	margin: 0;
	margin-left: 3em;
}

#nav ul ul {
	margin-left: 2em;
	padding: 0;
}

#nav li {
	margin: 0;
	padding: 0;
}

#nav li .title {
	color: #00698C;
	font-weight: bold;
}

#nav a:hover,#nav a.activelink {
	color: #0066ff;
}

/************************** .footer	**************************/
.footer {
	background-color: #000000;
	text-align: right;
	color: #FFFFFF;
}

.footer_padding {
	padding: 5px 10px;
}

.footer a {
	color: #99ccFF;
}

.logo {
	margin: 10px;
}

.logo img {
	border: 0;
}

#content h1 { /*	text-align: center;*/
	color: #00698C;
}

/******************************* #login *********************************/
div#login {
	border: 1px #00698C solid;
	margin: 10px 0;
	padding: 0;
}

#login .title {
	background-color: #00698C;
	color: #ffffff;
	font-weight: bold;
}

#login .title a {
	color: #ffffff;
	padding-left: 0.5em;
}

#login p {
	margin: 0;
	margin-top: 0.5em;
	padding: 0;
}

#login p a {
	color: #00698C;
}

#login span {
	color: #00698C;
	display: block;
	margin-top: 2px;
}

#login label.str_small {
	clear: left;
	width: 45px;
	float: left;
	font-weight: bold;
}

#header .headerTime{
	padding: 0 20px;
	color: #666666;
	text-align:right;
}

/***************** insert class **************************/
.insert {
	padding: 0;
}

.gallery .insert {
	padding: 0px;
}

.insert input.str_long {
	width: 450px;
}

.insert input.str_middle {
	width: 225px;
}

.insert input.str_small {
	width: 100px;
}

.insert textarea.stringa {
	width: 450px;
	height: 400px;
}

.insert textarea.stringa_breve {
	width: 450px;
	height: 200px;
}

.insert h2 {
	color: #00698C;
}

.insert select option.lega_attiva_no {
	color: #FF0000;
}

/****************** FORM *************************/
form {
	margin: 0;
}

input,select,textarea {
	border: 1px #00698C solid;
	background-color: #BBEEFF;
	font-weight: bold;
}

input.word {
	margin-left: 0.5em;
	width: 10em;
}

input.button {
	background-color: #66BBDD;
	margin-left: 0.1em;
}

.padding {
	padding: 5px;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0 0 5px 0;
}

label {
	clear: left;
	width: 200px;
	float: left;
	font-weight: bold;
}

label.str_small {
	clear: left;
	width: 100px;
	float: left;
	font-weight: bold;
}

/***************************** #header_login *******************************/
#header_login {
	text-align: right;
}

#header_login .padding {
	padding: 10px 20px;
}

#header_login .padding a {
	margin: 0 0 0 10px;
}

.arrows_blue {
	width: 29px;
	height: 11px;
	background-image: url("../img/arrows_blue.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.form_login {
	
}

.form_login_padding {
	
}

.form_login {
	text-align: left;
}

.form_login label {
	font-size: 0.9em;
	clear: left;
	width: 100px;
	float: left;
	font-weight: bold;
}

/*********************** 	table 	*****************************/
table.green_table {
	width: 100%;
	border: 1px #00698C solid;
}

table.green_table th {
	background-color: #00698C;
	color: #ffffff;
	padding: 5px 0;
}

table.green_table th a {
	color: #ffffff;
}

table.green_table td { /*	border: 1px #0066ff solid;*/
	
}

table.green_table tr td {
	border-bottom: 1px solid #BBEEFF;
}

table.green_table tr.line1 {
	background-color: #ffffff;
}

table.green_table tr.line2 {
	background-color: #ffffff;
}

table.green_table tr:hover {
	background-color: #66BBDD;
	color: #ffffff;
}
table.green_table tr.greenln td{
	background-color: #24DAB8;
}
table.green_table tr.redln td{
	background-color: #FFAAAA;	
}

table.green_table_nohover {
	width: 100%;
	border: 1px #00698C solid;
}

table.green_table_nohover th {
	background-color: #00698C;
	color: #ffffff;
	padding: 5px 0;
}

table.green_table_nohover th a {
	color: #ffffff;
}

table.green_table_nohover td { /*	border: 1px #0066ff solid;*/
	
}

table.green_table_nohover tr td {
	border-bottom: 1px solid #BBEEFF;
}

table.green_table_nohover tr.line1 {
	background-color: #ffffff;
}

table.green_table_nohover tr.line2 {
	background-color: #ffffff;
}

table.rose tr:hover {
	background-color: #66BBDD;
	color: #ffffff;
}

.classifiche_gg table.green_table {
	font-size: 0.8em;
	width: 48%;
	float: left;
	margin: 0 1% 5px 0;
}


/*  icone */
.edit {
	background: url(../img/edit.gif) no-repeat center;
}

.del {
	background: url(../img/del.gif) no-repeat center;
}

.view1 {
	background: url(../img/view_on.gif) no-repeat center;
}

.view0 {
	background: url(../img/view_off.gif) no-repeat center;
}

.public1 {
	background: url(../img/public.gif) no-repeat center;
}

.public0 {
	background: url(../img/private.gif) no-repeat center;
}

.ico_b {
	background: url(../img/bold.gif) no-repeat center;
}

.ico_i {
	background: url(../img/italic.gif) no-repeat center;
}

.ico_u {
	background: url(../img/underline.gif) no-repeat center;
}

.ico_ul {
	background: url(../img/bullist.gif) no-repeat center;
}

.ico_ol {
	background: url(../img/numlist.gif) no-repeat center;
}

.ico_img {
	background: url(../img/image.gif) no-repeat center;
}

.ico_link {
	background: url(../img/link.gif) no-repeat center;
}

.ico_mail {
	background: url(../img/mail.gif) no-repeat center;
}

.ico_sx {
	background: url(../img/justifyleft.gif) no-repeat center;
}

.ico_cx {
	background: url(../img/justifycenter.gif) no-repeat center;
}

.ico_dx {
	background: url(../img/justifyright.gif) no-repeat center;
}

.ico_gx {
	background: url(../img/justifyfull.gif) no-repeat center;
}

.ico_send {
	background: url(../img/send.gif) no-repeat center;
}

.ico_sendall {
	background: url(../img/sendall.gif) no-repeat center;
}

.ico_sendnew {
	background: url(../img/sendnew.gif) no-repeat top center;
}

.ico,.edit,.del,.view1,.view0,.public1,.public0,.ico_b,.ico_i,.ico_u,.ico_ul,.ico_ol,.ico_img,.ico_link,.ico_mail,.ico_sx,.ico_cx,.ico_dx,.ico_gx,.ico_send,.ico_sendall
	{
	width: 20px;
	height: 20px;
	border: 0;
	padding: 0;
	margin: 0;
}

.ico_sendnew {
	width: 20px;
	height: 10px;
	border: 0;
	padding: 0;
	margin: 0;
}
/**************************************************************************/
.alert {
	text-align: center;
}

.alert img,.alert h3 {
	margin-left: 10px;
	float: left;
}

/******************************* autocomplete class **********************/
.autocomplete {
	border: 1px #000000 solid;
	background-color: #ffffff;
}

.autocomplete ul,.autocomplete li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.autocomplete     .selected {
	background-color: #888;
}

/********************** IMG **********************/
.articolo img,.art_intro img,.art_short img,.art_tit img {
	float: left;
	margin: 10px;
}

/******************************		NEWS	*************************************/
.articolo {
	margin: 0;
}

.articolo h2 {
	font-size: 18px;
}

.articolo h2,.articolo h3,.articolo p {
	margin: 10px;
}

.art_intro {
	margin: 10px;
	border-bottom: 1px #BFCFFF dotted;
}

.art_short,.art_micro {
	margin: 10px;
	border-bottom: 1px #BFCFFF dotted;
}

.art_short .data,.art_micro .data,.art_intro .data {
	font-size: 0.8em;
	text-align: right;
}

.art_tit {
	margin: 0;
	padding: 5px;
	background-color: #eeeeef;
	border: 1px #BFCFFF solid;
}

.art_tit h3 {
	
}

.box {
	margin: 0 0 5px 0;
	border-color: #BFCFFF;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
}

.box .titolo,.box h2 {
	background-color: #BFCFFF;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
	padding: 3px;
}

.box .box {
	margin: 0;
	padding: 0;
	border: none;
}

.box .box .titolo,.box .box h2 {
	background-color: transparent;
	color: #666666;
	border-bottom: 1px solid #666666;
	font-weight: bold;
	margin: 0 10px;
	padding: 3px;
	font-size: 0.9em;
	text-transform: capitalize;
}

.team_list {
	background-color: #efefef;
}

.team_list a {
	margin-right: 2em;
}

.articolo .titolo {
	background-color: #BFCFFF;
	color: #ffffff;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

.articolo .titolo img {
	float: right;
}

.box img {
	float: right;
	margin: 5px;
}

.box fieldset img {
	float: left;
	margin: 5px;
}

.p {
	background-color: #ffaa99;
	padding: 5px;
	border: 1px #BFCFFF solid;
	margin: 5px;
	list-style: none;
}

.d {
	background-color: #99aaff;
	padding: 5px;
	border: 1px #BFCFFF solid;
	margin: 5px;
	list-style: none;
}

.c {
	background-color: #ff99ff;
	padding: 5px;
	border: 1px #BFCFFF solid;
	margin: 5px;
	list-style: none;
}

.a {
	background-color: #99ff99;
	padding: 5px;
	border: 1px #BFCFFF solid;
	margin: 5px;
	list-style: none;
}

.little {
	float: left;
	width: 33%;
}

/* jqSlideBox */
.jqSlideBox {
	visibility: hidden;
	position: absolute;
	width: 200px;
	top: 0;
	right: 10px;
	z-index: 1000;
	background-color: #fff;
	text-align: left;
}

.jqSlideBox_padding {
	padding: 10px;
}

.jqSlideBoxHead {
	background-color: #00698C;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
}

.jqSlideBoxclose {
	float: right;
	cursor: pointer;
}

.jqSlideBox ul {
	margin: 0 0 0 15px;
}

.jqSlideBox ul li ul {
	margin: 0 0 10px 15px;
}

/* sendTeam */
.sendTeam {
	
}

.sendTeam ol.players {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sendTeam ol.players li {
	list-style: none;
	padding: 0;
	margin: 0 auto 5px auto;
	border-style: solid;
	border-color: #666666;
	border-width: 5px;
	border-radius: 5px;
	background-color: #cccccc;
	position: relative;
	cursor: pointer;
	width: 60%;
}

.sendTeam ol.players li.rolPor {
	background-color: #cccccc;
	color: #333333;
}

.sendTeam ol.players li.rolDif {
	background-color: #92CE92;
	color: #333333;
}

.sendTeam ol.players li.rolCen {
	background-color: #CE9292;
	color: #333333;
}

.sendTeam ol.players li.rolAtt {
	background-color: #7EB0EB;
	color: #333333;
}

.sendTeam ol.players li.selected {
	color: #0541BC;
	border-color: #0541BC;
}

.winMove {
	visibility: hidden;
	position: absolute;
	width: 30px;
	top: -40px;
	left: 85%;
}

input.arrow {
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: 100px;
	background-color: transparent;
	border: none;
}

input.arrow.UpUp {
	background-image: url(../img/send_arrows30.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

input.arrow.Up {
	background-image: url(../img/send_arrows30.png);
	background-position: 0 -30px;
	background-repeat: no-repeat;
}

input.arrow.Down {
	background-image: url(../img/send_arrows30.png);
	background-position: 0 -60px;
	background-repeat: no-repeat;
}

input.arrow.DownDown {
	background-image: url(../img/send_arrows30.png);
	background-position: 0 -90px;
	background-repeat: no-repeat;
}

/* Css Gallery*/
.gallery {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border: 1px #BFCFFF solid;
	clear: left;
}

.gallery h2,.gallery h1 {
	margin: 0 0 10px 0;
	display: block;
	background-color: #BFCFFF;
	color: #ffffff;
}

.gallery ul,.gallery li {
	margin: 0;
	padding: 0;
}

.gallery li {
	list-style: none;
	display: block;
	float: left;
	width: 24%;
	height: 55px;
	text-align: center;
}

/* Autocomplete */
.ui-menu-item {
	text-align: left;
}

fieldset .input_barr {
	background-color: #efefef;
}

.input_barr img {
	display: inline;
	float: none;
	vertical-align: middle;
}

/* cookie Policy */
#cookiePolicyBanner{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1001;
	background-color:#000000;
	color: #ffffff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#cookiePolicyBanner .cookiePolicyBannerPadding{
	padding: 10px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	clear: both;
	line-height: 40px;
}

#cookiePolicyBanner .cookiePolicyBannerOpenLayer{
	color: #00698C;
	cursor: pointer;
}

#cookiePolicyBanner .cookiePolicyBannerButton{
	width: 100px;
	float: right;
	background-color: #66BBDD;
	border: 1px #00698C solid;
	color: #000000;
	cursor: pointer;
	font-size: 1.2em;
}


#cookiePolicyOptInLayer{
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -40%;
	z-index: 1002;
	width: 80%;
	background: #ffffff;
	border: 1px solid #333333;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	display: none;
}
#cookiePolicyOptInLayer .cookiePolicyOptInLayerPadding{
	text-align: left;
	padding: 20px;
}
#cookiePolicyOptInLayer .cookiePolicyOptInLayerClose{
	width: 30px;
	float: right;
	font-size: 1.6em;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
	
}
#cookiePolicyOptInLayer .cookiePolicyOptInLayerTitle{
	font-size: 1.4em;
	margin-bottom: 10px;
}
#cookiePolicyOptInLayer .cookiePolicyOptInLayerDescr{
	margin-bottom: 20px;
}

#cookiePolicyOptInLayer .cookiePolicyOptInLayerCol {
  float: left;
  width: 33%;
}

#cookiePolicyOptInLayer .cookiePolicyOptInLayerColTitle {
  padding-right: 10px;
  font-weight: bold;
  margin-bottom: 10px;
}

#cookiePolicyOptInLayer .cookiePolicyOptInLayerColDescr {
  padding-right: 10px;
  margin-bottom: 10px;
}

#cookiePolicyOptInLayer .cookiePolicyOptInLayerButton {
	text-align:center;
  clear: both;
  float: right;
  margin: 0 0 20px 0;
  padding: 5px;
	width: 40px;
	float: right;
	background-color: #66BBDD;
	border: 1px #00698C solid;
	color: #000000;
	cursor: pointer;
}

#cookiePolicyOptInLayer .optInCheck {
  width: 60px;
  background-color: #cccccc;
  border: 1px solid #000000;
  border-radius: 3px;
  height: 26px;
  cursor: pointer;
}

#cookiePolicyOptInLayer .optInCheckOn,
#cookiePolicyOptInLayer .optInCheckOff {
  width: 50%;
  float: left;
  text-align: center;
  line-height: 24px;
}

#cookiePolicyOptInLayer .optInCheckOn{
	background-color: #008000;
	font-weight: bold;
}
#cookiePolicyOptInLayer .optInFalse .optInCheckOn{
	background-color: #cccccc;
}
#cookiePolicyOptInLayer .optInFalse .optInCheckOff{
	background-color: #cc3333;
}