/* СТИЛЬ ВЫВОДА ПРОВЕРКИ ДОМЕНОВ */

/* Стиль для таблицы РЕЗУЛЬТАТ */
.dtable th  {
    font-family :tahoma; 
    padding:4px;
    background-image: url(img/hbg.gif);
    background-repeat: repeat-x;
    color:#FFF;
    font-size : 13px; }

/* Стиль для таблицы высота ячеек */
.dtable td{
	padding:2px;
    border:1px solid #CCC; }

/* Стиль для Таблицы (Вывод в таблице фона) */
.tr2 {
    background-color:#F1F1F1 }

/* Стиль для СВОБОДЕН */
.ava {
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 11px; 
    font-weight: bold;
    color:#009900;
    text-align:center; }

/* Стиль для ЗАНЯТ */
.tak {
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 11px; 
    font-weight: bold;
    color:#CC0000;
    text-align:center; }

/* Стиль для Рамок (верх,низ) */
form {
	margin: 0px;
	margin-top:0px;
	margin-bottom:0px; }

/* Стиль для Размера рамик РЕЗУЛЬТАТ */

.dtable{
    font-family : tahoma, verdana, arial, helvetica; 
    font-size : 11px; 
    font-weight: bold;
	width:255px;
	border:1px solid #ccc;
	border-collapse:collapse; }

/* Стиль для Кнопки ПРОВЕРИТЬ */
.sbtn    {
	background-image: url(img/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px; }
