﻿body
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
	background-color: #E8E7E7;
}

table
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
}

a.menu_link
{
	color: #333399;
	text-decoration: none;
}

a.menu_link:hover
{
    color: #808080;
    text-decoration: underline;
}

a.link
{
	color: #333333;
	text-decoration: none;
}

a.link:hover
{
    color: #636363;
    text-decoration: underline;
}

.header
{
	color: #f0f8ff;
	background-color: #333399;
}

.row_even
{
    background-color: #a7b2bd;
}

.row_odd
{
    background-color: #dcdcdc;
}
    
.box
{
	font-size: 17px;
	background-color: #808080;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
}

.message
{
    font-size: 14px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #db1b1b;
}

.titolo
{
	font-size: 17px;
	color: #808080;
	font-family: Tahoma;
	font-weight: bold;
	text-transform: uppercase;
}

.textbox_main
{
	background-color: #f0f8ff;
	font-size: 14px;
	color: black;
	font-family: Tahoma;
	text-transform: uppercase;
}

.textbox
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
	text-transform: uppercase;
}

.textbox_ro
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
	background-color: Silver;
}

.textbox_normal
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
}

.textbox_fixed
{
	font-size: 14px;
	background-color: #ffffc0;
	color: black;
	font-family: 'Courier New';
}

.label
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
}

.form
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #dcdcdc;
}

.form_mail
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #ffffff;
}

.button
{
	font-size: 14px;
	color: black;
	font-family: Tahoma;
}

.button_image {
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	background-color:#ffffff;
	display:inline-block;
	color:#000000;
    padding:6px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	text-align:center;
}
    
.button_image:hover {
	background-color:#c62d1f;
    color:#ffffff;
    text-decoration:none;
}
    
.button_image:active {
	position:relative;
	color:#ffffff;
    top:1px;
}

.button_image:visited {
    position:relative;
	color:#ffffff;
    top:1px;
}

.data_table
{
	background-color: #a9a9a9;
}

.data_header
{
	font-size: 14px;
	color: #ffffff;
	font-family: Tahoma;
	background-color: #808080;
	text-decoration: none;
}

.modal_bg
{
    width: 100%;
	display: none;
	background-color: Gray;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 999;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modal_bg_Opera
{
	background-image: url("Immagini/maskBg.png") !important;
}

.modal_dialog
{
	border: 1px #FFFFFF outset;
	display: none;
	background: #FFFFFF;
	z-index: 1000;
	position: absolute;
	top: 0;
	left: 0;
}

.modal_wrap
{
	font-size: 14px;
	background-color: #ffffc0;
	color: black;
	font-family: 'Courier New';
}