/* 
  DEFAULT HTML TAGS 
*/
BODY   { FONT-SIZE: 11px; COLOR: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
TD     { FONT-SIZE: 11px; COLOR: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; }
SELECT { FONT-SIZE: 11px; }
LI     { PADDING-BOTTOM: 8px }

/*
  GEE! REGISTRATION MANAGER 
*/
.gEvtLstRow         {}
.gEvtLstCol         {}
.gEvtLstDate        { font-weight: bold; }
.gEvtLstTime        {}
.gEvtLstTitle       { color: #005B94; text-decoration:underline;  }
.gEvtLstDescription {}
.gEvtLstSpacer      { font-size: 6px; }

.gEvtDetDate        { color: #BBA74E; font-weight: bold; }
.gEvtDetTime        {}
.gEvtDetTitle       { color: #DE0035; font-weight: bold; }
.gEvtDetDescription { font-style:italic; height:10px; padding-top:10px; padding-bottom:10px; }
.gEvtDetDetails     {}
.gEvtDetImage       { float:right; }
.gEvtDetDoc         {}
.gEvtDetMaxReg      { font-weight: bold; }
.gEvtDetRegWarning  { color: #DE0035; font-weight: bold; }
.gEvtDetLocation    { font-weight: bold; }
.gEvtDetCancel      { font-weight: bold; }
.gEvtDetRegister    { font-weight: bold; font-size:16px; }


