/*

    Stylesheet for MarienDispatch

    Copyright:  Analyz-IT <http://www.analyz-it.be>
    Author:     Thomas Timmers <tt@analyz-it.be>

*/

/*
	Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body { line-height: 1 ;}
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {	content: '';content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {	border-collapse: collapse;border-spacing: 0; }


/*
	Primary Styles
*/
html,body,form { background: #fbfbfb; font-family: Tahoma, Arial,Verdana; color: #000000;}
#main { width: 96%; margin: 0 auto;}
#tblList { width: 100%; border: 1px solid #d1d1d1; }
#tblList tr { border-top: 1px solid #cccfd1;}
#tblList tr:first-child { border-top: 1px solid #cccfd1;}
#tblList tr.alter { background: #f7f7f7;}
#tblList tr td { padding: 25px 28px; text-align: left; border-left: 1px solid #e0e0e0; }
#tblList tr td:first-child { border-left: none;  }
#tblList tr th { padding: 25px 28px; text-align: left; background: #e9eaeb; border-bottom: 1px solid #f1f2f2; border-top: 1px solid #f1f2f2;}
#tblList .rowAantal { width: 18%; text-align: center;}
#tblList .rowProduct { width: 82%;}

#customerNameContainer { width: 80%; display: block; margin: 30px auto 50px auto; padding: 10px 13px; text-align: center; background: #e9eaeb; border: 1px solid #f1f2f2; -moz-border-radius: 10px; border-radius: 10px; }

#tblList tr th,#customerNameContainer { font-size: 2.7em;}
#tblList td.rowAantal {font-size: 5em; font-weight: bold;}
#tblList td.rowProduct {font-size: 3em; font-weight: bold;}

#tblList tr.kleur0 td { background: black; color: #ffffff; }
#tblList tr.kleur1 td { background: red; color: #ffffff; }
#tblList tr.kleur2 td { background: green; color: #ffffff; }
#tblList tr.kleur3 td { background: yellow; color: #000000; }
#tblList tr.kleur4 td { background: blue; color: #ffffff; }

#version {float:right;font-style: italic;font-size:10px;margin-top:3px;}