
/*GLOWNA TABELA*/
#white_table_top_left
{

width:15px;
height:15px;
background-image: url(/img2/wlt.gif);
background-repeat: no-repeat;

}

#white_table_top_right
{

width:15px;
height:15px;
background-image: url(/img2/wrt.gif);
background-repeat: no-repeat;
}

#white_table_middle
{

background-image: url(/img2/w.gif);
background-repeat: repeat-xy;

}


#white_table_bottom_left
{
width:15px;
height:15px;
background-image: url(/img2/wlb.gif);
background-repeat: no-repeat;

}

#white_table_bottom_right
{
width:15px;
height:15px;
background-image: url(/img2/wrb.gif);
background-repeat: no-repeat;
}





#gray_table_top_left
{

width:15px;
height:15px;
background-image: url(/img2/glt.gif);
background-repeat: no-repeat;

}

#gray_table_top_right
{

width:15px;
height:15px;
background-image: url(/img2/grt.gif);
background-repeat: no-repeat;
}

#gray_table_middle
{

background-image: url(/img2/g.gif);
background-repeat: repeat-xy;

}


#gray_table_bottom_left
{
width:15px;
height:15px;
background-image: url(/img2/glb.gif);
background-repeat: no-repeat;

}

#gray_table_bottom_right
{width:15px;
height:15px;
background-image: url(/img2/grb.gif);
background-repeat: no-repeat;
}

