﻿body
{
	font-family:Calibri;
	font-size: 11px;
	
	
}

a {
  /*  font-family och storlek behöver du inte då du förhoppningsvis har samma typsnitt och storlek på "föräldern */
    color:#006699 ;
    font-size: 11px;
    text-decoration: none;
      
}
a:hover
{
	text-decoration: underline;
	/*background-color:#dcdcdc;
 /* även:hover ärver från föräldern a */
}

/* när det gäller grid tycker jag inte att du skall sätta klass på länkarna i grid, utan hellre på föräldern */
div.grid a { /* div behöver du inte ha */
font-weight: normal; /* dessa länkar skiljer sig från de vanliga */
color:White;
text-decoration: normal;
}
div.grid a:hover{ /* div behöver du inte ha */
text-decoration: underline;

}

.Link
{
	color: #006699;
    font-size:11px;
    font-weight:bold;
    text-decoration: none;
}

.textbox
{
	font-family :Verdana;
	font-size:10px; 
	height :15px; 
}

.listbox
{
	font-family :Verdana;
	font-size:10px; 
	
}
.droplist
{
	font-family :Verdana;
	font-size:10px; 
}
.knapp 
{
	FONT-SIZE: 10px;
	CURSOR: hand;
	FONT-FAMILY: Verdana;
} 

.Systemtable 
{
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	
	BORDER-BOTTOM: #999999 1px solid; 
	 
	BACKGROUND-COLOR: #F8F8F8
}
.Infotable 
{
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	
	BORDER-BOTTOM: #999999 1px solid; 
	 
	BACKGROUND-COLOR:White;
}
