
body {
background-color:White;
background-image:url(images/BG-WM.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position:bottom right;
font-family:Verdana, sans-serif;
font-size:12px;
margin:0px 0px 6px 0px;
}
input, textarea {
font-family:Verdana, sans-serif;
font-size:12px;
}
/*Top and left borders*/
table.news {
margin:4px;
border-top:1px solid Black;
border-left:1px solid Black;
}
.cellRight {
text-align:Justify;
}
.cellLeft {
border-right:1px solid Black;
border-bottom:1px solid Black;
font-size:10px;
color:#0A6B8B;
background-color:rgb(255,114,114);
}
td.cell {
border-right:1px solid Black;
border-bottom:1px solid Black;
}
td.artHead {
background-image:url(images/Red/TableTop-Red.jpg);
font-family:Verdana, sans-serif;
font-size:12px;
font-weight:bold;
color:#0A6B8B;
text-align:center;
height:24px;
border-right:1px solid Black;
border-bottom:1px solid #666666;
}
table.toolbar {
background-image:url(/images/Red/TableTop-Red.jpg);
height:24px;
color:Black;
font-family:Verdana, sans-serif;
font-size:10px;
border-bottom:1px solid #666666;
}
a:link.toolbar, a:visited.toolbar {
font-size:10px;
color:#333333;
text-decoration:none;
}
a:hover.toolbar, a:visited:hover.toolbar {
font-size:10px;
color:Black;
text-decoration:underline;
}
a:link, a:visited {
color:#0A6B8B;
text-decoration:underline;
}
a:hover, a:visited:hover {
color:rgb(255,215,0);
text-decoration:underline;
}
a:link.rss, a:visited.rss {
border: 1px solid Black;
border-bottom: 0px;
text-decoration: underline;
background-color:#FF7D00;
color:Black;
font-size:10px;
}
a:hover.rss, a:visited:hover.rss {
border: 1px solid Black;
border-bottom: 0px;
text-decoration: underline;
background-color:#00FF00;
color:Black;
font-size:size:10px;
}
.footer {
font-size:10px;
font-family:Verdana;
}
.disabled {
cursor:not-allowed;
}