ul#placardlist {
	list-style:none;
 	width:200px;
	margin:0px;
padding:0px;
}
li.receiving{
	background: #cc0;
	line-height:14px;
	padding:0px;
	margin:1px;
	min-height:28px;
}

li.transmitting{
	margin:1px;
	background: white;
	line-height:14px;
	padding:0px;
	min-height:30px;
}

li.transmitting:hover{
	background:#cc0;
}

a.transmitting{
	color:#333;
	text-decoration:none;
}

a.transmitting:hover{
        color:#666;
	text-decoration:none;
}


.day {
	background:none;
	color:#990;
	float:left;
	padding:0px 2px 2px 0px;
	margin-right:7px;
	border:1px dashed #ddd;
	border-width:0px 1px 1px 0px;
}	

.calendarRollover{
	display:none;
	margin:1px 0px 0px 1px;
	position:absolute;
	background:#ddd;
	border:1px solid #ccc;
	color:#666;
	width:196px;
	min-height:28px;
}

.time{
	font-size:9px;
	color:black;
}

.artist{
	font-size:9px;
	color:red;
}

.perftitle{
	font-size:9px;
        color:#664717;
}

A.plain {
	font-size:9px;
        color:#949407;
	border:none;
}

A.plain:hover{
	font-size:9px;
        background:#949407;
	color:#000;
        border:none;
}

#lineup{
	width:100%;
	border-spacing:1px;
}

#lineup tr td {border;0px;
	margin:1px;
	padding:1px;
}

.lineuprow0{
	height:11px;
	margin:0px;
	padding:0px;
	background:#ee0;
	margin-left:0px;
	margin-bottom:0px;
}

.lineuprow1{
        height:11px;
        margin:0px;
        padding:0px;
        background:#fff;
	margin-left:0px;
        margin-bottom:0px;
}




