﻿.subheader 
{
    font-weight:bold !important;
    width:50em;
    padding-bottom:0.3em;
    border-bottom:solid 1px silver;
}
.Button
{
    border-right: #beb6ab 1px solid;
    background-position: left bottom;
    border-top: #dbd8cf 1px solid;
    border-left: #dbd8cf 1px solid;
    border-bottom: #beb6ab 1px solid;
    background-color: #f2f1ed;
}
.ErrorBox
{
    color: #ff3300;
    border: solid 1px #ff3300;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4px 8px;
}
.ErrorBox UL
{
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
.ErrorBox UL LI
{
    margin-left: 0px;
}
.ValidationError
{
    color: #ff3300;
}

.Grayed, .Grayed A, A.Grayed
{
    color: darkgray;
}
.Grayed A,
A.Grayed
{
    text-decoration: none;
}
.Grayed A:Hover,
A.Grayed:Hover
{
    text-decoration: underline;
}

.thumbbox 
{
	margin-bottom: 10px;
}
.thumbmenu A
{
    color: #0066cc;
}
.thumbmenu A:Hover
{
    color: #0099ff;
    text-decoration: underline;
}
.thumbwrap {
	padding: 12px 5px 0 5px;
	margin: 0;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: bottom; /**/
	margin: 0 7px 15px 7px;
	border: 1px solid #999;
	padding: 0;
	text-align: center;
}
/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.thumbwrap li>a {
	/*\*/ display: table; /**/
	width: 150px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #ffe;
	cursor: pointer;
	padding-top: 13px;
}
.thumbwrap img {
	border: solid 1px #66f;
	vertical-align: bottom;
}
.thumbwrap a:hover {
	background-color: #dfd;
}
.thumbwrap .caption {
	display: block;
	padding: .3em 5px;
	w\idth: 140px;  /* Moz, IE6 */
}
/* top ib e hover Op */
@media all and (min-width: 0px) {
	.thumbwrap li {
		vertical-align: top;
	}
	.thumbwrap li a {
		display: inline-block;
		vertical-align: top;
	}
	.thumbwrap {
		display: inline-block; /* non deve avere margin */
	}
}
