/* 
    Document   : main
    Created on : 25.02.2010, 0:36:19
    Author     : antal
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

h1 img { vertical-align: middle; 
	padding-right: 10px;
}

#disabled a p {opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20); color=#AAAAAA;}
#disabled a h3 {opacity:0.2; -moz-opacity:0.2; filter:alpha(opacity=20); color=#AAAAAA;}

#addit-link a p {opacity:0.7; -moz-opacity:0.7; filter:alpha(opacity=70);}
#addit-link a:hover p {opacity:1; -moz-opacity:1; filter:alpha(opacity=100);}
#addit-link a:hover h3 {color=#000000; text-decoration: underline;}


th
{
color: white;

}

table.addit-list 
{
/* background-color:#8d8d8d; */
padding: 0px;
border: 2px solid black;
border-width:1px 1px 1px 1px;
border-collapse: collapse;
empty-cells: show;
}

table.addit-list tr th{
text-align: center;
 background-color:#444444; 
border: 1px solid black;
border-collapse: collapse;
border-width:1px 1px 3px 1px;
padding: 2px;
}

table.addit-list tr td{
text-align: center;
border: 1px solid black;
border-collapse: collapse;
border-width:1px;
padding: 2px;
}



table.addit-list tr.c1 {
background-color:#AAAAAA;
}

table.addit-list tr.c2 {
background-color:#CCCCCC;
}

table.addit-list td.r1 {
background-color:#ff3333;
}

table.addit-list td.r2 {
background-color:#ff5555;
}



 .t {background: url(/img/red_dot.png) 0 0 repeat-x #F2EEE3}
 .b {background: url(/img/red_dot.png) 0 100% repeat-x}
 .l {background: url(/img/red_dot.png) 0 0 repeat-y}
 .r {background: url(/img/red_dot.png) 100% 0 repeat-y}

 .bl {background: url(/img/red_bl.png) 0 100% no-repeat}
 .br {background: url(/img/red_br.png) 100% 100% no-repeat}
 .tl {background: url(/img/red_tl.png) 0 0 no-repeat}
 .tr {background: url(/img/red_tr.png) 100% 0 no-repeat; padding:10px}

 .lbl {background: url(/img/red_tl.png) 0 100% no-repeat}
 .lbr {background: url(/img/red_tr.png) 100% 100% no-repeat}
 .ltl {background: url(/img/red_bl.png) 0 0 no-repeat}
 .ltr {background: url(/img/red_br.png) 100% 0 no-repeat; padding:10px}

 /* Задание стилей для всей изображения */
.bord {
    margin: 50px;
    position: relative; /* Важно! */
}

/* Задание стилей для рамки */
.bord span {
    width: 200px; /* Задание размеров рамки */
    height: 150px;
    display: block;
    position: absolute; /* Важно! */
    top: -9px; /* Задание отклонения рамки */
    left: -12px;
    background: url(2.png) no-repeat; /* Задание отображения рамки, как фона */
}

p.justify {
    text-align: justify;
    text-indent: 20px;
}

table.form {
    width: auto;
    float:left|right;
    margin-left: auto;
    margin-right: auto;
}


table.form td.label{
    text-align: right;
    }

table.form td.value{
    text-align: left;
    }

table.form td.center{
    text-align: center;
    }
textarea {width:140px;height:150px;padding:5px;font-family:arial;}

input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;color: #000000;}
