/* -------------------- Box module -------------------- */

div.module {
	background: url(/gfx/module-body-left-bg.gif) no-repeat scroll bottom left;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	color: grey;
	}

div.module strong {
	font-weight: bold;
}

div.module div.module-body {
	background: url(/gfx/module-body-right-bg.gif) no-repeat scroll bottom right;
	padding: 20px 3% 20px 3%; float: left; width: 94%;
	}

/* Percentage padding in the module dependant on the cell width */
.grid_1 div.module div.module-body  { padding: 20px 8% 20px 8%; float: left; width: 84%; }
.grid_2 div.module div.module-body  { padding: 20px 7% 20px 7%; float: left; width: 86%; }
.grid_3 div.module div.module-body  { padding: 20px 6% 20px 6%; float: left; width: 88%; }
.grid_4 div.module div.module-body  { padding: 20px 5% 20px 5%; float: left; width: 90%; }
.grid_5 div.module div.module-body  { padding: 20px 4% 20px 4%; float: left; width: 92%; }
.grid_6 div.module div.module-body  { padding: 20px 3% 20px 3%; float: left; width: 94%; }
.grid_7 div.module div.module-body  { padding: 20px 2.75% 20px  2.75%; float: left; width: 94.5%; }
.grid_8 div.module div.module-body  { padding: 20px 2.5% 20px 2.5%; float: left; width: 95%; }
.grid_9 div.module div.module-body  { padding: 20px 2.25% 20px 2.25%; float: left; width: 95.5%; }
.grid_10 div.module div.module-body { padding: 20px 2% 20px 2%; float: left; width: 96%; }
.grid_11 div.module div.module-body { padding: 20px 1.75% 20px 1.75%; float: left; width: 96.5%; }
.grid_12 div.module div.module-body { padding: 20px 1.5% 20px 1.5%; float: left; width: 97%; }

.gridLogin div.module div.module-body  { padding: 20px 4% 20px 4%; float: left; width: 92%; }

div.module div.module-table-body {
	background: url(/gfx/module-body-right-bg.gif) no-repeat scroll bottom right;
	padding: 0;
	float: left;
	width: 100%;
	}

div.module h2 {
    /* Sliding right image */
    background: url(/gfx/module-header-left-bg.gif) no-repeat scroll top left;
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 0px;
	padding-right: 0px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 100%;
	margin-bottom: 0;
	letter-spacing: normal
	}

div.module h2 span {
	/* Background left image */
	background: url(/gfx/module-header-right-bg.gif) no-repeat top right;
	display: block;
	line-height: 20px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;

	}

div.module table {
	width: 100%;
	margin: 0 0 10px 0;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	}

div.module table.tr {
	border-collapse: separate;
	border-right: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	}

div.module table th {
	background-color: #eeeeee;
	color: #444444;
	padding: 5px;
	text-align: left;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	}

div.module table td {
	
	padding: 5px;
	border-right: 1px solid #d9d9d9;
	}

div.module table tr.odd td { /* You can use this style if you want to do zebra-colored tables with other technique than Table Sorter script used here */
	background-color: #f1f5fa;
	}

.table-apply {
	width: 40%; float: right; text-align: right; margin-right: 10px;
	}

/* -------------------- Forms -------------------- */

fieldset {
	margin-top: 15px;
	margin-bottom: 15px;
	}

legend {
	margin-bottom: 10px;
	display: block;
	}

label {
	display: block;
	margin-bottom: 5px;
	}

.input-short,
.input-medium,
.input-long {
	padding: 3px;
	}

select {
	padding: 2px;
	}

textarea {
	padding: 3px;
	}

.input-short {
	width: 25%
	}

.input-medium {
	width: 50%
	}

.input-long {
	width: 75%
	}

input.input-short,
input.input-medium,
input.input-long,
select,
textarea {
	background: url(/gfx/input-bg.gif) top left repeat-x #f6f6f6;
	border: 0;
	border: 1px solid #cccccc;
	}

input.input-short:focus,
input.input-medium:focus,
input.input-long:focus,
select:focus,
textarea:focus {
	background: url(/gfx/input-bg-focus.gif) top left repeat-x #ffffff;
	border-color: #a9c2d1;
	}


input.submit-green {
	background: url(/gfx/submit-green-bg.gif) top left repeat-x;
	border: 0;
	border-top: 1px solid #6bd091;
	border-left: 1px solid #6bd091;
	border-right: 1px solid #349c5c;
	border-bottom: 1px solid #349c5c;
	color: #ffffff;
	font-size: 14px;
	padding: 2px 12px;
	margin: 0px 10px 0 0;
	cursor: pointer;
	}

input.submit-green-hover {
	background-image: url(/gfx/submit-green-bg-hover.gif);
	}

input.submit-gray {
	background: url(/gfx/submit-gray-bg.gif) top left repeat-x;
	border: 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	color: #ffffff;
	font-size: 14px;
	padding: 2px 12px;
	margin: 0px 10px 0 0;
	cursor: pointer;
	}

input.submit-gray-hover {
	background-image: url(/gfx/submit-gray-bg-hover.gif);
	}




/* -------------------- Text input and select input notifications -------------------- */

.notification-input {
	background:10px 50% no-repeat;
	margin: 0 0 0 5px;
	padding:5px 0 5px 32px;
	font-size: 12px;
	}

.ni-correct {
	background-image:url(/gfx/tick-on-white.gif);
	color: #00ae42;
	}

.ni-error {
	background-image:url(/gfx/cross-on-white.gif);
	color: #c9282d;
	}




/* --------------------  Boxed notifications -------------------- */

.notification {
	display: block;
	padding: 20px 20px 20px 45px;
	border: 1px solid;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	color: black;
	}

.n-success {
	background-color: #a3e6bd;
	border-color: #68d59b;
	background-image: url(/gfx/notification-tick.gif);
	color: black;
	}

.n-information {
	background-color: #9fddea;
	border-color: #5fceea;
	background-image: url(/gfx/notification-information.gif);
	color: black;
	}

.n-attention {
	background-color: #f9e497;
	border-color: #ffcb4f;
	background-image: url(/gfx/notification-exclamation.gif);
	color: black;
	}

.n-error {
	background-color: #ffc6ca;
	border-color: #efb9c3;
	background-image: url(/gfx/notification-slash.gif);
	color: black;
	}

/* -------------------- Indicators -------------------- */


.indicator {
	width: 220px;
	height: 12px;
	background: url(/gfx/indicator-bg.gif) no-repeat top left;
	}

.indicator div {
	height: 12px;
	background: url(/gfx/indicator-red-to-green.gif) no-repeat top left;
	}

.indicator div.reverse {
	background: url(/gfx/indicator-green-to-red.gif) no-repeat top left;
	}

.bottom-spacing { margin-bottom: 20px; }

/* ethanak start here */

.banque_table th {
    width: 30%;
}

td.money {
    text-align:right;
}

dl.client-dl dt {
    font-weight: bold;
    float:left;
    margin: 0 1em 0 0;
    min-width:5em;
    clear:both;
}

dl.client-dl dd {
    float: left;
}

table.invotable .unpaid td,
table.invotable .unpaid th
{
    background-color: #FF8888 !important;
    color: black;
}

.kontaktove p {
    margin: 1em 0 0 0;
}