/* Правое меню */ .oren_right { margin: 5px; padding: 0px; width: 220px; border: 1px solid rgb(0,255,0); background-color: rgb(3,23,0); -moz-border-radius-topleft: 7px; -webkit-border-top-left-radius: 7px; } .oren_right h3 { cursor: pointer; font-weight: bold; font-size: 14px; height: 21px; color: #7cfc00; margin: 5px 5px 0px 5px; } #last { margin-bottom: 5px; } .oren_right h3:hover { color: #fffc00; } .oren_right h3 span { vertical-align: 5px; } .oren_right p { display: none; padding-left: 13px; } .oren_right p a { font-size: 12px; display: block; margin-bottom: 5px; } #delimiter { border-bottom: 1px solid #0d3b00; margin: 5px 5px 5px 5px; } /* Усеченная таблица Кубка */ .small_cup_title { font-family: Trebuchet MS, Tahoma; font-weight: bold; text-align: center; padding: 5px; } #small_cup_title_info { font-size: 10pt; color: yellow; } #small_cup_title_desc { font-size: 8pt; color: white; } .small_cup_table td { font-size: 8pt; font-family: Arial Narrow, Tahoma; border-top: 1px solid #1B7C00; border-left: 1px solid #1B7C00; } .small_cup_table { background-color: #1B7C00; width: 100%; } .small_cup_table tr.place1 { background-color:#005C00; } .small_cup_table tr.place2 { background-color:#005700; } .small_cup_table tr.place3 { background-color:#005200; } .small_cup_table tr.place4 { background-color:#004D00; } .small_cup_table tr.place5 { background-color:#004800; } .small_cup_table tr.place6 { background-color:#004300; } .small_cup_table tr.place7 { background-color:#003E00; } .small_cup_table tr.place8 { background-color:#003900; } .small_cup_table tr.place9 { background-color:#003400; } .small_cup_table tr.place10 { background-color:#002F00; } #placeNum, #placeScore { color: #ffffff; text-align: center; } #placeNum { background-color: #0D3B00; border-left: 0; width: 1%; }