*
{
    margin: 0;
    padding: 0;
}
body
{
    font-family: Calibri,Arial !important;
    font-size: 11px;
    background-color: white;
    background-position: center top;
    background-repeat: repeat-y;
    min-width: 800px;
    width: 98%;
    text-align: center;
}
img
{
    border: 0;
}
img.align-icon 
{
    margin-bottom: -4px; 
}
p
{
    color: #8B8C8C;
    font-weight:normal;
}
p.desc
{
    margin-bottom: 10px;
}
a
{
    text-decoration: none;
    color: #6AA6CE;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.columnLeft
{
    float: left;
    width: 49%;
    margin: 0;
}
.columnRight
{
    float: right;
    width: 50%;
    margin: 0;
}

/* Headings
--------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.2em;
    color: #000;
    font-family: Tahoma, Helvetica, sans-serif;
}
h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    color: #6AA6CE;
    font-size: 1.2em;
    font-weight: bold;
}
h2.title
{
    background-color:#EEEEEE;
    line-height:33px;
    height: 33px;
    padding:0 0 0 5px;
    border-bottom:1px solid #DDDDDD;
}
h3
{
    font-size: 0.9em;
    margin-top: 1em;
    padding: 6px 6px 5px 0;
}
h4
{
    font-size: 1em;
}
h5, h6
{
    font-size: 0.88em;
}
.spacer
{
    background-color: #DDDDDD;
    height: 2px;
    font-size: 0;
    margin: 6px 0;
    padding: 0;
    width: 100%;
}
iframe
{
    border: 0px solid transparent;
}
ol
{
    padding-left: 2em;
    margin: 5px 0 5px 0;
}

/* Divers
--------------------------------------*/
.margin-bottom
{
    margin-bottom: 1em;
}
.margin-top
{
    margin-bottom: 1em;
}
.margin-left
{
    margin-left: 1em;
}
.flash
{
    color: black;
}

/* Table
--------------------------------------*/
table.style1
{
    empty-cells:show;
    width: 100%;
    border-collapse: collapse !important;
}
table.style1 th
{
    font-weight: bold;
    text-align: left;
}
table.style1 td, th
{
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    padding: 5px;
    vertical-align: middle !important;
}
table.style1 .leftcol
{
    width: 175px;
    background-color: #eee;
    padding: 2px;
}

table.style2
{
    empty-cells:show;
    width: 100%;
    border-collapse: separate;
}
table.style2 th
{
    font-weight: bold;
    text-align: left;
}
table.style2 td, table.style2 th
{
    border-bottom: 1px solid #DDDDDD;
    padding: 5px;
    vertical-align: middle;
}
table.style2 .leftcol
{
    color: gray;
    width: 175px;
    background-color: #F9F9F9;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}
table.style2 .leftcol span
{
    color: Black;
}
.columnLeft table.style2 .leftcol,.columnRight table.style2 .leftcol 
{
    width: auto !important;
}
table.style2 .icon-col
{
    width: 16px;
    text-align: center;
    background-color: #F9F9F9;
}
table.style2 .title
{
    background-color: #F1F1F1;
}

/* Wrapper
--------------------------------------*/
#wrapper
{
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0 0 20px;
    position: relative;
    text-align: left;
    width: 98%;
}

/* Top toolbar
--------------------------------------*/
#top-toolbar a
{
    color: #E6E6E6;
    text-decoration: none;
    font-size: 12px;
}
#top-toolbar
{
    padding: 0 1em;
    text-align: right;
    color: #646464;
    height: 28px;
    line-height: 28px;
}

/* Main containers
--------------------------------------*/
#main
{
    text-align: left;
    width: auto;
    /*padding: 0px 1em 0 1em;*/
}
/* Global breadcrumb 
--------------------------------------*/
.ms-globalbreadcrumb
{
    padding: 5px 10px 5px 5px !important;
}

/* TopMenu
--------------------------------------*/
#nav
{
    height: 30px;
    clear: both;
}
#nav ul
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
    background: transparent url("../images/navigation-line.gif") no-repeat scroll left center;
}
#nav ul li
{
    background: transparent url("../images/navigation-line.gif") no-repeat scroll right center;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}
#nav ul li a
{
    color: gray;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    width: auto;
    padding: 0 15px;
    line-height: 30px;
}
#nav ul li a:hover, #nav ul li a:active
{
    color: #000;
}
#nav ul li#current a
{
    /* background: #0c4e80 url("../images/pointer.gif") no-repeat center bottom; */
    color: #000;
}

/* mainContainer 
--------------------------------------*/
#main .mainContainer
{
    clear: both;
    margin: 25px 20px 20px 15px;
    padding: 0;
}

/* MainBloc
--------------------------------------*/
#topMenuBar
{
    height: 22px;
    width: 100%;
}

#contentPage.no-menu
{
    margin: 0;
    border-left: 0;
    padding: 1em;
}
#contentHeader
{
    /*height: 30px; 	width: 300px;*/
}
#contentHeader h2
{
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0.5em;
}
#contentMain
{
    width: 100%;
    display: block;
    float: left;
    font-size: 1em;
}
ul.padding
{
    padding-left: 2em;
}
ul.inline li 
{
    display: inline;
}
ul.file-list 
{
    padding-left: 2em;
}
ul.file-list li
{
    margin-bottom: 10px;
    list-style-type: decimal;
}
ul.file-list li img.icon
{
    margin-bottom:-3px;
    margin-right:4px;
}

/* Header
--------------------------------------*/
#header
{
   background: #FFFFFF
}
#header-top
{
    border-bottom: 1px solid #E5E5E5;
    height:85px;
}
#header-top-box-left
{
    float: left;
    background-color: White;
    width:400px;
    height:100%;
}
#header-top-box-right
{
    float:right;
    width:550px;
}
#header-bottom
{
    height:40px;
    background-color: #5185C1;
}

#header-bottom h1.header-title
{
    color:White;
    font-family:Arial;
    font-size:1.2em;
    line-height:40px;
    margin:0px;
    padding: 0 10px;
}
#header img
{
    margin:5px 10px 5px 10px;
}
#header-top h1
{
    position: relative;
    padding-top:20px;
    font-family: trebuchet MS;
    font-size: 1.6em;
    font-weight: bold;   
}
#header-top h1 a
{
    color: #6AA6CE;
    text-decoration: none;
    vertical-align: baseline;
}
#header-top h2
{
    position: relative;
    color: #8B8C8C;
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
}
#header-top p#userbox
{
    background:url("../Images/user-silhouette.png") no-repeat scroll 0 11px transparent;
    font-size:14px;
    line-height:40px;
    padding:0 15px 0 20px;
}
#header-top p#userbox a:hover
{
    color: #6AA6CE;
}
#header-top p#userbox a
{
    color: #e30034;
    font-weight: bold;
    text-decoration: none;
}

#breadcrumbOutside
{
    font-size: 24px;
    font-weight: bold;
    padding-top: 40px;
    text-align: center;
    color: #5185C1;
}

.breadcrumb
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #5185C1;
}
/* Menu 
--------------------------------------*/

