/************************************************************/
/* ELEMENT (TD,H1,BODY,UL,INPUT,SELECT,etc.) BASED STYLES	*/
/************************************************************/


/* TOP LEVEL STYLES */
BODY {
  background-color: white;
  font-family: Verdana;
  font-size: 11px;
  margin-top: 3px; 
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
}

TD
{
   font-family: Arial;
   font-size: 11pt;
   text-decoration: none;
   vertical-align : top;
   color=blue;
}

TH
{
   font-family: Arial;
   font-size: 11pt;
   text-decoration: none;
   vertical-align : top;
   color=blue;
}

.Box5_tabella {

	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	BACKGROUND: #F2F2F2;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}

.Box5_tabella_Boldata {

	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	BACKGROUND: #F2F2F2;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
}

.Box4_tabella {

	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	BACKGROUND: white;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: red;
}

.Box6_tabella {

	PADDING-RIGHT: 2px;
	PADDING-LEFT: 2px;
	BACKGROUND: #A8D7B0;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #666699 2px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	margin-bottom: 1px;
	margin-top: 1px;
	margin-right: 5px;
	margin-left: 5px;
}
/************************************************************/
/* ANCHOR STYLES											*/
/************************************************************/

A {
   cursor: hand;
   color: green;
   font-family:Arial;
   FONT-SIZE: 10pt; 
   font-weight: lighter;
   text-decoration: underline;
}

A:link A:visited {
   cursor: hand;
   text-decoration: none;
   color: #000000;
}

A:hover {
   color: Black;
}

A.Link {
  text-decoration: underline;
}

A.listTableHeaderAnchorStyle {
  color: black;
  text-decoration: none;
  cursor: hand;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

P{
	font-family: Arial; 
    font-size: 11pt; 
    font-style: normal;       
}
/************************************************************/
/* HEADER STYLES											*/
/************************************************************/

H2 {
    color: black;
    background-color: #CCCCCC;
    font-family: Arial; 
    font-size: 11pt; 
    font-style: normal; 
    font-weight: bold; 
    text-align: center;
    vertical-align: top;
    border-top: 1px black solid; 
    border-right: 1px black solid; 
    border-bottom: 1px black solid; 
    border-left: 1px black solid;
    margin-bottom: 5px;
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 1px;
}


/************************************************************/
/* INPUT Styles												*/
/************************************************************/


INPUT.littleButton {
   cursor: hand;
   font-size: 10pt;
   font-family: Arial;
   font-weight: bold;
   width: 75;
   color: black;
   background: #6699CC;
   border: outset 2 #9999cc;
   line-height: 11pt;
   align: center;
}

SELECT {
  border-top: 1pt black solid;
  border-right: 1pt black solid;
  border-bottom: 1pt black solid;
  border-left: 1pt black solid;
  text-align: center;
  font-family: Arial;
  font-size: 110%;
}


/************************************************************/
/* TEXTAREA Styles											*/
/************************************************************/

TEXTAREA { 
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  text-align: left;
  font-family: Arial;
  font-size: 11pt;
}

/************************************************************/
/* Html lists												*/
/************************************************************/
UL {
  text-align: left;
  font-weight: normal;
  margin-left: 12px;
  margin-bottom: 0px;
}


/************************************************************/
/* FORM														*/
/************************************************************/


FORM {
  margin-top: 0px; 
  margin-right: 0px; 
  margin-left: 0px; 
  margin-bottom: 0px;
}


/************************************************************/
/* STATUS BAR Style											*/
/* Use an image, transparent, background color will be the  */
/* status bar.												*/
/************************************************************/

.statusBarStyle {
	background-color: #6699CC;
}

.button {
  background-color: #31669A;
  color: #000000;
  font-family: Arial;
}


/************************************/
/*********ListView Styles************/
/************************************/
th.ViewHeaderStyle
{
  border-top: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
  border-right: 1px black solid;
  padding-left: 5px;
  padding-right: 2px;
  font-famliy: Arial;
  font-weight: bold;
  font-size: 90%;
  text-align: left;
  text-decoration: none;
}

table.ViewTableStyle
{
  width:100%;
}

td
{
font-size: 12px;
font-family: Arial;
}

td.DisplayCellLines
{
border-bottom : 1px solid #DDDDDD;
}

.ViewRowSelectedStyle {
  color: highlighttext;
  background: highlight;
  text-align: left;
  font-family: Verdana, Arial;
  padding-left: 5px;
  padding-right: 2px;
  cursor: hand;
}

.subheader
{
font-family: Verdana;
font-size: 12pt;
background-color: #6699CC;
width: 25%;
color: white;
border-top: 1px black solid; 
border-right: 1px black solid; 
border-bottom: 1px black solid; 
border-left: 1px black solid;
margin-bottom: 5px;
margin-top: 2px;
margin-left: 1px;
margin-right: 1px;
}