body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #012346;
	/*line-height: 19px;*/
	background-color: transparent;
}

a {font-family: Arial, Helvetica, sans-serif; color: #FB702B; text-decoration: underline;}
a:link {font-family: Arial, Helvetica, sans-serif; color: #FB702B; text-decoration: underline; }
a:hover {font-family: Arial, Helvetica, sans-serif; color: #FB702B; text-decoration: none;}

table.calendar
{
      width:170px;

      border-collapse: collapse;
      border:1px solid #c3c3c3;
}

tr.weekdays
{
    background-color:#f5f5f5;
    border-bottom:1px solid #c3c3c3;
}

td.weekdays
{
    width:15px;
    font-size:7pt;
    font-family:tahoma;

    text-align:center;
}

td.today
{
    /*width:15px;*/
    font-size:7pt;
    font-family:tahoma;
    text-align:center;
    border-top:1px solid #c3c3c3;
    vertical-align:middle;
	white-space: nowrap;
}


td.month
{
    font-size:10pt;
    font-weight:bold;
    
    text-align:center;
    
    /*color:white;*/
}


td.calendar
{
    width:15px;
    font-size:8pt;
    font-family:tahoma;

    text-align:center;
}

.eventTable {
	margin: 5px;
}

.eventTable td {
	padding: 3px;
}

.debug {
	color: white;
}

.teaserHeading {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

.teaserInfo {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	margin-bottom: 5px;
}

.Teaser {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 5px;
}

