body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #black; background: white; qbackground-color:white;
}
.pointer{
   cursor:pointer;
   cursor:hand;   
}
.main_table{
background-color:white;

}
.main_table thead{
background-color:white;
}
/*таблица с сортировкой */
table.list{
border-spacing:0.1em;
margin-bottom:1em;
margin-top:1em;
font-size:12; 
}

table.address{
border:0px;
cellspasing:0px;
border-spacing:0em;
font-size:11px;
height:100%;
width:100%;
}

table.address td{

}

table.list tr.odd{
background-color:#eeeeee;
}
table.list tr.iven{
background-color:white;
}

table.list td{
border:1px solid #EBEBEB;
padding:0em 0em
}
table.list thead td{
cursor:pointer;
cursor:hand;
font-weight:bold;
text-align:center;
vertical-align:middle;
background-color:#aaaaaa;
}
table.list thead td.curcol{
background-color:#555555;
color:#FFFFFF
}

#addr_cell{
height:100%;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

/*таблица с сортировкой */
/*меню*/
table.tbl_menu{
font-size:12;
background-color:white;
font-color:red;
width:85%;
}
/*меню*/
table.det_tbl{
background-color:white;
font-size:12;
}
table.tbl_search_form{
color:black;
}
.obj_tbl_header{
color:black;
}
.obj_tbl_footer{
color:black;
font-size:12;
}
/*footer_num - цвет чисел, показывающих диапазон выборки 
 (например 1-10 11-20 ...)
*/
.footer_num{
color:black;
}
