
/*
.tickets 
{
    float:left;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
    border-radius: 5px;
	background: transparent url('/Content/Images/circle.png') no-repeat 0 0;
	background: rgba(255,255,255,0.6);
	padding:5px;
	margin:2px;
}
.tickets img
{
    margin:0;
    padding:0;
}
*/
/*
.disabled_item 
{
    color:gray !important;
}

*/



.test 
{
    font-weight:lighter; 
    font-family:Helvetica;
}

