﻿/* LABEL */
.body
{
	font-family:Verdana;
}
.labelWhite
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;	
	font-family:Verdana;
	color:White;
}
.label
{
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	font-family:Verdana;
	color:#FFCC00;
}
.labelNero
{
	padding: 5px;
	font-size: 12px;
	font-family:Verdana;
	color:#333333;
}
.labelNormale
{
	padding: 5px;
	font-size: 14px;
	font-family:Verdana;
	color:#FFCC00;	
}
.labelNormaleBlu
{
	padding: 5px;
	font-size: 14px;
	font-family:Verdana;
	color:#9999FF;	
}
.labelNormaleBluBold
{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana;
	color:#3333FF;	
}
.labelNormaleNeroBold
{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana;
	color:#000000;	
}
.labelNormaleBold
{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana;
	color:#FFCC00;	
}
.labelScuraBold
{
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana;
	color:#FF6600;	
}
.labelGrandeScuraBold
{
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	font-family:Verdana;
	color:#FF9900;	
}
.labelScuraItalic
{
	padding: 5px;
	font-size: 14px;
	font-style:italic;
	font-family:Verdana;
	color:#FF9900;	
}
.labelNormaleWhite
{
	padding: 5px;
	font-size: 14px;	
	font-family:Verdana;
	color:White;
}
.labelNormaleWhiteBold
{
	padding: 5px;
	font-size: 14px;	
	font-family:Verdana;
	font-weight:bold;
	color:White;
}
.labelPiccoloWhite
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	color:White;
}
.labelPiccoloWhiteBold
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	font-weight:bold;
	color:White;
}
.labelPiccoloWhiteItalic
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	font-style:italic;
	color:White;
}
.labelPiccolo
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	color:#FFCC00;
}
.labelPiccoloNeroItalic
{
	font-size: 10px;	
	font-family:Verdana;
	font-style:italic;
	color:#000000;
	height:16px
}
.labelPiccoloItalic
{
	font-size: 10px;	
	font-family:Verdana;
	font-style:italic;
	color:#FF6600;
	height:16px
}

.labelPiccoloBold
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	color:#FFCC00;
	font-weight:bold;
}
.labelPiccoloArancio
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	color:black;
	font-weight:bold;
	background-color:#FF6601;
}
.labelPiccoloArancioB
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	color:#FFFFE5;
	font-weight:bold;
	background-color:#FF6601;
}

.labelPiccoloBlu
{
	padding: 5px;
	font-size: 10px;	
	font-family:Verdana;
	color:black;
	font-weight:bold;
	background-color:#3399FF;
}
.labelPiccoloGrigia
{
	font-size: 10px;	
	font-family:Verdana;
	color:#909090;
}
.labelPiccoloLastGrigiaItalic
{
	font-size: 8px;	
	font-family:Verdana;
	font-style:italic;
	color:GrayText;
	height:9px;
}
.labelPiccoloLast
{
	font-size: 9px;	
	font-family:Verdana;
	color:#FF6600;
	height:9px;
}
.labelPiccoloLastNero
{
	font-size: 9px;	
	font-family:Verdana;
	color:#000000;
}

.labelPiccoloNews
{
	font-size: 11px;	
	font-family:Verdana;
	color:Maroon;
}
.labelPiccoloTopic
{
	font-size: 12px;	
	font-family:Verdana;
	color:Black;
}

/* TEXTBOX */

.tabTextBox
{
	border: 1px solid #999999;
	height:18px;
	font-family:Verdana;
	background-color:#404040;
	color:White;
}

.tabTextBoxDisabled
{
	border: 1px solid #999999;
	height:18px;
	font-family:Verdana;
	background-color:#404040;
	color:Gray;
}

/* BUTTON */

.buttonGenerico
{
	background-color:White;
	border-color:#CC9966;
	border-style:Solid;
	border-width:1px;
	font-family:Verdana;
	font-size:12px;
	color:#990000;
}
.buttonGenerico:hover
{
	background-color:#FFDDAA;
	border-color:#990000;
	cursor: hand;
}
.linkButtonMenu
{
	border-style: none;
	padding-top:5px;
	cursor:pointer;
	font-size: 11px;
	color:#FFCC00;	
}
/* ERRORI */

