/* +=====+==================================================================+ */
/* | BGN | Istituto Superiore di Sanita' 3 v.1.3 - CSS 3.3 (tool) 20071108  | */
/* +=====+==================================================================+ */
/* +------------------------------------------------------------------------+ */
/* | BGN (3.3) - Celle di Tabella                                           | */
.center_blue
{
	text-align: center;
	background-color: #CCF; 
	padding: 10px;
	margin: 1em 0 1em 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	color: #006;
}
.left_blue
{
	text-align: left;
	background-color: #CCF; 
	padding: 10px;
	margin: 1em 0 1em 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	color: #006;
}
.left_none
{
	text-align: left;
	padding: 10px;
	margin: 1em 0 1em 0;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	color: #006;
	background-color: #F2F2FF;
}
.action
{
	text-align: left;
	padding: 0 0 0 10px;
	border-bottom: #006;
	border-width: 0 0 3px 0;
	border-style: solid;
	margin: 0;
	background-color: #CCF; 
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	color: #006;
}
td
{
	padding: 2px;
	margin: 0;
}
tr:hover
{
	padding: 2px;
	margin: 0;
	background-color: #FC6;
}
hr { width: 80%; }
.page_cont_sezs_titl
{
	min-height: 2em;
}
.hhom
{
	min-height: 1.8em;
}
/* | END (3.3) - Celle di Tabella                                           | */
/* +------------------------------------------------------------------------+ */
/* | BGN (3.3) - Testo                                                      | */
.page_cont_titl_text
{
	padding: 0;
	border: 0;
	margin: auto 0 0 1em;
	
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	color: #006;
	
	background-color: transparent;

	display: inline;

	left: 0;
	top: 0;
}
/* | END (3.3) - Testo                                                      | */
/* +------------------------------------------------------------------------+ */
/* | BGN | PRE                                                              | */
pre
{
	border-color: #F00;
	border-width: 2px;
	border-style: dotted;
	margin: 1em;

	background-color: #FFF;
}
/* | END | PRE                                                              | */
/* +------------------------------------------------------------------------+ */
/* | BGN (3.3) - Vista a tabella/griglia                                    | */
#page_cont_text form .AspNet-GridView
{
	padding: 0;
	border: 0;
	margin: 1em 0 1em 1em;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	display: inline;
	left: 0;
	top: 0;
}
#page_cont_text form .AspNet-GridView table
{
	width: 100%;
}
#page_cont_text form .AspNet-GridView table th
{
	padding: 2px;
	background-color:#9393FF;
}
#page_cont_text form .AspNet-GridView table thead .midl
{
	padding: 2px;
	background-color:#9393FF;
	text-align: center;
}
#page_cont_text form .AspNet-GridView table tbody tr td
{
	padding: 2px;
	margin: 0;
	border-right: #000080;
	border-bottom: #000080;
	border-width: 0 1px 1px 0;
	border-style: none dotted dotted none;
	background-color: inherit;
}
#page_cont_text form .AspNet-GridView table tbody tr .midl
{
	padding: 2px;
	margin: 0;
	border-right: #000080;
	border-bottom: #000080;
	border-width: 0 1px 1px 0;
	border-style: none dotted dotted none;
	background-color: inherit;
	text-align: center;
}
#page_cont_text form .AspNet-GridView table tr:hover
{
	padding: 2px;
	margin: 0;
	border-right: #000080;
	border-bottom: #000080;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	background-color: #FC6;
}
#page_cont_text form .AspNet-GridView a:link
{
	text-decoration: none;
	font-weight: normal;
	border: none;
	color: #006;
	background-color: transparent;
}
#page_cont_text form .AspNet-GridView a:visited
{
	color: #900000;
	font-weight: normal;
	text-decoration: none;
	color: #900000;
	background-color: transparent;
}
#page_cont_text form .AspNet-GridView a:hover
{
	text-decoration: none;
	font-weight: normal;
	color: white;
	background-color: #006;
}
#page_cont_text form .AspNet-GridView table .AspNet-GridView-Alternate
{
	background-color: #CCF;
}
#page_cont_text form .AspNet-GridView .AspNet-GridView-Pagination
{
	font-size: 120%;
	text-align: center;
	display: block;
}
/* | END (3.3) - Vista a tabella/griglia                                    | */
/* +------------------------------------------------------------------------+ */
/* | BGN (3.3) - Vista a Lista                                              | */
#page_cont_text form .AspNet-DataList
{
	margin: 1em 0 1em 1em;
}
#page_cont_text form .AspNet-DataList table
{
	width: 100%;
}
#page_cont_text form .AspNet-DataList table tbody tr td
{
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 90%;
	font-style: normal;
	text-align: left;
	text-decoration: none;
	color: #006;
	
	border-bottom: dotted;
	border-color: #999999;
	border-width: 1px;
}
/* | END (3.3) - Vista a Lista                                              | */
/* +------------------------------------------------------------------------+ */
/* | BGN (3.3) - Vista dettaglio/scheda                                     | */
.AspNet-DetailsView {}
.AspNet-DetailsView-Data {}
.AspNet-DetailsView-Name
{
margin-right: 2em;
font-weight: bold;
}
.AspNet-DetailsView-Value {}
/* | END (3.3) - Vista dettaglio/scheda                                     | */
/* +------------------------------------------------------------------------+ */
/* | BGN (3.3) - Login                                                      | */
.AspNet-Login 
{
	padding: 0 0 0 0;
	border: 0;
	margin: 0 0 0 0;

	font-family: Verdana, sans-serif;
	font-size: 100%;
	color: black;

	background-color: transparent;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-TitlePanel
{
	font-size: 120%;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0 0 1em 0;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-UserPanel label
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-style: italic;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-UserPanel input
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-PasswordPanel label
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-style: italic;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-PasswordPanel input
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-RememberMePanel
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-style: italic;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-SubmitPanel
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
#page_cont_resp_refe .AspNet-Login .AspNet-Login-FailurePanel
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: bold;
	text-align: center;
	color:#FF0000;
	margin-left: auto;
    margin-right: auto;
	display: block;
}
/* | END (3.3) - Login                                                      | */
/* +------------------------------------------------------------------------+ */
/* | BGN (3.3) - Vista a Form                                               | */
.AspNet-FormView
{
	margin: 1em 0 1em 1em;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	color: black;
	border: dotted;
	border-color: #999999;
	border-width: 1px;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Data
{
	padding: 1em 0 0 1em;
	line-height: 2em;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Data input
{
	padding: 1em 1em 0 0;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Data span
{
	font-weight: bold;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Data a:link
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: transparent;
	text-decoration: none;
	font-weight: bold;
	color: #006;

	background-color: transparent;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Data a:hover
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #006;
	text-decoration: none;
	font-weight: bold;
	color: #006;

	background-color: #9CF;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Pagination
{
	font-size: 120%;
	text-align: center;
	display: block;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Pagination a:link
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: transparent;
	text-decoration: none;
	font-weight: bold;
	color: #006;

	display: inline;

	background-color: transparent;
}
#page_cont_text form .AspNet-FormView .AspNet-FormView-Pagination a:hover
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #006;

	text-decoration: none;
	font-weight: bold;
	color: #006;

	display: inline;

	background-color: #9CF;
}
.AspNet-FormView-ActivePage {}
.AspNet-FormView-OtherPage {}
/* | END (3.3) - Vista a Form                                               | */
/* +=====+==================================================================+ */

