/*
The css file used by the event browser layout.  
*/

a.button {
	color: black;
}

div.location {
    font-size: 150%;
    font-weight: bold;
}

div.tickets {
    font-size: 90%;
    font-weight: bold;
    background-color: #DD4400;
    border: 1px solid #fff;

    padding: .5em;	
	margin: .5em 0 .5em 0;
    
}

div.rsvp_controls {
    font-size: 95%;
    font-weight: bold;
    background-color: orange;

    padding: .25em;   
	margin: .5em 0 .5em 0;
    
}

div.event_link {
    font-size: 90%;
    font-weight: bold;
    background-color: #C52D00;
    border: 1px solid #fff;

    padding: .5em;
	margin: .5em 0 .5em 0;
}

div.tickets a, div.event_link a, div.rsvp_controls a {
    color: #FFF;
    font-weight: bold;
    text-decoration: none;   
}

div.event a:link {
    text-decoration: underline;
    padding: 2px 0px 2px 0px;
}

div.event a:hover {
    text-decoration: underline;
}

div.panel_map_info {
    background-color: #FFFFFF;
}
