﻿/*This CSS is for the user-viewEvent.aspx */

.BookingHeading
{    
background-color: #dcdcdc;
 border-bottom:solid 3px silver;
 border-top:solid 3px silver;
} 
.EventTitleText
{
    font-weight: normal;
    font-size: 20px;
    font-style: normal;
    font-family: Verdana, Arial; 
}
.SpaceTD
{
    height:15px;
}
.DetailTitleText
{
     font-weight: bold;
    font-size: 12px;
    font-style: normal;
    font-family: Verdana, Arial; 
       color: black;
    font-family: Verdana, Arial; 
   line-height: 10px;
}
.BottomTitle
{
     font-weight: bold;
    font-size: 11px;
    font-style: normal;
    font-family: Verdana, Arial; 
    color: black;
    font-family: Verdana, Arial; 
    width:600px;
  }
.BottomText
{
     font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family: Verdana, Arial; 
    color: black;
    font-family: Verdana, Arial; 
   }

.DetailBodyText
{
    font-size: 12px; 
    color: black;
    font-family: Verdana, Arial; 
}
