/* ================================
    CSS STYLES FOR Module YouMedia
   ================================
*/

.bottone
{
	border: solid 1px #CCC;
	display: inline-block;
	padding: 3px;
	margin: 2px;
	background-color: #FCFCFC;
	color: Black;
	width: 150px;
	text-align: center;
}

.td4 {
	width: 25%;
	display: inline-block;
	margin:0px;
	padding:1px;
}

.DataGrid
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    color:Black;
    font-weight: normal;
    border-color:#CCC;
    padding:1px; 
    border-style: solid;
    border-width:1px;
    background-color:Transparent;
    width:100%;    
}
.DataGridSelectedItemStyle
{
    font-weight: bold;
    color: White;
    background-color:#CE5D5A;
}
.DataGridAlternatingItemStyle
{
    background-color:White;
}
.DataGridItemStyle
{
    background-color:AliceBlue;
}
.DataGridHeader
{
    font-weight:bold;
    color:White;
    background:SteelBlue; 
}
.DataGridFooter
{
    background-color:#CCCC99;
}

