﻿
.metro-tile {
	background-color: #D8512B;
	border-color: #DC6241;
	width: 232px;
	height: 124px;
	padding: 5px;
    margin: 5px;
	color: #FFF;
	font-family: sans-serif;
	font-size: 12px;
	border-width: 3px;
	border-style: solid;
	cursor: default;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-ms-transition: 0.1s all;
	transition: 0.1s all;
    text-align: center;
    float: left;
    border-radius: 10px;
}


.metro-tile-small {
	width: 124px;
	height: 124px;
}


.metro-tile-blu {
	/*background-color: #2878EC;*/
    /*background-color: #5A738E;*/
	border-color: #FFF;
    color: #FFF;    
    background: -moz-linear-gradient(top,  rgba(115,135,156,0.58) 0%, rgba(42,63,84,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(115,135,156,0.58) 0%,rgba(42,63,84,1) 100%);
    background: linear-gradient(to bottom,  rgba(115,135,156,0.58) 0%,rgba(42,63,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9473879c', endColorstr='#2a3f54',GradientType=0 );
    cursor:pointer; 
    cursor:hand;
}

.metro-tile-rosso {
	/*background-color: #2878EC;*/
    /*background-color: #5A738E;*/
	border-color: #FFF;
    color: #FFF;    
    background: -moz-linear-gradient(top,  rgba(255, 0, 0, 0.58) 0%, rgb(153, 38, 43) 100%);
    background: -webkit-linear-gradient(top,  rgba(255, 0, 0, 0.58) 0%,rgb(153, 38, 43) 100%);
    background: linear-gradient(to bottom,  rgba(255, 0, 0, 0.58) 0%,rgb(153, 38, 43) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99262b', endColorstr='#99262b',GradientType=0 );
    cursor:pointer; 
    cursor:hand;
}

