/* $Id: races.css,v 1.4 2009/02/13 19:42:22 johnalbin Exp $ */

/**
 *   This is styling the display of race events
 */


.eventinfo {
   float: right;
   display: block;	
   margin: 0 0 10px 20px;
   
}

.eventtable {
   
   padding-top: 15px;
   border: 1px #39ce3f solid;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;	
   background-color: #ded;
   font-size: 90%;
}		

.eventtable table tr th {
   padding: 9px;
   text-align: right;
}

.eventtable table tr td {
   padding: 9px;
   border: 1px #39ce3f solid;
   /*border-left: 1px #39ce3f solid;
   border-top: 1px #39ce3f solid;*/
   background: #fff;
   //max-width: 180px;
}

.eventtable span.date-display-end
{
   display: block;
}

.eventtable span.date-display-single span.date-display-end
{
   display: inline;
}


#gmap-auto2map-gmap0 {
   margin: 10px auto;
   border: 1px #39ce3f solid;	
}

#edit-field-image-0-wrapper label{
    font-size: 120%;
    font-weight: bold;	
}		

.date-legend,  .location legend{
    font-size: 130%;
    font-weight: bold;	
}		

.location {
     /*width: 220px;
     float: right;	*/
     font-size: 90%;
}		

.vertical-tabs-group_newsitem {
	width: 400px !important;
}

select.multiselect_sel, select.multiselect_unsel 	 {
  width: 200px;	
}	

.eventtable .racesbutton,
 .gallerybutton .racesbutton {
    display: block;
    margin: 10px auto;
}		

.view .racesbutton {
    float: left;
    margin: 0;
    padding: 0 10px 0 0;	
}	

.eventimage {
   width: 300px;
   margin-bottom: 20px;
   	
}	




	

