/* Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0;}

/* Intro */
body,button,input,select,textarea{ color:#333; font-family:Arial,Verdana,sans-serif; font-size:12px; line-height:18px; vertical-align:middle;}
body{ background:#fff; height: 100%; width: 100%;}
a{ color:#333333; cursor:pointer; text-decoration:none;}
	a:hover{ /*text-decoration:underline;*/}
textarea{ resize:vertical;}
:active,
:focus{ outline: none;}
.input-text, .input-textarea, .suggest-input{width: 377px; height: 29px; line-height: 29px; padding: 0 10px; background-color: #fafafa; border: 1px solid #D5D5D5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 12px; font-weight: bold; color: #666666; }
.input-textarea{height: 48px; padding: 5px 10px; line-height: 18px; }
.suggest-input-large{ width: 454px; }
.search-help{ font-style: italic; font-size: 100%; color:#888; }
.download-docs, .download-docs-sign{ margin-bottom: 5px;}
.download-docs-sign, .download-docs-note, .download-docs-attachment, .download-docs-all { position:relative; }
.download-docs-sign{ padding-left:15px; margin-bottom: 2px;}
.download-docs-note{ padding-left:20px; margin-bottom: 2px;}
.download-docs-attachment { padding-left:20px; margin-bottom: 2px;}
.download-docs-all{ padding-left:20px; margin-top:1.2em;}
.download-docs-sign .ico, .download-docs-note .ico, 
.download-docs-attachment .ico, .download-docs-all .ico{background: url("images/icons.png") no-repeat transparent; position: absolute; top:0; left:0; cursor: default;}
.download-docs-sign .ico{background-position: -19px -441px; width: 13px; height:14px;}
.download-docs-note .ico{background-position: -45px -440px; width: 16px; height:14px;}
.download-docs-attachment .ico{background-position: -58px -440px; width: 16px; height:14px;}
.download-docs-all .ico{ background-position: -38px -44px; width: 15px; height:14px;}
.sign-check {position: relative; padding-left: 20px; text-align: left; font: bold 13px/20px Arial,Helvetica,sans-serif; display: block;}
.sign-check input {position: absolute; left: 0px; top: 4px;}
.error, .error a {color: #FF0000;}

/* Shared */
.header .dash .dash-logout,
.tabs li i,
.tools li i,
.search-options .search-bloc .submit-field,
.select-type a,
.search-options .search-button i,
.suggest-section-list i, .contacts-list i,
.contact-toggle-personal i, .contact-toggle-shared i,
.header .dash .dash-user i,
.header .dash .dash-logout,
.tabs li i,
.tools li i,
.search-options .search-button i,
.suggest-section-list i,.contacts-list i,
.contact-toggle-personal i, .contact-toggle-shared i,
.file .file-source span,
.file .file-date span,
.contact-notifying, .contact-notified { background: url(images/icons.png) transparent no-repeat 0 0; display: block; overflow: hidden; text-indent: -200000px;}

/******** Tooltip *********/

.otc-Tooltip {
	
}

.otc-Tooltip hr {
    background-color: #4C7200;
    color: #4C7200;
    height: 1px;
}

.greybutton, .greenbutton, .redbutton {
	zoom: 1;
	overflow:visible;
	cursor: pointer;
	height: 30px;
	position: relative;
	padding: 0 1em;
	margin: 0 14px 0 0;
	font: bold 11px/28px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	-moz-box-shadow:
		inset 0px 0px 1px hsla(0, 0%, 100%, 1), 
		inset 0px 1px 0px hsla(0, 0%, 100%, 0.3), 
		inset 0px -1px 0px hsla(0, 0%, 100%, 0.1); 
	-webkit-box-shadow:
		inset 0px 0px 1px hsla(0, 0%, 100%, 1), 
		inset 0px 1px 0px hsla(0, 0%, 100%, 0.3), 
		inset 0px -1px 0px hsla(0, 0%, 100%, 0.1); 
}

.greybutton{
	color: #6e6e6e; 
	border:1px solid #afafaf; 
}
.greybutton { 
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#cfcfcf) ); 
	background: -webkit-linear-gradient(top, #f3f3f3, #cfcfcf); 
	background:    -moz-linear-gradient(top, #f3f3f3, #cfcfcf); 
	background:     -ms-linear-gradient(top, #f3f3f3, #cfcfcf); 
	background:      -o-linear-gradient(top, #f3f3f3, #cfcfcf); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#cfcfcf');
}
.greybutton:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cfcfcf) ); 
	background: -webkit-linear-gradient(top, #ffffff, #cfcfcf); 
	background:    -moz-linear-gradient(top, #ffffff, #cfcfcf); 
	background:     -ms-linear-gradient(top, #ffffff, #cfcfcf); 
	background:      -o-linear-gradient(top, #ffffff, #cfcfcf); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cfcfcf');
}
.greybutton:active{
	background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#f3f3f3) ); 
	background: -webkit-linear-gradient(top, #cfcfcf, #f3f3f3); 
	background:    -moz-linear-gradient(top, #cfcfcf, #f3f3f3); 
	background:     -ms-linear-gradient(top, #cfcfcf, #f3f3f3); 
	background:      -o-linear-gradient(top, #cfcfcf, #f3f3f3); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcfcf', endColorstr='#f3f3f3');
}
.greybutton[disabled] {
	opacity: 0.5;
	background: #f3f3f3;
}

.greenbutton {
	color: #547600;
	border: 1px solid #5b8800;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.greenbutton {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d0e100), to(#69a400) );
	background-image: -webkit-linear-gradient(top, #d0e100, #69a400);
    background-image:    -moz-linear-gradient(top, #d0e100, #69a400);
    background-image:     -ms-linear-gradient(top, #d0e100, #69a400);
    background-image:      -o-linear-gradient(top, #d0e100, #69a400);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e100', endColorstr='#69a400');
}
.greenbutton:hover{ 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbed00), to(#83cc00) );
	background-image: -webkit-linear-gradient(top, #dbed00, #83cc00);
	background-image:    -moz-linear-gradient(top, #dbed00, #83cc00);
	background-image:     -ms-linear-gradient(top, #dbed00, #83cc00);
	background-image:      -o-linear-gradient(top, #dbed00, #83cc00);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbed00', endColorstr='#83cc00');
}
.greenbutton:active{
	background: -webkit-gradient(linear, left top, left bottom, from(#69a400), to(#d0e100) );
	background: -webkit-linear-gradient(top, #69a400, #d0e100);
	background:    -moz-linear-gradient(top, #69a400, #d0e100);
	background:     -ms-linear-gradient(top, #69a400, #d0e100);
	background:      -o-linear-gradient(top, #69a400, #d0e100);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#69a400', endColorstr='#d0e100');
}
.greenbutton[disabled] {
	opacity: 0.5;
	background: #69a400;
}
.redbutton{
	color: #ffffff;	
	border:1px solid #ff4c47; 
	text-shadow: 0 1px 0 rgba(255, 0, 0, 0.5);
}
.redbutton {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7d7b), to(#ff1700) ); 
	background: -webkit-linear-gradient(top, #ff7d7b, #ff1700); 
	background:    -moz-linear-gradient(top, #ff7d7b, #ff1700); 
	background:     -ms-linear-gradient(top, #ff7d7b, #ff1700); 
	background:      -o-linear-gradient(top, #ff7d7b, #ff1700); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7d7b', endColorstr='#ff1700');
}
.redbutton:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9a98), to(#ff503f) ); 
	background: -webkit-linear-gradient(top, #ff9a98, #ff503f); 
	background:    -moz-linear-gradient(top, #ff9a98, #ff503f); 
	background:     -ms-linear-gradient(top, #ff9a98, #ff503f); 
	background:      -o-linear-gradient(top, #ff9a98, #ff503f); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9a98', endColorstr='#ff503f');
}
.redbutton:active{
	background: -webkit-gradient(linear, left top, left bottom, from(#ff1700), to(#ff7d7b) ); 
	background: -webkit-linear-gradient(top, #ff1700, #ff7d7b); 
	background:    -moz-linear-gradient(top, #ff1700, #ff7d7b); 
	background:     -ms-linear-gradient(top, #ff1700, #ff7d7b); 
	background:      -o-linear-gradient(top, #ff1700, #ff7d7b); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1700', endColorstr='#ff7d7b');
}
.redbutton[disabled] {
	opacity: 0.5;
	background: #ff1700;
}

/* Buttons */
.button,.submit-button input{ background:url(button.png) no-repeat 0 0; border:none; color:#fff; cursor:pointer; display:inline-block; float:left; font-family:Arial,Verdana,sans-serif; font-size:14px; font-weight:bold; height:36px; line-height:36px; margin-right:10px; padding:0 10px 0 20px; position:relative; text-decoration:none; text-shadow:0 1px 0 rgba(0,0,0,.5);}
	.button:hover,.submit-button input:hover{ background-position:0 -40px;}
	.button:active,.submit-button input:active{ background-position:0 -80px; top:0;}
.button-right{ background:url(../images/button.png) no-repeat top right; display:block; height:36px; position:absolute; right:-10px; top:0; width:10px;}
	.button:hover .button-right{ background-position:right -40px;}
	.button:active .button-right{ background-position:right -80px;}

/* Items */
/* .wrap{ margin:0 auto; position:relative; width:1000px;} */
.wrap { margin:0 auto; padding:0 15px; min-width:1050px; max-width:1200px; position:relative;}
.pull-left{ /*float: left;*/ }
.pull-right{ float: right; }
.cl,.cr,.cb{ display:block !important; float:none !important; height:0 !important; width:0 !important; line-height: 0 !important;}
.cl{ clear:left;}
.cr{ clear:right;}
.cb{ clear:both;}

/* form */
.form-bloc{ float: left; position: relative;}
	.form-left{ float: left;}
	.form-right{ float: right;}
.custom-checkbox{ margin-top: 3px;}
.custom-checkbox label{ background: transparent url(images/checkbox.png) 0 0 no-repeat; color: #748e13; cursor: pointer; font-size: 12px; padding-left: 18px;}
	.custom-checkbox.check label{ background-position: 0 -25px;}
.custom-checkbox input{ display: none;}
.select-type .form-text{ background: transparent url(images/input-ordering-box.png) 0 -23px no-repeat; color: #748e13; cursor: pointer; border: none; display: block; font-size: 100%; height: 26px; line-height: 24px; margin-right: 22px; padding: 0 0 0 10px;}
.select-type a{ background: transparent url(images/input-ordering-box.png) right -23px; height: 26px; position: absolute; right: 0; top: 0; width: 22px;}
	.select-type.date a{ background: transparent url(images/input-ordering-box.png) right -49px;}
.select-type:hover .select-type-sub{ display: block;}
.select-type-sub{ background-color: #fff; display: none; left: 0; margin-bottom: 9px; position: absolute; top: 22px; width: 100%;}
	.select-type-sub ul{ border-left: 1px solid #d5e58c; border-right: 1px solid #d5e58c; padding-top: 5px;}
	.select-type-sub li{ border-top: 1px solid #d5e58c; font-size: 100%; display: block; margin: 0; padding: 8px;}
	.select-type-sub li.last{ padding-bottom: 4px;}
	.select-type-sub .custom-checkbox label{ font-size: 100%;}
	.select-type-sub-bottom{ background: transparent url(images/input-ordering-box.png) 7px -76px no-repeat; bottom: -9px; height: 9px; left: -7px; position: absolute; width: 100%;}
	.select-type-sub-right{ background: transparent url(images/input-ordering-box.png) right -76px no-repeat; height: 9px; position: absolute; right: -7px; top: 0; width: 7px;}
.select-type { margin-top: -3px; }

/* Blocs */
.header{ position:relative; min-width: 1050px; height: 110px; }
.nav{ background: black url(images/nav-background.png) 0 0 repeat-x; height:32px; bottom:0; left:0; position:absolute; width:100%; }
.main{ padding: 6px 0 0 0; min-height: 400px;} 


/* Login */
.englobe-login { background-color:#ffffff; } 
.header.big-header { height: 100px; background-color:#202221; background-image: none; }
.header.big-header .wrap{ height: 100px; background-color:#202221; background-image: none; }
.login-header{ height:59px; background: transparent url(images/wizard-breadcrumbs-bg.png) left bottom repeat-x; margin-bottom: 15px;}
	.login-header h2{ margin:0 180px; font: bold 16px/54px Arial, Helvetica, sans-serif; padding-left: 22px; position: relative;}
	.login-header h2 span{ position: absolute; display: block; left: 0; top: 50%; margin-top: -6px; width: 12px; height: 13px; background: url(images/icons.png) transparent no-repeat -50px -402px;}

/* Notification */
.otc-NotifPanelContainer { position:fixed; top:0; left:25%; text-align:center; width:50%; z-index:50; }
.otc-NotifPanel {
	-moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; display:inline-block;
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
    background-position:15px center; background-repeat:no-repeat; background-color:#FFFFFF;
    font-size: 100%; font-weight:bold; line-height:14px; padding:15px 20px 15px 50px; text-align:left; word-wrap:break-word;
} 
.otc-NotifPanel-success { background-image: url(images/big-valid.png); color:#87A400; } 
.otc-NotifPanel-warn { background-image: url(images/big-error.png); color:#D03737; }

/* .notif-ok{ height: 40px; position: absolute; top: -40px; left: 50%; background-color: #ffffff; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px;	-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; z-index: 9000; color: #87a400; font: bold 100%/40px Arial, Helvetica, Geneva, sans-serif; padding-right: 14px; } */
/* .notif-ok span{display: block; width: 25px; height: 20px; margin: 7px 13px 0 14px; float: left; background: #ffffff url(images/icons.png) -45px -351px no-repeat;} */

/* .notif-error{height: 40px; position: absolute; top: -40px; left: 50%; background-color: #ffffff; -moz-border-radius-topleft: 0px;	-moz-border-radius-topright: 0px;	-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;	-webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; z-index: 9000; color: #cc0000; font: bold 100%/40px Arial, Helvetica, Geneva, sans-serif; padding-right: 14px; } */
/* .notif-error span{display: block; width: 20px; height: 21px; margin: 7px 13px 0 14px; float: left; background: #ffffff url(images/icons.png) -25px -351px no-repeat;} */

/* .notif-warn{height: 40px; position: absolute; top: -40px; left: 50%; background-color: #ffffff; -moz-border-radius-topleft: 0px;	-moz-border-radius-topright: 0px;	-moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px;	-webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; z-index: 9000; color: #cc8631; font: bold 100%/40px Arial, Helvetica, Geneva, sans-serif; padding-right: 14px;} */
/* .notif-warn span{display: block; width: 23px; height: 21px; margin: 7px 13px 0 14px; float: left; background: #ffffff url(images/icons.png) -69px -351px no-repeat;} */

/* Message Popup */
.suggest-error .suggest-input{border: 1px solid #ff0000 !important;}
.warning{border: 1px solid #cc8631 !important;}		
.error-message, .suggest-error-message, .suggest-warning-message { font: bold 100% Arial, Helvetica, Geneva, sans-serif; color: #ff0000; margin-bottom: 1px;}
.suggest-warning-message { color: orange; }

/*.gwt-PopupPanel { z-index: 100; }*/
.notif-popup{ position:relative; padding-bottom:1px; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.notif-popup ul { list-style:disc outside none; padding-left: 15px; }
.notif-popup ol { list-style: decimal outside none; padding-left:15px; }
.notif-popup li { margin: 2px; }
.minipopup-new { background:#fff;  width:384px;  -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px;
-webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.3);
box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5), 0px 0px 1px rgba(0, 0, 0, 0.3); }
.popup-auto {max-width: 800px; min-width: 400px; width: auto;}
.notif-overflow-x {overflow-x: auto;}
.motd .minipopup-message { font-weight: normal; }

.popup-valid, .popup-error, .popup-warning { z-index: 2000; }
.popup-valid-p p, .popup-warning-p p, .popup-error-p p { font-size: 100%; font-weight: bold; padding: 10px 20px; padding-top: 5px; } 
.popup-valid-p2 p, .popup-warning-p2 p, .popup-error-p2 p { border: 1px solid;font-size: 10px; padding: 0 20px; line-height: 15px; padding: 10px 20px; font-weight: bold; text-shadow: 0 1px 0 hsla(0,0%,100%,0.3); -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px;  } 
.popup-valid-p { color: #63941e; }
.popup-valid-p2 { background: #b7e0a3; color: #568216; text-shadow: none; -moz-box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); -webkit-box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); margin: 0 20px; -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px;}
.popup-warning-p { color: #c49c26; }
.popup-warning-p2 { background: #f0e5bf; color: #9f7e24; text-shadow: none; -moz-box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); -webkit-box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); margin: 0 20px; -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px;}
.popup-error-p { color: #d03737; }
.popup-error-p2 { background: #f3b3b3; color: #ba1f1f; text-shadow: none; -moz-box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); -webkit-box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); box-shadow: inset 0px 4px 2px hsla(0,0%,00%,0.1); margin: 0 20px; -webkit-border-radius:3px; -moz-border-radius:3px;  border-radius:3px;}
.minipopup-ico { background:url(images/icons.png) no-repeat -45px -351px; display: block; margin-right: 10px; margin-top: -2px;height: 21px; float: left; width: 24px;}
.ico-warning { background-position: -69px -351px; }
.ico-error { background-position: -25px -351px; width: 20px;}
.minipopup-title { background:url(images/wizard-breadcrumbs-bg.png) repeat-x left bottom; color:#333; font-size:13px;  font-weight:bold; height:38px; line-height:16px; margin:3px 0px 0px 0px; overflow:hidden; padding:18px 50px 0 20px; text-overflow: ellipsis; white-space: nowrap;}
.minipopup-title-label {}
/* 	.minipopup-first-title { height:38px; background-position:left bottom; padding:18px 0px 0px 20px; } */
/* 	.minipopup-last-title { height:34px; background-position:top bottom; padding:25px 0px 0px 20px; } */
.minipopup-new .popup-new-actions {  margin:0 20px; padding-top:10px; padding-bottom:10px; }
.minipopup-new a.close{ position: absolute;	width: 19px; height: 19px; display: block; overflow: hidden; text-indent: -200000px; background: url(images/icons.png) transparent no-repeat 0 -332px; top: 17px; right: 21px; }


.minipopup-message{ font-size: 100%; font-weight: bold; margin: 10px 20px; word-wrap:break-word; }
.minipopup-message a {text-decoration: underline;}
.minipopup-custom{ margin: 0 20px; }
.minipopup-custom .input-textarea{ width:324px;}

.popup-info .minipopup-ico{ display: none; }
.popup-info .minipopup-message{ color: #888; }

.popup-success .minipopup-ico{ background-position: -45px -351px; }
.popup-success .minipopup-message{ color: #63941E; }

.popup-warning .minipopup-ico{ background-position:-69px -351px; }
.popup-warning .minipopup-message{ color: #C49C26; }

.popup-error .minipopup-ico{ background-position: -25px -351px; width: 20px; }
.popup-error .minipopup-message{ color: #D03737; }

/* Header */

	.header .wrap { height: 86px; position: relative; }
	.header .logo{ position: absolute; top: 50%; left: 18px; behavior: url(PIE.htc);}
	.header .logo-center { left: 50%; margin-left: -162px; }
	.header .dash{ background: transparent url(images/dash-background.png) 0 bottom repeat-x; padding: 0px 0 2px 0; position: absolute; right: 15px; top: 0; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius: 0px 0px 5px 5px; border-radius: 0px 0px 5px 5px; }
	.header .dash .dash-user{ display: block; float: left; height: 18px; padding: 12px 0px ; color: #716c6c; font-size: 12px; font-weight: bold; margin: 0 50px 0px 16px; /*min-width: 240px;*/ height: 18px}
	.header .dash .dash-user i{ background-position: 0 0; display: block; float: left; height: 16px; margin-right: 12px; width: 14px;}	
	.header .dash .dash-logout{ background-position: 0 -16px; display: block; height: 12px; position: absolute; right: 20px; top: 16px; width: 12px;}
	.header .dash .user-resume-files{ white-space:nowrap; overflow:hidden; bottom: 1px; color: #4c7200; font-size: 100%; font-weight: bold; left: 16px; line-height: 20px; padding: 0 1px; position: absolute; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,.5); }
	.header .dash .dash-files { clear: both; margin: 0px 15px 0px 15px; white-space:nowrap; color: #4c7200; font-size: 100%; font-weight: bold; line-height: 20px; text-align: center; text-shadow: 0 1px 0 rgba(255,255,255,.5);}
	.header .dash .dash-quota { cursor: pointer; border-right: 1px solid #B7C897; display: block; float: left; height: 26px; padding: 8px 8px; margin: 0px; text-align: center;  }
	.header .dash .dash-quota div { font-weight: normal; color: #716c6c; line-height: 10px; }
	.header .dash .dash-quota .quotabar { border: 1px solid #9BA700; border-radius: 3px 3px 3px 3px; box-shadow: 0 0 1px rgba(0, 0, 0, 0.2); height: 10px; margin: 0 auto 5px; position: relative; width: 80px; }
    .header .dash .dash-quota .quotabar-percent, .header .dash .dash-quota .quotabar-percent-sup { background-color: #c0ce00; height: 10px; position: absolute; top: 0; left: 0; width: 50%; }
    .header .dash .dash-quota .quotabar-percent-sup { background-color: #E0ED38; width: 70%; }

/* nav */
	.tabs{ float: left; position: relative; /*z-index: 3;*/ border-left: 1px solid #222222; margin-top: 1px;	}
		.tabs li.nav-tab{ float: left; font-size: 12px; font-weight: bold; line-height: 30px; border-right: 1px solid #222222; border-left: 1px solid #3a3a3a;}
		.tabs li.nav-tab i{ left: 23px; position: absolute;}
	.tools{ float: right; border-right: 1px solid #3a3a3a; border-left: 1px solid #222222; margin-top: 1px;	}
		.tools li.nav-tab{ float: left; font-size: 12px; font-weight: bold; line-height: 29px;}
		.tools li.nav-tab i{ left: 23px; position: absolute;}
	.nav-tab a.nav-tab-item{ color: #fff; display: block; height: 29px; padding: 2px 24px 0 48px; position: relative; text-shadow: 0 1px 0 rgba(0,0,0,0.3); }
	.nav-tab a.nav-tab-item:hover{text-decoration:none;}
		.nav-tab.on a.nav-tab-item{ background: transparent url(images/nav-tab-background.png) 0 0 no-repeat; color: #716c6c; height: 29px; margin: -5px 5px 0 0; padding-top: 7px; padding-right: 19px; text-shadow: none; text-shadow: 0 1px 0 rgba(255,255,255,.5);}
		.nav-tab.on a.nav-tab-item span{ background: transparent url(images/nav-tab-background.png) right 0 no-repeat; height: 37px; position: absolute; top: 0; right: -5px; width: 5px;}
	.tabs .tab-folder i{ background-position: -15px -28px; display: block; height: 14px; margin-top: -7px; top: 50%; width: 17px;}
		.tabs .tab-folder.on i{ background-position: 0 -29px; height: 13px; width: 15px; margin-top: -3px;}
	.tabs .tab-search a{ padding-left: 44px; margin-left: -3px;	}
		.tabs .tab-search i{ background-position: -11px -43px; display: block; height: 13px; margin-top: -6px; top: 50%; width: 13px;}
		.tabs .tab-search.on i{ background-position: 0 -44px; height: 12px; margin-top: -2px; width: 11px}
	.tabs .tab-new-file a{ background: transparent url(images/nav-new-file-background.png) repeat-x 0 bottom; color: #4c7300; display: block; height: 30px; padding: 2px 19px 0 37px; position: relative; text-shadow: 0 1px 0 rgba(255,255,255,.5); margin-top: -1px; margin-left: -2px;	}
	.tabs .tab-new-file i{ background-position: 0px -57px; display: block; height: 9px; margin-top: -4px; top: 50%; width: 9px;}
	.tools li.nav-tab{ /*margin-left: 5px;*/ position: relative; border-right: 1px solid #222222; border-left: 1px solid #3a3a3a;}
	.tools li.nav-tab a{ /*z-index: 40;*/ }
	.tools .tool-contacts a.nav-tab-item i{ background-position: -15px -67px; display: block; height: 12px; margin-top: -5px; top: 50%; width: 17px;}
		.tools .tool-contacts.on a.nav-tab-item i{ background-position: 0px -68px; display: block; height: 11px; margin-top: -1px; top: 50%; width: 15px;}
	.tools .tool-settings a.nav-tab-item{ padding-left: 47px;}
	.tools .tool-settings a.nav-tab-item i{ background-position: -12px -80px; display: block; height: 14px; margin-top: -6px; top: 50%; width: 14px;}
		.tools .tool-settings.on a.nav-tab-item i{ background-position: 0 -81px; display: block; height: 13px; margin-top: -2px; top: 50%; width: 12px;}

.tool-submenu{ font-size: 12px; font-weight: bold; background: transparent url(images/big-sub.png) right 0 repeat-y; line-height: 14px; margin: 0 0 14px; padding: 10px 22px 7px 22px; position: absolute; right: -3px; top:0; width: 424px; }
	    .tool-submenu i { left:23px; }
		.tool-submenu-bottom{ background: transparent url(images/big-sub.png) no-repeat 0 0; bottom: -14px; height: 14px; position: absolute; right: 0; width: 468px;}
		.tool-submenu-top{ background: transparent url(images/big-sub.png) no-repeat 0 -14px; top: -13px; height: 13px; position: absolute; right: 0; width: 468px;}


.mini-throbber{position:absolute; top:5px; right:12px;}

/* 	.tabs{ float: left; position: relative; border-left: 1px solid #222222; margin-top: 1px; */
/* 	} */
/* 		.tabs li.nav-tab{ float: left; font-size: 12px; font-weight: bold; line-height: 30px; border-right: 1px solid #222222; border-left: 1px solid #3a3a3a;} */
/* 		.tabs li.nav-tab i{ left: 23px; position: absolute;} */
/* 	.tools{ float: right; border-right: 1px solid #3a3a3a; border-left: 1px solid #222222; margin-top: 1px; */
/* 	} */
/* 		.tools li.nav-tab{ float: left; font-size: 12px; font-weight: bold; line-height: 29px;} */
/* 		.tools li.nav-tab i{ left: 23px; position: absolute;} */
/* 	.tabs a, .tools a{ color: #fff; display: block; height: 29px; padding: 2px 24px 0 48px; position: relative; text-shadow: 0 1px 0 rgba(0,0,0,0.3); } */
/* 	.tabs a:hover, .tools a:hover{text-decoration:none;} */
/* 		.tabs a.on, .tools a.on { background: transparent url(images/nav-tab-background.png) 0 0 no-repeat; color: #716c6c; height: 29px; margin: -5px 5px 0 0; padding-top: 7px; padding-right: 19px; text-shadow: none; text-shadow: 0 1px 0 rgba(255,255,255,.5);} */
/* 		.tabs a.on span, .tools a.on span{ background: transparent url(images/nav-tab-background.png) right 0 no-repeat; height: 37px; position: absolute; top: 0; right: -5px; width: 5px;} */
/* 	.tabs .tab-folder i{ background-position: -15px -28px; display: block; height: 14px; margin-top: -7px; top: 50%; width: 17px;} */
/* 		.tabs .tab-folder.on i{ background-position: 0 -29px; height: 13px; width: 15px; margin-top: -3px;} */
/* 	.tabs .tab-search a{ padding-left: 44px; margin-left: -3px; */
/* 	} */
/* 		.tabs .tab-search i{ background-position: -11px -43px; display: block; height: 13px; margin-top: -6px; top: 50%; width: 13px;} */
/* 		.tabs .tab-search.on i{ background-position: 0 -44px; height: 12px; margin-top: -2px; width: 11px} */
/* 	.tabs .tab-new-file{ background: transparent url(images/nav-new-file-background.png) repeat-x 0 bottom; color: #4c7300; display: block; height: 30px; padding: 2px 19px 0 37px; position: relative; text-shadow: 0 1px 0 rgba(255,255,255,.5); margin-top: -1px; margin-left: -2px; */
/* 	} */
/* 	.tabs .tab-new-file i{ background-position: 0px -57px; display: block; height: 9px; margin-top: -4px; top: 50%; width: 9px;} */
/* 	.tools li.nav-tab{ margin-left: 5px; position: relative; border-right: 1px solid #222222; border-left: 1px solid #3a3a3a;} */
/* 	/*.tools li.nav-tab a{ z-index: 1;}*/ */
/* 	.tools .tool-contacts a.nav-tab-item i{ background-position: -15px -67px; display: block; height: 12px; margin-top: -5px; top: 50%; width: 17px;} */
/* 		.tools .tool-contacts.on a.nav-tab-item i{ background-position: 0px -68px; display: block; height: 11px; margin-top: -1px; top: 50%; width: 15px;} */
/* 	.tools .tool-settings a.nav-tab-item { padding-left: 47px;} */
/* 	.tools .tool-settings a.nav-tab-item i{ background-position: -12px -80px; display: block; height: 14px; margin-top: -6px; top: 50%; width: 14px;} */
/* 		.tools .tool-settings.on a.nav-tab-item i{ background-position: 0 -81px; display: block; height: 13px; margin-top: -2px; top: 50%; width: 12px;} */


	/* Nav contacts */
		.add-contact-links{width:410px;}
		a.new-contact{float:left;}
		a.new-group{float:right;}
			a.new-contact i{position:relative !important; width:16px; height:16px; display:block; float:left; left:0 !important; background:transparent url(images/icons.png) -15px 0 no-repeat; margin-right:8px;}
			a.new-group i{position:relative !important; width:20px; height:16px; display:block; float:left; left:0 !important; background:transparent url(images/icons.png) -31px 0 no-repeat; margin-right:8px;}
		.sort-contacts{position:relative; margin:20px 0 5px 0;}
			.sort-contacts-input{width:360px; height:23px; line-height:23px; background:transparent url(images/input-ordering-box.png) 0 -85px no-repeat; border:none; padding:3px 35px 3px 15px; font-size: 100%; font-weight:bold; }
			.sort-contacts-submit{position:absolute; top:0; right:0; width:34px; height:29px; background-color:transparent; border:none;}
			.sort-contacts .search-help{ color:#a3a3a3; font-weight: normal;}
		    .contact-toggle{width:414px; height:43px; margin:5px 5px 9px 5px; background:#f5f8bd url(images/contact-toggle-bg.png) top left no-repeat; }
			.contact-toggle a{display:block; margin:5px 3px 0 5px; float:left;  font-size: 100%; color:#748e00; position:relative; font-weight: bold;}
			.contact-toggle a:hover{background:transparent url(images/big-buttons-bg.png) -3px -35px no-repeat;}
			.contact-toggle a span{display:block; width: 3px; height: 35px; position:absolute; top: 0; right: -3px;	}
			.contact-toggle a:hover span{background:transparent url(images/big-buttons-bg.png) 0px -35px no-repeat;}
			.contact-toggle a.on, .contact-toggle a:active{background:transparent url(images/big-buttons-bg.png) -3px 0 no-repeat; color:#ffffff; text-shadow: 0 1px 0 rgba(0,0,0,.5); }

			.contact-toggle a.on span,
			.contact-toggle a:active span{background:transparent url(images/big-buttons-bg.png) 0px 0px no-repeat;}
				a.contact-toggle-personal{width:137px; height:24px; padding:10px 0 0 60px;}
				a.contact-toggle-shared{width:134px; height:24px; padding:10px 0 0 63px;}
					a.contact-toggle-personal i{position:absolute; display:block; width:15px; height:16px; left:39px; background-position:0 -184px;}
					a.contact-toggle-personal.on i,
					a.contact-toggle-personal:active i{background-position:-15px -184px;}
					.contact-toggle-disabled a.contact-toggle-personal:active i{background-position:0 -184px;}
					.contact-toggle-disabled a.contact-toggle-personal.on:active i{background-position:-15px -184px;}
					a.contact-toggle-shared i{position:absolute; display:block; width:19px; height:16px; left:38px; background-position:0 -201px;}
					a.contact-toggle-shared.on i, a.contact-toggle-shared:active i{background-position:-19px -201px;}
					.contact-toggle-disabled a.contact-toggle-shared:active i{background-position:0 -201px;}
					.contact-toggle-disabled a.contact-toggle-shared.on:active i{background-position:-19px -201px;}
			.contact-toggle-disabled a:hover{cursor:default; background:none; }
			.contact-toggle-disabled a span { display: none;}
			.contact-toggle-disabled a.on span {display:block;}
			.contact-toggle-disabled a:active{background:none; color:#748E00; text-shadow:none;}
			.contact-toggle-disabled a.on:hover{background:transparent url(images/big-buttons-bg.png) -3px 0 no-repeat; color:#ffffff; text-shadow: 0 1px 0 rgba(0,0,0,.5);}

		.suggest-section-list{position: relative; z-index: 100;}
		.suggest-section-list li, .contacts-list li { display: block; font-size: 100%; font-weight: normal; margin: 0; padding: 5px 0 5px 27px; position:relative; }
		.contacts-list li {border-bottom: 1px dotted #e5e5e5; padding:12px 25px 13px 27px; font:bold 100%/14px arial,helvetica,sans-serif;}
		.contacts-list{ height: 465px; overflow-x: hidden; overflow-y: auto;}
		.suggest-section-list li.off { z-index: -1; }
			.suggest-section-list i, .contacts-list i{ position:absolute; height:11px; left:7px; top:50%; margin-top:-7px;}
			.suggest-section-list .suggest-personal-entry-item i, .contacts-list .contact-personal i{ width:11px; background-position:0 -169px;}
			.suggest-section-list .suggest-shared-entry-item i, .contacts-list .contact-shared i{ width:15px; background-position:-29px -169px;}
			.suggest-section-list .suggest-personal-group-item i, .contacts-list .group-personal i{ width:17px; background-position:-12px -169px; left:4px;}
			.suggest-section-list .suggest-shared-group-item i, .contacts-list .group-shared i{ width:19px; background-position:-44px -169px; left:4px;}
			.suggest-section-list .suggest-internal-entry-item i { background-position:0 -169px; width:11px;}
			.suggest-section-list .suggest-internal-group-item i { background-position:-44px -169px; width:16px; left:4px;}

			.contacts-list a.contact-options-button{border: 1px solid transparent; position:absolute; width:15px; height:15px; padding: 6px 8px; right:0; top:50%; margin-top:-15px; }
			.contacts-list a.contact-options-button.on{background-color: #ffffff; border: 1px solid #86c710; border-bottom: none;}
			.contacts-list a.contact-options-button span{ poosition:absolute; top: 0; left: 0; display: block; width:15px; height:17px;  background: url(images/icons.png) transparent no-repeat 0 0; background-position:0 -438px; }
			.contacts-list-empty{ font-style: italic; font-weight: normal; padding-top: 30px; text-align: center;}
			.contact-options{position: absolute; width: 139px; background-color: #ffffff; border: 1px solid #86c710; right: 0; top: 28px; z-index: 1000; zoom: 1;}
				.contact-options.off{ display: none; }
			.contact-options span{display: block; width: 31px; height: 1px; background-color: #ffffff; position: absolute; top: -1px; right: 0px; z-index: 20;}
			.contact-options ul{ padding: 10px 0; background-color: #ffffff; position: relative; z-index: 30;}
			.contact-options li{ font-size: 100%; font-weight: bold; border: none; line-height: 20px; position: relative; z-index: 35; width: auto;}
			.contact-options a{ padding:1px 15px; display:block;}
			.contact-options a:hover{ background:#eae8e8 url(images/results-hover.png) repeat-x top left; color:#000; text-decoration:none;}
		.tool-sub-header{ background: transparent url(images/big-sub-bg-header.png) 0 bottom repeat-x; margin-left: -16px; padding: 20px; width: 416px;}
	.box-settings{ display:none; background: transparent url(images/big-sub.png) right 0 repeat-y; line-height: 14px; margin: 7px 0 14px; padding: 10px 22px 0px 22px; position: absolute; right: -6px; top: 32px; width: 424px;}
	.suggest-popup{ width: 397px; position: absolute; top:0; background-color: #ffffff;  overflow-x: hidden; overflow-y: auto; z-index: 20; border: 1px solid #B3B3B3; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
		.suggest-popup ul, .suggest-popup ul li{ border-bottom: none; border-top: none; }
		.suggest-popup ul li{ padding-left: 37px; height: 18px; }
		.suggest-popup .suggest-section-list i{ left: 17px !important; margin-top: -6px;}
	.suggest-popup-large{ width: 474px;}
	.suggest-selected-item{ background-color: #E8E8E8; cursor: pointer; }
	.suggest-section-image { float:left; margin-right:0.4em; margin-left:5px; margin-top:5px; }
	.suggest-section-title { color:#96BF00; font-weight:bold; font-size:12px; padding:3px 0 0 28px;}
	.suggest-matching-chars { color: black; font-weight: bold; }
	.suggest{position:relative; }
	.suggest .search-help{ font-weight:normal; color:#AAA; }

	/* Nav settings */
	h3.opt-title{position: relative; background: transparent url(images/big-sub-bg-header.png) 0 bottom repeat-x; margin-left: -16px; padding: 26px 0 26px 40px; width: 416px; font: bold 13px Arial, Helvetica, sans-serif;}
		h3.opt-title i{position: absolute; background: transparent url(images/icons.png) 0 0 no-repeat; }
			.opt-first-title i{ width: 14px; height: 16px; top: 50%; margin: -9px 0 0 -3px;	}
			.opt-bloc-notifications .opt-title i{width: 17px; height: 17px; top: 50%; margin: -9px 0 0 -5px; background-position: 0 -217px;	}
			.opt-title.opt-last-title i{width: 17px; height: 17px; bottom: -2px; margin: -11px 0 0 -5px; background-position: -17px -217px;	}
	.opt-first-title{margin-top: -13px;}
	.opt-line{ border-bottom: 1px dotted #e5e5e5; display: block; font-size: 100%; font-weight: normal; margin: 0; padding: 10px 0; position: relative; zoom: 1;}
	.opt-bloc-notifications .opt-line {padding: 5px 0;}
	.opt-line-last{border-bottom: none;}
	.opt-line .opt-label{float: left; display: block; width: 140px; font: bold 100% Arial, Helvetica, sans-serif; color: #666666;}
		.opt-line .opt-label span{display: block; font:bold 100%/20px arial,helvetica,sans-serif; color:#666666;}
		.opt-field{ width: 284px; float: left; font: bold 12px Arial, Helvetica, sans-serif; color: #333333;}
		.opt-field label{width: 324px; display: inline;	font: bold 12px Arial, Helvetica, sans-serif; color: #333333;}
		.opt-field a {color: #96BF00;}
		.opt-field a:hover {text-decoration: underline;}
		.opt-info, .opt-field .img, .opt-line .img{position: absolute; right: 0; top: 9px;}
		.opt-field .otc-JSMenuButton { width: 200px;}
		.opt-line .input-text { width: 180px; height: 25px; line-height: 25px;}
		.opt-line .opt-checkbox input {margin-right:5px;}
		.opt-line-input .opt-label { margin-top: 7px;}
		.opt-line-input .img { margin-top: 6px;}
			.opt-info-pop{ display: block; position: absolute; padding: 7px 15px; background-color: #fbfce8;	border: 1px solid #d5e58c; white-space: nowrap; color: #4c7200; top: -30px; right: -5px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 100%; font-weight: bold; text-decoration: none;	}
			span.tooltip{ display: block; position: absolute; right: 6px; bottom: -6px; width: 11px; height: 6px; background: transparent url(images/tooltip.png) 0 0 no-repeat; }
		.opt-field a.password-change{text-decoration: underline; color:#4c7200 ;}
		.opt-field select, .opt-field option{width: 187px;}
		.opt-line-pwd .opt-field{ margin-top: 0.3em;}
	.opt-bloc-footer{background: transparent url(images/big-sub-bg-footer.png) 0 bottom repeat-x; margin-left: -16px; padding: 0px 20px 6px 20px; width: 416px;}
	.opt-bloc-notifications .opt-bloc-footer{padding: 15px 20px 6px 20px;}
	.opt-bloc-notifications label{font:bold 12px/20px arial,helvetica,sans-serif; color:#000000; width: 394px;	}
	.opt-title.opt-last-title{padding-bottom: 0; background: none;	}
	.settings-sub{background: transparent url(images/settings-sub.png) 0 0 no-repeat; bottom: -27px; height: 27px; position: absolute; right: 0; width: 468px; }

/* index */

/* search options */ 
.search-options{padding-right: 3px; position: relative; zoom: 1;}
.search-options>span{ display: block; position: absolute; width: 3px; height: 100px; right: 0; top: 0; float: left; background: url(images/ordering-box-background.png) 0 0 no-repeat #ffffff; }
.search-options-bg{ height: 75px; background: url(images/ordering-box-background.png) -3px 0 no-repeat; font-size: 100%; margin: 0 0 5px 0; padding: 15px 10px 10px; position: relative;}
.search-options .search-bloc{ margin-right: 12px;}
	.search-options .search-bloc .search-field{ background: transparent url(images/input-ordering-box.png) 0 0 no-repeat; border: none; color: #86a012; display: block; font-size: 100%; height: 23px; line-height: 23px; padding: 0 26px 0 11px; width: 192px;}
	.search-options .search-bloc .search-help{ }
	.search-options .search-bloc .submit-field{ background: none; border: none; cursor: pointer; display: block; height: 23px; position: absolute; right: 0; top: 0; width: 26px;}
	.search-options .title-bloc,
	.search-options .dest-bloc,
	.search-options .exp-bloc{ margin-right: 12px;}
	.bloc-state-1 .form-text{ width: 55px;}
	.text-select-bloc .otc-JSMenuButton{ width: 160px; }
	.bloc-state-1 .otc-JSMenuButton{ width: 160px; }
	.bloc-state-2 { margin-left: 12px }
	.bloc-state-2 .otc-JSMenuButton{ width: 160px; }
	.bloc-state-2 .form-text{ width: 55px;}
	.bloc-contract-name { margin-left: 12px; }
	.bloc-contract-name .otc-JSMenuButton{ width: 160px; }
	.bloc-contract-name .form-text{ margin-left: 12px; width: 114px;}
	.bloc-expi .form-text{ width: 115px;}
	.bloc-expi .otc-JSMenuButton{ width: 160px; }
	.form-bloc-spacer{ float: left; width: 12px; height: 12px; }
	.bloc-period .form-text{ width: 55px;}
	.bloc-date-start .form-text{margin-left: 12px; width: 55px; position: relative;}
	.bloc-date-end .form-text{ margin-left: 12px; width: 55px;}
	.bloc-date-start{position: relative; margin-left: 12px; }
	.bloc-date-end{position: relative; margin-left: 12px; }
	.bloc-text{ color: #748e13; line-height: 24px; margin-left: 12px; text-shadow: 0 1px 0 #fff;}
	.search-options .first-line{ margin-bottom: 15px;}
.search-options .search-button{ display: block; position: absolute; right: 1px; bottom: 1px; margin: 0 -3px 0 0;  }
.search-options .search-button i{ background-position: 0 -95px; display: block; height: 11px; left: 10px; position: absolute; top: 11px; width: 11px;}
.search-options .search-button a{display: block; height: 19px;
text-shadow: 0 1px 0 #fff; text-align: center; color: #547600; 
padding: 7px 30px;
padding-left: 35px;
background: none repeat scroll 0 0 white;
border-top: 1px solid #D5E58C;
border-left: 1px solid #D5E58C;
-moz-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
-o-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-bottom-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-o-border-bottom-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.search-options .search-throbber{ position: absolute; top: 9px; left: -20px; }
.content-help {font-size: 14px; font-style: italic; margin-top: 30px; text-align: center; }

/***** Date Time Picker ******/
.datePicker-start, .datePicker-end{ display: none; }
.datePickerBox { border:1px #a1c02b	solid; background:#a1c02b; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:3px; position:absolute;/* z-index:600;*/ font-size: 100%; text-shadow: none; top: 1px; left: 0; zoom: 1;}
.datePickerMonthSelector td:focus { outline:none } 
.datePickerDays { width:100%; background:white; } 
.datePickerDay, 
.datePickerWeekdayLabel, 
.datePickerWeekendLabel { font-size:90%; text-align:center; padding:4px; outline:none; } 
.datePickerWeekdayLabel, 
.datePickerWeekendLabel { background:#a1c02b; color:white; padding:0px 4px 2px; cursor:default; text-shadow:0px 1px 0px hsla(0, 0%, 00%, 0.3);} 
.datePickerDay { padding:4px 7px; cursor:pointer; cursor:pointer; font-weight:bold; text-align:right; vertical-align:top; } 
.datePickerDayIsToday { background:#a1c02b;	border:1px #a1c02b solid; } 
.datePickerDayIsWeekend { background:#fbfce8; } 
.datePickerDayIsFiller { color:#888888; font-weight:normal; } 
.datePickerDayIsValue { background:#a1c02b; color:white; } 
.datePickerDayIsDisabled { color:#AAAAAA; font-style:italic; cursor: default; } 
.datePickerDayIsHighlighted, .datePickerDayIsValueAndHighlighted { background:#D1E2EF; } 
.datePickerMonthSelector { background:#a1c02b; color:white; width:100%; } 
td.datePickerMonth { text-align:center; vertical-align:center; white-space:nowrap; font-size:90%; font-weight:bold; text-shadow:0px 1px 0px hsla(0, 0%, 00%, 0.3); } 
.datePickerMonthSelector tr { background: url(images/bgcalendar.png) 0 4px repeat-x; height: 25px; }
.datePickerPreviousButton, .datePickerNextButton {font-size:130%; line-height:1em; cursor:hand; cursor:pointer; padding:0 4px; margin-top:-10px; }
.datePickerPreviousButton .html-face { background: url("images/datepicker-previous.png") no-repeat; width:4px; height:7px; margin-top:7px; text-indent:-1000px; }
.datePickerNextButton .html-face { background: url("images/datepicker-next.png") no-repeat; width:4px; height:7px; margin-top:7px; text-indent:-1000px; }

/* Files filters */
.filters{ font-size: 100%; margin: 0 0 5px 0; position: relative; /*z-index: 0;*/ width: 100%; height: 43px; background: #ffffff url(images/filters-bg.png) -3px 0 no-repeat; }
.filters span{ display: block; position: absolute; width: 3px; height: 43px; right: 0; top: 0; float: left; background: #ffffff url(images/filters-bg.png) 0 0 no-repeat; }
.filter-spacer{ float: left; width: 9px; height: 43px; background: transparent url(images/filters-spacer.png) no-repeat left top; }
.filter-reload{ position: relative;	width: 40px; height: 43px; padding-right: 3px; float: left; }
	.filter-reload a{ display: block;  width: 43px; height: 43px; background: transparent url(images/refresh-icon.png) 8px 8px no-repeat; text-indent: -9999px; overflow: hidden;}
	.filter-reloading a{ background: url(images/throbber.gif) no-repeat center; }
.filter-button {
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.filter-show{ position: relative; height: 43px; padding-right: 3px; float: left; /*background: #ffffff url(images/filters-bg.png) -3px 0 no-repeat;*/ }
	.filter-show a{display: block; float: left; padding: 0 12px 0 15px; height: 35px; text-align: center; vertical-align: middle; margin:4px; font: bold 100%/34px Arial, Helvetica, sans-serif; color: #748e00; text-shadow: 0 1px 0 rgba(255,255,255,.5); position: relative;}
	.filter-show a:hover{background: transparent url(images/big-buttons-bg.png) no-repeat -3px -35px;}
	.filter-show a i{display: block; width: 3px; height: 35px; position: absolute; top: 0; right: -3px;}
	.filter-show a:hover i{background: transparent url(images/big-buttons-bg.png) no-repeat 0px -35px;}
	.filter-show a.on i,
	.filter-show a:active i{background: transparent url(images/big-buttons-bg.png) no-repeat 0px 0px;}
	
	.filter-show a.on,
	.filter-show a:active{background: transparent url(images/big-buttons-bg.png) no-repeat -3px 0px; color: #ffffff; text-shadow: 0 1px 0 rgba(0,0,0,.3);}
.filter-in{padding: 11px 0 9px 0;}	
	.filter-in-legend{float: left; font: bold 100%/24px Arial, Helvetica, sans-serif; color: #748e00; text-shadow: 0 1px 0 rgba(255,255,255,.5); margin: -2px 5px 0 14px;}
	.bloc-filter{float: left; height: 24px;}
	.bloc-filter .form-text{width: 87px;}
	.bloc-filter .otc-JSMenuButton{ width: 130px; }
	
	.bloc-sort{float: left; width: 137px;}
	.search{float: right;padding-right:10px; }
		.filters .search-bloc .search-field{ background: transparent url(images/input-ordering-box.png) 0 0 no-repeat; border: none; color: #86a012; display: block; font-size: 100%; height: 23px; line-height: 23px; padding: 0 26px 0 11px; width: 192px;}
		.filters .search-bloc .search-help{ }
		.filters .search-bloc .submit-field{ background: none; border: none; display: block; height: 23px; position: absolute; right: 0; top: 0; width: 26px; overflow: hidden; text-indent: -9999px;}

/* files table */
.files{ font-size: 100%; line-height: 16px; text-shadow: 0 1px 0 #fff; width: 100%;}
	.file{ border-bottom: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8; margin-bottom: -1px; cursor:pointer; position: relative; padding: 0 545px 0 95px; height: 77px; }
	.file:hover { background-color: #fbfce8; }
	.file .sub-file-ctn{ padding: 22px 0; }
	.file .sub-file-ctn.cb{ padding: 0; }
	.file .sub-file-ctn div{ position: relative; zoom: 1; height: 33px; }
	.file.assigned{ background-color: #fbfce8; border-color:#d5e58c;}
	.file .file-name{ font-size: 14px; line-height:16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
		a.download-icon, a.sign-icon {background: url(images/icons.png) 0 0 no-repeat; color:#748E00; margin-left:10px; font-size:13px; text-indent:17px; text-decoration:underline; width:13px; height:14px; display:inline-block;}
		a.download-icon {background-position: 0 -402px;}
		a.sign-icon {background-position: -16px -441px;}
	.file .file-user { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
	.file .file-type,
	.file .file-state{ font-size: 12px; font-weight: bold;}
	.file .file-format{ width: 69px; position: absolute; left: 0px; }
		.file.erl .file-format span { background-position: 0 -1142px;}
		.file.eco .file-format span { background-position: 0 0;}
		.file .file-format span{ display: block; background: transparent url(images/sprite.png) 0 0 no-repeat; height: 47px; left: 50%; margin: -23px 0 0 -21px; position: absolute; top: 50%; width: 42px; }
/* 		.file .file-format span.document{ background-position: 0 0; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-NDA{ background-position: 0 -57px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-announce{ background-position: 0 -114px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-contract{ background-position: 0 -171px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-convocation{ background-position: 0 -228px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-invoice{ background-position: 0 -285px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-legals{ background-position: 0 -342px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-loan{ background-position: 0 -399px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-order{ background-position: 0 -456px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.en-transactionorder{ background-position: 0 -513px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-annonce{ background-position: 0 -570px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-commande{ background-position: 0 -627px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-confidentialite{ background-position: 0 -684px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-contrat{ background-position: 0 -741px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-convocation{ background-position: 0 -798px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-facture{ background-position: 0 -855px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-legal{ background-position: 0 -912px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-nondivulgation{ background-position: 0 -969px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.fr-pret{ background-position: 0 -1026px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.letreco1{ background-position: 0 -1083px; width: 42px; height: 47px; }  */
/* 		.file .file-format span.letreco2{ background-position: 0 -1140px; width: 42px; height: 47px; } */
/* 		.file .file-format i.multidoc{ display: block;	background: transparent url(images/badge-multipage.png) 0 0 no-repeat; width: 40px; height: 47px; position: absolute; z-index: -1; left: 50%; top: 50%; margin: -23px 0 0 -20px;} */
/* 		.file .file-format i.attachment{ display: block;background: transparent url(images/badge-attachments.png) 0 0 no-repeat; width: 18px; height: 20px; position: absolute; z-index: 5; left: 50%; top: 50%; margin: 8px 0 0 5px;} */
/* 		.file .file-format i.signicon{ display: block;background: transparent url(images/badge-sign.png) 0 0 no-repeat; width: 18px; height: 20px; position: absolute; z-index: 5; left: 50%; top: 50%; margin: 8px 0 0 5px;} */

.file .file-source{ width: 20px; position: absolute; left: 71px; }
		.file .file-source span{ display: block; background-position: -44px -89px; height: 17px; left: 50%; margin: -8px 0 0 -8px; position: absolute; top: 50%; width: 17px;}
		.file.received .file-source span{ background-position: -44px -89px;} /* record received but not processed */
		.file.sent .file-source span{ background-position: -27px -89px;} /* record sent */
		.file.received-processed .file-source span{ background-position: -61px -89px; } /* record processed by recipient */
/* TODO BOUNCEBACK .file.not-received */
		.file.neutral .file-source span { background: none; }
	.file .file-content{ padding-left: 16px; overflow: hidden;  }
	.file .file-info{ width: 240px; position: absolute; top: 0; right: 288px; }
	.file .file-date{ padding-left: 45px; width: 240px; position: absolute; top: 0; right: 0; }
	.file .file-date span{ background-position: 0 -154px; height: 15px; left: -35px; margin: -7px 0 0 0; position: absolute; top: 50%; width: 15px;}
	.file.waiting .file-date span{ background-position: 0 -154px;}
	.file.waiting-sign .file-date span{ background-position: -75px -154px;}
	.file.validated .file-date span{ background-position: -60px -154px;}
	.file.aborted .file-date span{ background-position: -45px -154px;}
	.file.aborted .file-state{ color: #fc5759;}
	.file.waiting-sign .file-state,
	.file.validated .file-state{color: #6ea31d;}
	.file.paused .file-date span{ background-position: -15px -154px;}
	.file.locked .file-date span{ background-position: -30px -154px;}
	.file.locked{ background-color: #fafafa; color: #b9b9b9;}
/* 	.file.locked .file-format span{ background-position: -27px -107px;} */
	.file.alert .file-date span{ background-position: -90px -154px;}
	.file.alert .file-state{color: #feae01;}
	.file.todownload .file-state {color: #5fbfe7;}
	.file.todownload .file-date span{ background-position: -90px -169px;}

/* footer */
.footer-shade{height:24px; width:879px; background:transparent url(images/footer-shade.png) bottom left no-repeat; margin:0 auto;}
.footer{border-top:1px solid #ededed;}
	.footer p{margin:35px 0; font-size: 100%; color:#707070;}
	.footer p a{color:#707070;}
	.footer p span{float:right; font-weight:bold; color:#c6c6c6;}
	
/* Large Popups (serving for record details, record creation wizard... */
.popup-medium { margin-bottom: 30px; }
.popup-large { margin-bottom: 30px; }
.popup-xlarge { margin-bottom: 30px; }

/* Wizard */
.the-mask { background:url(images/black-alpha-bg.png) top left repeat; height:100%; left:0; position:fixed; top:0; width:100%; /*z-index:1;*/} 
/* #the-mask { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: transparent url(images/black-alpha-bg.png) top left repeat; z-index: 11;} */
.wizard{ width: 731px; background-color: #ffffff; color: #666666; -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1);}
	.wizard-breadcrumbs{height: 58px; background: transparent url(images/wizard-breadcrumbs-bg.png) bottom left repeat-x; color: #333333; font: bold 13px Arial, Helvetica, sans-serif; margin-top: 0px;}
		.breadcrumbs-step{display: block; position: relative; float: left; height: 14px; padding: 20px 10px 20px 45px; cursor: default;}
		.breadcrumbs-step.on{color: #96bf00;}
		.breadcrumbs-step span.breadcrumbs-icon{display: block;	width: 17px; height: 17px; position: absolute; background: url(images/icons.png) transparent no-repeat 0 0; margin: -2px 0 0 -30px;}
		.breadcrumbs-step-1 span.breadcrumbs-icon{background-position: 0 -264px;}
		.breadcrumbs-step-2 span.breadcrumbs-icon{background-position: 0 -281px;}
		.breadcrumbs-step-3 span.breadcrumbs-icon{background-position: 0 -298px;}
		.breadcrumbs-step-4 span.breadcrumbs-icon{background-position: 0 -315px;}
		.breadcrumbs-step-1.on span.breadcrumbs-icon{background-position: -17px -264px;}
		.breadcrumbs-step-2.on span.breadcrumbs-icon{background-position: -17px -281px;}
		.breadcrumbs-step-3.on span.breadcrumbs-icon{background-position: -17px -298px;}
		.breadcrumbs-step-4.on span.breadcrumbs-icon{background-position: -17px -315px;}
		.breadcrumbs-spacer{float: left; height: 54px; width: 30px; background: transparent url(images/wizard-breadcrumbs-spacer.png) bottom left repeat-x;	}
		.wizard-breadcrumbs a.close{ float: right;	width: 19px; height: 19px; display: block; overflow: hidden; text-indent: -200000px; background: url(images/icons.png) transparent no-repeat 0 -332px; margin: 17px 21px 0 0;	}
		
		.wizard-title h2{font: bold 16px Arial, Helvetica, sans-serif; margin: 21px 0 21px 43px; position: relative; }
			.wizard-title h2 i{ display: block; position: absolute; margin: 2px 0 0 -22px; width: 15px; height: 13px; background: url(images/icons.png) transparent no-repeat -32px -29px;}
		.wizard-title>p, .wizard-title .wizard-title-help{font: bold 100% Arial, Helvetica, sans-serif; color: #666666; padding: 0 21px 21px;}
		.wizard-title .wizard-title-help ul {list-style: disc inside none; padding: 10px;}
		.wizard-spacer{	border-top: 1px dotted #e3e3e3;	margin-bottom: 20px;}
		.wizard-services{ margin-bottom: 20px; }
		.wizard-nav {position:relative;}
		
	.step-0{}
		.wizard-info-error{	margin: 21px 50px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font: bold 100%/14px Arial, Helvetica sans-serif; color: #ff0000; background-color: #ffcfcf; border: 1px solid #ff0000;}
		.wizard-info-error-icon{ display: block; width: 20px; height: 20px; margin: 13px 31px; float: left; background: #ffcfcf url(images/icons.png) -25px -351px no-repeat;}
		.wizard-info-error p{ width: 525px;	margin-top: 15px; float: left;}
		.wizard-info-error p span {float: right;}
		.wizard-content{margin: 0 50px;}
		.error-code{font: normal 100% Arial, Helvetica, Geneva, sans-serif;	margin-bottom: 20px;}
			.error-code span{float: right;}
		.error-desc{font: normal 100% Arial, Helvetica, Geneva, sans-serif; color: #ff6767;	margin-bottom: 20px;}
		.wizard-info-support{background-color: #F0F0F0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font: normal 100%/14px Arial, Helvetica sans-serif; color: #666666;	padding: 20px 23px; margin: 40px 0 25px 0;}
		.wizard .sign-background, .wizard .credit-info-background {margin: 0 auto 20px; width: 600px;}
 		.credit-info-background { margin: 5px 0 20px; position: relative;}
 		.credit-info {height:250px; width: 600px; border: 1px solid #F0F0F0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #ffffff url(images/sign-bg.png) repeat left top;}
 		.credit-info h2 { text-align: center; margin: 75px 25px; font-weight: bold; font-size: 16px; text-shadow: 0 1px 0 white; color: #414141; }
		.credit-info div {
				/* reset all to display the information message */
				text-align: left;
				font-size: 14px;
				color: #414141;
				text-shadow: none;
				font-weight: normal;
				margin: 30px 25px;
			}
 		
	.step-1{/*margin-bottom:100px;*/ }
		.new-file-line{	position: relative; display: block;	border: 1px solid #e8e8e8; margin: 0 50px 5px 50px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
		.new-file-line:hover{ background-color: #fbfce8; border: 1px solid #d5e58c;}
		.new-file-title{ display: block; font: bold 13px Arial, Helvetica, sans-serif; padding: 10px 20px; overflow: hidden;
			text-overflow: ellipsis; white-space: nowrap; max-width: 540px; }
		.new-file-info{ display: block; padding: 0px 20px 10px 20px; font: normal 100% Arial, Helvetica, sans-serif; color: #666666; overflow: hidden;
			text-overflow: ellipsis; max-width: 540px; }
		.new-file-line span.new-file-arrow{display: block;	width: 12px; height: 21px; position: absolute; top: 50%; right: 0px; background: url(images/icons.png) transparent no-repeat 0 -351px; margin: -11px 15px 0 30px; }
		.new-file-line:hover span.new-file-arrow{background-position: -12px -351px; }
		.new-file-warn{ background: url("images/icons.png") no-repeat scroll -69px -351px transparent; width:25px; height:20px; margin-top:-10px; position:absolute; right:38px; top:50%; }
			
	.step-2{/*display: none;*/}
		.wizard-info{padding-left: 45px; position: relative; margin: 21px; background-color: #F0F0F0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font: normal 100%/14px Arial, Helvetica sans-serif; color: #666666;}
		    .sign-action .wizard-info {margin: 21px 0;}
		    .wizard .wizard-info {padding-left: 100px;}
		.wizard-info-icon{ position:absolute; width: 58px; height: 58px; margin-top: -29px; top: 50%; left:20px; background: url(images/wizard-info-icon.png) no-repeat left top transparent;}
		.wizard-info p{	width: 570px; padding: 20px 20px 20px 0;}
		.new-file-input{margin-bottom: 20px;}
/* 			.new-file-input .input-text, .new-file-input .input-textarea{width: 377px; height: 29px; } */
/* 			.new-file-input .input-textarea{height: 48px; resize: none; padding: 10px; } */
			.new-file-input .input-radio, .new-file-input .input-checkbox { display:block;}
			.new-file-input .input-radio-inline {display:inline;}
			.new-file-input .input-radio input, .new-file-input .input-checkbox input { margin-right: 10px;}
			.new-file-input .input-checkbox.indent { margin-left: 1em; }
			.new-file-input .img-info {position: absolute; right: 0; top: 5px;}
			.new-file-input .suggest-error-message { padding-right: 20px;}
		.mention-left{ width: 190px; float: left; position: relative; margin-top:4px; padding-left: 50px; font: bold 100%/16px Arial, Helvetica, Geneva, sans-serif;}
			.redstar{font-weight: bold; position: absolute; top: 2px; left: 35px; color: #ff0000; font-size: 1.5em; vertical-align: middle;}
		.mention-right{	width: 440px; float: left; font: normal 12px/21px Arial, Helvetica, Geneva, sans-serif; position: relative;}
			.mention-right a{ font: bold 100% Arial, Helvetica, Geneva, sans-serif; color:#96bf00; text-decoration: underline;}
			.mention-right .download-tos a{ font-weight: normal;}
			.mention-right a.add-attached-file{ font: bold 100% Arial, Helvetica, Geneva, sans-serif; color:#5c8f00; text-decoration:none;}
			.mention-right a.opt-info{position: absolute; top: 5px; right: 0;}
			.add-contact-input{position: relative;}
			a.suggest-validate-icon{
			position: absolute; display: block; width: 101px; height: 31px; right:41px; top:0; 
			background: transparent url(images/suggest-new-contact.png) no-repeat left top; /*z-index: 10;*/ line-height: 31px; 
			text-align: center; font: bold 100%/30px Arial, Helvetica, Geneva, sans-serif; color: #547600;	text-align: center;	
			text-shadow:0 1px 0 rgba(255,255,255,.5); text-decoration: none;
			-moz-transition: opacity 0.5s ease-in-out, top 1s ease-in-out; 
			-webkit-transition: opacity 0.5s ease-in-out; 
			transition: opacity 0.5s ease-in-out;
			}
			a.suggest-validate-icon.disabled { background: transparent url(images/suggest-new-contact-disabled.png) no-repeat left top; color: #666666; }
			.added-contact{width: 350px; background: transparent; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; margin-top: 5px; margin-left: 0px; padding: 9px 0 8px 27px; font: bold 100%/14px arial,helvetica,sans-serif; position: relative;}
			.contact-text{overflow: hidden; position: absolute; text-overflow: ellipsis; white-space: nowrap; width: 340px;}
			.contact-warn{color: #bbb;}
			.contact-tip-label { margin-right: 2em; }
			.contact-tip-value { font-weight: normal; }
			.contact-tip-warn { color: #FF0000; font-style: italic; }
			.draggable-contact-dropzone { left: -30px; width: 455px; }
			.draggable-contact { margin-left: 30px; margin-top: 5px; position: relative; height: 31px;}
			.contact-rank { width: 22px; float: left; position: absolute; left: -30px; text-align: right; 
			padding: 8px 8px 8px 0px;
			font: bold 100%/14px arial,helvetica,sans-serif; }
			.contact-drag-handle{width: 13px; height: 31px; background: #fafafa url(images/icons.png) 0 -371px no-repeat; float: left; }
			.contact-move-before{width: 11px; height: 12px; background: transparent url(images/icons.png) -18px -371px no-repeat; float: left; position: absolute; left: 20px; top: 2px; }
			.contact-move-before:hover { background: transparent url(images/icons.png) -31px -371px no-repeat; }
			.contact-move-after{width: 11px; height: 12px; background: transparent url(images/icons.png) -18px -388px no-repeat; float: left; position: absolute; left: 20px; bottom: 2px;}
			.contact-move-after:hover { background: transparent url(images/icons.png) -31px -388px no-repeat; }
			.added-contact i{display: block; position: absolute; height: 16px; background: transparent url(images/icons.png) 0 0 no-repeat; top:8px; left: 0;}
			.added-contact i.contact-personal{width: 14px; background-position: -30px -184px; left:6px;}
			.added-contact i.contact-shared{width: 16px; background-position: -38px -201px; left: 5px;}
			.added-contact i.group-personal{width: 21px; background-position: -75px -217px;}
			.added-contact i.group-shared{width: 24px; background-position: -73px -236px;}
			.added-contact.draggable { margin-left: 35px; }
		.recipient-approval { margin-top: 10px; }
		.recipient-approval .sign-check { font-size: 12px; font-style: italic; font-weight: normal;}
		.upload-file{width: 363px; height: 31px; border: 1px solid #D5D5D5; background-color: #fafafa; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; position: relative; margin-bottom: 3px; padding: 0 0 0 13px; font: bold 100%/29px arial,helvetica,sans-serif;}
			.added-contact.draggable a.option-remove { right: -5px;}
		.upload-file.uploading{	color: #b0b0b0;	}
		.upload-file.upload-sign { padding-left: 25px; width: 351px; }
		.upload-file a.option-remove { right: -20px;}
			.upload-label{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 345px; display: block; height: 30px; line-height: 30px; }
			.upload-file.upload-note .upload-label { margin-left: 30px; width: 305px;}
			.upload-input{position: absolute; width: 78px; height: 31px; right: 0px; top: 0px; overflow: hidden; /*z-index: 40;*/}
			input.upload-input-hidden{cursor:pointer; position: absolute; width: /*362px;*/297px; height: 31px; right: -1px; top: -1px; text-align: right; 
			opacity: 0; filter: alpha(opacity = 0); /*z-index: 30;*/ }
			div.upload-input.off{display: none;}
			.upload-mask{ position: absolute; top: 0px; width: 78px; height: 31px; background: transparent url(images/upload-progress-mask.png) no-repeat left top; /*z-index: 30;*/}
			.upload-progress-bar{ position: relative; width: 125px; height: 7px; background: transparent url(images/upload-progress-bar.png) no-repeat scroll 9px 0; left: -56px; top: 12px; /*z-index: 25;*/}
				.upload-progress-bar.per25{ background-position: -42px 0;}
				.upload-progress-bar.per50{ background-position: -28px 0;}
				.upload-progress-bar.per75{ background-position: -14px 0;}
				.upload-progress-bar.per100{ background-position: 0 0;}
			a.upload-browse{position: absolute; display: block; width: 78px; height: 31px; right:0; top:0; background: transparent url(images/upload-browse.png) no-repeat left top; /*z-index: 10;*/ line-height: 31px; text-align: center; font: bold 100%/30px Arial, Helvetica, Geneva, sans-serif; color: #547600;	text-align: center;	text-shadow:0 1px 0 rgba(255,255,255,.5); text-decoration: none;}
			a.upload-browse.off{display: none;}
			.mention-small{	font: italic 100% Arial,Helvetica,Geneva,sans-serif;}
				.mention-small span{ color: #ff0000; font-size: 1.5em; font-style: normal; font-weight:bold; vertical-align: middle; }
			.cnil { padding: 0px 50px; margin-bottom: 20px;}
			.cnil p {margin-bottom: 0.3em; text-align: justify;}
			.date-sel{}
			.date-sel-enabled {line-height: 21px;}
			.delay-sel{float:left;}
			.delay-sel-mid{float:left; margin-left:3px; margin-right:3px;}
			input.new-file-date{width: 77px; height: 20px; background-color: #ffffff; color:#666666; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 12px; border: 1px solid #666666; font-weight: bold; text-align: center; padding: 0; }
			input.new-file-days{width: 40px; height: 20px; background-color: #ffffff; border: 1px solid #666666; font-weight: bold; text-align: center; padding: 0; }
			a.option-remove{display: block; overflow: hidden; text-indent: -200000px; position: absolute; width: 9px; height: 9px; background: transparent url(images/icons.png) -19px -332px no-repeat; top: 10px; right: -40px;}
		    a.option-remove:hover{background: transparent url(images/icons.png) -67px -332px no-repeat;}
			.option-sign{display: block; overflow: hidden; padding: 2px; position: absolute; top: 6px; left: -40px;}
			.option-note { position: absolute; left: 5px; top: 0; }
			.option-note .note-checkbox { float:left; }
			.option-note .icon-note, .option-note .icon-attachment { background: url(images/icons.png) no-repeat -46px -440px; display: block; height: 15px; width: 14px; margin: 7px 5px 0 0; float: left; }
			.option-note .icon-attachment { background-position: -58px -439px; }
			.input-sign{float: left; margin-right: 1px;}
			.icon-sign { background: url(images/icons.png) no-repeat -15px -441px; cursor: help; display: block; height: 14px; width: 16px; position: absolute; top: 8px; left: 4px;}
			.note-help { font-size: 10px; font-style: italic; font-weight: normal; padding-right: 10px;}
	.step-3{ font-size: 100%;}
		.wizard .sign-action-accept{ display: block; }
		.wizard .sign-action-confirm{ display: none; }
	
	.step-4{}
		.wizard-info-sent {position: relative; padding-left: 50px; margin: 21px 0; background-color: #F0F0F0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font: bold 100%/14px Arial, Helvetica sans-serif; color: #666666; }
		.wizard-info-sent-icon{ display: block; width: 24px; height: 20px; left: 15px; margin-top: -10px; position: absolute; top: 50%; background: url(images/icons.png) -45px -351px no-repeat transparent;}
		.wizard-info-sent p{ width: 525px;  padding: 15px 0;}
		.wizard-content .mention-left{	width: 178px; float: left; font-weight: normal; padding: 0; margin-bottom: 20px; margin-top:0;}
		.wizard-content .mention-right{	float: left; font: normal 100% Arial, Helvetica, Geneva, sans-serif; margin-bottom: 20px; word-wrap: break-word;}
		.wizard-content .added-contact{	background: none; padding: 1px 0 0 30px; margin: 0 0 10px;}
		.date-border{ font-weight: bold; /*padding: 3px; border: 1px solid #666666;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;*/}
		.date-text{margin-right:0;}
		
			.wizard-content .added-contact i{ left: 5px; top:0;}
		
		.greybutton-cancel{ float: left; margin: 0 0 14px 50px; }
		.greenbutton-prev{ float: right; margin-bottom: 14px;}
		.greenbutton-next{ float: right; margin: 0 50px 14px 7px;}
		.contact-title{ font-weight: normal; }
		.contact-company{ font-style:italic;}


/* FILE POP-IN */		
	.file-popin{width: 731px; padding: 0; background-color: #ffffff; color: #666666; -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); }
		h2.file-popin-title{position: relative; width: 691px; background: transparent url(images/wizard-breadcrumbs-bg.png) left bottom repeat-x; padding: 20px 0 26px 40px;  font: bold 16px Arial, Helvetica, sans-serif;}
		h2.file-popin-title i{display: block; width: 15px; height: 13px; position: absolute; background: transparent url(images/icons.png) 0 -29px no-repeat; margin-top: 2px; margin-left: -25px;}
		h2.file-popin-title.history i{width: 17px; height: 16px; background: transparent url(images/icons.png) -67px 0 no-repeat;}
		h2.file-popin-title.history .history-loading {margin-left: 10px;}
		a.fold{ position: absolute;	width: 19px; height: 19px; display: block; overflow: hidden; text-indent: -200000px; background: url(images/icons.png) transparent no-repeat -28px -332px; top: 20px; right: 21px;	}
		a.fold.on{ background-position: -47px -332px; }
		h2.file-popin-title a.close{ position:absolute; top: 20px; right: 0;	width: 19px; height: 19px; display: block; overflow: hidden; text-indent: -200000px; background: url(images/icons.png) transparent no-repeat 0 -332px; margin: 0 21px 0 0;	}
		.file-popin-spacer{background: transparent url(images/big-sub-bg-footer.png) repeat-x left top; height: 5px;}
		.file-popin-tools{ position: relative; height: 43px; padding-left: 3px; background: transparent url(images/filters-bg.png) -3px 0 no-repeat; margin: 13px 17px;}
		.file-popin-tools>span{ display: block; position: absolute; width: 3px; height: 43px; right:-3px; top: 0; float: left; background: transparent url(images/filters-bg.png) 0 0 no-repeat; }
			.file-popin-tools a{display: block; height: 35px; color: #748e00; font: bold 100%/35px Arial, Helvetica, Geneva, sans-serif; text-shadow:0 1px 0 rgba(255,255,255,.5); margin: 4px; padding: 0 7px 0 35px; position: relative;}
			.file-popin-tools a{
				-moz-user-select: -moz-none;
				-khtml-user-select: none;
				-webkit-user-select: none;
				user-select: none;
			}
			.file-popin-tools a:hover{background: transparent url(images/big-buttons-bg.png) -3px -35px no-repeat ;}
			.file-popin-tools a:active{background: transparent url(images/big-buttons-bg.png) -3px 0px no-repeat ; color: #ffffff; text-shadow: 0 1px 0 rgba(0,0,0,0.3);	}
			.file-popin-tools a span{display: block; height: 35px; width: 3px; position: absolute; top: 0; right: -3px;	}
			.file-popin-tools a:hover span{background: transparent url(images/big-buttons-bg.png) 0px -35px no-repeat ;}
			.file-popin-tools a:active span{background: transparent url(images/big-buttons-bg.png) 0px 0px no-repeat ;}
			.file-popin-tools a i{display: block; position: absolute; top: 50%; left: 15px; background: transparent url(images/icons.png) 0 -402px no-repeat;}
			.file-popin-tools a.download-file{float: left;}
			.file-popin-tools a.download-file i{ width: 13px; height: 14px;  margin-top: -7px;}
			.file-popin-tools a.download-file:active i{ background-position: -63px -402px;}
			.file-popin-tools a.print-file{float: right;}
			.file-popin-tools a.print-file i{width: 17px; height: 15px; background-position: -13px -402px; margin-top: -8px;}
			.file-popin-tools a.print-file:active i{background-position: -76px -402px;}
			.file-popin-tools a.sign-file{float: left;}
			.file-popin-tools a.sign-file i{width: 17px; height: 14px; background-position: -15px -441px; margin-top: -8px;}
			.file-popin-tools a.sign-file:active i{background-position: -30px -441px;}
			.file-popin-tools a.delete-file{float: left;}
			.file-popin-tools a.delete-file i{width: 10px; height: 10px; background-position: -30px -402px; margin-top: -5px;}
			.file-popin-tools a.delete-file:active i{background-position: -93px -402px;}
		.mention-right.state{text-indent: 25px;}
		.contact-status{font-weight: normal; color:#888888;}
			.contact-status.denied{color: #fc5759;}
			.contact-status.accepted{color: #96bf00;}
		.contact-notify, .contact-notified, .contact-notifying{position: absolute; right: -55px; top:0; }
			.contact-notified{background-position: -45px -351px; height: 19px; width: 24px;}
			.contact-notifying{width:16px; height:16px; background: url(images/throbber.gif) no-repeat center; }
		.file-popin .state span.status-icon{ display: block; background: transparent url(images/icons.png) 0 -154px no-repeat; width: 15px; height: 15px; left: 0; margin: 0; position: absolute; top: -1px; }
		.file-popin .state.waiting span.status-icon{ background-position: 0 -154px;}
		.file-popin .state.waiting-sign span.status-icon{ background-position: -75px -154px;}
		.file-popin .state.validated span.status-icon{ background-position: -60px -154px;}
		.file-popin .state.aborted span.status-icon{ background-position: -45px -154px;}
		.file-popin .state.paused span.status-icon{ background-position: -15px -154px;}
		.file-popin .state.locked span.status-icon{ background-position: -30px -154px;}
		.file-popin .state.aborted{color: #fc5759;}
		.file-popin .state.locked{color: #b9b9b9;}
		.file-popin .state.validated, .file-popin .state.waiting-sign{color: #6ea31d;}
		.file-popin .input-textarea{width: 345px;}
		.file-popin .added-contact i{top:0;}
		table.file-history{width: 100%; border: none; vertical-align:middle; text-align: left; font: normal 12px Arial, Helvetica, Geneva, sans-serif; margin-bottom: 5px;}
		table.file-history a{font: bold 12px Arial, Helvetica, Geneva, sans-serif; color: #96BF00; text-decoration: underline;}
		.file-history th, .file-history td{border-bottom: 1px dotted #e3e3e3; height: 39px; padding: 10px 0 10px 22px;}
		.file-history th {height: 29px;	}
/* 			th.file-history-date{	color: #000000;	width: 127px; } */
/* 			th.file-history-action{ color: #000000; width: 90px; } */
/* 			th.file-history-actor{ color: #000000; width: 192px; } */
/* 			th.file-history-infos{ color: #000000; width: 212px; } */
			td.file-history-date{ font-weight: bold; letter-spacing:-1px; width: 127px;}
			td.file-history-action{ font-weight: bold; width: 90px; }
			td.file-history-action.denied{ color: #fc5759; }
			td.file-history-actor{ width: 192px; }
			td.file-history-infos{ padding-right:22px; width: 212px; }
		.edit-tools{position: absolute; top: -3px; right: 0;}
		.added-contact .edit-tools{position: absolute; top: 10px; right: -92px;}
			.edit-tools a{float: right; margin-left: 5px;}
				.edit-tools-pen{display: block; overflow: hidden; text-indent: -9999px; width: 19px; height: 21px; background: transparent url(images/icons.png) 0 -418px no-repeat; }
				.edit-tools-pen:hover{background-position: -19px -418px; }
				.edit-tools-cross{display: block; overflow: hidden; text-indent: -9999px; width: 19px; height: 21px; background: transparent url(images/icons.png) -57px -418px no-repeat;}
				.edit-tools-check{display: block; overflow: hidden; text-indent: -9999px; width: 19px; height: 21px; background: transparent url(images/icons.png) -38px -418px no-repeat;}


/* SIGN POP-IN */
	.sign-popin{width: 731px; background-color: #fff; color: #666666; font-size: 100%; line-height: 14px; -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
		.sign-popin-wrapper{position: relative;	/*height: 441px;*/ padding: 0;  }
			h2.sign-popin-title{position: relative; width: 691px; background: #ffffff url(images/wizard-breadcrumbs-bg.png) left bottom repeat-x; padding: 18px 0 22px 40px;  font: bold 16px Arial, Helvetica, sans-serif; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px;}
			    h2.sign-popin-title.disabled { color: #aaa; }
				h2.sign-popin-title i{display: block; width: 15px; height: 13px; position: absolute; background: transparent url(images/icons.png) 0 -29px no-repeat; margin-left: -25px; margin-top:2px; }
				span.number-tab.signature{top: 0;}
				h2.sign-popin-title.signature { -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
				h2.sign-popin-title i.sign-icon-edit{ width: 15px; height: 14px; background-position: -47px -28px; }
				h2.sign-popin-title i.sign-icon-pen{ width: 14px; height: 14px; background-position: -62px -28px; }
				h2.sign-popin-title.history i{width: 17px; height: 16px; background: transparent url(images/icons.png) -67px 0 no-repeat;}
				h2.sign-popin-title a.close{ position:absolute; top: 20px; right: 0;	width: 19px; height: 19px; display: block; overflow: hidden; text-indent: -200000px; background: url(images/icons.png) transparent no-repeat 0 -332px; margin: 0 21px 0 0; }
				span.number-tab{ position: absolute; display: block; width: 53px; height: 53px; background: #d3e500 url(images/number-tab.png) repeat-x top left; left: -50px; top: 0;  font: bold 22px/53px Arial, Helvetica, Geneva, sans-serif; color: #366a00; text-align: center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); text-shadow:0 1px 0 rgba(255,255,255,.5);}
			.sign-popin-spacer{background: transparent url(images/big-sub-bg-footer.png) repeat-x left top; height: 5px;}
			.sign-popin .file-popin-title { margin: 0; width: auto; }
			.sign-popin .wizard-info p{	width: 610px; }
			.sign-popin p.centered{ text-align: center; font: normal 100% Arial, Helvetica, Geneva, sans-serif; margin-bottom: 15px; }
			.sign-popin .popup-new-actions { margin:10px 20px; padding-bottom: 10px;}
			.popup-new-actions .greenbutton{ float: right; margin-right: 0; }
			.popup-new-actions .greybutton{ float: left; }
			.wizard-info-lock, .wizard-info-warning, .wizard-info-info {width: 18px; height: 18px; margin-top: -9px; position:absolute; top: 50%; left: 15px; background: url(images/icons.png) no-repeat 0 -455px transparent;}
			.wizard-info-lock{background-position: 0 -455px; }
			.wizard-info-warning{background-position: -18px -455px;}
			.wizard-info-info{background-position: -35px -455px;}
			.sign-mention{ margin: 0 0 15px; font-size: 12px; font-weight: bold;}
			.sign-popin .mention-right{	margin-bottom: 10px; line-height: 14px;}
			.sign-popin .added-contact{	margin: 0;}
			.sign-background { margin: 5px 0 20px; position: relative;}
			.sign-frame{height:250px; width: 600px; border: 1px solid #F0F0F0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #ffffff url(images/sign-bg.png) repeat left top;}
				.sign-pen-icon{ width: 41px; height: 48px; position: absolute; right: -20px; top: 20px;	background: #ffffff url(images/sign-pen-icon.png) no-repeat left top; }
				.sign-background p{width: 600px; text-align: right; margin-top: 17px; }
				.sign-background p a.fullframe-link, .sign-background p a.download-link { font-weight: bold; color: #839c00; position: relative;}
				.sign-background p a.fullframe-link span{ display: block; width: 12px; height: 12px; background: transparent url(images/icons.png) no-repeat -24px -43px; position: absolute; top: 0; left: -20px;}
				.sign-background p a.download-link { margin-right: 45px }
				.sign-background p a.download-link span{ display: block; width: 12px; height: 12px; background: transparent url(images/icons.png) no-repeat -38px -43px; position: absolute; top: 0; left: -20px;}

				.signature-block{ position: relative; font-size: 100%; line-height: 14px; zoom: 1;}
				.signature-wait{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: transparent url(images/white-alpha-bg.png) top left repeat;}
				.signature-wait p{ position: absolute; width: 310px; height: 120px; left: 50%; top: 50%; margin: -80px 0 0 -185px; border:1px solid #b3d07e; background-color: #ffffff; text-align: center; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; font: bold 20px arial, helvetica, sans-serif; color: #69a300; padding: 20px 30px; }
				.signature-wait img{ margin-bottom: 20px; }
				.signature-wait-refuse p {border: 1px solid #FF4949; color: #FF4949;}
				.sign-action .signature-wait p { margin-top: -120px; height: auto; }
			
			.sign-popin .wizard-info-sent{ background-color: #9dc311; color: #ffffff; }
			
			.sign-popin .wizard-info-sent p{ font-weight:normal; border-left: 1px solid #ffffff; padding-left: 10px; margin-top: 0; padding-top: 17px; padding-bottom: 17px; }
			.sign-popin .wizard-info-sent-icon{width: 17px; height: 17px; background-position: -78px -421px; margin-top: -8px;}
			.sign-popin	.wizard-info-sent.refused { background-color: #E3B332; }
			.sign-popin	.wizard-info-sent.error { background-color: #b03030; }
			.sign-popin .wizard-info-sent.refused .wizard-info-sent-icon,
			.sign-popin	.wizard-info-sent.error .wizard-info-sent-icon{ background-position: -78px -439px;}

			.help-popup { position: absolute; margin: 0px 6px; top: -48px; left: 0; z-index: 10; padding: 8px 0 8px 18px; width: 682px; height: 32px;
			    background: url("images/sign-popup.png") no-repeat scroll left top transparent; overflow: visible; 
			    -moz-transition: opacity 0.5s ease-in-out, top 1s ease-in-out; -webkit-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }
			.help-popup .help-popup-label { font-size: 13px; color: #EEFFEE; text-align: center; font-weight: bold; line-height: 18px; }
			.help-popup-arrow { background: url("images/sign-pop-arrow.png") no-repeat scroll 0 0 transparent; position: absolute; bottom: -2px; width: 32px; height: 16px;
			    -moz-transition: left 0.3s ease-out; -webkit-transition: left 0.3s ease-out; transition: left 0.3s ease-out; }
			.help-popup-right {  background: url("images/sign-popup.png") no-repeat scroll right top transparent;  width: 20px; height: 50px; position: absolute; right: -20px; top: 0;}

			.sign-action-pop.accept, .sign-action-pop.refuse, .sign-action-pop.later { top: -42px;}
			.sign-action-pop.accept .help-popup-arrow { left: 130px; }
			.sign-action-pop.refuse .help-popup-arrow { left: 382px; }
			.sign-action-pop.later .help-popup-arrow { left: 589px;	}
			
			.suggest-help-popup { width: 380px; left: -14px}
			.suggest-help-popup .help-popup-arrow { left: 30px; }

			.sign-action-nav{margin: 0 21px 20px 21px; }
			.sign-action-nav a {font-size: 100%; text-shadow: 0 1px 0 white;}
			.sign-action-nav a:active {text-shadow: 0 1px 0 #779500;}
				.sign-action-nav-left{ position: relative;	width: 256px; height: 43px; padding-left: 3px; padding-right: 3px; float: left; background: #ffffff url(images/filters-bg.png) -3px 0 no-repeat; }
				.sign-action-nav-left>span{ display: block; position: absolute; width: 3px; height: 43px; right: 0; top: 0; background: #ffffff url(images/filters-bg.png) 0 0 no-repeat; }
				.sign-action-nav-right{ position: relative;	width: 406px; height: 43px; padding-right: 3px; float: right; background: #ffffff url(images/filters-bg.png) -3px 0 no-repeat; }
				.sign-action-nav-right>span{ display: block; position: absolute; width: 3px; height: 43px; right: 0; top: 0; background: #ffffff url(images/filters-bg.png) 0 0 no-repeat; }
				a.sign-accept, a.sign-refuse, a.sign-later{ display: block; position: relative; float: right; height: 35px; padding-left: 3px;  margin: 4px 4px 0; line-height: 35px; text-align: center; font-weight: bold; color: #9BAC50;}
				a.sign-accept:hover, a.sign-refuse:hover, a.sign-later:hover{ background: transparent url(images/big-buttons-bg.png) -3px -35px no-repeat;}
				a.sign-accept:hover>span.sign-action-border, a.sign-refuse:hover>span.sign-action-border, a.sign-later:hover>span.sign-action-border{ display: block; position: absolute; width: 3px; height: 35px; right: -3px; top: 0; background: transparent url(images/big-buttons-bg.png) 0px -35px no-repeat;}
				a.sign-accept.on, a.sign-refuse.on, a.sign-later.on, a.sign-accept:active, a.sign-refuse:active, a.sign-later:active{ background: transparent url(images/big-buttons-bg.png) -3px 0px no-repeat; color: #ffffff; text-shadow: 0 1px 0 rgba(0,0,0,0.3); }
				a.on.sign-accept span.sign-action-border, a.on.sign-refuse span.sign-action-border, a.on.sign-later span.sign-action-border, a.sign-accept:active span.sign-action-border, a.sign-refuse:active span.sign-action-border, a.sign-later:active>span.sign-action-border{ display: block; position: absolute; width: 3px; height: 35px; right: -3px; top: 0; background: transparent url(images/big-buttons-bg.png) 0px 0px no-repeat;}
				
				a.sign-accept>span.sign-action-icon, a.sign-refuse>span.sign-action-icon, a.sign-later>span.sign-action-icon{ background: transparent url(images/big-buttons-icons.png) center left no-repeat; margin: 0 auto; height: 15px; padding: 0 0 0 20px;}
					a.sign-accept>span.sign-action-icon{background-position: 0 -19px;}
					a.sign-refuse>span.sign-action-icon{background-position: 0 -156px;}
					a.sign-later>span.sign-action-icon{background-position: 0 -172px;}
					a.sign-accept.on>span.sign-action-icon, a.sign-accept:active>span.sign-action-icon{background-position: 0 2px;}
					a.sign-refuse.on>span.sign-action-icon, a.sign-refuse:active>span.sign-action-icon{background-position: 0 -41px;}
					a.sign-later.on>span.sign-action-icon, a.sign-later:active>span.sign-action-icon{background-position: 0 -84px;}
					
			    a.sign-accept, a.sign-refuse, a.sign-later{ font-size: 13px; }
				a.sign-accept{float: left; width: 242px; color:#748E00;}
				a.sign-refuse{width: 185px; margin-right: 8px; font-weight: normal;}
				a.sign-later{width: 185px; margin: 4px 6px 0; font-weight: normal;}
				
				.sign-action-nav-spacer{ width: 3px; height: 43px; float: right; background: transparent url(images/big-buttons-spacer.png) top left no-repeat;}
				
				
			.sign-action{margin: 0 21px 20px 21px; min-height: 190px; position:relative; }

			.sign-action-select{ height:177px; background: #ffffff url(images/sign-options.gif) no-repeat left top; display: table}
				.sign-action-select p{ color: #b4b4b4; font:bold 19px/23px Arial, Helvetica, Geneva, sans-serif; padding: 22px; text-align:center; display: table-cell; vertical-align: middle; }

	.sign-action-confirm, .sign-action-accept{ /*display: none;*/ width: 383px; background-color: #F0F0F0; -webkit-border-radius: 5px; 
			-moz-border-radius: 5px; border-radius: 5px; margin: 0 auto; padding: 15px 40px; text-align: center; }
			
				.sign-action-accept p{ color: #404040; text-align: center; }
				.sign-action-confirm p{ color: #404040; text-align: center; }
			p.sign-action-accept-howto{   }
				p.sign-action-accept-mention{ color: #5b8800; }
			.sign-confirm { margin: 10px auto 0;} 

/* 			.sign-action-confirm{ display: none; width: 320px; background-color: #F0F0F0; -webkit-border-radius: 5px; -moz-border-radius: 5px;  */
/* 			border-radius: 5px; margin: 0 auto; padding: 20px 30px 15px; text-align:center;} */
				.sign-action-confirm .input-text { width: 180px; font-weight:normal; height: 29px; line-height: 29px; border: 1px solid #dedede; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; }
				.sign-action-confirm .input-error {border-color: #FF0000; }
				.sign-action-confirm-submit{ margin: 0 10px; }
				.sign-action-check{display: block; margin-bottom: 5px; margin-top: 10px;}
				.sign-action-check a { color: #569900; }
				.sign-action-check a:hover { border-bottom: 1px dotted #569900; }
				.sign-action-confirm-otp { margin: 20px 0 0;}
				.sign-action-confirm-otp.disabled { color: #aaa; }
				.sign-action-confirm label { margin-left: 0.5em; }
				.sign-action-check-attachment input {float:left; margin-right: 5px;}
				.sign-action-check-attachment .download-docs-sign {float:left; width: 395px;}
				.sign-action-check.error a, .sign-action-check-attachment.error a {color:#FF0000;}

			.sign-action-refuse{ width: 383px; background-color: #F0F0F0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 auto; padding: 15px 40px;	}
				.sign-action-refuse label{ font-weight: bold; display: block; margin-bottom: 5px; text-align: center;}
				.sign-action-refuse p{ color: #ff4949; text-align: center; }
				.sign-action-refuse textarea{ width: 370px; height: 39px; border: 1px solid #dedede; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 5px; margin: 20px 0;}
				.sign-action-refuse-submit{ /*width: 94px;*/ margin: 15px auto 0; position: relative; }
			
			.sign-action-backlater{ width: 383px; background-color: #F0F0F0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 auto; padding: 15px 40px;	}
				.sign-action-backlater p{ color: #404040; text-align: center; }
				.sign-action-backlater a { color: #569900; font-weight: bold; }
				.sign-action-backlater a:hover { border-bottom: 1px dotted #569900; }

			.sign-history-block{ display: none;}
			table.sign-history{ width: 100%; border: none; vertical-align:middle; text-align: left; font: normal 12px Arial, Helvetica, Geneva, sans-serif;}
			.sign-history td{font-weight: bold; height: 39px; padding: 10px 0 10px 22px; border-bottom: 1px dotted #e3e3e3; }
				td.sign-history-name{width: 167px; }
				td.sign-history-company{ width: 129px; }
				td.sign-history-email{ width: 199px; }
				td.sign-history-date{ width: 131px; }
				td.sign-history-notify{ width: 105px; }
				td.sign-history-notify a{ color: #748e00; }	
				tr.last td{ border: none;}
			.sign-popin-footer{ position: relative; height: 53px; }
			.sign-popin-footer ul li {display: inline; margin-right: 20px; padding-left: 23px; background: url(images/li-sep.png) no-repeat left center; line-height: 53px;}
			.sign-popin-footer ul li:first-child {background: none; padding: 0;}
			.sign-popin-footer ul {margin-left: 20px;}
			.sign-popin-footer ul li a {font-size: 100%; font-weight:bold; text-decoration: dotted; color: #569900; }
			.sign-popin-footer ul li a:hover {border-bottom: 1px dotted #569900; }
			.sign-popin-footer img {position: absolute; right: 20px; top: 10px;}
			
/* ADD CONTACT POP-IN */		
	.contact-add-popin { width: 676px;  padding: 0; background-color: #ffffff; color: #666666; -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 15px rgba(0,0,0,0.6); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 15px rgba(0,0,0,0.6); box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 15px rgba(0,0,0,0.6); }
			h2.contact-add-popin-title{position: relative; width: 636px; background: transparent url(images/wizard-breadcrumbs-bg.png) left bottom repeat-x; padding: 20px 0 26px 40px;  font: bold 13px Arial, Helvetica, sans-serif; color: #333333; }
			h2.contact-add-popin-title i{display: block; width: 16px; height: 16px; position: absolute; background: transparent url(images/icons.png) 1px 0 no-repeat; margin-left: -25px;}
			h2.contact-add-popin-title a.close{ position: absolute;	width: 19px; height: 19px; display: block; overflow: hidden; text-indent: -200000px; background: url(images/icons.png) transparent no-repeat 0 -332px; top: 20px; right: 21px;	}
				.contact-new h2.contact-add-popin-title i {background-position: -15px 0;}
			.contact-add-popin-left{ width: 330px; float: left;	}
				.contact-add-popin-left .mention-left{ width: 110px; float: left; padding-left: 40px; line-height: 28px; margin-top:0;}
				.contact-add-popin-left .redstar { left: 25px;}
				.contact-add-popin-left .mention-right{ width: 176px; float: right;}
				.contact-add-popin-left .mention-right .input-text{ width: 164px; height: 28px; margin-bottom: 10px; padding: 0 5px; }
				.contact-add-popin-left .mention-right .otc-JSMenuButton{ width: 176px; height: 27px; margin-bottom: 10px;}
				.contact-add-popin-left .mention-right .otc-JSMenuButtonCaption, .contact-add-popin-left .mention-right .otc-JSListBoxTitle{line-height: 26px;}
			.contact-add-popin-right{ width: 305px; float: left; padding-left: 25px; font: normal 100%/14px Arial, Helvetica, Geneva, sans-serif;}
				.contact-add-popin-right p.auth-type{ font-weight: bold; margin-bottom: 25px; padding-left: 25px;	position: relative;	}
					.contact-add-popin-right p.auth-type .auth-type-icon{ display:block; position: absolute; width:8px; height:9px; top: 2px; left:3px; background: transparent url(images/icons.png)  -41px -402px;}
				.contact-add-popin-right .input-radio{ display:block; margin-bottom: 25px; position: relative;}
				.contact-add-popin-right .input-radio label{ padding-left: 25px; display:block; }
					.contact-add-popin-right .input-radio label span{ color: #748e00; }
				.contact-add-popin-right .input-radio input{ position: absolute; left: 0; top:0; }
				.contact-add-popin-right p{ font-weight: bold; margin-bottom: 9px; }
				.contact-add-popin-right .input-textarea{ width: 288px; height: 93px; }
			.contact-add-popin .greybutton-cancel{ float: right; margin: 10px 20px 15px 0 ;} 
			.contact-add-popin .greenbutton-next{ margin: 10px 35px 15px 0;}
			.contact-add-popin .redbutton-delete{float: left; margin: 10px 0 15px 35px;}


	/* WIZARD ADD CONTACT POP-IN */ 
	.contact-add-popin.wizard-contact-add{ display: none; width: 676px;  padding: 0; background-color: #ffffff; position: absolute; top: 535px; left: 50%; margin-left: -343px; /* z-index: 15;*/ color: #666666;  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
	.contact-add-arrow{	position:absolute;background: transparent url(images/wizard-contact-arrow.png) top left no-repeat; width:53px;	height:28px; /*z-index: 9000;*/ top: -28px; right: 58px;}

/* COMMON CONTACT-TOGGLE STUFF (COMMON TO GROUP AND CONTACT ADD */
			.contact-group-add-popin .contact-toggle{width:315px; height:43px; margin:5px 5px 5px 15px; background:#f5f8bd url(images/contact-toggle-bg-small.png) top left no-repeat; float: left; zoom:  1; }
			.contact-group-add-popin .contact-toggle a{padding: 8px 5px 0 36px;}
				.contact-group-add-popin a.contact-toggle-personal{width:106px; height:27px;}
				.contact-group-add-popin a.contact-toggle-shared{width:106px; height:27px;}
					.contact-group-add-popin a.contact-toggle-personal i{left:15px; }
					.contact-group-add-popin a.contact-toggle-shared i{left:15px; }
			.contact-group-add-popin .contact-toggle-info{width:310px; margin:5px 5px 5px 20px; float: left; font: normal 100%/16px arial, helvetica, sans-serif; padding: 5px 0 0 0;}
			.contact-group-add-popin .contact-toggle-info strong{color: #748e00;}
			.contact-group-add-popin .mention-left.wide{ width: 220px; float: none;}
			
/* ADD GROUP POP-IN */		
	.group-add-popin{width: 676px;  padding: 0; background-color: #ffffff; color: #666666; -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1);}
		h2.group-add-popin-title{position: relative; width: 636px; background: transparent url(images/wizard-breadcrumbs-bg.png) left bottom repeat-x; padding: 20px 0 26px 40px;  font: bold 13px Arial, Helvetica, sans-serif; color: #333333; margin-bottom: 8px; }
		h2.group-add-popin-title i{display: block; width: 21px; height: 16px; position: absolute; background: transparent url(images/icons.png) -85px 0 no-repeat; margin-left: -25px;}
		h2.group-add-popin-title a.close{ position: absolute;	width: 19px; height: 19px; display: block; overflow: hidden; text-indent: -200000px; background: url(images/icons.png) transparent no-repeat 0 -332px; top: 20px; right: 21px;	}
		.contact-new h2.group-add-popin-title i {background-position: -30px 0;}
			.group-add-popin .wizard-spacer{ margin-top: 15px; }
			.group-add-popin .mention-left{ width: 109px; padding-left: 45px; line-height: 28px; margin-top:0; }
			.group-add-popin span.redstar{ left: 20px; }
			.group-add-popin .mention-right{ width: 502px; }
			.group-add-popin .mention-right .input-text{ width: 454px; margin-bottom: 10px;}
			.group-add-popin .mention-right a.suggest-validate-icon{ left: 454px; }
			.group-add-popin .mention-right .added-contact{ background-image: none;	width: 428px; }
			.group-add-popin .mention-right .added-contact .contact-text {width: 428px;}
			.group-add-popin .input-textarea{ width: 454px; height: 78px; }
			.group-add-popin a.contact-toggle-personal i { left: 10px; width: 22px;}
			.group-add-popin a.contact-toggle-personal i, .group-add-popin .contact-toggle-disabled a.contact-toggle-personal:active i { background-position: -33px -216px;}
			.group-add-popin a.contact-toggle-personal.on i,
			.group-add-popin a.contact-toggle-personal:active i,
			.group-add-popin .contact-toggle-disabled a.contact-toggle-personal.on:active i{background-position: -53px -216px;}
			.group-add-popin a.contact-toggle-shared i { left: 7px; width: 25px;}
			.group-add-popin a.contact-toggle-shared i, .group-add-popin .contact-toggle-disabled a.contact-toggle-shared:active i { background-position: -24px -235px;}
			.group-add-popin a.contact-toggle-shared.on i,
			.group-add-popin a.contact-toggle-shared:active i,
			.group-add-popin .contact-toggle-disabled a.contact-toggle-shared.on:active i {background-position: -48px -235px}
			.group-add-popin .draggable-contact-dropzone {width: 530px;}

			.group-add-popin .greybutton-cancel{ float: right; margin: 20px 20px 15px 0 ;} 
			.group-add-popin .greenbutton-next{ margin: 20px 35px 15px 0;}
			.group-add-popin .redbutton-delete{ float:left; margin: 20px 0 15px 35px;}

/* LetReco */
    .Token .wrap{ min-width:1000px; width: 1000px; padding:0 0 1px;}
	.Token .wrap-mini {width: 730px; position: relative;}
	.Token {background: url(images/letreco-bg.png) repeat center;}
	.Token .header {background: url(images/letreco-head-bg.png) repeat top center; height: 154px; margin-bottom: 30px;}
	.Token .header .wrap { background: none; min-width:1000px; }
	.LetReco .header .logo {background: url(images/letreco-logo.png) no-repeat center; display: block; height: 90px; width: 270px; margin-top: 35px; top:0; left:0;}
	.SignEco .header .logo {background: url(images/kwebsign-logo.png) no-repeat center; display: block; height: 90px; width: 264px; margin-top: 35px; top:0; left:0;}
	.Token .header .baseline {background: url(images/letreco-baseline-bg.png) no-repeat right center transparent; display: block; text-align: right; 
	position: absolute; right: -260px; top: 40px; text-shadow: 0 1px 0 white; line-height: 36px; font-size: 30px; color: #414141; 
	font-weight: bold; padding-right: 50px;}
	.LetReco .header .baseline strong, .popup .title strong, .LetReco .popup h3, .LetReco .popup .AR ul li a:hover, .LetReco .popup .AR .zoom, .LetReco .popup .AR .waiting, .LetReco .popin-foot ul li a , .LetReco .tooltip p, .LetReco .tooltip p a,
	.SignEco .header .baseline strong, .popup .title strong, .LetReco .popup h3, .SignEco .popin-foot ul li a, .SignEco .tooltip p, .SignEco .tooltip p a{color: #569900; word-wrap: break-word; }
	.Token .popup {background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); margin-bottom: 30px;}
	.Token .popup .title {display: block; height: 56px; background: transparent url(images/wizard-breadcrumbs-bg.png) center bottom repeat-x; text-align: center; line-height: 50px; font-weight: bold; font-size: 16px; text-shadow: 0 1px 0 white; color: #414141;}
	.LetReco .popup .AR { width: 690px; margin: 20px; box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 0 7px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 0 7px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 0 7px rgba(0,0,0,0.1); -moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;-webkit-border-radius: 3px 3px 0px 0px;border-radius: 3px 3px 0px 0px; position: relative; padding: 10px 0 4px; min-height: 240px;}
	.LetReco .popup .AR .bg-top{ position: absolute; top: 0; left: 0; width: 690px;	height: 10px; background: url(images/letreco-AR-bgtop.png) repeat-x top left; }
	.LetReco .popup .AR .bg-bottom{	position: absolute; bottom: 0; left: 0;	width: 690px; height: 4px; background: url(images/letreco-AR-bgbottom.png) repeat-x top left; }
	.LetReco .popup .AR .bg-corner{background: url(images/letreco-AR-pageturn.png) no-repeat center; display: block; height: 48px; width: 68px; position: absolute; right: 0; bottom: 4px; }

.LetReco .popup .col1 {background: url(images/letreco-AR-bg.png) no-repeat bottom center transparent;  float: left; width: 240px; min-height: 226px; border-right: 1px solid #ebebeb; padding: 30px 30px 20px;}
	.LetReco .popup .col2 {padding: 30px 30px 20px; float: left; min-height: 200px;}
	.LetReco .popup h3, .SignEco .popup h3 {font-size: 18px; font-weight: bold; margin-bottom: 20px;}
	.LetReco .popup .AR ul li {font-size: 12px; color: #666; margin-bottom: 9px;}
	.LetReco .popup .AR .col2 h3 {width: 215px;}
	.LetReco .popup .AR .col2 ul li {margin-bottom: 12px;}
	.LetReco .popup .AR ul.ico li {padding-left: 30px;}
	.LetReco .popup .AR ul li a {color: #666; font-weight: bold;}
	.LetReco .popup .AR ul.date {margin-top: 40px;}
	.LetReco .AR ul li, .LetReco .AR a, .LetReco .AR p {text-shadow: 0 1px 0 white;}
	.LetReco .popup .AR .zoom {font-size: 12px; font-weight: bold; padding-left: 20px;}
	.LetReco .popup .AR .waiting { background: url("images/throbber.gif") no-repeat; font-size: 12px; font-weight: bold; padding-left: 20px; width: 300px;}
	.LetReco .popup .AR img.QR {position: absolute; top: 40px; right: 30px; } /*height: 130px; width: 130px;}*/
	.LetReco .btn-push {background: url(images/btn-sprite.png) top left no-repeat; height: 44px; line-height: 44px; display: inline-block; position: relative; padding-left: 4px;} 
	.LetReco .btn-push li {display: inline-block; text-align: center; height: 39px; line-height: 40px; box-shadow: 0 0 0 1px black;}
	a.zoom {background: transparent url(images/ico-zoom.png) no-repeat left center;}
	li.ico-contact, li.ico-mail, li.ico-phone { width: 220px; word-wrap: break-word; overflow: hidden; }
	li.ico-contact {background: transparent url(images/ico-contact.png) no-repeat left center;  }
	li.ico-mail {background: transparent url(images/ico-mail.png) no-repeat left 4px; }
	li.ico-phone {background: transparent url(images/ico-phone.png) no-repeat left 1px; }
	 .LetReco .btn-push .btn-push-end {background: url(images/btn-sprite.png) top right no-repeat; display: block; height:44px; position: absolute; right: -4px; top: 0; width: 4px !important;}
	.LetReco .sign-nav {margin: 20px;}
	.LetReco .popup .btn-push.accept-deny {width: 530px; height: 44px;}
	.LetReco .btn-push.accept-deny li {width: 263px;}
	.LetReco .popup .btn-push.back-later {width: 150px;}	
	.Token .popin-foot {background: #ffffff url(images/wizard-breadcrumbs-bg.png) left 33px repeat-x; padding: 10px 0px; color: #839c00; font-weight: bold; line-height: 34px;-moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 3px;-moz-border-radius-bottomleft: 3px;-webkit-border-radius: 0px 0px 3px 3px;border-radius: 0px 0px 3px 3px; height: 33px; position: relative;}
	.Token .popin-foot .sign-popin-spacer {position: absolute; top: -5px; left: 0; width: 100%; height: 5px;}
	.Token .popin-foot ul li {display: inline; margin-right: 20px; padding-left: 23px; background: url(images/li-sep.png) no-repeat left center;}
	.Token .popin-foot ul li:first-child {background: none; padding: 0;}
	.Token .popin-foot ul {margin-left: 20px;}
	.Token .popin-foot ul li a {font-size: 100%; text-decoration: dotted;}
	.Token .popin-foot ul li a:hover {border-bottom: 1px dotted #569900;}
	.Token .popin-foot img {position: absolute; right: 20px; top: 10px;}
	.Token .tooltips { width: 270px; position: absolute; top: 10px; right: 0;}
	.Token .tooltip { background: #fff; margin: 0 0 30px 11px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.11), 0 0 8px rgba(0,0,0,0.1); width: 260px; position: relative; }
	.Token .tooltip h3 {padding: 10px 20px; min-height: 18px; font-size:13px; line-height: 14px; background: #aedb53 url(images/tooltip-title-bg.png) repeat-x bottom left; color: #fff; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.3);-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;-moz-border-radius-bottomright: 0px;-moz-border-radius-bottomleft: 0px;-webkit-border-radius: 3px 3px 0px 0px;border-radius: 3px 3px 0px 0px;}
	.Token .tooltip p {padding: 5px 20px 15px; font-size: 12px;}	
	.Token .tooltip p:first-of-type {padding-top: 15px;}
	.Token .tooltip p a {text-decoration: underline; font-weight: bold;}
	.Token .tooltip .arrow {display: block; height: 21px; width: 11px; position: absolute; background: url(images/tooltip-arrow.png); top: 50%; margin-top: -3px; left: -11px;}
	
	/* LetReco confirm */
	.Token .file-popin-title{ margin: 0; width: auto;	}
	.Token p.centered{ text-align: center; font: normal 100% Arial, Helvetica, Geneva, sans-serif; margin-bottom: 15px; }
	.Token p.centered .input-text { width: 180px; text-align:center; font-weight: normal;}
	.Token .mention-right p{ margin-bottom: 15px; }
	.Token .wizard-info-sent{ background-color: #9dc311; color: #ffffff; }
	.Token .wizard-info-sent p{ font-weight:normal; border-left: 1px solid #ffffff; padding-left: 10px; margin-top: 0; padding-top:17px; padding-bottom: 17px; }
	.Token .wizard-info-sent-icon{width: 17px; height: 17px; background-position: -78px -421px; margin-top: -8px; }
	.Token .wizard-info-sent.refused { background-color: #E3B332; }
	.Token .wizard-info-sent.error { background-color: #b03030; }
	.Token .wizard-info-sent.refused .wizard-info-sent-icon,
	.Token .wizard-info-sent.error .wizard-info-sent-icon { background-position: -78px -439px;}
	.Token .popup-new-actions{ margin:10px 20px 0; padding: 0 30px 20px; height: 30px;}
	.Token p.centered .mini-throbber { right: 250px; }

/* Validation error */
.input-error{border-color: #FF0000;}

/* Tooltip */
.img-info {cursor: help;}

/* TEST on PDF Frame */
.sign-frame .below {
	z-index: 1499;
	opacity: 0;
}

.pdfFrame, .pdfExpander {
	z-index: 1501;
	width: 600px;
	height: 250px;
	border: 0px;
	position: absolute;
/* 	background-color: green; */
}

.pdfExpander {
	background-color: white;
	z-index: 1500;
	border: 1px solid #555555;
	top: 0;
	left: 0;
	-moz-transition: width 1s, height 1s, top 1s, left 1s;
	-webkit-transition: width 1s, height 1s, top 1s, left 1s;
	transition: width 1s, height 1s, top 1s, left 1s;
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.pdfFrameFullScreenCloseAnchor {
	z-index: 1502;
	background: url("images/close.png") no-repeat;
	height: 58px;
    width: 60px;
    display: block;
	float: right;
	font-size: 25px;
	color: #839C00;
	font-weight: bold;
	margin-right: -30px;
	margin-top: -29px;
}
.pdfFrameFullScreen {
/*   	-moz-box-shadow: 1px 1px 2px #D5D5D5; */
/*   	-webkit-box-shadow: 1px 1px 2px #D5D5D5; */
/*   	box-shadow: 1px 1px 2px #D5D5D5; */
/* 	opacity: 1.0; */
}

.LetReco .pdfFrame, .LetReco .pdfExpander {width:1px; height:1px;}
.LetReco .pdfExpander {-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; border:none;}
.LetReco .pdfFrameFullScreen {
    border: 1px solid #555555;
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.2);
}

/* TextBox / DateBox */

/* .otc-TextBox, .otc-DateBox { */
/* 	border:	1px solid #D5E58C; */
/* 	-moz-border-radius: 5px 5px 5px 5px; */
/* 	-webkit-border-radius: 5px 5px 5px 5px; */
/* 	-o-border-radius: 5px 5px 5px 5px; */
/* 	border-radius: 5px 5px 5px 5px; */
/* 	-moz-box-shadow: 1px 1px 2px #D5E58C; */
/* 	-webkit-box-shadow: 1px 1px 2px #D5E58C; */
/* 	box-shadow: 1px 1px 2px #D5E58C; */
/*     color: #748E13; */
/*     outline: none; */
/*     font-size: 100%; */
/*     height: 24px; */
/*     line-height: 24px; */
/*     padding: 0 10px 0 10px; */
/* 	white-space: nowrap; */
/* 	overflow: hidden; */
/* } */
.otc-DateBox {
	background: url("images/input-calendar.png") no-repeat scroll 8px 8px white;
	width: 75px;
	cursor: pointer;
	position: relative; 
   	height: 24px;
	border:	1px solid #D5E58C;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #D5E58C; -webkit-box-shadow: 1px 1px 2px #D5E58C; box-shadow: 1px 1px 2px #D5E58C;
    color: #748E13;
    font-size: 100%;
    text-align:center;
}
.otc-TextBox:not([readonly]):focus, .otc-DateBox:not([readonly]):focus {
/*     background-color: #F4FBFF; */
/*     border: 1px solid #246399; */
/*     border-bottom-color: #7493CF; */
/*     border-right-color: #7493CF; */
}

.otc-TextBox-Label {
/*     -moz-transition: border 0.2s linear; */
/*     -webkit-transition: border 0.2s linear; */
/*     -o-transition: border 0.2s linear; */
/*     transition: border 0.2s linear; */
    
/* 	background-color: transparent; */
/*     border: 1px solid transparent;	 */
}

.otc-TextBox-LabelHi {
/*     -moz-transition: border 0.2s linear; */
/*     -webkit-transition: border 0.2s linear; */
/*     -o-transition: border 0.2s linear; */
/*     transition: border 0.2s linear; */
/*     border: 1px solid #A4C3FF; */
}


/* Menu bar / menu items */

/*** Popup Menu ***/

.otc-PopupMenuGlass {
	background-color: transparent;	
}

/*** Menu Bar ***/

.otc-MenuBar {
  cursor: default;
/*   -moz-box-shadow: 2px 2px 5px #888; */
/*   -webkit-box-shadow: 2px 2px 5px #888; */
/*   box-shadow: 2px 2px 5px #888; */
}
.otc-MenuItem {
  cursor: pointer;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
}
.otc-MenuItemGroup {
  color: #BBBBBB;
  font-weight: bold;
  margin-top: 0.5em;
  cursor: default;
}
.otc-MenuItemAccessory {
	display: block;
	width: 18px;
	margin-top: 3px;
	float: left;
}

.otc-MenuItem .checked 
{
	background: transparent url(images/checkbox.png) 0 -25px no-repeat;
}
.otc-MenuItem .nonchecked {
	background: transparent url(images/checkbox.png) 0 0 no-repeat;
}

.otc-MenuItem-disabled .otc-MenuItemAccessory {
	background: transparent;
	display: none;
}

.otc-MenuItemLabel {
	display: inline;
	color: #748E13;
}

.otc-MenuWarnIcon {
	background-image: url("images/notif-warn.png")
}
.otc-MenuOkIcon {
	background-image: url("images/notif-ok.png")
}
.otc-MenuErrorIcon {
	background-image: url("images/notif-error.png")
}
.otc-MenuItemLabel-withIcon, .otc-JSMenuButtonCaption-withIcon {
	background-repeat: no-repeat;
	padding-left: 22px;
}


.otc-MenuItem-selected {
/*   background: #d4d4d4; */
}
.otc-MenuItem-disabled {
  color: #c0c0c0;
}
.otc-MenuBar-horizontal {
  background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
  border: 1px solid #BBBBBB;
}
.otc-MenuBar-horizontal .otc-MenuItem {
  padding: 0px 10px;
  vertical-align: bottom;
  color: #666666;
  font-weight: bold;
}
.otc-MenuBar-horizontal .otc-MenuItemSeparator {
  width: 1px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  border-left: 1px solid #888888;
  background: white;
}
.otc-MenuBar-horizontal .otc-MenuItemSeparator .menuSeparatorInner {
  width: 1px;
  height: 1px;
  background: white;
}
.otc-MenuBar-vertical {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 5px;
  background: #fefefe;
  max-height: 500px;
  overflow-y: auto;
  border-left: 1px solid #D5E58C;
  border-right: 1px solid #D5E58C;
  border-bottom: 1px solid #D5E58C;
  -moz-border-radius: 0px 0px 5px 5px;
  -moz-box-shadow: 1px 1px 2px #D5E58C;
  -webkit-box-shadow: 1px 1px 2px #D5E58C;
  box-shadow: 1px 1px 2px #D5E58C;
  
}
.otc-MenuBar-vertical table {
/*  border-collapse: collapse; */
/* 	border-spacing: 2px; */
	border-spacing: 0px;
}
.otc-MenuBar-vertical .otc-MenuItem {
  padding: 8px;
  border-top: 1px solid #D5E58C;
  font-size: 11px;
  margin: 0;
/*   padding: 0.3em 0.3em; */
/*   min-width: 140px; */
}
.otc-MenuBar-vertical .otc-MenuItemSeparator {
  padding: 2px 0px;
}
.otc-MenuBar-vertical .otc-MenuItemSeparator .menuSeparatorInner {
  height: 1px;
  padding: 0px;
  border: 0px;
  border-top: 1px solid #d0d0d0;
  background: transparent;
  overflow: hidden;
}
.otc-MenuBar-vertical .subMenuIcon {
  padding-right: 4px;
}
.otc-MenuBar-vertical .subMenuIcon-selected {
  background: #d4d4d4;
}

.otc-MenuBar-vertical .otc-MenuItem-info {
	background-color: white;
	padding: 0.6em 1em;
	text-align: center;
	cursor: default;
}
.otc-MenuItem-info .otc-MenuItemLabel {
	font-style: italic;
	margin: auto;
	display: block;
	max-width: 200px;
}
.otc-MenuItem-selected .otc-MenuItemLabel {
	color: #526C01;
}

/*** JSListBox ***/

.otc-JSMenuButton {
/* 	border: 1px solid #797979; */
/*     background-color: #fefefe; */
/* 	padding: 0.2em 0.5em; */
/* 	width: 150px; */
/* 	-moz-border-radius: 2px 2px 2px 2px; */
/* 	-webkit-border-radius: 2px 2px 2px 2px; */
/* 	border-radius: 2px 2px 2px 2px; */
/* 	-moz-transition: opacity 0.3s; */
	background-color: white;
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
 	cursor: pointer; 
 	position: relative; 
   	user-select: none;
   	height: 24px;
   	width: 107px;
	border:	1px solid #D5E58C;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 1px 1px 2px #D5E58C;
	-webkit-box-shadow: 1px 1px 2px #D5E58C;
	box-shadow: 1px 1px 2px #D5E58C;
    color: #748E13;

}
.otc-JSMenuButton:focus, .otc-DateBox:hover {
	outline: none;
}

.otc-JSMenuButton-over, .otc-JSMenuButton:focus, .otc-DateBox:hover {
/* 	border-color: #555555; */
/* 	-moz-box-shadow: 0 0 3px #888; */
/* 	-webkit-box-shadow: 0 0 3px#888; */
/* 	box-shadow: 0 0 3px #888; */
	border-color: #748E13;
	color: #526C01;
}
.otc-JSMenuButton-active {
/* 	border-color: #555555; */
/* 	-moz-box-shadow: inset 0 0 1px #888; */
/* 	-webkit-box-shadow: 0 0 3px#888; */
/* 	box-shadow: 0 0 3px #888; */
/*     background-color: #dedede; */
}

.otc-JSMenuButtonCaption, .otc-JSListBoxTitle {
/* 	background: url("images/input-ordering-box.png") no-repeat scroll 0 -23px transparent; */
    border: medium none;
    cursor: pointer;
    display: block;
    font-size: 11px;
    height: 26px;
    line-height: 24px;
    margin-right: 22px;
    padding: 0 0 0 10px;
/* 	vertical-align: top; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipse;
/* 	display: block; */
/* 	margin-right: 13px; */
}
.otc-JSMenuButtonCaption-placeholder {
	font-style: italic;
/* 	color: #666666; */
}
.otc-JSListBoxTitle {
	display: none;
	position: absolute;
	top: -1px;
	left: -1px;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background-color: white;
	border:	1px solid #D5E58C;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 2px 2px 3px #D5E58C;
	-webkit-box-shadow: 2px 2px 3px #D5E58C;
	box-shadow: 2px 2px 3px #D5E58C;
	height: 24px;
	padding: 0 10px 0 10px;
}

.otc-JSMenuButtonCaptionSeparator {
/* 	border-right: 1px solid #CCCCCC; */
}

.otc-JSMenuButtonDropDown {
/*	background: url("images/input-ordering-box.png") repeat scroll right -23px transparent; */
    height: 26px;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
 	border-color: #D5E58C transparent;
 	border-style: solid;
 	border-width: 4px 4px 0;
/* 	border-color: #797979 transparent; */
/* 	border-style: solid; */
/* 	border-width: 4px 4px 0; */
	position: absolute;
	right: 5px;
	top: 11px;
	height: 0;
	width: 0;
	display: inline-block;
}
.otc-JSMenuButton-over .otc-JSMenuButtonDropDown, .otc-JSMenuButton:focus .otc-JSMenuButtonDropDown {
/* 	border-color: #555555 transparent; */
	border-color: #748E13 transparent;
}
.otc-JSMenuButton-active .otc-JSMenuButtonDropDown {
/* 	border-color: #555555 transparent; */
	border-color: #748E13 transparent;
}

.otc-JSCheckBox {
	cursor: pointer;
   	-moz-user-select: -moz-none;
   	-khtml-user-select: none;
   	-webkit-user-select: none;
   	user-select: none;
   	color: #748E13;
   	font-size: 12px;
   	margin-top: 3px;
}
.otc-JSCheckBox:focus {
	outline: none; 
}
.otc-JSCheckBoxBox {
	background: url("images/checkbox.png") no-repeat scroll 0 0 transparent;
/*     background-color: #fefefe; */
/* 	border: 1px solid #898989; */
/* 	overflow: visible; */
/* 	display: block; */
	width: 12px;
	height: 12px;
	float: left;
	margin-top: 2px;
/* 	-moz-border-radius: 2px 2px 2px 2px; */
/* 	-webkit-border-radius: 2px 2px 2px 2px; */
/* 	border-radius: 2px 2px 2px 2px; */
}

.otc-JSCheckBox-over, .otc-JSCheckBox:focus {
	color: #526C01;
}
.otc-JSCheckBox-over .otc-JSCheckBoxBox,  .otc-JSCheckBox:focus .otc-JSCheckBoxBox {
/* 	border-color: #555555; */
/* 	-moz-box-shadow: 0 0 3px #888; */
/* 	-webkit-box-shadow: 0 0 3px#888; */
/* 	box-shadow: 0 0 3px #888; */
}
.otc-JSCheckBox-active .otc-JSCheckBoxBox {
/* 	border-color: #555555; */
/* 	-moz-box-shadow: inset 0 0 1px #888; */
/* 	-webkit-box-shadow: 0 0 3px#888; */
/* 	box-shadow: 0 0 3px #888; */
/*     background-color: #dedede; */
}
.otc-JSCheckBox-checked .otc-JSCheckBoxBox {
	background-position: 0px -25px;
/* 	border-color: #555555; */
/* 	background-image: url("images/checkmark.png"); */
/* 	background-position: -5px center; */
/* 	background-repeat: no-repeat; */
/*     background-color: #dedede; */
}
.otc-JSCheckBoxLabel {
	display: inline;
	margin-left: 6px;
	float: left;
}

/* This section is the CSS HACK for Webkit (Chrome And Safari) */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.filters .search-bloc .search-field,
	.input-text, .input-textarea, .suggest-input,
	.sort-contacts-input {
		line-height: normal;
	}
}

.page {
	font-size: 15px;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 10px;
}

.page .prev-page {
	margin-right: 10px;
}

.page .next-page {
}