/*
 * 1C.Games Copyright 2002 DTF.RU
 * CSS for home site
 * $Id: main.css,v 1.3 2003/08/18 11:58:57 bass Exp $
 * Author: Fedorov Alexander, DTF Ltd
 */

/* Тело страницы */

body        {
                color: #000000;
                background-color: #fff;
                margin: 0px;
                padding: 0px;

            }

/* Параграф */

p           {
                text-align: justify; text-indent: 15px;
            }

/* Простые ссылки */

a           {
                color: #990000;
                font-family: Verdana, Arial, sans-serif;
                text-decoration: underline;
            }

/* Обычный текст */

td          {
                font-size: 10pt;
                font-family: Verdana, Arial, sans-serif;
            }

/* Ячейки таблицы с информацией */

tr.info1    {
                font-size: 10pt;
                font-family: Verdana, Arial, sans-serif;
                color: #ffffff;
                background-color: #993333;
            }

tr.info2    {
                font-size: 10pt;
                font-family: Verdana, Arial, sans-serif;
                color: #000000;
                background-color: #FFD775;
            }

/* Мелкий текст */

small       {
                font-size: 8pt;
                font-family: Verdana, Arial, sans-serif;
            }

/* Крупный текст */

big         {
                font-size: 12pt;
                font-family: Verdana, Arial, sans-serif;
            }

/* Текст заголовков */

font.title  {
                color: #000000;
                font-size: 12pt;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: -1px;
            }

td.title    {
                background-color: #ffd775;
            }

/* Текст заголовков разделов на главной странице*/

font.title2  {
                color: #000000;
                font-size: 10pt;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-weight: bold;
                text-transform: uppercase;
                letter-spacing: -1px;
                background-color: #FFEFCD;
            }

td.title2   {
                font-size: 10pt;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-weight: bold;
                background-color: #ffd775;
            }

/* Текст названий игр и серий в соответствующих списках */

font.title3 {
                color: #000000;
                font-size: 12pt;
                font-family: Helvetica, Verdana, Arial, sans-serif;
                font-weight: bold;
            }

/* Рабочая ячейка главной таблицы */

td.work     {
                color: #E9E7D7;
                background-color: #000000;
                font-size: 10pt;
                font-family: Verdana, Arial, sans-serif;
            }

a.quiz     {
                color: #000;
                font-size: 13pt;
                font-family: Verdana, Arial, sans-serif;
                text-decoration: underline;
            }

.gamename     {
                color: #000;
                font-size: 13pt;
                font-family: Verdana, Arial, sans-serif;
            }

/* Ссылки в меню большие */

a.menu1     {
                color: #990000;
                font-size: 10pt;
                font-family: Verdana, Arial, sans-serif;
                font-weight: bold;
                text-decoration: none;
            }

a.menu11     {
                color: #ffcc00;
                font-size: 10pt;
                font-family: Verdana, Arial, sans-serif;
                font-weight: bold;
                text-decoration: none;
            }

/* Ссылки в меню маленькие */

a.menu2     {
                color: #990000;
                font-size: 8pt;
                font-family: Verdana, Arial, sans-serif;
                text-decoration: underline;
            }

/* Заголовки в маленьких меню */

td.menu2     {
                color: #FFFFFF;
                background-color: #990000;
                font-size: 9pt;
                font-family: Verdana, Arial, sans-serif;
                font-weight: bold;
            }

/* Список в маленьком меню */

tr.menu2    {
                color: #990000;
                font-size: 8pt;
                vertical-align: top;
            }

/* Строка навигации */

tr.navig    {

                color: #f0f0f0;
                background-color: #909090;
                font-size: 10pt;
                font-weight: bold;
            }

select.navig {
                color: #f0f0f0;
                background-color: #909090;
                font-size: 8pt;
            }

/* Кнопки */

input.button {
				color:#990000;
                background-color:#FFD775;
                border:1px solid #990000;
			}

/* Стили дополнительных страниц сайта */

p.custom-text {
                text-align:justify;
            }

p.custom-hint {
                color: #900000;
                font-weight:bold;
                text-align:right;
                text-transform: uppercase;
            }

p.custom-header {
                color: #900000;
                font-weight:bold;
                text-align:center;
                text-transform: uppercase;
            }

ul.custom-list {
            }

ol.custom-list {
            }
				
table.cldr { 
					background-color: #FFD775;
					border: solid 1px #990000;
					border-collapse: collapse;
					border-spacing: 0px;
					width: 130px;
					empty-cells: show;
					margin: 0px;
				}
					
.cldr_d, .cldr_d_empty, .cldr_d_select {
					height: 16px;
					border:  solid 1px #990000;
					font-size: 9px;
					font-family: Tahoma, Arial, sans-serif;
					text-align: center;
					background-color: #FFEFCD;
				}
				
.cldr_d_empty {
					background-color: #FFD775;
				}

.cldr_d_select {
					color:  #FFFFFF;
					background-color: #990000;
				}
				
.cldr_d a {
					font-size: 9px;
					font-family: Tahoma, Arial, sans-serif;
				}
				
.cldr_d_select a {
					font-size: 9px;
					font-family: Tahoma, Arial, sans-serif;
					color:  #FFFFFF;
				}
									
.cldr_m {
					border-right:  solid 1px #990000;
					background-color: #FFD775;
				}

.cldr_w, .cldr_caption {
					height: 14px;
					font-size: 9px;
					font-family: Verdana, Arial, sans-serif;
					font-weight: bold;
					text-align: center;
				}

.cldr_caption {
					padding-bottom: 2px;
					font-size: 11px;
					background-color: #990000;
					color: #FFFFFF;
				}
