﻿table.list
{
    border-collapse: collapse;
    border: solid 1px #aaa;
}

table.list > thead > tr > th
{
    background-color: #aaa;
    font-weight: bold;
    border: solid 1px #777;
    padding: 2px;
    color: #fff;
}

table.list > tbody > tr > td
{
    border: solid 1px #bbb;
    padding: 6px;
}

._sending{
    background-color:Yellow;
    color:orange;
}
._senderror
{
    background-color: Pink;
    color:Red;
}
._sendsuccess
{
    background-color: lightgreen;
    color:green;
}
.flr{
    float:right;
}
.fll{
    float:left;
}
.clr{
    clear:both;
}
.vat{
    vertical-align:top;
}
.vac{
    vertical-align:central;
}
.vab{
    vertical-align:bottom;
}
.pr5{
    padding-right:5px;
}
.pb5{padding-bottom:5px;}
.mr5{margin-right:5px;}
.mb5{margin-bottom:5px;}
.edbox{
    padding:0;
    margin:0;
    border:none;
}
.ilb{
    display:inline-block;
}
.w100{
    width:100%;
}
textarea.ed, input.ed, select.ed{
    padding:0;
    margin:0;
    width:100%;    
    resize:none;    
    box-sizing:border-box;
    border:solid 1px #aaa;
    padding:2px;
}
.grd_gray,.grd_gray:hover {
    background-image:url('/img/grad-gray.jpg');
    background-repeat:repeat-x;
    background-position-x:left;
    background-position-y:bottom;
    background-color:#fff;
}
.tac{
    text-align:center;
}
.tar{
    text-align:right;
}
.tal{
    text-align:left;
}
.b {font-weight:bold;}
.i {font-style:italic;}
.u {text-decoration:underline;}
.nowrap{
    white-space:nowrap;
}
.wrap{
    overflow-wrap:break-word;
}