/* CSS - Definitions for Live! Show page */
#event {
 border: 1px solid #85869F;
 border-collapse:collapse;
}

#event th {
 background-color:#1C3159;
 color: #00BFFF;
 font-weight: normal;
 padding:2px 6px;
 border: 1px solid #B8B9C7;
}

#event td {
 border: 1px solid #85869F;
 font-family: Arial,sans-serif;
 font-size: 11pt;
 color: #B0C4DE;
}

#event tr:hover {
 background-color: #382347;
}

#event td.date {
 font-family: Arial,sans-serif;
 font-size: 11pt;
 color: #FF9966;
}

#pub h3 {
 font-size: 1.1em;
 font-weight: bold;
 color: #6495ED;
 margin: 0px;
 margin-bottom: 4px;
}

#pub div.entrie {
 float: left;
 margin:0px;
 margin-bottom: 8px;
 width: 280px;
 padding:6px;
}

#pub div.entrie:hover {
 background-color: #26224F;
}

#pub div.sep {
 clear: both;
 height: 8px;
 border-top: 1px dashed #955164;
 margin:0px;
}

#pub pre {
 position: static;
 color: #ADD8E6;
 font-size: 1em;
 margin-bottom: 0px;
 font-family: "Courier New", Courier, monospace;
}

#pub a.lnk {
 background: url(pics/link_arrow.gif) left no-repeat;
 padding-left: 15px;
}



