/* Шрифт всех заголовков разделов */
#heads {color: #ffffff; text-align:center; font-weight: bolder; font-family:calibri; text-decoration:none; font-size:11pt  }

/* Шрифт всех тем разделов */
#themes {color: #2f2f2f; font-weight: bolder; font-family:calibri; text-decoration:none; font-size:10pt  }

/* Шрифт основного текста разделов */
#plain {color: #2f2f2f; font-family:calibri; text-decoration:none; font-size:10pt; text-align:justify;  }

/* Шрифт главного меню */
#mm {color: #012678; font-weight: bolder; font-family:sans-serif; text-decoration:none; font-size:10pt  }

/* Шрифт ссылки*/
#mm2 {color: #012678; font-weight: bolder; font-family:sans-serif; text-decoration:none; font-size:9pt  }

/* Шрифт видов спорта */
#sports {color: #012678; font-family:sans-serif; text-decoration:none; font-size:9pt  }

/* Шрифт "Репортаж недели" */

#rep {font-weight: bolder; font-size:10pt; color: #2f2f2f;}

/* Шрифт для ИМЕНИ ЛОШАДИ в поиске */
#name {color: #2f2f2f; font-family: calibri; text-decoration: none; font-size: 14pt; text-align: left; font-weight: bold; }

/* ссылкии на языки */
#ll {color: #FFFFFF; font-family:calibri; text-decoration:none; font-size:11pt; }
#ll:hover {font-weight: bold; text-decoration: underline;} 

#tab_r {float: right; }


/* Фон главного меню */
#main {background: #ffffff; height: 26 }

#bh {border-left: 2px solid #ffffff; border-right: 2px solid #ffffff }
#bb {border-bottom: 1px solid #c0c0c0 }
#rb {border-right: 2px solid #ffffff }
#bm {border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0 }
#bm2 {border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0 }
#bt {border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0}

#ball {border-left: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0   }

#bpic {border-left: 1px solid #767676; border-right: 1px solid #767676; border-bottom: 1px solid #767676; border-top: 1px solid #767676}
#bvn  {border-bottom: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0}

#href {text-decoration: none; color: #2f2f2f; }
#href:hover {text-decoration: underline; color: blue;}



/* Шрифт и отступы в детпльных таблицах результатов*/
#tab {font-size:10pt; margin-right: 2px; margin-left: 2px; margin-top: 2px; margin-bottom: 2px;}

/* Шрифт и отступы в таблице на заглавной странице*/
#tab1 {margin-right: 2px; margin-left: 4px;}


/* Шрифт и отступы в детпльных "последних результатов" */
#marg1 {font-size:11pt; margin-right: 2px; margin-left: 2px;}


/* Фон чередующихся рядков */
#row1 { background-color: #f4f4f4;}
#btb {border-bottom: 1px solid #c0c0c0; border-top: 1px solid #c0c0c0}



#club {height: 20px; }
#club1 {float: right;}


/* Отступы в картинках подробных Статей, Репортажей... */
#img_l {margin-right: 10px; margin-bottom: 7px; margin-top: 7px;  }
#img_r {margin-left: 10px; margin-bottom: 7px; margin-top: 7px;  }

/* Фон Акции недели */
#act {background: #ffffff }

/* Фон Крнкурса */

#com {background: #ffffff }
#quest {background: #ffffff }

/* Фон заголовков крайних колонок */
#back {background: url(Pics/blue-5.png) repeat-x; }

/* Фон заголовков средней колонки */
#backm {background: url(Pics/green-1.png) repeat-x; }

/* Верхний разделитель таблиц */
        #vert {height: 7; }

/* Верхний разделитель средней колонки (1,2,3) */
        #msep {height: 1; background: #dadada}
        
        
/* Фон разделов средней колонке */
        #events  {background: #ffffff; }
        
/* Рамка вокруг картинок */
        #bcolor { border: none; }

/* Цвета ссылок */

a {color: #0000ff}
a:visited {color: #0000ff}
a:active {color: #0000ff}
a:hoover {color: #0000ff}

 
#sorevn { width: 190px }
#opis { width: 150px }
#date { width: 70px }
#sportsman { width: 110px }
#mesto { width: 70px }
#balls { width: 50px }
#procent { width: 50px }
#kolichestvo { width: 50px } 

/* стили для автоподстановки */
.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    position:relative;
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background : Window url('../js/images/autocomplete_indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

