/* 
	STILI PER IL POSIZIONAMENTO DEI FRAME
	Questi stili contengono solo informazioni su dimensioni e posizione dei frame.
*/

#CenterFrame{
	position: relative;
	margin-top: 54px;
	margin-left: 134px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px;
	border: none;
	background-color: #2F2F37;
}

#TopFrame{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 50px;
	padding: 0px;
	border: none;
	background-color: #000000;
	z-index: 10;
	font-size: 11px;
	font-style: normal;
	font-family: "Segoe UI", Myriad, "Trebuchet MS", Arial, Sans-Serif;
}

#LeftFrame{ 
	position: fixed;
	left: 0px;
	top: 50px;
	width: 130px;
	padding: 0px;
	border: none;
	background-color: #1F1F25;
	z-index: 10;
	font-size: 11px;
	font-style: normal;
	font-family: "Segoe UI", Myriad, "Trebuchet MS", Arial, Sans-Serif;
}


/*
	RIDEFINIZIONE DEI TAG
	Qui vengono ridefiniti i tag standard.
*/

body {
	font-family: "Segoe UI", Myriad, "Trebuchet MS", Arial, Sans-Serif;
	font-size: 13px;
	margin: 0px;
	background-color: #1F1F25;
	color: #FFFFFF;
}

table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

textarea {
	background-color: #3F3F49;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Consolas, "Courier New", Courier, monospace;
	font-size: 13px;
}

select {
  background-color: #3F3F49;
  border: 1px solid #000000;
  color: #FFFFFF;
}

input[type="text"], input[name] {
  background-color: #3F3F49;
  border: 1px solid #000000;
  color: #FFFFFF;
}


/*
	CLASSI PER GLI OGGETTI POSIZIONATI ALL'INTERNO DEL FRAME SUPERIORE
*/

#TopFrame table {
	width: 100%;
	height: 100%;
	font-size: 11px;
	font-style: normal;
	font-family: "Segoe UI", Myriad, "Trebuchet MS", Arial, Sans-Serif;
}

#TopFrame td {
	vertical-align: middle;
}

#TopFrame a, #TopFrame a:visited {
	color: #FF6600;
	text-decoration: none;
}

#TopFrame a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#TopFrame a:active{
	color: #FFFF00;
	text-decoration: none;
}

#TopFrame li a, #TopFrame li a:visited,
#TopFrame li a:hover, #TopFrame li a:active  {
	color: #FFFFFF;
	text-decoration: none;
}


/*
	CLASSI PER GLI OGGETTI POSIZIONATI ALL'INTERNO DEI FRAME LATERALI
*/

#LeftFrame table {
	vertical-align: middle;
	color: white;
	border: none;
	font-size: 11px;
	font-style: normal;
	font-family: "Segoe UI", Myriad, "Trebuchet MS", Arial, Sans-Serif;
}

#LeftFrame a, #LeftFrame a:visited {
	color: #FF6600;
	text-decoration: none;
}

#LeftFrame a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#LeftFrame a:active{
	color: #FFFF00;
	text-decoration: none;
}

#LeftFrame li a, #LeftFrame li a:visited,
#LeftFrame li a:hover, #LeftFrame li a:active  {
	color: #FFFFFF;
	text-decoration: none;
}

#LeftFrame th {
	background-color:#000000;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#LeftFrame img {
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.LeftFramePhotoCell {
	background-color: #000000;
	width: 128px;
	vertical-align: middle;
	height: 98px;
	text-align: center;
	border: 1px solid #000000;
}

.LeftFrameOpaqueCell {
	background-color: #2F2F37;
}


/*
	CLASSI PER GLI OGGETTI POSIZIONATI ALL'INTERNO DEL FRAME CENTRALE
*/

#CenterFrame p {
	line-height: 1.3;
	text-align: justify;
	text-indent: 8px;
	margin: 2px;
}

#CenterFrame table {
	padding: 2px;
}

#CenterFrame table table {
	border: 1px solid #3F3F49;
	padding: 0px;
}

#CenterFrame table table td{
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#CenterFrame th {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color: #0066FF;
}

#CenterFrame table table th {
	border: none;
	background-color: #27272E;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#CenterFrame a, #CenterFrame a:visited{
	color: #FF6600;
	text-decoration: none;
}

#CenterFrame a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#CenterFrame a:active{
	color: #FFFF00;
	text-decoration: none;
}


/*
		ALTRE CLASSI
*/
.Pointer{
	cursor:pointer;
}

.Emphatized {
	font-weight: bold;
	font-style:italic
}

