/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image: url(bilder/bg.gif);
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;


    
}

.maintable
{
	background-color: WhiteSmoke;
	
    border-bottom-style:solid;
    border-bottom-width: thin;
    border-bottom-color: black;
    
    border-top-style:solid;
    border-top-width: thin;
    border-top-color: black;
    
    border-left-style:solid;
    border-left-width: thin;
    border-left-color: black;
        
    border-right-style:solid;
    border-right-width: thin;
    border-right-color: black;	

}

.rutarubrik

{
    border-bottom-style:solid;
    border-bottom-width: 1pt;
    border-bottom-color: black;
    
    border-top-style:solid;
    border-top-width: 1pt;
    border-top-color: black;
    
    border-left-style:solid;
    border-left-width: 1pt;
    border-left-color: black;
        
    border-right-style:solid;
    border-right-width: 1pt;
    border-right-color: black;
    
     padding:2pt;
    
	background-image: url(bilder/bg.gif);
		font-family: Century;
	font-size: 16pt;
	font-weight: bold;
}

.meny
{
	 border-bottom-style:solid;
    border-bottom-width: 1pt;
    border-bottom-color: black;
    
    border-top-style:solid;
    border-top-width: 1pt;
    border-top-color: black;
    
    border-left-style:solid;
    border-left-width: 1pt;
    border-left-color: black;
        
    border-right-style:solid;
    border-right-width: 1pt;
    border-right-color: black;
    
     padding:2pt;
    
	background-image: url(bilder/bg.gif);
		font-family: Century;
	font-size: 16pt;
	font-weight: bold;
}
.formular
{
	font-family:  Century;
	font-size: 10pt;
}
.formularEtikett
{
	font-family: Century;
	font-size: 10pt;
	font-weight: bold;
}


knapp
{
	font-family: Book Antiqua;
	font-size: 12pt;
}