/* Styles used for the navigationmenu at
   Stoke City Supporters of Scandinavia homepage
   (c) Morten Kjeldberg */

/* Menu Styles */
a.menu { 
   color:#0F2151;
   text-decoration:none;
   font-family : arial;
   font-size : 9pt;
}

a.menu:hover {
   text-decoration : underline
}

table.menu, table.picturemenu {
   width: 150px;
   border : 0px solid #DD4715;
   border-collapse : collapse;
   background-color : #E8E9EE;
}



table.picturemenu th {
   background-color : #DD4715;
   color : white;
   font-size:9pt;
   height : 18px;
   text-align: left;
   font-weight : normal;
}

td.menu, td.picturemenu {
   background-color: white;
   text-indent: 15px;
   height : 12px;
   text-align: left;
   color:#0F2151;
   text-decoration:none;
}

td.menu {
   font-size : 9pt;
}

td.picturemenu {
   font-size : 8pt;
}

td.menubottom {
   background-image: URL(../billeder/gameinfo_bottom_background.png);
   background-color: #E2E1DE;
   padding :0;
   text-align: right;
   vertical-align : top;
   background-repeat : no-repeat;
}

td.menucaption {
   background-image: URL(../billeder/menu_top_background.png);
   color : white;
   height : 14px;
   text-indent: 5px;
   text-align: left;
   font-size : 8pt;
   font-weight : bold;
}

td.menumain, td.picturemenumain {
   background-color: white;
   text-indent: 10px;
   vertical-align : bottom;
   height : 18px;
   text-align: left;
   color:#0F2151;
   text-decoration:none;
   font-weight : bold;
}

td.menumain {
   font-size : 9pt;
}
td.picturemenumain {
   font-size : 8pt;
}


