﻿div.PanelNews
{
	font-family: Arial, Verdana; 
	margin: 2%;
	width: 30%;
	position:relative;
}

div.PanelSummary
{
	float: right;
	position:relative;
	width: 60%;	
	margin: 2%;
	border-left: #d3bdbe 1px solid;
    border-right: #d3bdbe 1px solid;
    border-top: #d3bdbe 1px solid;
    border-bottom: #d3bdbe 1px solid;
}

div.PanelInsertItem
{
	font-family: Arial, Verdana; 
	margin: 2%;
	width: 30%;
	position:relative;	
	/*float: left;*/
}

div.PanelItem
{
	position:relative;
	width: 60%;	
	margin: 0% 2% 0% 2%;
	padding:1%;
}

.dataList
{
	width:100%;
}

.Label
{	
	color: #1e4e2b;
	font-weight: bold;
	
}

.PanelSummaryItem
{
	padding:1%;
}

.TitleSummary
{
	color: #1e4e2b;
	font-weight: bold;
	font-size: 12pt;
}

.CategorySummary
{
	color: #1e4e2b;
}

.SummarySummary
{
	color: #808080;
	font-size: 10pt;
}

.DateSummary
{
	color: #1e4e2b;
	font-weight: bold;
}

.Command
{
	background-image: url( '../../Images/staticMenu.jpg' );
	background-repeat: repeat-x;
	text-decoration:none;
	color: #1e4e2b;
	font-weight: bold;
	padding: 0.4em 1em 0.4em 1em;
}

.Command:hover
{
	background-image: url( '../../Images/staticMenuHover.jpg' );
	background-repeat: repeat-x;
}

.CommandBarSummary
{
	text-align: right;
	margin: 2%;
}


.Textbox
{
	margin: .5%;
	width: 90%;
	color:Black;
}

.TextboxGray
{
	margin: .5%;
	width:100%;
	color:Gray;
}

.InsertLink
{
	text-decoration: none;
	color: #1e4e2b;
	font-weight: bold;
	text-align: right;
	background-image: url( '../../Images/staticMenu.jpg' );
	background-repeat: repeat-x;
	margin: 20% 2% 5% 2%;
	padding: 0.4em 1em 0.4em 1em;
}

.InsertLink:hover
{
	background-image: url( '../../Images/staticMenuHover.jpg' );
	background-repeat: repeat-x;
}

.TableRow
{
	margin:5%;
}

.TableLabelCell
{
	text-align: left;
	width: 20%;
	vertical-align: top;
}

.TableTextboxCell
{
	width: 80%;
}
/*
.tab
{
	font-family: Arial, Helvetica, sans-serif;	
	padding: 2px;
	border: medium ridge #00CC00;
	margin-left: 2%;
}

div.tabs
{
	padding: 3px;
	margin-left: 3%;
	margin-top: 5%;
	width: 200px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #339933;
	margin-bottom: 3px;
}

div.sezioni
{
	font-family: verdana;	
	}
	
div.sezione
{
	padding-left: 3%;
	border: thin outset #00CC00;
	width:95%;
	padding:3px;	
	margin-left:3%;
	margin-right:3%;
}	
.ButtonAdd
{
	clear:both;
	margin-left:700px;
}

div.sezioneSx
{
	width:300px;
	}

div.sezioneDx
{
	width:200px;
	}
div.sezione1
{
	border-color: #FF0000;
	border-style: outset;
	position: relative;
	display: block;
	width: 500px;
}

.etichetta
{
	margin: 5px;
	font-size: medium;
	font-weight: bold;
	color: #339933;
}

.testo
{
	float:left;
	width:40%;
}	
	


.textBox
{
	width:50%;
}

.calendario
{
	float:left;
	width:35%;
	}

div.rigaSezione
{	
	width:30%;
	}

.testoCalendario
{
	width:30%;
	}

*/