.main-bg {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


h2 {
	background: none repeat scroll 0 0 #ECECEC;
    height: 30px;
    width: 90%;
	font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 0 0 15px;
    margin: 0;
}

h3 {
	color: #696969;
	font-weight: bold;
}

h4 {
	margin-top:10px;
	margin-bottom: 10px;
}

a {
	font-size: 12px;
}

.mimiclink {
	font-size: 12px;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

#menuTable a {
	color: blue;
	text-decoration: none;
}
#menuTable a:hover {
	color: orange;
	text-decoration: underline;
}

.menuCell {
	padding-left: 16px;
	background-repeat: no-repeat;
	background-position: left center;
	border-left: 1px solid #6386BB;
	border-bottom: 1px solid #6386BB;
	border-right: 1px solid #6386BB;
}
.menuNormal {
	background-image: url('../images/button_arrow.gif');
}
.menuSelected {
	background-image: url('../images/button_arrow_sel.gif');
}

.nolink {
	font-size: 12px;
}

.scheda {
    display: inline;
    float: left;
    font-weight: bold;
    height: auto !important;
    min-height: 217px;
    position: relative;
    width: 100%;
	color: #696969;
	font-size: 12px;
}

.float {
    display: inline;
    float: left;
    position: relative;
    width: 100%;
}


.small {
	font-size: 10px;
}

.cuore {
	color: #CC3333;
	font-weight: bold;
}

.insetto {
	color: #CCCC33;
	font-weight: bold;
}


.pietre {
	color: #33CC33;
	font-weight: bold;
}

.anime {
	color: violet;
	font-weight: bold;
}

.pesci {
	color: #696969;
	font-weight: bold;
}


.contentTable td {
	font-size: 12px;
}

.borderedTable {
	border-collapse:collapse;
}
.borderedTable td, .borderedTable th{
	border: 1px solid #444444;
	padding: 3px;
}
.borderedTable tr.style2 td{
	background-color: #E2F9FF;
}
.borderedTable tr.style3 td{
	background-color: #C2D9F3;
}
.borderedTable th {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 14px;
}
.s3 {
	text-align: right;
}