﻿.legend 
{
    font-weight:bold;
}

.frmlbl
{
    width:200px;
    display:block;
}

.emailLink a, 
.statelink,
.lnkbtn,
.stateSelection a
{
    color:red;
}

.panelheading 
{
    font-size:1.25em;
}
 
.panelstyle,
.ride_info 
{
    padding:15px 15px 15px 15px;
    margin:15px 0px 15px 15px;
    background-color:silver;
}
 
.hdBranchName,
.hdNote
{
    font-weight:bold;
}

.lnkbutton 
{
        font-size:0.75em;
}

/*Benefits directory */
    .catHeader {
        background: #DCDED3;
        color: #333;
		font-size: 1.8em;
		font-family: Georgia, "Times New Roman", Times, serif;
        padding: 5px 5px 5px 5px;
      }
    .altListing {
        background-color:#EFEFEF;
    }
    .defListing, .altListing {
		font-size: 1.2em;
        padding: 10px;
    }
    .containerListings {
        padding-bottom:15px;
    }
    .stateSelection a {
        color:red;
    }
    
    .listingTitle {
       font-weight:bold;
	   display:block;
	   font-size: 1.3em;
	   padding-bottom: 5px;
    }
	
	#address {
		font-size: 1.2em;	
		padding-bottom: 3px;
	}
	
	.details {
		margin-top: 3px;
		
	}
	
	.details br{
		display:none;
		
	}



/* Ride Calendar Search */

.SearchButton
{
	background:none repeat scroll 0 0 white;
	border:3px solid #ccc;
	color:#333;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:10px;
	padding:5px 0;
	text-decoration:none !important;
	width:180px;
	text-align:center;
}

a:hover.SearchButton
{
	border-color:#333;	
}

