﻿body
{
	background-color: #81abbd; /*#256f95; */
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

/*
form
{
	border-left:5%;
	border-right:5%;
	border-top:5%;
	border-bottom	:5%;	
}

*/

.AttivaProdotto br
{
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.tornaACapo
{
	clear: both;
}

.AttivaProdotto
{
	margin: 0;
	padding: 0;
	clear: both;
	-moz-border-radius: 5pt;
	border-right: #CAE8EA 1px solid;
	border-top: #CAE8EA 1px solid;
	border-left: #CAE8EA 1px solid;
	border-bottom: #CAE8EA 1px solid;
	text-align: left;
	font-size: 11px;
}

.AttivaProdotto legend
{
	margin: 1em 0;
	padding: 0 .5em;
	color: #036;
	background: transparent;
	font-weight: bold;
}

.AttivaProdotto label
{
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 100px;
	padding: 0;
	margin: 5px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
	border-bottom: 1px solid #C1DAD7;
}

#divFippa
{
	border-color: Background;
	border-width:2px;
	border-style:solid;
	cursor:pointer;
	margin-right:50px;
	overflow:auto;
	width:300px;
	height:230px;
	padding-top:12px;
}

#LabelAttivaFippa
{
	color: White;
	font-family: Verdana;
	font-size: 16px;
	font-weight:bolder;
	font-variant: normal;
	text-decoration: none;
	text-align:center;	
	border: none;
	width: 280px;	
}

.AttivaProdotto span
{
	padding: 0;
	margin: 5px; /* set top margin same as form input - textarea etc. elements */
	text-align: left;
}

.AttivaProdotto input, .AttivaProdotto textarea, .AttivaProdotto select
{
	display: inline; /* inline display must NOT be set or will hide submit buttons in IE 5x mac */
	width: auto; /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px; /* set margin on left of form elements rather than right of                               label aligns textarea better in IE */ /*text-transform:uppercase; */
}

.AttivaProdottoGridView
{
	margin: 3px;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	font-size: 10px;
	font-family: Verdana;
}

.AttivaProdottoGridView td
{
	color: Black; /*white-space: nowrap;*/
}

.AzioniGriglia
{
	width: 79px; /*white-space: nowrap;*/
}

.iconaGriglia
{
	margin-right: 8px; /*white-space: nowrap;*/
}
.ColonnaStrettaGriglia
{
	width: 80px; /*white-space: nowrap;*/
}

.AttivaProdottoGridViewFooterStyle
{
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.AttivaProdottoGridViewRowStyle td, .AttivaProdottoGridViewRowStyle tr
{
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
}

.AttivaProdottoGridViewSelectedRowStyle
{
	background: #fff url(../images/bullet1.gif) no-repeat;
	font-weight: bold;
	color: #B4AA9D;
}

.AttivaProdottoGridViewPagerStyle
{
	background-color: White;
	color: #000066;
	text-align: left;
	font-weight: bold;
}

.AttivaProdottoGridViewHeaderStyle th
{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 1px;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
}

.AttivaProdotto a
{
	font-style: oblique;
	color: Black;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: left;
}

.wrap
{
	white-space: normal;
}

.dontwrap
{
	white-space: pre;
	text-align: right;
}

.numbers
{
	white-space: pre;
	text-align: right;
}

.tooltip
{
	display: none;
	position: absolute;
	background-color: #DAEAC4;
	border-width: 1px;
	border-style: solid;
	border-color: #222;
}

.tableTooltip TD, .tableTooltip TR
{
	border: solid 1px #E6F4F6;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.banner
{
	background-position: left center;
	background-image: url(~/img/BannerIntestazione.png);
	background-repeat: no-repeat;
}

.AttivaProdottoRigaConBordoInferiore td
{
	border-bottom-color: #81abbd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.AttivaProdottoRigaConBordoInferiore
{
	border-bottom-color: #81abbd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.LabelMessaggiConferma
{
	background-color: Green;
	color: White;
	margin: 0;
	padding: 0;
	font-family: Verdana,Calibri,Arial;
	clear: both;
	-moz-border-radius: 5pt;
	border-right: #CAE8EA 1px solid;
	border-top: #CAE8EA 1px solid;
	border-left: #CAE8EA 1px solid;
	border-bottom: #CAE8EA 1px solid;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}

.LabelMessaggiErrore
{
	background-color: red;
	color: White;
	margin: 0;
	padding: 0;
	font-family: Verdana,Calibri,Arial;
	clear: both;
	-moz-border-radius: 5pt;
	border-right: #CAE8EA 1px solid;
	border-top: #CAE8EA 1px solid;
	border-left: #CAE8EA 1px solid;
	border-bottom: #CAE8EA 1px solid;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}

.LabelMessaggiWarning
{
	background-color: orange;
	color: White;
	margin: 0;
	padding: 0;
	font-family: Verdana,Calibri,Arial;
	clear: both;
	-moz-border-radius: 5pt;
	border-right: #CAE8EA 1px solid;
	border-top: #CAE8EA 1px solid;
	border-left: #CAE8EA 1px solid;
	border-bottom: #CAE8EA 1px solid;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
}

.LabelMessaggi, a.LabelMessaggi
{
	background-color: Transparent;
	background-repeat: repeat;
	border: 1px solid #7F9DB9;
	margin: 1px;
	padding: 0px;
	color: White;
	font-size: 95%;
	font-weight: bolder;
}

/*Modal Popup*/
.modalBackground
{
	background-color: Gray;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

/* Calendar */

.MyCalendar .ajax__calendar_container
{
	border: 1px solid #cccccc;
	background-color: #e2e2e2;
	font-family: Verdana;
	font-size: x-small;
}

.MyCalendar .ajax__calendar_header
{
	background-color: #ffffff;
	margin-bottom: 4px;
}

.MyCalendar .ajax__calendar_title, .MyCalendar .ajax__calendar_next, .MyCalendar .ajax__calendar_prev
{
	color: #004080;
	padding-top: 3px;
}

.MyCalendar .ajax__calendar_body
{
	background-color: #e9e9e9;
	border: solid 1px #cccccc;
	font-family: Verdana;
	font-size: x-small;
}

.MyCalendar .ajax__calendar_dayname
{
	text-align: center;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 2px;
}

.MyCalendar .ajax__calendar_day
{
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year, .MyCalendar .ajax__calendar_active
{
	color: #004080;
	font-weight: bold;
	background-color: #ffffff;
}

.MyCalendar .ajax__calendar_today
{
	font-weight: bold;
	font-family: Verdana;
	font-size: x-small;
}

.MyCalendar .ajax__calendar_other, .MyCalendar .ajax__calendar_hover .ajax__calendar_today, .MyCalendar .ajax__calendar_hover .ajax__calendar_title
{
	color: #bbbbbb; /* .MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year {     color: Gray; } .MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year {     color: black; } .MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year {     color: black;     font-weight:bold; } */