.EmptyMessage
{
    font-family: Verdana;
    font-size: 14px;
    /*color: #008ABD;*/
    color:#000000;
    font-weight: bold;
    margin:0px 0px;
    display:block;
}

.buttoncontainer
{
    padding-bottom: 4px;
    margin-top: 20px;   /* Detta värde justerar marginalen uppåt för hela tabellen */

}        

.buttoncontainer a, .buttoncontainer a:link, .buttoncontainer a:visited, .buttoncontainer a:hover, .buttoncontainer a:active
{
    font-family: Verdana;
    font-size: 10px;
    color: #008ABD;
    font-weight: bold;
}

.autooddstable_container
{
   width: 700px;      /* Vidd på hela tabellen */
   margin-bottom: 20px;  /* Detta värde justerar marginalen nedåt för hela tabellen */
   font-family: Verdana;
   font-size: 10px;
}   

.autooddstable
{
   font-family: Verdana;
   font-size: 10px;        	
   background-color: White;
   border-color: #FFFFFF;
   border-width: 1px;
   border-style: None;
   border-collapse: collapse;        	
}
        
.autooddstable_heading
{
   background-color: #008ABD;
}
        
.autooddstable_heading th
{
   white-space: nowrap;        		
}

.autooddstable_heading th a:link, .autooddstable_heading th a:visited, .autooddstable_heading th a:hover, .autooddstable_heading th a:active
{
   font-family: Verdana;
   font-size: 10px;
   color: #FFFFFF;
   font-weight: bold;
}

.autooddstable_footer
{        
   font-family: Verdana;
   font-size: 10px;	
   background-color: #008ABD;
   color: #FFFFFF;
   font-weight: bold;
}
        
.autooddstable_footer span
{        	
   white-space: nowrap;
}
        
.autooddstable_row, .autooddstable_row td a:link, .autooddstable_row td a:visited, .autooddstable_row td a:hover, .autooddstable_row td a:active
{
   font-family: Verdana;
   font-size: 10px;
   background-color: #FFFFFF;
   color: #008ABD;
   white-space: nowrap;
}

.autooddstable_row span
{
white-space: nowrap;
}
               
.autooddstable_alternate_row, .autooddstable_alternate_row a, .autooddstable_alternate_row td a:link, .autooddstable_alternate_row td a:visited, .autooddstable_alternate_row td a:hover, .autooddstable_alternate_row td a:active
{
   font-family: Verdana;
   font-size: 10px;
   background-color: #EEEEEE;
   color: #008ABD;
   white-space: nowrap;
}
     
.autooddstable_alternate_row span
{
   white-space: nowrap;
}
   
.scrollable_table_container
{
   margin-left: 0px;
   padding-left: 1px; 
   width: 340px;        /* bredd på den scrollbara tabellen */ 
   overflow-x: scroll;
}

/**** ALTERNATIVA KLASSER FÖR ATT FÅ SMALARE ODDSTABELLER PÅ STARTSIDAN ***/
.autooddstable_container_startpage
{
   width: 480px;      /* Vidd på hela tabellen */
   margin-bottom: 20px;  /* Detta värde justerar marginalen nedåt för hela tabellen */
   font-family: Verdana;
   font-size: 10px;
}

.scrollable_table_container_startpage
{
   margin-left: 0px;
   padding-left: 1px; 
   width: 200px;        /* bredd på den scrollbara tabellen */ 
   overflow-x: scroll;
}
/************************************************************/ 