/*
    This is an elaboration by Il Canto della Sfinge. 
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000000;
	font-size: 10px;

}

/* General font families for common tags */
P {
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color : #0000ff;
}
a:hover		{
	text-decoration: underline;
	color : #0000ff;
}
a.white:link, a.white:active, a.white:visited {text-decoration: none; color : #FFFFFF;}
a.white:hover {text-decoration: underline; color : #FFFF88;}
a.yellow:link, a.yellow:active, a.yellow:visited {text-decoration: none; color : #FFFF88;}
a.yellow:hover {text-decoration: underline; color : #FFFFFF;}

hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}

p.margin {margin-bottom: -12px}

/* Main table cell colours and backgrounds */
td.row1 { background-color: #FFFFFF; }
td.row2	{ background-color: #F2FFF2; }
td.row3	{
	background-color: #FAF9C9;
	margin-right: 5px;
	margin-left: 5px;
}
td.row4	{ background-color: #FEF7E0; }
td.row5	{ background-color: #94C9B3; }
td.row6	{ background-color: #E8E8F9; }


td.rowpic {
	background-color: #666699;
	background-image: url('/css/cellpic.gif');
}

/* Header cells */
th	{
	font-size: 13px;
	font-weight : bold;
	background-image: url('%27none%27');
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF9900;
	background-color: #666699


}
td.catHead {
			background-image: url('none'); 
			background-color:#333366; 
			height: 28px
}

td.cat, td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
	background-color: #CCCCCC;

}
td.spaceRow {
	background-color: #D1D7DC; 
	border: #FFFFFF; 
	border-style: solid; }

td.catHead {
	font-size: 12px;
	border-top: 0px outset #999999;
	border-right: 1px outset #eeeeee;
	border-bottom: 1px outset #DDDDDD;
	border-left: 0px outset #999999;
}
	
h1, h2	{
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #006699;
	margin-bottom: -12px;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen, .genmed, .gensmall { color : #000000; margin-bottom: 0px}

a.gen:link, a.gen:active, a.gen:visited {
	color : #000000;
	margin-bottom: 0px;
	text-decoration: underline;

}
a.genmed:hover {

	color : #FF6600;
	margin-bottom: 0px;
	text-decoration: underline;
}

a.genmed:link, a.genmed:active, a.genmed:visited {
	color : #000000;
	margin-bottom: 0px;
	text-decoration: underline;

}
a.genmed:hover {

	color : #FF6600;
	margin-bottom: 0px;
	text-decoration: underline;
}

a.gensmall:link, a.gensmall:active, a.gensmall:visited {
	color : #000000;
	margin-bottom: 0px;
	text-decoration: underline;

}
a.gensmall:hover {

	color : #FF6600;
	margin-bottom: 0px;
	text-decoration: underline;
}

/* Category titles */
.cattitle		{
	font-weight: bold;
	font-size: 16px;
	letter-spacing: normal;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: normal;

}
a.cattitle		{
	text-decoration: none;
	color : #FFFFFF;
	margin-bottom: -9px;
}
a.cattitle:hover{
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: -9px;
}


/* The body of text */
.postbody { font-size : 13px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
        background-color: #eeef91; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
        background-color: #eeef91; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright:link, a.copyright:visited	{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}
a.copyright:active { color: #444444; text-decoration: none; }


/* Form elements */
input, textarea, select {
	color : #003366;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-color: #FFFF82;
	border-right-color: #AAAA00;
	border-bottom-color: #AAAA00;
	border-left-color: #FFFF82;

}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used */
input.button {
	background-color : #FEFB85;
	color : #003399;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEF154;
	border-right-color: #AEAE00;
	border-bottom-color: #AEAE00;
	border-left-color: #FEF154;

}

/* The main submit button option */
input.mainoption {
	background-color : #FF9900;
	font-weight : bold;
	color: #0000FF;

}

/* None-bold submit button */
input.liteoption {
        background-color : #eeef91;
	font-weight : normal;
}


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");


td.cat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



/* The largest text used in the index page title and toptic title etc. */
.maintitle {
	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #006699;
	text-transform: none;
	font-style: oblique;

 } 

th.thHeadGreen {
	font-size: 12px;
	border-width: 1px 1px 0px 1px;
	color: #006600;
	background-color: #C4FCB6;

}

th.thHead {
	font-size: 12px;
	background-color: #666699;

} 

.thBody {
	font-size: 12px;
	border-width: 1px 1px 0px 1px;
	background-color: #CCCCFF;
	font-weight: bold;
	color: #000000;

}

.copyrightWhite {
	font-size: 8px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	letter-spacing: -1px;
}
.smallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.smallMediumWhite {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
p.red {
	color: #CC0000;
	line-height: 100%;

}
.red {
	color: #CC0000;
}
a.red:link, a.red:active, a.red:visited {
text-decoration: none; color : #CC0000;
}
a.red:hover {
text-decoration: underline; color : #0000FF;
}

p.orange {

	color: #FF6600;
	line-height: 100%;
}
a.orange:link {
	color: #FF6600;
	line-height: 100%;
}
a.orange:visited {
	color: #FF6600;
	line-height: 100%;
}
a.orange:hover {
	color: #FF6600;
	line-height: 100%;
	text-decoration: underline;
}
a.orange:active {
	color: #FF6600;
	line-height: 100%;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}

ol {
	list-style-position: outside;
	list-style-type: decimal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;


}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
.codeView {
	font-family: Courier, 'Courier New', sans-serif;
	font-size: 10px;
	color: #006600;
	border: none;
	line-height: 110%;
	clip:   rect(auto auto auto auto);
	margin-bottom: -9px;


}

.button {
	background-color : #FEFB85;
	color : #003399;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEF154;
	border-right-color: #AEAE00;
	border-bottom-color: #AEAE00;
	border-left-color: #FEF154;
	text-align: center;
}


td.cat { 
			background-image: url('cellpic.gif'); 
			background-color:#333366; border: medium solid #FFFFFF; height: 28px
 } 
.boldFont {
	font-weight: bold;
	font-size: 11px;
	color : #006699;
	margin-bottom: -12px;

}
a.boldFont:link {
text-decoration: none; color : #0000FF;
}
a.boldFont:visited {
text-decoration: none; color : #0000FF;
}
a.boldFont:hover {
text-decoration: underline; color : #DD6900;
}
a.copyrightWhite:link, a.copyrightWhite:visited {

color: #FCFFC6; text-decoration: none;
}
a.copyrightWhite:hover {


color: #FF9900; text-decoration: underline;
}
.slogan {
	margin-bottom: 0px;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #4781F7;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
p.white {
	color: #FFFFFF;
	line-height: 100%;

}
.whiteWide {
	text-decoration: none;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: normal;


}

p.lens {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #333366;
	line-height: 90%;
	font-weight: bold;
	margin-bottom: -18px;
	letter-spacing: 2px;


}

a.whiteWide:link {

	text-decoration: none;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: normal;
}
a.whiteWide:visited {


	text-decoration: none;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: normal;
}
a.whiteWide:active {



	text-decoration: none;
	color : #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: normal;
}
a.whiteWide:hover {




	text-decoration: underline;
	color : #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	line-height: normal;
}
.thGreen {
	font-size: 12px;
	background-color: #E4F7E4;
	color: #3F8640;
	height: 28px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;


}
p.green {

	color: #3F8640;
	line-height: 100%;
}
.green {


	color: #3F8640;
	line-height: 100%;
}

a.green:link, a.green:active, a.green:visited {
text-decoration: none; color : #3F8640;
}
a.green:hover {
text-decoration: underline; color : #00FF00;
}

.thReddish {
	font-size: 12px;
	background-color: #EFB6AF;
	height: 25px;

}
a.gen:hover {

	color : #FF6600;
	margin-bottom: -6px;
	text-decoration: underline;
}
a.burgundy:link {
text-decoration: none; color : #DB043A;
}
a.burgundy:visited {

text-decoration: none; color : #DB043A;
}
a.burgundy:hover {



text-decoration: underline; color : #0000FF;
}
a.burgundy:active {


text-decoration: none; color : #DB043A;
}

td.row8 {
background-color: #EBFEE7;
}
td.row3Right {

	background-color: #D1D7DC;
	margin-right: 5px;
	margin-left: 5px;
}
a.lens:link {

	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #333366;
	line-height: 90%;
	font-weight: bold;
	margin-bottom: -18px;
	letter-spacing: 2px;
}
a.lens:visited {


	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #333366;
	line-height: 90%;
	font-weight: bold;
	margin-bottom: -18px;
	letter-spacing: 2px;
}
a.lens:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #0000FF;
	line-height: 90%;
	font-weight: bold;
	margin-bottom: -18px;
	letter-spacing: 2px;
	text-decoration: underline;

}
a.lens:active {

	FONT-SIZE: 13px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color: #333366;
	line-height: 90%;
	font-weight: bold;
	margin-bottom: -18px;
	letter-spacing: 2px;
	text-decoration: underline;
}
td.curve {
	background-color: #333366;
	background-image: url('/images/interni/curva.gif');
	background-repeat: no-repeat

}

td.slide {
	background-image: url('/css/blueTab/tab.slide.gif');
	height: 48px;
	background-repeat: no-repeat;
	background-color: #FFFFFF




}
td.blueNow {
	background-image: url('/css/blueTab/base.now.gif');
	height: 48px;
	background-repeat: repeat;
	background-color: #FFFFFF

}
td.blueThen {
	background-image: url('/css/blueTab/base.then.gif');
	height: 48px;
	background-repeat: repeat;
	background-color: #FFFFFF

}
td.blueBase {



	background-color: #FFFFCE;
	background-image: url('/css/blueTab/base.now.sm.gif');
	height: auto;
	background-repeat: repeat
}
td.slideBlueText {




	background-color: #DEFBFE;
	background-image: url('none');
	height: auto;
	background-repeat: repeat
}
td.BrownSlide {
	background-color: #FFFFCE;
	background-image: url('/css/brownTab/tab.slide.gif');
	background-repeat: no-repeat;
	height: 35px

}
td.brownNow {


	background-color: #FFFFCE;
	background-image: url('/css/brownTab/base_now.gif');
	background-repeat: repeat
}
td.brownThen {



	background-color: #FFFFCE;
	background-image: url('/css/brownTab/base_then.gif');
	background-repeat: repeat
}
td.brownBase {




	background-color: #FFFFCE;
	background-image: url('/css/brownTab/base_now.gif');
	height: auto;
	background-repeat: repeat
}
td.slideBrownText {





	background-color: #FAEDC7;
	background-image: url('none');
	height: auto;
	background-repeat: repeat
}
td.catHead { 
	height: 29px;
	background-color: #CCCCCC;
 } 

a.hidden {
	text-decoration: none;
	margin-bottom: -9px;
	color: #000000;

}
a.hidden:visited {
	text-decoration: none;
	margin-bottom: -9px;
	color: #000000;

}
a.hidden:hover {

	text-decoration: none;
	margin-bottom: -9px;
	color: #000000;
}
a.hidden:active {


	text-decoration: none;
	margin-bottom: -9px;
	color: #000000;
}
.MediumRed {

	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #CC0000;
	text-transform: none;
	font-style: normal;
}
.MediumGreen {


	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #006600;
	text-transform: none;
	font-style: normal;
}
.maintitleBlue {

	font-weight: bold;
	font-size: 22px;
	font-family: "Comic Sans MS";
	text-decoration: none;
	line-height : 100%;
	color : #0000FF;
	text-transform: none;
	font-style: normal;
}

.mainDiary {

	font-weight: bolder;
	font-size: 30px;
	font-family: "Book Antiqua", serif;
	text-decoration: none;
	line-height : 100%;
	color : #CC9900;
	text-transform: none;
	font-style: normal;
}


/* The text input fields background colour */
input.post {
	font-weight: normal;
	text-decoration: none;
}
.divisionOcre {
	font-size : 12px;
	color: #CC9900;

}

.orange {





	color: #FF6600;
	line-height: 100%;
}
.blue {

	color: #0000FF;
}
.maintitleBlueAdults {


	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #0000FF;
	text-transform: none;
	font-style: normal;
}
.MediumBlue {



	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #0000FF;
	text-transform: none;
	font-style: normal;
}
.MediumGiovani {




	font-weight: bold;
	font-size: 17px;
	font-family: "Comic Sans MS";
	text-decoration: none;
	line-height : 100%;
	color : #0000FF;
	text-transform: none;
	font-style: normal;
}
.yellow {
	color: #E6E600;
}

}
.MediumGiovaniBrown {
	font-weight: bold;
	font-size: 17px;
	font-family: "Comic Sans MS";
	text-decoration: none;
	line-height : 100%;
	color : #996600;
	text-transform: none;
	font-style: normal;
}
.MediumGiovaniGreen {
	font-weight: bold;
	font-size: 17px;
	font-family: "Comic Sans MS";
	text-decoration: none;
	line-height : 100%;
	color : #009999;
	text-transform: none;
	font-style: normal;
}
.MediumGiovaniDark {
	font-weight: bold;
	font-size: 17px;
	font-family: "Comic Sans MS";
	text-decoration: none;
	line-height : 100%;
	color : #003399;
	text-transform: none;
	font-style: normal;
}

.NormalGiovani {
	font-weight: bold;
	font-size: 14px;
	font-family: "Comic Sans MS";
	text-decoration: none;
	line-height : 100%;
	color : #004993;
	text-transform: none;
	font-style: normal;
}

.maintitleRed {

	font-weight: bold;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #C40000;
	text-transform: none;
	font-style: oblique;
}
.verbis {
	font-weight: normal;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #000000;
	text-transform: none;
	font-style: normal;
}

.mainSubtitle {

	font-weight: bold;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #006699;
	text-transform: none;
	font-style: oblique;
}#onlyBottom {


	border-left:0px solid #FFFFFF;
	border-top:0px solid #FFFFFF;
	border-bottom:1px solid #999999;
	right-border:1px solid #E0DADA;
	border-right-width: 0px;
	border-right-color: #999999;
	border-right-style: solid;
}
.multiColoredTitle {
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #666666;
	text-transform: none;
	font-style: normal;
}

.maintitleTimes {


	font-weight: bold;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	line-height : 100%;
	color : #003366;
	text-transform: none;
	font-style: normal;
}
#colorTextBlack {




	border-left:0px none;
	border-top:0px none;
	color: #000000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;
}
td.row9 {

background-color: #97B1FF;
}
#colorTextOrange {


	border-left:0px none;
	border-top:0px none;
	color: #FF6600;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}

#greenborder{border-left:1px solid #3f8640;border-top:1px solid #3f8640}

#fullborder{
	border-left:1px solid #3f8640;
	border-top:1px solid #3f8640;
	border-bottom:1px solid #006699;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-color: #006699;
	border-right-style: solid;

}

#onDark {

	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #999999;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
}

#circle {
	right-border:1px solid #E0DADA;
	border: none;
	list-style-position: inside;
	list-style-type: circle;

}
#disc {

	right-border:1px solid #E0DADA;
	border: none;
	list-style-position: inside;
	list-style-type: disc;
}
#square {


	right-border:1px solid #E0DADA;
	border: none;
	list-style-position: outside;
	list-style-type: square;
}

#alfa {

	right-border:1px solid #E0DADA;
	border: none;
	list-style-position: inside;
	list-style-type: lower-alpha;
}
#roman {


	right-border:1px solid #E0DADA;
	border: 1px solid;
	list-style-position: inside;
	list-style-type: lower-roman;
}

#onBright {
	border-left:1px solid #999999;
	border-top:1px solid #999999;
	border-bottom:2px solid #666666;
	right-border:1px solid #E0DADA;
	border-right-width: 2px;
	border-right-color: #666666;
	border-right-style: solid;
}

#relief1 {



	border-left:0px solid #FFFFFF;
	border-top:0px solid;
	border-bottom:1px solid #999999;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
}
#relief2 {




	border-left:0px solid #FFFFFF;
	border-top:0px solid;
	border-bottom:1px solid #24728E;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-color: #24728E;
	border-right-style: solid;
}

