﻿body 
{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:small;
	color:#004385;
	background-color:#9daac8;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#contenitore
{
	margin:auto;
	padding:290px 25px 0 25px;
	width:900px;
	background-color:#fff;
	background-image:url(images/background_top_frontend.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#contenitore_admin
{
	margin:auto;
	padding:180px 25px 0 25px;
	width:900px;
	background-color:#fff;
	background-image:url(images/background_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#contenitore_body_admin
{
	padding-top:30px;
	margin-top:30px;
}

	.menu_admin
	{
		margin:0 0 0 190px;
		padding:0;
		font-weight:bold;
	}
	
	.menu_admin a
	{
		color:#005496;
	}
	
	.menu_admin a:hover
	{
		color:Red;
	}
	
	.menu_livello
	{
		margin:0px 0px 0px 20px;
		padding:0px 4px 0px 4px;
		border:1px solid;
	}
	
	.menu_livello_statico
	{
		margin:0;
		padding:0 4px 0 4px;
	}

#contenitore_bottom
{
	margin:auto;
	padding:0 0 0 0;
	width:950px;
	height:47px;
	background-image:url(images/background_bottom.gif);
	background-position:top;
	background-repeat:no-repeat;
}

.textbox
{
	width:300px;
	height:20px;
    border: #7f9db9 1px solid;
	background-color:#edf5fb;
}

.textboxReadonly
{
	width:300px;
	height:20px;
    border: #7f9db9 1px solid;
	background-color:#cdd5db;
}

.textboxbig
{
	width:550px;
	height:20px;
    border: #7f9db9 1px solid;
	background-color:#edf5fb;
}

.textbox_date
{
	width:90px;
	height:20px;
    border: #7f9db9 1px solid;
	background-color:#edf5fb;
}

.textarea
{
	width:300px;
    border: #7f9db9 1px solid;
	background-color:#edf5fb;
}

.textareabig
{
	width:550px;
    border: #7f9db9 1px solid;
	background-color:#edf5fb;
}

.selectbox
{
	width:306px;
    border: #7f9db9 1px solid;
	background-color:#edf5fb;
}

.button
{
	width:96px;
	height:24px;
	border:none;
	color:#004385;
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	background-image:url(images/bg_campi.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.button_largo
{
	width:130px;
	height:24px;
	border:none;
	color:#004385;
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	background-image:url(images/bg_campi_largo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
.button_big
{
	width:306px;
	height:24px;
	border:none;
	color:#004385;
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	background-image:url(images/bg_campi_lungo.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.button_small
{
	width:48px;
	height:24px;
	border:none;
	color:#004385;
	font-family:Verdana;
	font-size:small;
	font-weight:bold;
	background-image:url(images/bg_campi_small.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

.errore
{
	color:Red;
}

.side_bar_navigation
{
	margin:0;
	padding:0;
	vertical-align:top;
	width:250px;
}

.side_bar_navigation a
{
	font-weight:bold;
	text-decoration:none;
	color:#9daac8;
}

.side_bar_navigation_popup
{
	margin:0;
	padding:40px 0 0 0;
	vertical-align:top;
	width:150px;
}

.side_bar_navigation_popup a
{
	font-weight:bold;
	text-decoration:none;
	color:#9daac8;
}

.selected_item a
{
	color:#E81E2A;
}

h2
{
	margin:0 0 10px 0;
	padding:0;
	font-size:medium;
	font-weight:bold;
}

legend
{
	font-size:medium;
	font-weight:bold;
}

.side_bar_list
{
	margin:0 0 0 6px;
	padding:0;
}

th
{
	text-align:right;
	vertical-align:middle;
	width:200px;
	margin:0;
	padding:4px 4px 4px 0;
}
td
{
	vertical-align:middle;
	margin:0;
	padding:4px 0 4px 0;
}

fieldset
{
    margin:30px 0 0 0;
}

.pulsantiera
{
	text-align:right;
}

.campo_obbligatorio
{
    color:Red;
}

.campoerrore
{
    border:1px solid Red;
}

.link_generico
{
	text-decoration:none;
	color:Green;
	font-weight:bold;
}

.link_generico_small
{
	text-decoration:none;
	color:Green;
	font-size:x-small;
	font-weight:bold;
}

.paragrafo
{
	margin:0 0 0 220px;
	padding:0;
}

.etichetta
{
	font-weight:bold;
}

.valore_etichetta
{
	font-weight:bold;
	color:Red;
}

/* gridview*/
	.gridview
	{
		background-color:#D1DEE8;
		border-color:#C1CED8;
		font-size:0.8em;
	}

	.gridview td
	{
		padding:2px;
		vertical-align:top;
	}

	.gridview_row
	{
		background-color:#E1EEF8;
	}

	.gridview_alternating_row
	{
		background-color:#F1FEF8;
	}
	
	.gridview_header th
	{
		text-align:center;
	}
	
	.gridview_header a
	{
		text-decoration:none;
		color:#006610;
	}
	
	.gridview_header a:hover
	{
		text-decoration:underline;
		color:#008630;
	}
	
	.gridview_control
	{
		font-weight:bold;
		text-decoration:none;
		color:#006610;
	}
	
	.gridview_control:hover
	{
		text-decoration:underline;
		color:#008630;
	}
	
	.gridview_item
	{
		text-align:center;
	}
