@charset "utf-8";
/* CSS Document */

.sright .tablex,.sright .tablex td
{
border               : 1px solid #CCC;
border-collapse      : collapse;
font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
.sright .tablex
{
border                :none;
border                :1px solid #CCC;
}
.sright .tablex thead th,
.sright .tablex tbody th
{
background            : #FFF url(../bitrix/templates/main/images/th_bck.gif) repeat-x;
color                 : #666;
padding               : 5px 10px;
border-left           : 1px solid #CCC;
}
.sright .tablex tbody th
{
background            : #fafafb;
border-top            : 1px solid #CCC;
text-align            : left;
font-weight           : normal;
}
.sright .tablex tbody tr td
{
padding               : 5px 10px;
color                 : #666;
}
.sright .tablex tbody tr:hover
{
background            : #FFF url(../bitrix/templates/main/images/tr_bck.gif) repeat;
}

.sright .tablex tbody tr:hover td
{
color                 : #454545;
}
.sright .tablex tfoot td,
.sright .tablex tfoot th
{
border-left           : none;
border-top            : 1px solid #CCC;
padding               : 4px;
background            : #FFF url(../bitrix/templates/main/images/foot_bck.gif) repeat;
color                 : #666;
}
.sright .tablex caption
{
text-align            : left;
font-size             : 120%;
padding               : 10px 0;
color                 : #666;
}
.sright .table a:link
{
color                 : #0076ba;
}
.sright .tablex a:visited
{
color                 : #666;
}
.sright .tablex a:hover
{
color                 : #0076ba;
text-decoration       : none;
}
.sright .tablex a:active
{
color                 : #0076ba;
}
