/*

IMPORTANT NOTES: (PLEASE READ CAREFULLY!)

1. DO NOT MODIFY the system styles section, it is generated by the system,
   your modifications will be overwritten. If you want to change the stylesheet
	 template, modify the ew.css in the "themes" subfolder under the installed
	 directory. Only modify the ew.css if you have the necessary knowledges in
	 CSS.
	 
2. DO NOT REMOVE THE FOLLOWING COMMENTS:
   
   BEGIN_USER_STYLES
   END_USER_STYLES
	 
	 You MUST write your styles between these two comment lines below, styles
   outside this user styles section will be discarded.
	 
3. If you want to override the system styles, you can copy the styles to the
   User Styles Section, or you can use a separate user stylesheet.

*/

/*BEGIN_SYSTEM_STYLES*/

html {
	height: 100%;
}

@media screen{
	body {
		background-color: inherit; /* background color */
		color: inherit; /* text color */
		font-family: Verdana; /* font name */
		font-size: xx-small; /* font size */
		margin: 0; /* top right bottom left */
		height: 100%;
	}
}

@media print {
    body {
    	background-color: inherit; /* background color */
		color: inherit; /* text color */
		font-family: Verdana; /* font name */
		font-size: xx-small; /* font size */
		margin: 0; /* top right bottom left */
		height: 100%;
    }
    
    .page_break{
    	page-break-after: always;
	}
}

@media print{
	.tblProduit TD{
		border:black thin solid;
	}
	TABLE.tblProduit{
		border:thin black solid;
		border-collapse: collapse;
	}
	
	.preparation TD{
		font-size: 18px;
	}
}

.categorie{
	font-weight:bold;
	font-size:medium;
}
.souscategorie{
	font-weight:bold;
	font-size:small;
}

.liste_par_groupe{
	border-collapse:collapse;
}
.liste_par_groupe TD, .liste_par_groupe TH{
	border:black thin solid;
	padding:3px;
}
.money, .poids {
	text-align: right;
}
.input{
	text-align:center;
	border-left:black thin solid;
}

.input INPUT{
	text-align:right;
}

TH.input{
	border-left:black thin solid;
}

TD.soustotal {
	border-bottom:black thin solid;
	font-weight:bold;
}
TD.grandtotal{
	border-bottom:black thin solid;
	font-weight:bold;
}
