#matrix_bg
{
   background-color: #e5edac;
   opacity:0.6;
   z-index:100;
   filter:progid:DXImageTransform.Microsoft.alpha(opacity=80)
}
.matrix_win
{
   border: 3px solid #463912;
   background-color:#8c984e;
   z-index:101;
   width:781;
   height:624
}
.matrix_title_cell
{
    width: 140px;
    height: 83px;
    background-color:#ecede3;
    border: 1px solid #605223;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #443811;
    text-decoration: none;
    text-align:center
}
.matrix_head_cell_v
{
    width: 140px;
    height: 56px;
    background-color:#ecede3;
    border: 1px solid #605223;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #443811;
    text-decoration: none;
    text-align:center
}
.matrix_head_cell_h
{
    width: 83px;
    height: 83px;
    background-color:#ecede3;
    border: 1px solid #605223;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #443811;
    text-decoration: none;
    text-align:center
}
.matrix_cell
{
    width: 83px;
    height: 56px;
    border: 1px solid #605223;
    background-color:#ecede3;
    text-align:center
}
.matrix_icon
{
    cursor:pointer
}
