/*~------------------------------------------------------------------*/
/* Timetable colours                                                 */
/*~------------------------------------------------------------------*/
.header {
color: inherit;
background-color: white;
vertical-align: top;
margin:0px;
}
.venue {
margin:0px;
color: inherit;
background-color: #FFCC00;
vertical-align: top;
}
.out {
color: inherit;
background-color: #D3D3D3;
vertical-align: top;
margin:0px;
}
.r1 {
color: inherit;
background-color: #FFD3D3;
vertical-align: top;
margin:0px;
}
.r2 {
color: inherit;
background-color: #D3FFD3;
vertical-align: top;
margin:0px;
}
.r3 {
color: inherit;
background-color: #D3D3FF;
margin:0px;
vertical-align: top;
}
#content table  {
margin:0px;
border:1px solid #bebebe;
background:white;
}
#content table th {
border:1px outset silver;
padding:3px;
border-top:0px;
border-left:0px;
}
#content table .venue {
background:#ffffff;
font-size:10pt;
padding:1px;
}
#content table .out{
background:#ffffd5;
border-left:1px solid #ffffea;
border-top:1px solid #ffffea;
border-right:1px solid silver;
border-bottom:1px solid silver;
width:350px;

}
#content table .out a:hover {
text-decoration:underline;
}
#content table .out a {
text-decoration:none;
}
#content table .venue a:hover {
text-decoration:underline;
}
#content table .venue a {
text-decoration:none;
}
#content table .r2 a:hover {
text-decoration:underline;
padding-bottom:15px;
}
#content table .r2 a {
text-decoration:none;
}
#content table .r1 a:hover {
text-decoration:underline;
}
#content table .r1 a {
text-decoration:none;
}
#content table .r1 {
background:#e5e5ff;
text-align:left;
border-left:1px solid #f1f1ff;
border-top:1px solid #f1f1ff;
border-right:1px solid silver;
border-bottom:1px solid silver;
width:350px;
font-size:10pt;
}
#content table .header{
font-size:10pt;
background:white;
}
#content table .r2{
background:#caffca;
border-left:1px solid #deffde;
border-top:1px solid #deffde;
border-right:1px solid silver;
border-bottom:1px solid silver;
font-size:10pt;
text-align:left;
width:350px;
}

