/* *** Main HTML Parameters *** */

body	{
	background-color: #FFFFFF;
      font-family: Arial, Helvetica, sans-serif;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      scrollbar-face-color: #FFFFFF;
      scrollbar-shadow-color: #CCCCCC;
      scrollbar-highlight-color: #CCCCCC;
      scrollbar-3dlight-color: #FFFFFF;
      scrollbar-darkshadow-color: #FFFFFF;
      scrollbar-track-color: #E8E8E8;
      scrollbar-arrow-color: #990000;      
}




/* *** TABLE Parameters *** */

table.foundation	{
	width: 695px;
	height: 100%;
	border: 0px none;
	border-collapse: collapse;
}

table.monthtbl	{
	width: 695px;
	height: 100%;
	border: 1px solid #990000;
	border-collapse: collapse;
}

table.regfull	{
	width: 100%;
	border: 0px none;
	border-collapse: collapse;
}

td.calendarframe	{
	width: 715px;
	vertical-align: top;
}

td.monthcell	{
	width: 100%;
	padding-top: 10px;	
	padding-bottom: 10px;
	vertical-align: top;
}

td.monthtitle	{
	width: 100%;
	background-color: #990000;
}

td.showdatecell	{
	width: 15%;
	padding-left: 5px;
}

td.showholder	{
	width: 100%;
	padding-top: 6px;	
	padding-bottom: 6px;
}

td.shownamecell	{
	width: 50%;
}

td.showrulecell	{
	width: 100%;
	padding-left: 20px;	
	padding-right: 20px;

}

td.showvenuecell	{
	width: 35%;
}

td.ta	{
	vertical-align: top;
}

td.topcell	{
	width: 100%;	
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align: top;
	text-align: right;
}




/* *** FONT Parameters *** */

.monthtxt	{
	font-size: 0.8em;
      color: #FFFFFF;
      font-weight: bold;
      font-variant: small-caps;
}

.showdatetxt	{
	font-size: 0.8em;
      color: #333333;
      font-weight: normal;
}

.shownametxt	{
	font-size: 0.8em;
      color: #000000;
      font-weight: bold;
}

.shownametxt:link	{
	font-size: 0.8em;
      color: #990000;
      font-weight: bold;
      text-decoration: none;
}

.shownametxt:active	{
	font-size: 0.8em;
      color: #990000;
      font-weight: bold;
      text-decoration: none;
}

.shownametxt:visited	{
	font-size: 0.8em;
      color: #990000;
      font-weight: bold;
      text-decoration: none;
}

.shownametxt:hover	{
	font-size: 0.8em;
      color: #990000;
      font-weight: bold;
      text-decoration: underline;
}

.showvenuetxt	{
	font-size: 0.8em;
      color: #333333;
      font-weight: normal;
}

.toptxt	{
	font-size: 0.6em;
      color: #990000;
      font-weight: bold;
}

.toptxt:link	{
	font-size: 0.6em;
      color: #990000;
      font-weight: bold;
      text-decoration: none;
}

.toptxt:active	{
	font-size: 0.6em;
      color: #990000;
      font-weight: bold;
      text-decoration: none;
}

.toptxt:visited	{
	font-size: 0.6em;
      color: #990000;
      font-weight: bold;
      text-decoration: none;
}

.toptxt:hover	{
	font-size: 0.6em;
      color: #FFFFFF;
      background-color: #990000;
      font-weight: bold;
      text-decoration: none;
}


.toptxt2	{
	font-size: 0.8em;
      color: #990000;
      font-weight: bold;
}




hr.showrule {
	width: 100%;
	height: 1px;
	text-align: center;
	color: #C0C0C0;
}