﻿/* Skin da página de cadastro de Display */
.FooterGrid
{
    font-weight: normal;
    font-size: 11px;
    background-image: url(../Images/Grid_Footer_Gradient.gif);
    word-spacing: normal;
    color: darkblue;
    text-indent: 2pt;
    background-repeat: repeat-x;
    font-style: normal;
    font-family: tahoma;
    height: 8px;
    text-decoration: none;
    font-stretch: normal;
    marks: none;
}


.FooterGrid td
{
    border: none;
}

.CabecalhoGrid
{
    font-weight: normal;
    font-size: 11px;
    background-image: url(../Images/repl_cabec_grid.jpg);
    color: white;
    text-indent: 2pt;
    background-repeat: repeat-x;
    font-family: tahoma;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
    background-color: #b2b2b2;	
    text-align:center;

}

.CabecalhoGrid a
{
    font-weight: normal;
    font-size: 11px;
    color: white;
    text-indent: 2pt;
    font-family: tahoma;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase;
}

.GridLinha
{
    color: black;
    text-indent: 2pt;
    font-family: tahoma;
    background-image: url(../Images/repl_linha_grid.jpg);
    background-repeat: repeat-x;
    background-color: #f7f7f7;
    font-size: 11px;
    line-height: 20px;
    border-color:White;
}

.GridLinhaAlternada
{
    color: black;
    text-indent: 2pt;
    font-family: tahoma;
    background-image: url(../Images/repl_linha_altern_grid.jpg);
    background-repeat: repeat-x;
    background-color: #d6d6d6;
    font-size: 11px;
    line-height: 20px;
}

/* LINHAS ABAIXO DA VERSÃO ANTERIOR DE CSS */

div.Grid
{
    clear: both;
}

.Grid
{
    background-color: white;
    font-family: arial;
    font-size: x-small;
    border-left-style: solid;
    border-left-color: Black;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-color: Black;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-color: Black;
    border-top-width: 1px;
}

.GridSelection
{
    font-family: arial;
    background-color: #E6FAFF;
    font-size: 11px;
    color: black;
}

/* INICIO ESTILO PARA CUSTOMIZAÇÃO DO MODAL */
/* O z-index do div#mask deve ser menor que do div#boxes e do div.window */
#mask 
{
 position:absolute;
    z-index:9000;
    background-color:Transparent;
    display:none;
}

#boxes .window 
{
    position:absolute;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding:20px;
}

/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#boxes #dialog 
{
    width:300px;
    height:150px;  
    background-color:#EEEEEE;      
}

/* posiciona o link para fechar a janela */
.close 
{
    display:block;
    text-align:right;
}
/* FIM ESTILO PARA CUSTOMIZAÇÃO DO MODAL */

.LineDefault,
.LineDefaultHover
{
	width:100%;
	height:auto;
	float:left;
	clear:both;
}

fieldset.MainForm .LineDefaultHover input,
.LineDefaultHover
{
	background-color:#fff4f5;
}

.RemoveLineDefault
{
	width:100%;
	height:auto;
	float:left;
	clear:both;
	border-bottom:dashed 1px white;
	border-top:dashed 1px white;
}
.RemoveLineDefault img
{
	font-size:12;
	cursor:pointer;
}
fieldset.MainForm .RemoveLineDefault input
{
	font-size:12;
	border:0px;
	width:1px;
}