.errore
{
	color: red;
	font-size: 11px;
	font-weight: bold;
}
.erroreValidator
{
	color: red;
	font-size: 11px;
}

/*FIELDSET*/
fieldset.formHead
{
	font-family: Verdana;
	text-align: left;
	border:1px #808080 solid;
	width:880px;
	margin-left:10px;
	margin-right:10px;
}

/* DATAGRID */
.dataGrid
{
	border-color: #C3D9FF;
	border-style: solid;
	border-width: 1px;
	line-height: normal;
	color: #000000;
	width: 100%;
	margin-top: 10px;
	z-index: 1;
}
.dataGridHead
{
	background-color: #C61E1E;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	line-height: normal;
	font-weight: bold;
	color: white;
	height: 20px;
	text-align: center;
	font-size: 11px;
}
.dataGridItem
{
	background-color: #A9A9A9;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	color:White;
	font-weight:bold;
}
.dataGridAlternateItem
{
	background-color: #808080;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	font-size: 10px;
	color:White;
	font-weight:bold;
}

.dataGrid tr:hover
{
	background-color: #C61E1E;
}
.dataGrid td
{
	padding: 1;
}
.dataGridHead td
{
	background-color: #C61E1E;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	line-height: normal;
	font-weight: bold;
	color: white;
	height: 20px;
	text-align: center;
	font-size: 11px;
}
.dataGridHead td:hover
{
	background-color: red;
}

.pager
{
	height: 13px;
	font-size: x-small;
	font-family: Tahoma;
	font-weight: bold;
	color: white;
	text-align:left;
	background-color: #C61E1E;
}

/* DIV */ 
div#contenitore {
	position: absolute;
	top:110px;
	left:10px;
	width: 770px;
	height: 1000px;
	margin-top: 25px;
	background-color: #000000;
}
/* TABLE TR TD*/
table#principale {
	background-color:Black;
}
table#principaleB {
	background-color:#FFFFE5;
}
td#sinistra {
	background-color:#000000;
	width:300px;
	vertical-align:top; 
}
td#destra {
	background-color:Black;
	width:470px;
	height:455px;
	vertical-align:top; 
}
a#linkTitolo
{
	color:#FFCC66;
	font-family:Verdana;
	font-size:medium;
}
.linkButton
{
	background-color:#FFFFE5;
	border:solid 1 yellow;
	color:Red;
	font-family:Verdana;
	font-size:small;
	font-style:italic; 
}
a#link
{
	background-color:#FFFFE5;
	border:solid 1 yellow;
	color:Red;
	font-family:Verdana;
	font-size:small;
	font-style:italic; 
}
a#linkForum
{
	color:maroon;
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
	vertical-align:top;
}
.linkBianco
{
	background-color:#FFFFFF;
	border:solid 1 #FFCC00;
	color:#FFCC00;
	font-family:Verdana;
	font-size:small;
	font-style:italic; 
}
.TestoNews
{
    color: #000000;
    font-family: Verdana;
    font-size: small;
}
.TestoNewsBold
{
    color: #990033;
    font-family: Verdana;
    font-weight: bold;
}
.button { font-family: Verdana; font-size: 8pt; width: 100px; height: 30px; }
.previewButton { margin-left: 10px; margin-right: 10px; margin-top: 3px; width: 75px; height: 28px; }
.radiobuttonList label { margin-right: 5px; }
.preview { width: 578px; padding: 10px; }
div#Content { width: 780px; }
table#DemoTable { width: 780px; }
td#EditorCell { width: 600px; vertical-align: top; }
td#OptionsCell { width: 180px; vertical-align: top; }
div#Options { width: 150px; margin-left: 5px; }
div#DemoControls { width: 600px; height: 25px; line-height: 25px; text-align: center; }
div#Preview { width: 598px; border: solid 1px gray; margin-top: 25px; }
div#PreviewControls { height: 35px; line-height: 35px; text-align: left; border-bottom: solid 1px gray; }
div.demoHeading { height: 25px; line-height: 25px; color: black; font-weight: bold; border-bottom: solid 1px gray; text-align: center; }
div.optionsHeading { font-size: 10pt; border: none; text-align: left; margin-left: 10px; }
div.optionsLabel { margin: 10px; font-weight: bold; }
div.optionControls { margin-left: 10px; }
div#Footer { margin-top: 10px; color: #7f9db9; font-size: 7pt; }
