/*
  OJO -> intentar utilizar siempre estos colores

  BLUE00 : E3E9E9
  BLUE01 : D6E8E9
  BLUE02 : B9D8D9
  BLUE03 : 97CED0
  BLUE04 : 72A9AB
  BLUE05 : 629193
  BLUE06 : 154A4C   -> este en lugar de Navy

  RED    : 94252E

*/




.EventTitle
  {
  font-size  : 14px;
  color      : #94252E;
  text-align : left;
  font-weight: bold;
  }



.EventInfo
  {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size   : 11px;
  }

.EventFrame
  {
  border-bottom : 1px dotted #D9DBDE;
  }


a.EventLink:link    { font-size: 9px; text-decoration: none; }
a.EventLink:active  { font-size: 9px; text-decoration: none; }
a.EventLink:visited { font-size: 9px; text-decoration: none; }
a.EventLink:hover   { font-size: 9px; text-decoration: underline;  color : #94252E; }


.EventDataTitle
  {
  font-size  : 14px;
  color      : #94252E;
  }
  
.EventDataSubtitle
  {
  font-size  : 13px;
  color      : #629193;
  }
  
.EventDataText
  {
  font-size   : 11px;
  text-align  : left;
  color       : #154A4C;
  }


.CongressName
  {
  font-size	  : 16px;
  text-align  : left;
  color		  : #94252E;
  }

.CongressTitle
  {
  font-size   : 14px;
  text-align  : left;
  color       : #000000;
  }

.CongressHeader
  {
  font-size   : 12px;
  text-align  : left;
  font-weight : bold;
  }

.CongressMember
  {
  font-size   : 11px;
  text-align  : left;
  color       : #154A4C;
  }