.ChapterTitle {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

tr.AlternateColor {
	background-color: #3F3F49;
}

td.ImageCell {
	text-align: center;
	height: 104px;
	width: 136px;
}

td.ImageDescr {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	width: 136px;
}

td.AlignTop {
	vertical-align: top;
}

td.AlignBottom {
	vertical-align: bottom;
}

td.WithBorderUp{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3F3F49;
	border-right-color: #3F3F49;
	border-bottom-color: #3F3F49;
	border-left-color: #3F3F49;
}

td.WithBorderUpAndRight{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3F3F49;
	border-right-color: #3F3F49;
	border-bottom-color: #3F3F49;
	border-left-color: #3F3F49;
}

td.WithDarkBorderUp{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2F2F37;
	border-right-color: #2F2F37;
	border-bottom-color: #2F2F37;
	border-left-color: #2F2F37;
}

td.WithDarkBorderUpAndRight{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2F2F37;
	border-right-color: #2F2F37;
	border-bottom-color: #2F2F37;
	border-left-color: #2F2F37;
}

.AlignRight {
	text-align: right;
}

.AlignCenter {
	text-align: center;
}

.AlignLeft {
	text-align: left;
}


/*
  TABS BUBBLE PLASTIC
*/

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(../images/tabs/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
/*	background: transparent url(../images/tabs/bg-bubplastic-button.gif) top left no-repeat;*/
	background: transparent url(../images/tabs/bg-bubplastic-h-blue.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 10px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 10px;
/*	background: transparent url(../images/tabs/bg-bubplastic-button.gif) top right no-repeat;*/
	background: transparent url(../images/tabs/bg-bubplastic-h-blue.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

.bubplastic.vertical {
	width: 100px;
	margin: 0;
	padding: 0;
	display: block;
}
.bubplastic.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.vertical ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(../images/tabs/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a {
	display: block;
	margin: 0;
	width: 100%;
	padding-left: 10px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent url(../images/tabs/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 22px;
	padding-top: 5px;
	padding-right: 10px;
	background: transparent url(../images/tabs/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */
.bubplastic.aqua ul li a:hover,
.bubplastic.aqua ul li.highlight a {
	background: transparent url(../images/tabs/bg-bubplastic-h-aqua.gif) top left no-repeat;
}
.bubplastic.aqua ul li a:hover span.menu_ar,
.bubplastic.aqua ul li.highlight a span.menu_ar {
	background: transparent url(../images/tabs/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
/*	background: transparent url(../images/tabs/bg-bubplastic-h-blue.gif) top left no-repeat;*/
	background: transparent url(../images/tabs/bg-bubplastic-button.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
/*	background: transparent url(../images/tabs/bg-bubplastic-h-blue.gif) top right no-repeat;*/
	background: transparent url(../images/tabs/bg-bubplastic-button.gif) top right no-repeat;
}


/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(../images/tabs/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(../images/tabs/bg-bubplastic-h-gray.gif) top right no-repeat;
}


/* LIME HOVER */
.bubplastic.lime ul li a:hover,
.bubplastic.lime ul li.highlight a {
	background: transparent url(../images/tabs/bg-bubplastic-h-lime.gif) top left no-repeat;
}
.bubplastic.lime ul li a:hover span.menu_ar,
.bubplastic.lime ul li.highlight a span.menu_ar {
	background: transparent url(../images/tabs/bg-bubplastic-h-lime.gif) top right no-repeat;
}


/* ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(../images/tabs/bg-bubplastic-h-orange.gif) top left no-repeat;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(../images/tabs/bg-bubplastic-h-orange.gif) top right no-repeat;
}


/* PINK HOVER */
.bubplastic.pink ul li a:hover,
.bubplastic.pink ul li.highlight a {
	background: transparent url(../images/tabs/bg-bubplastic-h-pink.gif) top left no-repeat;
}
.bubplastic.pink ul li a:hover span.menu_ar,
.bubplastic.pink ul li.highlight a span.menu_ar {
	background: transparent url(../images/tabs/bg-bubplastic-h-pink.gif) top right no-repeat;
}


/* PURPLE HOVER */
.bubplastic.purple ul li a:hover,
.bubplastic.purple ul li.highlight a {
	background: transparent url(../images/tabs/bg-bubplastic-h-purple.gif) top left no-repeat;
}
.bubplastic.purple ul li a:hover span.menu_ar,
.bubplastic.purple ul li.highlight a span.menu_ar {
	background: transparent url(../images/tabs/bg-bubplastic-h-purple.gif) top right no-repeat;
}


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(../images/tabs/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(../images/tabs/bg-bubplastic-h-red.gif) top right no-repeat;
}
