@charset "UTF-8";
/* CSS Document */
/* Tik Tok Shows Table Style Sheet */


/*Shows Table Formatting */
div.show_table {
	position:absolute;
	/*top:300px;
	left:266px;*/
	width:575px; 
	height:400px;
	color:white;
	overflow:auto;
	font-size:.9em;
	font-family:"Times New Roman", Times, serif;
}

/*Row Formats*/
tr.show_event {}

tr.show_extra {}

tr.show_br {}


/*Cell Formats*/
td.show_date {width:70px;}

td.show_time {width:80px;}

td.show_venue {width:320px;}

td.show_city {width:140px;}

td.show_info {}


/*Spacing Formats*/
tr.show_br td {height:inherent;}

tr.show_extra td {height:inherent;}

tr.show_event td {height:inherent;}

/*Link Formatting */
.show_table a:link{color:#FFFFFF;}
.show_table a:visited{color:#FFFFFF;}
.show_table a:hover{text-decoration:underline;}