﻿body
{
	font-family: "Trebuchet MS", Arial;
	color:#FFFFFF;
	background-color:#000000;
	background-repeat: repeat-x;
	background-image: url(../../Images/fondo_body.jpg);
	color:#fff;
	font-size:12px;
	margin: 10px 10px 10px 10px;
	scrollbar-3dlight-color:#191919; 
	scrollbar-arrow-color:#f90; 
	scrollbar-base-color:#191919; 
	scrollbar-darkshadow-color:#191919; 
	scrollbar-face-color:#191919; 
	scrollbar-highlight-color:#333; 
	scrollbar-shadow-color:#333
}



.title
{
	font-family:Verdana;
	font-size:13px;
	color:#f90;	
	font-weight:bold;
}
.small
{
	font-family:Verdana;
	font-size:10px;
	color:#fff;
}
.directory
{
	font-family:Verdana;
	font-size:12px;
	color:#fff;
}
.bottoni
{
	background-color:black;
	font-family:Verdana;
	font-size:11px;
	color:#f90;
	border:solid 1px #666666;
	margin: 2px 2px 2px 2px;
	font-weight:bold;
}
.bottoniNew
{
	background-image:url(../../images/fondo_button.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	text-align:left;
	border:solid 0px #000;
	height:27px;
	padding: 2px 2px 2px 2px;
	font-weight:normal;
	padding-left:10px;
}
.bottoniNewHover
{
	background-image:url(../../images/fondo_button_f2.jpg);
	background-repeat:repeat-x;
	font-family:Verdana;
	font-size:11px;
	color:#fff;
	text-align:left;
	border:solid 0px #000;
	height:27px;
	padding: 2px 2px 2px 2px;
	font-weight:normal;
	padding-left:10px;
	cursor:pointer;
	cursor:hand;
}

.AlertText
{
	font-family:Verdana;
	font-size:12px;
	color:#f00;	
	font-weight:normal;	
}
.HelpText
{
	font-family:Verdana;
	font-size:12px;
	color:#cccccc;	
	font-weight:normal;	
}
