@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

html{
background: #ffffff; /* Old browsers */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 76%, #f1e4e4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(76%,#ffffff), color-stop(100%,#f1e4e4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 76%,#f1e4e4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 76%,#f1e4e4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 76%,#f1e4e4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 76%,#f1e4e4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1e4e4',GradientType=0 ); /* IE6-9 */
border:solid 4px #995353;
font-family: 'Lato', sans-serif;
font-weight: normal;
font-size:12.5px;
}
#Form1{
border:none;
background:none;

}
a{
	color:#400000;
}
hr{
	display:none;
}
font.EVENT_DETAILS_DATE{
width:100%;
text-align:center;
font-family: 'Lato', sans-serif;
font-weight:bold;
font-size:20px;
color:#fff;
background: #9a5353;
background: -moz-linear-gradient(top, #9a5353 0%, #4d0e11 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9a5353), color-stop(100%, #4d0e11));
background: -webkit-linear-gradient(top, #9a5353 0%, #4d0e11 100%);
background: -o-linear-gradient(top, #9a5353 0%, #4d0e11 100%);
background: -ms-linear-gradient(top, #9a5353 0%, #4d0e11 100%);
background: linear-gradient(to bottom, #9a5353 0%, #4d0e11 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a5353', endColorstr='#4d0e11', GradientType=0 );

margin:0;
padding-bottom:10px;
display:block;
position:relative;
line-hieght:40px;
}
#listing > span > table{
	width:100%;
	text-align:center;
	padding:10px;
}
span.FORM_LABEL_TEXT{
font-weight:bold;
}