﻿.EmptyMessage
{
    font-family: Arial;
    font-size: 14px;
    /*color: #008ABD;*/
    color:#000000;
    font-weight: bold;
    margin:0px 0px;
    display:block;
}

#format_title{color:#008abd;font-size:11px;font-family: Arial;}

.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: Arial;
    font-size: 11px;
    color: #008ABD;
    font-weight: bold;
}

.buttoncontainer a.selectedformat, 
.buttoncontainer a.selectedformat:link, 
.buttoncontainer a.selectedformat:visited, 
.buttoncontainer a.selectedformat:hover, 
.buttoncontainer a.selectedformat:active
{
    font-family: Arial;
    font-size: 11px;
    color:#222222;
    font-weight:bold;
    text-decoration:none;
}

.sepformat
{
    color:#aaaaaa;    
}

.autooddstable_container
{
   width: 700px;      /* Vidd på hela tabellen */
   margin-bottom: 20px;  /* Detta värde justerar marginalen nedåt för hela tabellen */
   font-family: Arial;
   font-size: 11px;
} 

.autooddstable_container td {
    line-height: 14px;
    vertical-align: inherit;
    
    
    
}

.autooddstable
{
   font-family: Arial;
   font-size: 11px;        	
   background-color: White;
   border-color: #FFFFFF;
   border-width: 1px;
   border-style: None;
   border-collapse: collapse;
      	
}
        
.autooddstable_heading
{
   background-color: #006699; /*#008ABD;*/
}
        
.autooddstable_heading th
{
   white-space: nowrap;  
   height:35px;  
   text-align:center;    		
}

.autooddstable_heading th a:link, .autooddstable_heading th a:visited, .autooddstable_heading th a:hover, .autooddstable_heading th a:active
{
   font-family: Arial;
   font-size: 11px;
   color: #FFFFFF;
   font-weight: bold;
   text-decoration:none;
}

.buttoncontainer a, .buttoncontainer a:link, .buttoncontainer a:visited, .buttoncontainer a:hover, .buttoncontainer a:active,
.autooddstable_heading th a.aff:link, .autooddstable_heading th a.aff:visited, .autooddstable_heading th a.aff:hover, .autooddstable_heading th a.aff:active,
.autooddstable_row td a, .autooddstable_row td a:link, .autooddstable_row td a:visited, .autooddstable_row td a:hover, .autooddstable_row td a:active,
.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
{
     text-decoration:underline;  
}


.autooddstable_footer
{        
   font-family: Arial;
   font-size: 11px;	
   background-color: #006699; /*#008ABD;*/
   color: #FFFFFF;
   font-weight: bold;
}
        
.autooddstable_footer span
{        	
   white-space: nowrap;
}

/* 8juni2011 */
.autooddstable_footer > td > a:link, .autooddstable_footer > td > a:visited, .autooddstable_footer > td > a:hover, .autooddstable_footer > td > a:active
{
	font-family: Arial;
	font-size: 11px;	
	color: #FFFFFF;
	font-weight: bold;
}

.autooddstable_row, .autooddstable_row td a:link, .autooddstable_row td a:visited, .autooddstable_row td a:hover, .autooddstable_row td a:active
{
   font-family: Arial;
   font-size: 11px;
   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: Arial;
   font-size: 11px;
   background-color: #EEEEEE;
   color: #008ABD;
   white-space: nowrap;
}
     
.autooddstable_alternate_row span
{
   white-space: nowrap;
}

/* Maxodds */
.autooddstable_alternate_row td a.maxodds, .autooddstable_row td a.maxodds
{
   color:#339900; /* mörkgrön */     /* color:#cc3366; ceriserosa */
   font-weight:bold;  
}
   
.scrollable_table_container
{
   margin-left: 0px;
   padding-left: 1px; 
   width: 505px;     /* bredd på den scrollbara tabellen OBS!JUSTERA NED OM EN ODDSTABELL SKULLE BLI "TUDELAD" PGA FÖR STOR TOTALBREDD */ 
   overflow-x: auto !important;
   
   
}

/**** ALTERNATIVA KLASSER FÖR ATT FÅ SMALARE ODDSTABELLER PÅ STARTSIDAN ***/
.autooddstable_container_startpage
{
   width: 505px;      /* Vidd på hela tabellen */
   margin-bottom: 20px;  /* Detta värde justerar marginalen nedåt för hela tabellen */
   font-family: Arial;
   font-size: 11px;
}

.autooddstable_container_startpage .autooddstable
{
    margin-top:30px !important;
}

.scrollable_table_container_startpage
{
   padding-top:-16px;
   margin-left: 0px;
   padding-left: 1px; 
   width: 505px;        /* bredd på den scrollbara tabellen */ 
   overflow-x: auto !important;
}

.scrollable_table_container_startpage .autooddstable
{
    margin-top:0px !important;
}

/************************************************************/ 