
/* tabela principal */
div.jtable_win7 table {
	border: 1px solid #D5D5D5;
	float: left;
	display: table;
	border-collapse: separate;
	color: black;
	cursor:default;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	width: 100%;
	background-color: #ffffff;
}



/* cabecalho ------------------------------------------------- */
div.jtable_win7 thead * {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor:default;
}

div.jtable_win7 thead tr {
	position: relative;
	cursor:default;
	padding: 0px;
	height: 24px;
}

div.jtable_win7 thead th, div.jtable_win7 thead th:hover {
	background: #F5F6F8 url(../ui/jtable_g1.png) 0 50%;
	background-repeat: repeat-x;
	border: 1px solid transparent;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #EDEDED;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}

div.jtable_win7 thead th.jtable_header_selected {
	background: #F2F9FC url(../ui/jtable_g4.png) 0 50%;
	background-repeat: repeat-x;
	border-left: 1px solid #96D9F9;
	border-right: 1px solid #96D9F9;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #96D9F9;

}

div.jtable_win7 thead th:hover {
	border: 1px solid #96D9F9;
	background: #E3F7FF url(../ui/jtable_g2.png) 0 50%;
	background-repeat: repeat-x;
}
div.jtable_win7 thead th:active {
	border-top: 1px solid #86A3B2;
	border-bottom: none;
	background: #BCE4F9 url(../ui/jtable_g3.png) 0 50%;
}

div.jtable_win7 thead td.selector {
	background: #F5F6F8 url(../ui/jtable_g1.png) 0 50%;
	border-left: 1px solid white;
	border-right: 1px solid #E5E6E7;
	width: 23px;
}

/* icone e textos do cabecalho */
div.jtable_win7 .jtable_header_text {display: inline-block;}

/* celula de cabecalho e icone de direcao da ordenacao */
div.jtable_win7 thead th span.jtable_header_cel {
	display: block;
	padding: 1px 3px;
	width: auto;
	vertical-align:middle;
	margin: 0px 0px 0px 1px;
}
div.jtable_win7 thead th:active span.jtable_header_cel {
	padding: 2px 2px 0px 4px;
}


div.jtable_win7 thead th span.jtable_order_asc, div.jtable_win7 thead th span.jtable_order_desc {
	background-position: 50% 0px;
	background-repeat: no-repeat;
}
div.jtable_win7 thead th span.jtable_order_asc {
	background-image: url(../ui/jtable_win7_sort_asc.png);
}
div.jtable_win7 thead th span.jtable_order_desc {
	background-image: url(../ui/jtable_win7_sort_desc.png);
}



/* corpo ---------------------------------------------- */
div.jtable_win7 tbody {
	overflow: auto;
	width: 100%;
}

div.jtable_win7 tbody td {
	border: 1px solid transparent;
	border-left: 1px solid #EDEDED;
	font-weight: normal;
	padding: 1px 3px;
	text-align: left;
	height: 23px;
}

div.jtable_win7 tbody td, div.jtable_win7 tbody td {}

div.jtable_win7 tbody th.selector {
	border-bottom: 1px solid #D5D5D5;
	border-right: none;
	background: #F5F6F8;
}

div.jtable_win7 tbody tr:hover td {
	color: #333;
	background: #DDF4FF;
}
div.jtable_win7 tbody tr:active td, div.jtable_win7 tbody tr.selected td, div.jtable_win7 tbody tr.selected:hover td {
	color: white;
	border-left: 1px solid #39F;
	background: #39F;
	background: -moz-linear-gradient(50% 0%, #2A8FEF 50%, #39F);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#39F), to(#2A8FEF));
}

/* loading */
div.jtable_win7 td.jtable_cel_loading, div.jtable_win7 td.jtable_cel_loading:hover, div.jtable_win7 td.jtable_cel_loading:active {
	background-color: #FFF;
}


/* span do conteudo do selector mestre */
div.jtable_win7 .jtable_selector {
	float: left;
	height: 17px;
	width: 20px;
}

/* spam de celula */
div.jtable_win7 span.jtable_body_text {
	padding: 0px 4px;
}

/* icone e textos da tabela */
div.jtable_win7 .jtable_icon, div.jtable_win7 .jtable_icon_nolabel {
	height: 16px;
	min-width: 16px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

div.jtable_win7 .jtable_icon {
	padding: 1px 2px 1px 20px;
}
div.jtable_win7 .jtable_icon_nolabel {
	padding: 1px 2px 1px 2px;
}


/* ------------- rodape --------------------------*/
/*formatacao do conteudo do rodape*/
.jtable_foot{
        border-top:  1px dotted #D5D5D5;
        /*border-right:  1px dotted #D5D5D5;*/
        border-collapse: o;
        /*text-align:center;*/
        background-color: #EFEFEF;


}

.jtable_foot_tr{

}


/* ------------- paginacao --------------------------*/
/*
.jtable_pages ul{border:0; margin:0; padding:0;}

.jtable_pages li{
        border:0; margin:0; padding:0;
        font-size:11px;
        list-style:none;
        margin-right:1px;
}

.jtable_pages a{
        border:solid 1px #9aafe5;
        margin-right:1px;
}

.jtable_pages .next a,
    .jtable_pages .previous a {
        font-weight:bold;
}

.jtable_pages .pages_active{
        background:#2e6ab1;
        font-weight:bold;
        display:block;
        float:left;

        padding:0px 0px;
}
.jtable_pages a:link,
    .jtable_pages a:visited {
        color:#0e509e;
        display:block;
        float:left;
        padding:3px 6px;
        text-decoration:none;

}

.jtable_pages a:hover{
        border:solid 1px #0e509e;
        color: #000;
        font-weight:bold;
        background: #F5F6F8;

}*/