﻿.CallBackLoading {
  border: none;
  width: 754px;
  height: 498px;
}

.CallBackLoadingTitle {
  background-color:#7D9459;
  background-image:url(images/title_bg.gif);
  border-width: 0px;
  border-bottom: 1px solid black; 
  font-family:verdana;
  font-size:11px;
  height: 24px;
}

.CallBackLoadingHeader {
  background-color:#E3E0CD;
  background-image:url(images/header_bg.gif);
  border-width: 0px;
  border-bottom: 1px solid #ACA899; 
  font-family:Verdana;
  font-size:11px;
  height: 21px;
}

.CallBackLoadingBody {
  background-color:#F5F3E5;
  height: 445px;
}


.EventCalendarLoading {
  width: 754px;
  height: 498px;
  background: url(../Images/Spinner.gif) 50% 50% no-repeat;
}


