    hr { height:2px;border-width:0;color:#BBB;background-color:#BBB; }
    
    .red               { color:#FF0000; }
    .extra_small_font  { font-size:0.8em; }
    .admin_controls    { font-size:0.9em; }
    .event_titles      { font-size:18px; margin:5px 0 5px 0;}
    .event_titles a    { text-decoration: none; }

    /* tcsTable_Format1 - used by index actions ---------------------  */

    .tcsTable_Format1 {
	background-color: #FFF;
	border: 2px solid #CCC;
	color: #333;
        clear: left;
        }

    .tcsTable_Format1 th {
	    padding: 3px;
        color: #000;
        background-color: #F0F0F0;
        font-weight: normal;
    }

    .tcsTable_Format1 td {
	    padding: 3px;
        vertical-align: top;
        border: 1px solid #FFF;
        border-right: 1px solid #CCC;
        text-align: top;
	}
    .tcsTable_Format1 td.rightmost_col {
	border-right: 0px;
    }

    .tcsTable_Format1 .odd td {
	color: #000;
	background-color: #FFF;
	}

    .tcsTable_Format1 .even td {
	color: #000;
	background-color: #F0F0F0;
    }

    .tcsTable_Format1 .highlight td {
	color: #000;
	background-color: #FEFFC4;
	}
