/************************************************************************************/ /* File: menuStandard.asp /* Author: Henric oeberg, Cell Network AS /* Created: 29 November 2000 /* Comment: Affects the main menu. /* Note: Specific for each customer. /* Supports: Windows(IE4/IE5/IE5.5) Mac(IE5) /* ---------------------------------------------------------------------------------*/ /* General menu properties /* ---------------------------------------------------------------------------------*/ BODY.normal { font-family : Verdana, Arial; font-size : xx-small; margin : 1px; background : #FFFFFF; background-image : "url()"; background-repeat : "no-repeat"; background-position : "bottom left"; background-attachment : fixed } .MinimizedBody { margin : 0px; background : #666666; cursor : hand } IMG.MaxMinArrow { margin : 0px; cursor : hand } IMG.MaxMinArrowMinimized { margin : 0px; background : #FFFFFF; cursor : hand } /* ---------------------------------------------------------------------------------*/ /* Label above menugroup /* ---------------------------------------------------------------------------------*/ .A { font-family : verdana; font-size : xx-small; color : #000000; font-weight : bold; background : #CCCCCC; padding : 0px; padding-left : 5px; padding-top : 2px; text-indent : 0px; width : 100%; height : 18px; border-top : 1px SOLID #999999; border-left : 1px SOLID #999999; border-right : 1px SOLID #999999; border-bottom : 0px SOLID #999999 } /* ---------------------------------------------------------------------------------*/ /* Menu box width : 100% /* ---------------------------------------------------------------------------------*/ .B, .B0101, .B0102, .B0201, .B0202, .B03, .B04 { font-family : verdana; font-size : xx-small; color : #FFFFFF; font-weight : bold; padding : 1px; padding-left : 5px; padding-top : 2px; cursor : hand; width : 184; float : left; height : 19px; } .B { background : #666666; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B0101 { background : #666666; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B0102 { background : #666666; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B0102A { font-size: 11px; } .B0201 { background : 1px #CCCCCC; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B0202 { background : 1px #00539F; border-top : 1px SOLID #84B6D6; border-bottom : 1px SOLID #45082F; } .B03 { background : #666666; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B04 { background : 1px #A2B137; border-top : 1px SOLID #D6DF9C; border-bottom : 1px SOLID #45082F; } .B2, .B20101, .B20102, .B20201, .B20202, .B203, .B204 { border-right : 1px SOLID #999999; cursor : hand; float : left; height : 17px; padding : 0px; padding-top : 0px; } .B2 { background : #666666; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B20101 { background : #CCCCCC; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B20102 { background : #666666; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B20201 { background : #CCCCCC; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B20202 { background : 1px #00539F; border-top : 1px SOLID #84B6D6; border-bottom : 1px SOLID #45082F; } .B203 { background : #666666; border-top : 1px SOLID #999999; border-bottom : 1px SOLID #999999; } .B204 { background : 1px #A2B137; border-top : 1px SOLID #D6DF9C; border-bottom : 1px SOLID #45082F; } /* ---------------------------------------------------------------------------------*/ /* Background behind menu items /* ---------------------------------------------------------------------------------*/ .C { background : TRANSPARENT; padding : 5px; margin-bottom : 10px; width : 100%; border-top : 2px SOLID #999999; border-right : 1px TRANSPARENT; border-bottom : 1px TRANSPARENT } /* ---------------------------------------------------------------------------------*/ /* Menu items and boxes in front of the link /* ---------------------------------------------------------------------------------*/ A { font-family : verdana; font-size : xx-small; color : #000000; cursor : hand; text-decoration : none } A:hover { text-decoration : underline } .E, .F { background : #AAAAAA; width : 7px; height : 7px; margin-right : 4px; position : relative; top : 3px } .F { background : #666666; } IMG.G, IMG.H { background : #AAAAAA; position : relative; top : 4px; width : 5px; height : 5px; margin-right : 3px } IMG.H { background : #666666; }