body {background:#f5f5f5;}

h2 span {font:15pt/17pt Verdana, Arial, sans-serif;}

#container {padding:5px;}


form label{display: block; font: bold 14px Tahoma; margin-bottom: 1px;}

.answer {margin:10px;}

ul.list {list-style-image: url('../images/pointer.gif'); list-style-position: outside; margin-left: 15px; margin-top: 10px;}

div.spacer {clear:both; margin:5px 0 5px 0;}
div.clear {clear:both;}

a.edit, a.del, a.add, a.remove, a.next, a.back,  a.search, a.check, a.maximize, a.minimize  {width:16px; height:16px; display:block; float:left; cursor:pointer;}
a.edit {background:url('../images/icons/edit.gif') no-repeat;}
a.del {background:url('../images/icons/delete.gif') no-repeat;}
a.add {background:url('../images/icons/add.gif') no-repeat;}
a.next {background:url('../images/icons/next.gif') no-repeat;}
a.back {background:url('../images/icons/back.gif') no-repeat;}
a.search {background:url('../images/icons/search.gif') no-repeat;}
a.check {background:url('../images/icons/check.gif') no-repeat;}
a.remove {background:url('../images/icons/remove.gif') no-repeat; float:none;}
a.maximize {background:url('../images/icons/maximize.gif') no-repeat; float:none;}
a.minimize {background:url('../images/icons/minimize.gif') no-repeat; float:none;}

table.manage
{
    border: solid 1px #5ba5ff;
    border-top: none 0px;
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}
table.manage th
{
    font: 12px/23px Tahoma;
    color: #fff;
    background: #2787ff;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 23px;
}
table.manage td
{
    font: 11px/23px Tahoma;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 23px;
    background-color: #fff;
    border: solid 1px #ddd;
}

table.testtable td {padding:2px;}


#pager a:visited, #pager a:link, #pager a:active
{
    font: 11px/13px Tahoma;
    color: #333;
    text-decoration: underline;
    padding: 2px 5px 2px 5px;
    background: #eee;
}

#pager a:hover
{
    text-decoration: none;
    background: #e0e0e0;
}
#pager a.selected {background: #ddd; font: bold 11px/23px Tahoma; }


div.bls {width:350px; float:left;}
div.ble {width:350px;}
div.blc {width:805px; display:none;}