
.black       { color: #000000; text-decoration: none}
.black:hover { color: #AC0000; text-decoration: none }



a.sideLinks:link {color: #FFF;}
a.sideLinks:visited {color: #FFF;}
a.sideLinks:hover {color: #CCC;}
a.sideLinks:active {color: #FFF;}



table#entryPortal {
border-collapse: collapse;
background: #F5F5F5;
border: 1px solid #999;
}
table#entryPortal td {
padding: 0; text-align: center;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
}


table#entryPortal td a {
font-size: 11px;font-family: Verdana, sans-serif;
display: block;
padding: 5px 2px;
color: #636363;
font-weight: bold;
text-decoration: none;

}
* html table#entryPortal td a {height:1%;}

table#entryPortal td a:hover {
background: #ac0000;color: #FFF;display: block;
}

img.roundCornerTL {
position: absolute; left: -1px; top: -1px;
}
* html img.roundCornerTL {left: -2px; top: 0;}

img.roundCornerTR {
position: absolute; right: -1px; top: -1px;
}
* html img.roundCornerTR {right: -1px; top: 0;}

img.roundCornerBR {
position: absolute; right: -1px; bottom: -1px;
}
* html img.roundCornerBR {right: -1px; bottom: 0;}
img.roundCornerBL {
position: absolute; left: -1px; bottom: -1px;
}
* html img.roundCornerBL {left: -2px; bottom: 0;}


div#entryPortalContainer {
position: relative;border: 1px solid #666;padding: 1px;
}