#rightBorder {


	border-left:0px solid #FFFFFF;
	border-top:0px solid;
	border-bottom:1px solid #999999;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-color: #999999;
	border-right-style: solid;
}

#shorten {
	right-border:1px solid #E0DADA;
	border: 0px none;
	margin-bottom: -12px;

}

#shortenDouble {

	right-border:1px solid #E0DADA;
	border: 0px none;
	margin-bottom: -24px;
}
#shortenMedium {


	right-border:1px solid #E0DADA;
	border: 0px none;
	margin-bottom: -18px;
}

#ligeneric {
	right-border:1px solid #E0DADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #24728E;
	color: #000000;


}

#lishorten {
	right-border:1px solid #E0DADA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #24728E;
	color: #000000;
	margin-bottom: -12px;

}

#relief_blue {
	border-left:0px solid;
	border-top:0px solid;
	border-bottom:0px solid;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-color: #ffffff;
	border-right-style: solid;
}
#colorText_blue {

	border-left:0px none;
	border-top:0px none;
	color: #006699;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}

#colorText_orange {
	border-left:0px none;
	border-top:0px none;
	color: #FF6600;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}

#colorTextRed {
	border-left:0px none;
	border-top:0px none;
	color: #CC0000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}

#reliefLeft {
	border-left:1px solid #009100;
	border-top:0px none;
	border-bottom:1px groove #006600;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006600;
	background-color: #D0E4A3;
}

