/* inizio: impostazioni generali */
html
{
	margin:  0;
	padding: 0;
	height:  100%;
}

body
{
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 12px;
  font-weight: normal;
}

td,th
{
  font-size: 11px;
  color: black;
}

#MainAreaWorkColumnTable
{
  width: 100%;
}
  
#MainAreaTopRowTable
{
  width: 100%;
}
#MainAreaTopRowTable h3
{
  margin-top: 3px;
  margin-bottom: 6px;
}
#MainAreaTopRowTableContextCell
{
  width: 52%;
  text-align: left;
}
#MainAreaTopRowTableGotoHomePageCell
{
  width: 15%;
  text-align: right;
}
#MainAreaTopRowTableGotoSearchPageCell 
{
  width: 15%;
  text-align: right;
}
#MainAreaTopRowTableGoBackPageCell
{
  width: 15%;
  text-align: right;
}

a:link 
{  
  text-decoration:  none;
  color:  #3333cc;
}  
    
a:visited
{  
  text-decoration:  none;
  color:  #333399;
}  
    
a:active 
{  
  text-decoration:  none;
  color:  #333399;
}  
    
a:hover 
{  
  text-decoration:  underline;
  color:  #3333cc;
}
  
a, img
{
    border: none;
}
a
{
  font-weight: bold;
}
.h1
{
  font-size: 11px;
  color: #333;
  font-weight: bold;
  font-family: Verdana, Geneva, sans-serif, Arial;
}
.h2
{
  font-size: 14px;
  color: #333;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-weight: bold;
}

.classSpan
{
}
.classSpanDisplayBlock
{
	display: block;
}
.classDivConcatSetContainer 
{
  margin-bottom: 4px;
}

.classHidden
{
  display: none;
}

/* ---------- */
.crossBrowserInlineBlock
{
  display: inline-block;
}
* html .crossBrowserInlineBlock { display: inline; zoom: 1; } /* IE6 */
*:first-child+html .crossBrowserInlineBlock { display: inline; zoom: 1; } /* IE7 */

.crossBrowserBoxSizingBorderBox
{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* fine: impostazioni generali */