#topnaviOutside {
    background-position: 50% 50%;
    background-repeat: repeat-x;
    border: 1px solid #E4E4E4;
    height: 40px;
}

#topnavi {
    clear: both;
    width: 100%;
}

#menu
{
    font-size: 10px;
    float: left;
    line-height: 20px;
    width: 175px;
    border-bottom:1px solid #EEEEEE;
    border-right: 1px solid #E5E5E5;
}
ul#topLeftMenu
{
    list-style: none;
    /*padding: 0 5px 0 0 !important;*/
}
ul#topLeftMenu li
{
    margin-bottom: 2px;
    margin-left:20px;
}
ul#topLeftMenu li a
{
    color:#333333;
    display:block;
    font-family:Tahoma,Helvetica,sans-serif;
    font-size:10px;
    height:100%;
    letter-spacing:1px;
    margin:0;
    padding:1px 8px;
    text-decoration:none;
}
ul#topLeftMenu li a:hover, ul#topLeftMenu li.current
{
    color: #276E8F !important;
}
.menuTitle
{
    margin-left: 0 !important;
    margin-top: 1em;
    border-bottom:1px solid #EEEEEE;
    color: #000;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 3px 3px;
}
.menuTitle span.ui-icon {
    float:left;
    margin:1px 4px;
}
ul#topLeftMenu li a img, ul#topLeftMenu li img
{
    padding: 0px 9px 0 0;
    vertical-align: middle;
}
ul#topLeftMenu li.last
{
    background: url("../Images/bottom-menu.jpg") repeat-x scroll left top transparent;
    height: 88px;
}