#colorTextCeleste {
	border-left:0px none;
	border-top:0px none;
	color: #3366FF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}
#colorTextCelesteShort {
	border-left:0px none;
	border-top:0px none;
	color: #3366FF;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;


}
#tcolorTextOrangeShort {
	border-left:0px none;
	border-top:0px none;
	color: #FF6600;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;
}
#colorTextBordeauxShort {
	border-left:0px none;
	border-top:0px none;
	color: #800000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;
}
#colorTextGreenShort {
	border-left:0px none;
	border-top:0px none;
	color: #008000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;
}
#colorTextRedShort {
	border-left:0px none;
	border-top:0px none;
	color: #FF0000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;
}
#colorTextSepiaShort {
	border-left:0px none;
	border-top:0px none;
	color: #808000;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;
}td.rowcell {
	background-image: url(/versi/esperimenti/sms/images/cellulare.jpg);
	background-position: center center;

}
.multiColoredText {

	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 100%;
	color : #666666;
	text-transform: none;
	font-style: normal;
}
#leftborder {
	border-left:1px solid #999999;
	border-top:0px solid;
	border-bottom:1px solid #999999;
	right-border:1px solid #E0DADA;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #999999;

}
#onDarkLeft {


	border-left:1px solid #999999;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #999999;
	right-border:1px solid #E0DADA;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
}
#colorTextRosaShockShort {

	border-left:0px none;
	border-top:0px none;
	color: #FF80C0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin-bottom: -12px;
}

