%
/******************************************************************************
 * Copyright (c) 2000-2005 e-Deal
 *
 * e-Deal S.A.
 * 55 rue Brillat Savarin
 * 75013 Paris
 * France
 *
 * T: +33 (0)1 53 80 80 30
 * F: +33 (0)1 73 01 69 77
 * http://www.e-deal.com
 * 
 * La diffusion de ce code source sous quelque forme que ce soit sans
 * l'autorisation de E-DEAL est interdite.
 *
 * Vous êtes autorisés à modifier ce code source uniquement pour votre usage
 * propre et sous réserve que les mentions de copyright demeurent intactes.
 *
 * Ce code est fourni en l'état. Aucune garantie d'aucune sorte, explicite ou
 * implicite n'est donnée. En aucun cas E-DEAL ne pourra être tenu pour
 * responsable des dommages pouvant résulter de l'utilisation de ce code
 * source.
 ******************************************************************************/
%><%@page session="true" contentType="text/css"%><%@ page import="com.edeal.frontline.navigation.FlRequest" %><%
	final org.apache.commons.logging.Log logger = org.apache.commons.logging.LogFactory.getLog(getClass());
	FlRequest flRequest = new FlRequest(request);
	String gridName = flRequest.getRequestParameterOrAttribute("gridName");
	if (gridName == null) {
		logger.error("[edeal_grid_css.jsp] - No gridName given");
		gridName = "ERR";
	}
%>
#<%= gridName %> .active-templates-header {
	text-decoration: none;
}
#<%= gridName %> .active-scroll-top .active-box-item {
	background: white;
	border-right: 1px dotted threedshadow;
}
#<%= gridName %> .active-scroll-left .active-box-item {
	background: white;
}
#<%= gridName %> .active-grid-column {
	border-right: 1px dotted threedshadow;
}
#<%= gridName %> .active-grid-row {
	border-bottom: 1px dotted #9EC6D0;
}
#<%= gridName %> .headerDataGrid {
}
#<%= gridName %> .active-scroll-left, .active-scroll-corner {
	width: 0px
}
#<%= gridName %> .active-scroll-top, .active-scroll-data {
	padding-left: 0px
}
#resultZone{
	background-color: white;
	max-height: 100%;
	position: relative;
}
#resultZone h2{
	margin: 0 0 0 0;
	font-size: 14px;
	color: #84A6AE;
	background: url() repeat-x;
}
#resultZone h2 span{
	background: white;
	padding-right: 5px;
}
input.btMassEdit , label.btMassEdit{
	float: right;
}
#resultZone > div{
	display: none;
}
#resultZone div#infoBox{
	width: 325px;
	margin-left: auto;
	margin-right: auto;
}
#resultZone div#infoBox.info{
	background: url() bottom;
}
#resultZone div#infoBox.warn{
	background: url() bottom;
}
#resultZone div#infoBox.err{
	background: url() bottom;
}
#resultZone div#infoBox h3{
	color: white;
	font-size: 5px;
	margin: 0 ;
	padding: 5px 0 0 10px;
	height: 7px;
}
#resultZone div#infoBox.info h3{
	background: white url() top;
}
#resultZone div#infoBox.warn h3{
	background: white url() top;
}
#resultZone div#infoBox.err h3{
	background: white url() top;
}
#resultZone div#infoBox p{
	padding: 2px 15px 15px 15px;
	margin: 0;
	font-size: 10pt;
}
#resultZone form{
	/*height:100%;*/
	/*border:	solid 1px green;*/
}
#resultZone .edealGrid div.data{
	margin-top:	5px;
}
.edealGrid {
	overflow-y: auto;
	overflow-x: auto;
	
}
.edealGrid div#grid-data {
	clear: both;
	overflow-y: auto;
	overflow-x: auto;
	border:	1px solid #C1CDD8;
	max-height: 100%;
	position:relative;
}
.edealGrid div#grid-data table{
	width: 100%;
}
.edealGrid div#grid-data table thead{
	border-bottom: 1px solid rgb(193,205,216);
}
.edealGrid div#grid-data table th{
	padding-left:15px;
	border-bottom: 1px solid rgb(193,205,216);
}
.edealGrid div#grid-data table th, .edealGrid div#grid-data table td{
	border-right: 1px dotted rgb(193,205,216);
}
.edealGrid th, .edealGrid th a{
	/*color: #10659E;*/
	color: #84A6AE;
	text-align: left;
	font-size:small;
}
.edealGrid tbody{
	font-size:10pt;
}
.edealGrid div#grid-data table tr{
	border-bottom: 1px dotted threedshadow;
}
.edealGrid div#grid-data table tr.even {
	/*background-color: #EBF4F6;*/
	background-color:RED;
}
.edealGrid div#grid-data table tr.odd {
}
.edealGrid td {
	padding:0 5px;
}