﻿DIV.form_container
{
	text-decoration: none;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700; /*border: solid 1px #ff0000;*/
}
DIV.form_container_admin
{
	text-decoration: none;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700; 
	background-color: #d7e9f7;
	border: solid 1px #2778b6;
}
DIV.form_sub_container
{
	margin-top: 0px;
	background-color: #fcf2e8;
	border: solid 1px #ffdccd;
}

SPAN.site_navigation
{
	text-decoration: none;
	color: #2778b6;
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
}
SPAN.form_title
{
	text-decoration: none;
	display: block;
	color: #e3ae97;
	font-family: Tahoma, Sans-Serif;
	font-size: 12px;
	font-weight: 700;
	margin: 15px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border-bottom: solid 1px #e3ae97;
}
H3
{
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	font-weight: 500;
	text-align: justify;
	padding: 0px 10px 0px 10px;
}
H4
{
	margin-top: 5px;
	font-family: tahoma;
	font-size: 12px;
	color: #343434;
	line-height: 12px;
	font-weight: 500;
}

SPAN.grassetto
{
	color: #767676;
	font-family: Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: 700;
	display: block;
	margin: 0px 5px 10px 5px;
}
SPAN.normale
{
	color: #343434;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	display: block;
	margin: 7px 5px 7px 5px;
}

/* ________ stili dei controlli nome/valore ________*/
.ct_container
{
	font-family: Tahoma, Sans-Serif;
	color: #444444;
	font-size: 11px;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 5px 3px 5px 3px; /*	border: solid 1px #00ff00;*/
}
.ct_container_error
{
	font-family: Tahoma, Sans-Serif;
	color: #ABABAB;
	font-size: 11px;
	background-color: #ffCDCD;
	display: block;
	margin: 2px 0px 2px 0px;
	padding: 3px 3px 3px 3px;
	border: solid 1px #FFa6a6;
}
.ct_caption
{
	display: block;
	margin-left: 5px;
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 500;
	color: #434343;
	text-transform: capitalize;
	float: left;
	width: 100px;
	text-align: right;
	padding-top: 3px;
}
.ct_text
{
	font-family: Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	color: #343434;
	display: block;
	text-align: justify;
	padding-top: 3px;
	padding-left: 5px;
}
.ct_box
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	color: #7B7B7B;
	background-color: #FFFFFF;
	margin-left: 5px;
	border: solid 1px #DBDBDB;
}
.ct_box_error
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	color: #777777;
	background-color: #ffCDCD;
	padding-left: 5px;
	border: solid 1px #FFa6a6;
}

SPAN.description
{
	display:block;
	font-family: tahoma;
	font-size: 13px;
	color: #000000;
	line-height: 20px;
	font-weight: 500;
	text-align: justify;
	padding: 10px 10px 0px 10px;
}