<!-- --------------------------------------------------------------------------- -->
<!--                                                                             -->
<!--    Project:    UTE - (U)niversal ASP (T)able (E)ditor                       -->
<!--                                                                             -->
<!--    Module:     UTE Cascading Style Sheet                                    -->
<!--                                                                             -->
<!--    Version:    2.0                                                          -->
<!--                                                                             -->
<!--    Comments:   This module does the following things:                       -->
<!--                    1. defining cascading style sheets for ute               -->
<!--                                                                             -->
<!-- --------------------------------------------------------------------------- -->
<!--                                                                             -->
<!--    (c) in 2000-2002 by Tom Wellige                                          --> 
<!--    http://www.wellige.com  mailto:tom@wellige.com                           -->
<!--                                                                             -->
<!--    This project is released under the "GNU General Public License (GPL)"    -->
<!--    http://www.gnu.org/licenses/gpl.html                                     --> 
<!--                                                                             -->
<!--    and is maintained on SourceForge at                                      -->
<!--    http://sourceforge.net/projects/ute-asp/                                 -->
<!--                                                                             -->
<!--    and can also be found on CodeProject at                                  -->
<!--    http://www.codeproject.com/asp/ute.asp                                   -->
<!--                                                                             -->
<!-- --------------------------------------------------------------------------- -->

BODY, P, TD
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9pt;
    color: black;
	SCROLLBAR-FACE-COLOR: #8199DA;
	SCROLLBAR-HIGHLIGHT-COLOR: #B0C4DE;
	SCROLLBAR-SHADOW-COLOR: #333333;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #FFCC00;
	SCROLLBAR-TRACK-COLOR: #F0F0F0;
	SCROLLBAR-DARKSHADOW-COLOR: #8199DA;
}
BODY
{
	background-color: #FFFFFF
}
INPUT, TEXTAREA, SELECT
{
BORDER-BOTTOM: #0066CC 1px solid; BORDER-LEFT: #0066CC 1px solid; BORDER-RIGHT: #0066CC 1px solid; BORDER-TOP: #0066CC 1px solid;
	SCROLLBAR-FACE-COLOR: #8199DA;
	SCROLLBAR-HIGHLIGHT-COLOR: #B0C4DE;
	SCROLLBAR-SHADOW-COLOR: #333333;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #FFCC00;
	SCROLLBAR-TRACK-COLOR: #F0F0F0;
	SCROLLBAR-DARKSHADOW-COLOR: #8199DA;
}
A.ute_link  {
	text-decoration : none;
}
A.ute_link:Visited  {
	text-decoration : none;
}
A.ute_link:Active  {
	text-decoration : none;
}
A.ute_link:Hover  {
    text-decoration: underline;
}

.ute_headline
{
	font-size: 14pt;
	font-weight: bold;
}

.ute_subheadline
{
	font-size: 11pt;
	font-weight: bold;
	color:red
}

.ute_outer_text
{
	font-size: 8pt;
	padding: 2pt;
}

.ute_powered_by
{
	text-align: right;
	font-size: 8pt;
	padding: 2pt;
}

.ute_table
{
	background: #FFFFFF;
	width: 100%;
}

.ute_form
{
	background: #FFFFFF;
}

.ute_header, .ute_header_pk, .ute_header_btn, .ute_content_odd, .ute_content_odd_pk, .ute_content_even, .ute_content_even_pk
{
	vertical-align: top;
	text-align: left;
	padding: 4pt;
}

.ute_header
{
	background: #C0C0C0;
	font-weight: bold;
}

.ute_header_pk
{
	background: #C0C0C0;
	font-weight: bold;
	font-style: italic;
}

.ute_navigation, .ute_navigation_active, .ute_navigation_passive
{
	background: #FDE7A2;
	font-size: 8pt;
	padding: 1pt;
}

.ute_navigation_active
{
	color: Red;
	padding: 0pt;
}

.ute_navigation_passive
{
	color: Gray;
	padding: 0pt;
}

.ute_content_odd, .ute_content_odd_pk
{
	background: #ececec;
}

.ute_content_odd_pk
{
}

.ute_content_even, .ute_content_even_pk
{
	background: #F3F3F3;
}

.ute_content_even_pk
{
}

.ute_form_value, .ute_form_error, .ute_form_def
{
	background: #F4F4F4;
	padding: 4pt;
}

.ute_form_error
{
	background: #FF0000;
	color: white;
	font-weight: bold;
}

.ute_form_def
{
	font-size: xx-small;
}

.ute_btn_ok
{
	color: Black;
	background: Silver;
	width: 7em;
	font-size: x-small;
}

.ute_btn_cancel
{
	color: Black;
	background: Silver;
	width: 7em;
	font-size: x-small;
}
A {text-decoration: none}
A:link {color: #000090;}
A:visited {color: #000090;}
A:active {color: #000090;}
A:hover {color: #f03000;}
.dbtitle {font-family: Verdana,  Arial, Helvetica,; color: #FFFFFF; FONT-SIZE: 11px; FONT-weight: bold;background-color:#8199DA;}
.scelte {Font-Family: Arial, Helvetica, sans-serif; font-size: 11px; Color : #000000; font-weight: bold;background-color:#EFEFEF;}
.testa {Font-Family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; Color : #000030; font-weight: bold;}
.testo {Font-Family: Arial, Helvetica, sans-serif; font-size: 12px; Color : #000000}
.tabella {Font-Family: Verdana, Arial, Helvetica; font-size: 9px; Color : #000000}
.logo {Font-Family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; Color : #000000; font-weight: bold; text-decoration: em;background-color:#99ffff;}
.tbflat  {font-size : 12px; font-family : Verdana; border-style : solid; border-color : #8199DA;}
.cmdflat  {font-size : 12px; font-family : Verdana; background-color : #8199DA; color : #ffffff; font-weight : bold;cursor:hand;}

