@CHARSET "UTF-8";

#jqContextMenu ul{
	width: 200px!important;
	text-align: left;
	font-family: Arial;
}

#jqContextMenu img{
	width: 20px;
	height: 20px;
}
.autotable {
    
    padding: 0;
   # border: 1px solid graytext;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 10px 0px;
    margin-left:0;
    width: 100%;
	font-family: New Century Schoolbook, serif;
                font-size: 12px;
float:left;
clear:both;
    }
    
    .autotable tr td,th {
        border: 1px solid #8382ad;
        padding: 3px;
        
    }
.autotable a.action_button img{
	border: 0;
}
.autotable a.row_button img{
	border: 0;
}
.autotable a.table_sort img{
	border: 0;
}
.action_row {
    vertical-align: middle;
    text-align: left;
}

tr.tr_action_row {
	border: 0;
	background: url(/img/bg_01.png) center;
}

.table_actions_ul {
    margin: 0;
    padding: 0;    
}

.table_actions_ul, .table_actions_ul li, .table_actions_ul li a {
    display: block;
    float: left;
    list-style: none;
    text-decoration: none;
    vertical-align: middle;
    text-align: left;
}

.table_actions_ul li .label {
    vertical-align: middle;
    float: left;
    margin: auto;
    margin-top: 8px;
    margin-left: 2px;   
}

.table_actions_ul li {
    padding: 0px auto;
    float: left;
    margin-right: 8px;
    padding-right: 5px;
   # border-right: solid 1px gray;
}

.table_actions_ul li img {
    float: left;
}

td.content_checkbox, th.content_checkbox {
    width: 2px;
}

.contextMenu, #jqContextMenu{
    width: auto;
    font-size: small;
    vertical-align: middle;
    
    }
#jqContextMenu li, #jqContextMenu ul {
    width: auto;
}

.table_pagin_contener {
    float: right;
    width: 110px;    
}
.link_pagin{
    float: left;
    }
.table_pages_display {
    width: 50px;
    text-align: center;
    float: left;
}

.contextMenu {
    visibility: hidden;
    display: none;
}

.row_action_element {
    display: block;
    float: left;
    width: 32px;
    margin-right: 1px;
    margin-bottom: 1px;
    # background-color: white;
    # border: 1px solid gray;
}

.row_action_element :hover {
    background-color: white;
}

.multi_li {
    visibility: hidden;
}

.table_sort {
	text-decoration: none;
}

.autotable .headert {
	background: url(/img/bg_01.png) center;
}

.autotable .headert a {
	color: #2d2d49;
		
}
.autotable tr {
	background-color:#e7e8f8;
}

