﻿/* General Style */
body
{
 background: #4E5A42 url("../images/design/main_bg.jpg");
 font-family:Tahoma; font-size:9px; color:#333333;
 scrollbar-face-color:#A1B182;
 scrollbar-shadow-color:#A1B182;
 scrollbar-highlight-color:#F3E7D6;
 scrollbar-3dlight-color:#A1B182;
 scrollbar-darkshadow-color:gray;
 scrollbar-arrow-color:#C8C8C8;
}
input {height: 18; font-size:8pt; font-family:Tahoma; color: #444444;}
select {font-size:8pt; font-family:Tahoma; color: #444444;}
hr {color:#C0C0C0; height:1px;}

.lj {z-index:+1; position:absolute; background-color:#CDD1B1; font-size:8pt; font-family:Tahoma; text-align:center;}

/* кнопки */
.but1 /* главная */
{
 border: 1px solid #BDC97C; font-family:Tahoma; font-size:7pt; color:#333333; font-weight:bold; background-color:#D6DDAE;
}
.but2 /* основная */
{
 height:18; border: 0px; color:#333333; color:#333333; background-color: #AEBC94;
}

.but3 /* действий */
{
 height:18; border: 1px solid #675042; background-color: #F1F1ED;
}

.but4 /* действий */
{
 height:18; border: 1px solid #675042; background-color: #F1F1ED;
 background: red; /* Синий цвет фона */ 
 color: black; /* Белые буквы */ 
}

/* шрифты */
.font1 /* тёмный */
{
 font-family:Palatino Linotype; color:#445044;
}
.font2 /* светлее */
{
 font-family:Palatino Linotype; color:#6C7151;
}
.font3 /* желтый */
{
 font-family:Palatino Linotype; color:#FFFFCC;
}

/* links */
a:link {text-decoration:none;}
a:active {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
