﻿/* Spacecode.it */
/* foglio di stile per i controlli (DataGrid, TextBox, Button ...) */

.ControlStyle
{
	border-style:solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 10pt;
	border-left: black 1px solid;
	color: black;
	border-bottom: black 1px solid;
	font-family: Tahoma;
	padding: 5px;
}

.HeaderStyle
{
	font-family: Tahoma;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	background-color: #0000A0;
}

.HeaderStyle a
{
	color: #FED842 !important;
}

.PagerStyle
{
	font-family: Tahoma;
	font-size: 10pt;
	color: white;
	font-weight: bold;
	background-color: #0000A0;
	text-align:right;
}
.PagerStyle a
{
	color: white !important;
}

.RowStyle
{
	background-color: White;
	padding:3px;
}

.AlternatingRowStyle
{
	padding:3px;
	background-color: #F5F5F5;
}

.SelectedRowStyle
{
	background-color: #FFFACD;
}
h3
{
	font-size: 16px;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	color: Black;
	font-style: normal;
}
.Titolo3
{
	font-size: 16px;
	font-family: 'Trebuchet MS';
	font-weight:bold;
	color: #00008B;
	border-bottom-style:dashed;
	border-bottom-color:#00008B;
	border-bottom-width:1px;
	height:50px;
	vertical-align:bottom;
}
.LineaTratteggiata
{
	color: #00008B;
	border-bottom-style:dashed;
	border-bottom-color:#00008B;
	border-bottom-width:1px;
	height:10px;
	vertical-align:bottom;
}
.Button
{
	height:25px;
	width:130px;
 }

.IconaMenu
{
	font-size: 12px;
	font-family: 'Trebuchet MS';
	color: #00008B;
	vertical-align:middle;
	text-align:center;
	height:75px;
	padding-bottom:2px;
	padding-top:5px;
	width:20%;
}

.IconaMenu a
{
	cursor: pointer;
	text-decoration: none;	
	
}

.IconaMenu a:hover>td td
{
  visibility: visible;
  top: 100%;
  background-image: url('Images/gradient.png');
}

.Messaggio
{
	background-color: #FFFACD;
	font-family: Verdana;
	font-size: 12px;
	color: black;
	padding: 3px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.UserStatsContent
{
	background-color: #F5F5F5;
	padding-top:10px;
}

/*ajax popup*/

.detail
{
	font-family:'Trebuchet MS',arial,helvetica,sans-serif;
	font-size:11px;
	background-color:#FFFFFF;
	border:solid 2px #000;
	padding:4px;
}
.detail .footer
{
	text-align:right;
	padding:5px;
}


/* table style */
.detailgrid
{
	border:solid 1px #ad9e87;
}

/* cell styles */
.detailgrid td
{
	cursor: default;
	height: 20px;
	color: #000000;
	padding: 2px 8px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #f2e8da;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #f2e8da;
}

TR.updated TD
{
	background-color:yellow;
}

.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

/* style="padding:8px; vertical-align:middle;text-align:center; width:135px" */

/*end ajax popup*/


.VotoOrale a
{
	font-family: Verdana;
	font-size: 10pt;
	color: green;
	font-weight: bold;
}

.VotoScritto a
{
	font-family: Verdana;
	font-size: 10pt;
	color: blue;
	font-weight: bold;}

.VotoPratica a
{
	font-family: Verdana;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}