/* Footer
--------------------------------------*/
#footer
{
    font-size: 10px;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 7px;
}
#footer p
{
    text-align: center;
    color: #002130;
    font-family: Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* Clear
--------------------------------------*/
.clear:after
{
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clear
{
    clear: both;
    display: block;
}

/* Form 
--------------------------------------*/

input, textarea, select
{
    color: #333333;
    font-family: "Lucida Grande" ,Tahoma,Arial,sans-serif;
    margin: 0;
    font-size:11px;
}
input, textarea
{
    padding: 2px;
}
.disabled
{
    border: none;
    background-color: transparent;
}
.editor-wrapper
{
    margin: 1em;
}
.editor-field textarea
{
    width: 380px !important;
    height: 100px;
    font-size: 12px;
}
td textarea
{
    width: 99%;
    height: 100px;
    font-size: 12px;
}
td input, td select
{
    width: 230px;
}

#Prestation td input
{
    width: auto;
}

#Facturation td input
{
    width: 36px;
}

.t-grid-edit-row td ul.holder
{
    width: auto !important;
}

td ul.holder
{
    width: 216px;
}
select
{
    padding: 1px !important;
}
span.ms-RadioText input
{
    background: none !important;
    border: none !important;
    margin: 6px;
    vertical-align: middle;
}
form
{
    /*width: 100%;*/
    color: #3A4043;
    list-style: none;
    margin: 0;
    padding: 0;
}
form.columnPosition .editor-label
{
    float:none;
    text-align:left;
    width:250px;
}
form.columnPosition .editor-field
{
    margin-left: 0;
}
form.columnPosition fieldset
{
    padding-left: 1em !important;
    padding-right: 1em !important;
    padding-bottom: 1em !important;
}

/* fieldset , legend 
--------------------------------------*/
fieldset
{
    margin: 10px 0 10px 0;
    border: #CCC 1px solid;
    padding: 0 0 5px 0;
}
fieldset legend
{
    padding: 0 10px;
    color: #999;
}
fieldset fieldset
{
    border-top: #CCC 1px solid;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 5px 0 0 0;
    margin: 8px 0 0 0;
}

/* Label 
--------------------------------------*/

.editor-label
{
    float:left;
    font-size:12px;
    font-weight:bold;
    height:19px;
    padding-right:5px;
    padding-top:6px;
    text-align:right;
    width:185px;
}
.editor-field 
{
    margin-left: 185px;
    padding-top: 6px;
}
label
{
    line-height: 24px;
    vertical-align: middle;
}
label.checkBox
{
    float: none;
    font-weight: normal;
}
ul.checkBox
{
    float: left;
    list-style: none;
}
ul.checkBox li label, ul.checkBox li input
{
    display: inline;
    vertical-align: middle;
    line-height: 25px;
}
ul.checkBox li input
{
    width: 30px;
}
.x-form-item-label
{
    line-height: 14px !important;
}
form .editor-field input, form .editor-field textarea
{
    width: 250px;
}
form .editor-field ul.holder
{
    width: 236px;
}
.editor-field p
{
    font-size: 12px;
    line-height: 20px;
}
.editor-field ul
{
    padding-left: 0;
}
form .even
{
    background: #F6F6F6 none repeat scroll 0 0;
}
form p
{
    margin: 0 auto;
    /*width: 98%;*/
}
ul.form 
{
    list-style-type: none;
}
form .required
{
    color: Red !important;
    font-size: 15px;
    font-weight: normal !important;
    padding-left: 3px;
}
form select
{
    margin: 4px 0 4px 0;
}
form.border-gray
{
    border:1px solid #CCCCCC;
}
.toolbar
{
    margin-top: 10px;
    background-color: #F6F6F6;
    padding: 3px;
}
.actionBar
{
    border-top: 1px solid #6AA6CE;
    border-bottom: 1px solid #ccc;
    background-color: #F6F6F6;
}
.actionBar ul
{
    height: 26px;
    list-style: none;
    padding: 8px;
}
.actionBar ul li
{
    display: block;
}
.actionBar ul li p
{
    margin: 0;
    width: auto !important;
}
.actionBar ul li.floatLeft p
{
    padding: 6px 6px 6px 0px;
}
.actionBar ul li.floatRight p
{
    padding: 6px 0px 6px 6px;
}
.actionBar ul li.floatLeft input
{
    margin-right: 6px;
}
.actionBar ul li.floatRight input
{
    margin-left: 6px;
}

.field-validation-error
{
    margin-left: 3px;
    background: transparent url("../Images/Icons/exclamation.png") no-repeat 3px center;
    padding: 4px 4px 4px 24px;
    color: #DF2500;
    display:block;
    min-height:10px;
    height: auto;
}
.validation-
.error
{
    margin-left: 3px;
    color: #DF2500;
    display:block;
    height: auto;
}

label.error 
{
    background:url("../Images/Icons/exclamation.png") no-repeat scroll left center transparent;
    margin-left: 3px;
    padding-left:20px;
    color: #DF2500;
    display:block;
    height: auto;
}
.validation-summary-valid, .validation-summary-errors
{
    background:url("../Images/error.png") no-repeat scroll 5px center #FF6F6F;
    border-color:#DF2500;
    border-style:solid;
    border-width:0 0 1px;
    padding:10px 6px 10px 45px;
}
.validation-summary-errors ul
{
    list-style-image: url("../Images/Icons/arrow-right.png");
    list-style-position:inside;
    padding-left:1em;
    padding-top:5px;
}
.error-icon
{
    background:url("../Images/Icons/exclamation.png") no-repeat scroll left center transparent;
    display:inline-block;
    height:16px;
    margin:0 4px -4px 0;
    width:16px;
}
.banner-error
{
    background-color:#FF6F6F;
    border-bottom:1px solid #DF2500;
    color:#3F3F3F;
    margin:0 0 5px;
    padding:1em 1em 1em 2em;
}
.error-message 
{
    font-size: 1.3em;
    text-align:center;
    line-height: 24px;
}
.error-stack 
{
    margin-top: 1em;
    padding:10px;
    width:780px;
    overflow:auto;
    border: 1px solid #ccc;
    background-color: White;
}
.error-404, .error-401
{
    font-size: 2.4em;
    font-weight: bold;
    text-align: center;
    margin: 1em;
}
/* Search
--------------------------------------*/
ol.search-result
{
    margin-left: 10px;
}
ol.search-result li a 
{
    font-weight: bold;
    font-size: 12px;
}
ol.search-result li
{
    margin-bottom: 1em;
}
ol.search-result li p.description
{
    color: Black;
    padding-top: 0.7em;
}
ol.search-result li p.description em
{
    background-color: #eee;
    font-weight: bold;
    padding: 1px;
}
p.page-found
{
    line-height:23px;
    padding-right:5px;
}
.search-box
{
    background-color:#FFFFFF;
    height:33px;
    line-height:33px;
    margin-bottom:1em;
}
.search-box input
{
    background:url("../images/search.png") no-repeat scroll 4px center #FFFFFF;
    border:1px solid #CCCCCC;
    float: right;
    color:#ccc;
    height:15px;
    padding:3px 3px 3px 25px;
    width:200px;
    margin:4px 5px 0 5px;
}
#search
{
    float: right;
    margin: 3px 0;
    padding: 0;
    height: 24px;
    padding: 0 30px 0 0;
    background: transparent url(../images/search.png) no-repeat scroll right center;
}
.ms-sbtable-ex
{
    margin-left: 0 !important;
    margin-top: 0 !important;
}
.srch-Icon
{
    margin: 0 7px 0 0;
}
.srch-Page
{
    padding: 5px;
}
.searching
{
    width: 210px;
    padding: 0;
    margin: 0.8em 0 0 0;
}
.searching input.search
{
    letter-spacing: 1px;
    float: left;
    padding: 2px 0 2px 6px;
    width: 139px;
    border: 1px solid gray;
    background: none;
    background-color: white !important;
    font-size: 70%;
    height: 16px;
}
.searching input.hledat
{
    letter-spacing: 1px;
    font-weight: bold;
    color: #FFFFFF;
    float: left;
    background: none;
    font-size: 80%;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
}

/* Status box
--------------------------------------*/
.status-box
{
    background-color:#FFFFFF;
    margin:3px 3px 0 0;
    float: right;
    width: auto;
}
.status-box p
{
    padding:6.5px;
}

/* table µ*/
.tplsg-table {
	width:100%;
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	border-collapse:collapse !important;
	color:#000;
	font-size:12px;
}

.tplsg-table img, .tplsg-table input, .tplsg-table select, .tplsg-table textarea {
	vertical-align:middle !important;
}

.tplsg-table input[type!=checkbox] {
	width:75%;
	padding:3px;
	height:26px;
}

.tplsg-table select {
	/*width:75% !important;*/
	padding:3px;
}

.tplsg-table th {
	font-size:12px;
}

.tplsg-table td {
	min-height:25px;
	vertical-align:middle !important;
	text-align:left;
}

.tplsg-table tr, .tplsg-table td {
	padding:4px;
	vertical-align:top !important;
	color:#000;
	border:1px solid #ddd;
}

.table-title {
	font-weight:bold !important;
	background-color: #F6F6F6;
    background-image: url("../images/bg-tpl-tab-tr-title.jpg");
	color: #7b7b7b !important;
	text-align: center !important;
}

.table-secondary-title {
	font-weight:bold;
	background:#fafafa;
	color:#A66803 !important;
	padding:5px;
	border:1px solid #ddd;
}

/* Impromptu's
--------------------------------------*/
.jqifade
{
    position: absolute;
    background-color: #000;
}
div.jqi
{
    width: 470px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    position: absolute;
    background-color: #ffffff;
    font-size: 11px;
    text-align: left;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px;
}
div.jqi .jqicontainer
{
    font-weight: bold;
}
div.jqi .jqiclose
{
    position: absolute;
    top: 4px;
    right: -2px;
    width: 18px;
    cursor: default;
    color: #bbbbbb;
    font-weight: bold;
}
div.jqi .jqimessage
{
    padding: 10px;
    line-height: 20px;
    color: #444444;
}
div.jqi .jqimessage .title
{
    position:relative;
    top:-5px;
}
div.jqi .jqibuttons
{
    text-align: right;
    padding: 5px 0 5px 0;
    border: solid 1px #eeeeee;
    background-color: #ccc;
}
div.jqi button
{
    -moz-border-radius:2px;
    -webkit-border-top-left-radius:2px;
    -webkit-border-top-radius:2px;
    border-radius:2px;
    cursor: pointer;
    background:url("./images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6;
    border:1px solid #aaa;
    color:#016CA6;
    font-weight:bold;
    padding: 2px 5px;
    margin: 0 10px;
    font-size: 11px;
    line-height:17px;
}
div.jqi button:hover
{
    background:url("images/ui-bg_highlight-soft_25_1879ae_1x100.png") repeat-x scroll 50% 50% #6AA6CE;
    border:1px solid #016CA6;
    color:#FFFFFF;
}
div.jqi button.jqidefaultbutton
{
}
.jqiwarning .jqi .jqibuttons
{
    background-color: #016CA6;
}

/* Impromptu
--------------------------------------*/
.impromptuwarning .impromptu
{
    background-color: #aaaaaa;
}
.impromptufade
{
    position: absolute;
    background-color: #ffffff;
}
div.impromptu
{
    position: absolute;
    background-color: #cccccc;
    padding: 10px;
    width: 300px;
    text-align: left;
}
div.impromptu .impromptuclose
{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #213e80;
}
div.impromptu .impromptucontainer
{
    background-color: #213e80;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}
div.impromptu .impromptumessage
{
    background-color: #415ea0;
    padding: 10px;
}
div.impromptu .impromptubuttons
{
    text-align: center;
    padding: 5px 0 0 0;
}
div.impromptu button
{
    padding: 3px 10px 3px 10px;
    margin: 0 10px;
}

/* Columns ex
--------------------------------------*/
.colsJqifadewarning .colsJqi
{
    background-color: #b0be96;
}
.colsJqifade
{
    position: absolute;
    background-color: #ffffff;
}
div.colsJqi
{
    position: absolute;
    background-color: #d0dEb6;
    padding: 10px;
    width: 400px;
    text-align: left;
}
div.colsJqi .colsJqiclose
{
    float: right;
    margin: -35px -10px 0 0;
    cursor: pointer;
    color: #bbbbbb;
}
div.colsJqi .colsJqicontainer
{
    background-color: #e0eEc6;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
    height: 160px;
}
div.colsJqi .colsJqimessage
{
    background-color: #c0cEa6;
    padding: 10px;
    width: 280px;
    height: 140px;
    float: left;
}
div.colsJqi .jqibuttons
{
    text-align: center;
    padding: 5px 0 0 0;
}
div.colsJqi button
{
    background: url(../images/button_bg.jpg) top left repeat-x #ffffff;
    border: solid #777777 1px;
    font-size: 12px;
    padding: 3px 10px 3px 10px;
    margin: 5px 5px 5px 10px;
    width: 75px;
}
div.colsJqi button:hover
{
    border: solid #aaaaaa 1px;
}

/* Slide panel
--------------------------------------*/
.slide-panel-head
{
    border-bottom:1px solid #6AA6CE;
    line-height:19px;
    margin-bottom:3px;
    padding:3px 0;
    vertical-align:middle;
    cursor:pointer;
}

/* Block UI
--------------------------------------*/
div.blockMsg {
    background: url("../Images/loader2.gif") no-repeat scroll 9px center #F2F2F2;    
    padding: 10px;
    text-align:center;
    font-size:1.2em;
    -moz-border-radius:10px;
    -webkit-border-radius: 10px;
    border-raduis: 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); 
    -moz-opacity:1;
    opacity:1;
}
div.blockMsg p 
{
    color: #444;
    text-shadow: 1px 1px #fff;
}
/* Icons
--------------------------------------*/
.button-add {
   background: url("../Images/Icons/add.gif") no-repeat scroll 3px center transparent !important;
   padding-left: 24px !important;
}
.button-del {
   background: transparent url("../Images/Icons/delete.gif") no-repeat 3px center !important;
   padding-left: 24px !important;
}
.button-edit {
   background: transparent url("../Images/Icons/edit.gif") no-repeat 3px center !important;
   padding-left:24px !important;
}
.button-edit-form {
   background: transparent url("../Images/Icons/edit-form.png") no-repeat 3px center !important;
   padding-left:24px !important;
}
.button-cancel-form {
   background: transparent url("../Images/Icons/cross.png") no-repeat 3px center !important;
   padding-left:24px !important;
}
.button-save-form {
    background-image:url("../Images/Icons/disk-black.png") !important;
    background-position:6px 4px !important;
    background-repeat:no-repeat !important;
    padding-left:24px !important;
}
.button-user-green {
    background-image:url("../Images/Icons/user_green.gif") !important;
    background-position:6px center !important;
    background-repeat:no-repeat !important;
    padding-left:24px !important;
}
.button-user-blue {
    background-image:url("../Images/Icons/user.gif") !important;
    background-position:6px center !important;
    background-repeat:no-repeat !important;
    padding-left:24px !important;
}
.window-form {
   background: transparent url("../Images/Icons/form.png") no-repeat center 3px !important;
   padding-left:24px !important;
}
.window-names-picker {
   background: transparent url("../Images/Icons/address-book.gif") no-repeat center 3px !important;
   padding-left:24px !important;
}
.hidden { display:none;}

.t-export-csv
{
    background: url("../Images/Icons/table-excel.png") no-repeat scroll 3px center #F1F1F1 !important;
    padding-left: 24px !important;
}

.input_CheckGrid 
{
    text-align:center;
    width: 50px;
}

.spacerMenu
{
    background-color: #FFFFFF;
    height: 1px;
    font-size: 0;
    margin:  0;
    padding: 0;
    width: 100%;
}

.t-group 
{
    text-align:left;
}

.t-tabstrip {
    border: medium none;
}

.t-header, .t-grid-header {
    background: none repeat scroll 0 0 transparent;
}

.t-numerictextbox .t-input {
    width: 77px;
}

td.dragHandle {
}

td.showDragHandle {
    background-image: url("../images/updown2.gif");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: move;
}

.upload 
{
    background-position : -64px -208px;
}

.t-dropzone em 
{
    display:none;
}

.t-grid tbody .t-button {
    min-width: 0px;
}

.t-delete
{
    background: url("../images/trash.gif") no-repeat;
    height: 16px;
    width: 16px;
}

.t-insert-top 
{
    background: url("../images/sign_down.png") no-repeat center;
}

.t-upload-button
{
   height:16px !important;
   width: 16px !important;
}

.t-upload-button input
{
   background: url("../images/sign_up.png") no-repeat ;
   background-position: 0% 100%;
   height:23px;
   width:23px; 
}

.t-group-footer td {
   border-color: transparent;
}

/* A encaisser
--------------------------------------*/
#FacturesAencaisserGrid .t-state-selected
{
    background-color: white;
}

#FacturesAencaisserGrid .t-state-hover:hover
{
    background-color: #EFEFEF !important;
    color: black !important;
}

#FacturesAencaisserGrid .t-alt
{
    background-color: white;
    color: black;
}

/* Delete un contact dans la fiche d'un client
--------------------------------------*/

span.t-Delete
{
    background-position: 0 0 !important;
    background-image: url('../images/trash.gif') !important;
}