﻿
.matrix-font-style-normal 
{
    font-weight: normal;
}

.matrix-font-style-bold 
{
    font-weight: bold;
}

.matrix-font-size-medium 
{
    font-size: small;
}

.matrix-font-size-large 
{
    font-size: medium;
}

.matrix-font-size-small 
{
    font-size: x-small;
}

.matrix-font-color-black 
{
    color: Black;
}

.matrix-font-color-green 
{
    color: Green;
}

.matrix-font-color-blue 
{
    color: Blue;
}

.matrix-font-color-red 
{
    color: Red;
}
table.matrix-edit .matrix-select-list {
    white-space: nowrap;
}
table.matrix-edit .matrix-select-list label {
    display: inline-block;
}
table.matrix-edit input[type="checkbox"], table.matrix-edit input[type="radio"] {
    position: relative;
    top: 2px;
    margin-right: 3px;
}
table.text-lang td .text-language.matrix-err-text 
{
    background-color: #f2dede;
}