﻿/* 
ESTILO PARA LISTAGEM DE DADOS
*/
.listTable
{
    width: 100%;
    border: 0px;
}

.listHeader
{
    background-color: #f8f8f8;
    border:0px;
    color: #000099;
    font-weight: bold;
    font-size: 0.8em;    
}

.listHeader th
{
	padding:2px;
    font-size: 0.8em; 
    color: #999999;
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
}

.listEmptyRow
{
    font-style: italic;
    font-size: 0.8em;
    padding: 3px;
    padding-left: 8px;
}

.listRow
{
    border-bottom: solid 1px #eaeaea;
    border-top: 0px;
	border-left: 0px;
    border-right: 0px;
	background-color: #ffffff;
}

.listAltRow
{
    border-bottom: solid 1px #eaeaea;
    border-top: 0px;
	border-left: 0px;
    border-right: 0px;
	background-color: #fefefe;
}

.listRow td, .listAltRow td
{
    padding:2px;
    font-size:0.9em;
	border-bottom: solid 1px #eaeaea;
}

/* aplicado ao menu de opções em cima do grid */

.totalDescription
{
	padding: 2px;
	color: #333333;
    font-size: 0.8em;
}

.listmenu
{
    background: url('/web/image/back_listmenu.jpg');
    border-top: solid 1px #3366CC;
    padding: 0px;
    margin: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
}
.listmenu table tr td
{
    padding: 0px;
}
.listmenu_item
{
    padding: 0px;
}
.listmenu_item a:link, .listmenu_item a:visited
{
    color: #3366CC;
    font-size: 0.7em;
    font-weight:bold;
} 
.listmenu_spc
{
    color: #3366CC;
    font-size: 0.7em;
}

div#content div.titleList
{
	width:100%;
	margin-top:15px;
	font-size:0.9em;
	color: #ffffff;
	font-weight:normal;
	border-top:solid 1px #3877bc;
	padding-top:4px;
	padding-bottom:2px;
	padding-left: 0px;
    background: url('/web/image/back_title.jpg');
    background-repeat:repeat-x;
}