html, body {
    height: 100%;
    width: 100%;
    background-color: #eff2f7;
    /*background-color:white;*/
    /*background-color: red;*/
    margin:0;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
	font-weight: bold;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#606673;
}

input{
	text-transform: uppercase;
	font-size:11px;
	font-family: Helvetica, Arial, sans-serif;
	color:#737a87;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	outline: none;
}

select{
	text-transform: none;
}

.cb{
	clear:both;
}
.center{
	text-align:center;
}
.moveable{
	cursor:move;
}
.pointer{
	cursor: pointer;
}

.orangeText{
	color:#03ABD6;
}
.normalText{
	text-transform: none;
}
.thinText{
	font-weight: normal;
}


/**************************************************/
/* Style du header                                */
/**************************************************/

.header{
	
}

.header .content{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	min-height: 81px;
	position:relative;
}

.header .content .logo{
	float: left;
	width: 254px;
	height: 56px;
	background: url("images/logo.png");
	margin-left:45px;
	margin-top:10px;
}

.header .content .slogan{
	position:absolute;
	font-size: 14px;
    font-style: italic;
    font-weight: normal;
    height: 70px;
    left: 365px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-transform: none;
    top: 35px;
    width: 520px;
    color:#03ABD6;
}

.header .content .infoMessage{
	position:absolute;
	top:9px;
	left:365px;
	width:220px;
	height:70px;
	overflow:hidden;
	text-align: center;
}

.header .content .notification,
.header .content .profile, 
.header .content .search{
	float:right; 
	margin-right:0px;
	margin-top:25px;
}

.header .content .search{
	position:relative;
	background:url("images/search_under.png") -7px -15px no-repeat;
	width:192px;
	height:50px;
}

.header .content .search div{
	float:left;
}

.header .content .search .emptyInputField{
	width:130px;
	background: transparent;
	margin-left:18px;
	margin-top:12px;
	text-transform: lowercase;
	text-transform: capitalize;
	font-size:14px;
	color:#737a87;
}

.header .content .search .searchButton, .inputPanel .smallRoundedButton .searchButton{
	width:28px;
	height:28px;
	cursor: pointer;
	background: url("images/icon_sprite.png") -330px -10px no-repeat;
}
.header .content .search .smallRoundedButton:hover .searchButton, .inputPanel .smallRoundedButton:hover .searchButton{
	background-position: -329px -54px;
}

.header .content .search .smallRoundedButton{
	margin-top:5px;
	position:absolute;
	width:45px;
	right:0px;
}

.header .content .profile{
	margin-right:10px;
}

.header .content .profile .left{
	width:82px;
	float:left;
}

.header .content .profile .left input{
	background: none;
	border:none;
	color:#737a87;
	font-weight: bold;
	margin-top:14px;
	margin-left:2px;
	padding:0px;
	cursor:pointer;
}

.header .content .profile .left .profileButton{
	width:32px;
	height:28px;
	cursor: pointer;
	background: url("images/icon_sprite.png") -287px -5px no-repeat;
}
.header .content .profile .left:hover .profileButton{
	background: url("images/icon_sprite.png") -286px -49px no-repeat;
}
.header .content .profile .left:hover input{
	color:#03ABD6;
}

.header .content .profile .right{
	width:40px;
	float:left;
	background: url("images/bouton_unlog_sprite.png") 0px -15px;
}
.header .content .profile .right .disconnectButton{
	width:32px;
	height:32px;
	cursor: pointer;
	background: url("images/icon_sprite.png") -1811px -2px no-repeat;
}
.header .content .profile .right:hover .disconnectButton{
	background: url("images/icon_sprite.png") -1811px -47px no-repeat;
}

.header .content .profile .right:hover{
	background-position: 0px -74px;
}

/**************************************************/
/* Style du centre de notification                */
/**************************************************/

.header .content .notification .notificationButton, .header .content .notification .notificationButtonSelected{
	width:40px;
	height:32px;
	cursor: pointer;
	background: url("images/icon_sprite.png") -242px -5px no-repeat;
}
.header .content .notification .smallRoundedSquare:hover .notificationButton, .header .content .notification .smallRoundedSquareSelected .notificationButton{
	background-position: -241px -49px;
}

.header .content .notification{
	position:relative;
}

.header .content .notification .beeper{
	top:4px;
	left:32px;
	height:13px;
	width:13px;
	position:absolute;
	background: url("images/pastille_notification.png");
	text-align:center;
	color:white;
	padding-top:2px;
}


.header .content .notification .notificationCenter{
	position:absolute;
	width:214px;
	z-index:40;
	left:-78px;
	top:24px;
}

.header .content .notification .notificationCenter .top{
	background: url("images/popup_notification_top.png") no-repeat;
	width:214px;
	height:31px;
}

.header .content .notification .notificationCenter .content{
	background: url("images/popup_notification_middle.png");
	width:214px;
	min-height:200px;
}

.header .content .notification .notificationCenter .bottom{
	background: url("images/popup_notification_bottom.png") no-repeat;
	width:214px;
	height:21px;
}

.notificationCenter .content .item, .notificationCenter .content .lastItemBorder{
	margin : 0 17px;
	padding:3px;
	min-height:30px;
	border-top:solid 1px #FFF2F6;
	border-bottom:solid 1px #A8AEB7;
	cursor:pointer;
}
.notificationCenter .content .lastItemBorder{
	border-bottom:none;
	height:1px;
	padding:0px;
}
.notificationCenter .content .first{
	border-top:none;
}

.notificationCenter .content .item .icon, .notificationCenter .content .item .description{
	float: left;
	width:133px;
}

.notificationCenter .content .item .description{
	margin-top:5px;
	font-size:10px;
}
.notificationCenter .content .item:hover .description, .notificationCenter .content .isNew .description{
	color:#03ABD6;
	
}

.notificationCenter .content .item .icon{
	width:40px;
	height:30px;
	background: url("images/icon_sprite.png") -1534px -9px no-repeat;
}
.notificationCenter .content .item:hover .icon, .notificationCenter .content .isNew .icon{
	background-position: -1533px -53px;	
}

.notificationCenter .content .noNotifications{
	cursor: default;
}

.notificationCenter .content .noNotifications .icon{
	width:0px;
	height:0px;
}
.notificationCenter .content .noNotifications .description{
	text-align:center;
	width:100%;
	margin-top:11px;
	font-size:11px;
}
.notificationCenter .content .noNotifications:hover .description{
	color:#737a87;
}

/**************************************************/
/* Style du market place                          */
/**************************************************/


.marketPlacePalette{

}

.marketPlacePalette .top{
	background: url("images/transitSpace_borders_marketPlace.png") 0px 0px;
    height: 51px;
    width: 204px;
    padding-top:14px;
}

.marketPlacePalette .top .title{
    height: 43px;
    width: 176px;
    margin-left:14px;
    color: #03abd6;
}

.marketPlacePalette .title .icon{
	float:left;
	background: url("images/icon_sprite.png") -3543px -51px;
	height: 32px;
    width: 40px;
}

.marketPlacePalette .title .text{
	float:left;
	margin-top:13px;
	margin-left:10px;
}

.marketPlacePalette .content{
	background: url("images/transitSpace_content.png") -427px 0;
    width: 174px;
    padding: 0px 15px;
}

.marketPlacePalette .content .appButton{
	position:relative;
	background: url("images/bouton_importer_sprite.png");
	width:175px;
	height: 45px;
	cursor:pointer;
}
.marketPlacePalette .content .appButton:hover{
	background-position: 0px -49px;
}

.marketPlacePalette .content .appTitle{
	margin-top:5px;
	float:left;
	text-transform: none;
	width:124px;
}
.marketPlacePalette .content .appButton:hover .appTitle{
	color:#03abd6;
}

.marketPlacePalette .content .appIcon{
	width:39px;
	height:44px;
	margin: 0px 0px 0px 9px;
	float:left;
}

.marketPlacePalette .content .appButton .beeper{
	top:4px;
	left:32px;
	height:13px;
	width:13px;
	position:absolute;
	background: url("images/pastille_notification.png");
	text-align:center;
	color:white;
	padding-top:1px;
}

.marketPlacePalette .bottom{
	background: url("images/transitSpace_borders.png") 0 -346px;
    height: 30px;
    width: 204px;
}

/**************************************************/
/* Style du menu                                  */
/**************************************************/

.menu{
	background: url("images/menu_haut_under.png") repeat-x;
}

.menu .content{
	height:54px;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	position:relative;
}

.menu .content .item, .menu .content .item:hover{
	position:absolute;
	width:204px;
	height:48px;
	background: url("images/bouton_menu_haut_sprite.png") no-repeat;
	margin-top:6px;
	cursor:pointer;
	text-decoration: none;
}

.menu .content .home, .menu .content .home:hover{
	z-index:6;
	background: url("images/bouton_menu_haut_home_sprite.png") no-repeat;
	width:68px;
	background-position: -3px 0px;
}

.menu .content .item:hover{
	background-position: 0px -50px;
	color:#03ABD6;
}
.menu .content .selected, .menu .content .selected:hover{
	background-position: 0px -150px;
}

.menu .content .item .icon, .menu .content .item .title{
	float:left;
}
.menu .content .item .icon{
	margin-left:30px;
	width:32px;
	height:32px;
}
.menu .content .item .title{
	margin-top:15px;
	color:#606673;
}
.menu .content .item:hover .title{
	color:#03ABD6;
}

.menu .content .home:hover{
	background-position: -3px -50px;
}

.menu .content .home .icon{
	margin-left: 20px;
	background: url("images/icon_sprite.png") -15px -49px no-repeat;
}

.menu .content .documents{
	left:53px;
	z-index:5;
}
.menu .content .documents .icon, .menu .content .documents:hover .icon{
	margin-left:40px;
	background: url("images/icon_sprite.png") -55px -5px no-repeat;
}
.menu .content .documents:hover .icon{
	background: url("images/icon_sprite.png") -54px -49px no-repeat;
}

.menu .content .greenAgents{
	left:242px;
	z-index:4;
}
.menu .content .greenAgents .icon, .menu .content .greenAgents:hover .icon{
	margin-left:45px;
	background: url("images/icon_sprite.png") -95px -5px no-repeat;
}
.menu .content .greenAgents:hover .icon{
	background: url("images/icon_sprite.png") -94px -49px no-repeat;
}

.menu .content .diary{
	left:431px;
	z-index:3;
}
.menu .content .diary .icon, .menu .content .diary:hover .icon{
	margin-left:50px;
	background: url("images/icon_sprite.png") -135px -5px no-repeat;
}
.menu .content .diary:hover .icon{
	background: url("images/icon_sprite.png") -134px -49px no-repeat;
}

.menu .content .services{
	left:620px;
	z-index:2;
}
.menu .content .services .icon, .menu .content .services:hover .icon{
	margin-left:50px;
	background: url("images/icon_sprite.png") -175px -5px no-repeat;
}
.menu .content .services:hover .icon{
	background: url("images/icon_sprite.png") -174px -49px no-repeat;
}

.menu .content .bank{
	left:809px;
	z-index:1;
}
.menu .content .bank .icon, .menu .content .bank:hover .icon{
	margin-left:40px;
	background: url("images/icon_sprite.png") -1059px -5px no-repeat;
}
.menu .content .bank:hover .icon{
	background: url("images/icon_sprite.png") -1058px -49px no-repeat;
}

.pageContent{
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	position:relative;
	margin-top:10px;
}

/**************************************************/
/* Style des inputs                               */
/**************************************************/

.emptyInputField{
	border:none;
	font-family: Helvetica, Arial, sans-serif;
}

.smallRoundedButton, .smallRoundedButton:hover{
	background: url("images/bouton_search_sprite.png") -0px 0px no-repeat;
	width:45px;
	height:45px;
}
.smallRoundedButton:hover{
	background-position: -0px -51px;
}

.mediumRoundedButton, .mediumRoundedButton:hover{
	background: url("images/medium_bouton_sprite.png") -0px 0px no-repeat;
	width:48px;
	height:48px;
}
.mediumRoundedButton:hover{
	background-position: -0px -56px;
}

.smallSquareButton, .smallSquareButton:hover{
	background: url("images/bouton_action_sprite.png") -0px 0px no-repeat;
	width:55px;
	height:55px;
}
.smallSquareButton:hover{
	background-position: -0px -54px;
}

.smallRoundedSquare, .smallRoundedSquare:hover, .smallRoundedSquareSelected{
	cursor: pointer;
	background: url("images/bouton_notification_sprite.png") -7px -15px no-repeat;
	width: 54px;
	height: 47px;
}
.smallRoundedSquare:hover{
	background-position: -7px -64px;
}
.smallRoundedSquareSelected{
	background-position: -7px -162px;
}

.mediumRoundedRectangle, .mediumRoundedRectangle:hover{
	cursor: pointer;
	background: url("images/bouton_profil_sprite.png") -7px -15px no-repeat;
	width: 118px;
	height: 47px;
}
.mediumRoundedRectangle:hover{
	background-position: -7px -74px;
}

input.mediumInputText{
	background: none;
	border:none;
	font-size:14px;
	color:#737a87;
	background-image: url("images/login_under.png");
	width:163px;
	height:27px;
	padding-left:4px; 
	padding-right:5px;
	text-transform: none;
}

.errorMessage{
	background: url("images/error.png") no-repeat scroll 10px center #FAD5CF;
    border: 1px solid #E18B7C;
    margin-right: 10px;
    padding: 10px 10px 10px 45px;
    text-transform: none;
    display:inline-block;
}

.successMessage{
	background: url("images/success.png") no-repeat scroll 10px center #EFFEB9;
    border: 1px solid #C1D779;
    margin-right: 10px;
    padding: 10px 10px 10px 45px;
    text-transform: none;
	display:inline-block;
}

.inputPanel .inputName{
	margin-left:15px;
}

.columnDisposition{
	float:left;
}

.rawDisposition .inputName, .rawDisposition .inputValue, .rawDisposition .smallInputName{
	float:left;
}
.rawDisposition .inputName, .rawDisposition .smallInputName{
	margin-top:10px;
	width:90px;
	text-align:right;
	margin-left:0px;
}

.rawDisposition .smallInputName{
	width:30px;
}

.inputPanel .inputValue{
	margin-top:5px;
}

.rawDisposition .inputValue{
	margin-top:0px;
	margin-left:10px;
}

.rawDisposition .inputValue .epDropDownList{
	margin-top:5px;
	width:190px;
}

.columnDisposition .inputError{
	margin:5px 0px;
	padding:10px 0px;
}

.rawDisposition .noMargin{
	margin-top:0px;
	margin-bottom:0px;
}

/*** TextBox **/

.epTextBox{
	height:29px;
}

.epTextBox .left, .epTextBox .middle, .epTextBox .right{
	float:left;
}

.epTextBox .left, .epTextBox .right{
	background: url("images/epTextBox_left.png");
	width:9px;
	height:29px;
}

.epTextBox .middle{
	background: url("images/epTextBox_middle.png");
	height:29px;
}

.epTextBox .middle input{
	margin-top:6px;
	background: none;
	border:none;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
}

.epTextBox .right{
	background: url("images/epTextBox_right.png");
}

/*** TextArea **/

.epTextArea{
	height:91px;
}

.epTextArea .left, .epTextArea .middle, .epTextArea .right{
	float:left;
}

.epTextArea .left, .epTextArea .right{
	background: url("images/epTextArea_left.png");
	width:5px;
	height:91px;
}

.epTextArea .middle{
	background: url("images/epTextArea_middle.png");
	height:91px;
}

.epTextArea .middle textarea{
	margin-top:6px;
	background: none;
	border:none;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
}

.epTextArea .right{
	background: url("images/epTextArea_right.png");
}

/*** DropDownList **/
.epDropDownList{
	width:200px;
	text-transform: none;
	text-transform: capitalize;
}

/*** DatePicker **/
.epDatePicker .TDatePicker_default{
	z-index:10;
}

.epDatePicker .TDatePicker_default .hover{
	border-color: #E18B7C;
}

.epDatePicker .TDatePicker_default .selected {
    background-color: #E18B7C;
    border: 1px solid #E18B7C;
}

.epDatePicker{
	height:29px;
}

.epDatePicker .left, .epDatePicker .middle, .epDatePicker .right{
	float:left;
}

.epDatePicker .left, .epDatePicker .right{
	background: url("images/epTextBox_left.png");
	width:9px;
	height:29px;
}

.epDatePicker .middle{
	background: url("images/epTextBox_middle.png");
	height:29px;
}

.epDatePicker .middle .datePickerInput{
	margin-top:6px;
	background: none;
	border:none;
	font-size:14px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: none;
	width:136px;
}

.epDatePicker .middle .TDatePickerImageButton{
	width:16px;
	margin-top:4px;
}

.epDatePicker .middle .TDatePickerImageButton:hover{
	border: solid 1px #E18B7C;
	margin-top:3px;
	width:14px;
	height:16px;
}

.epDatePicker .middle .TDatePicker_default{
	background-color:white;
	width:235px;
	border: solid 1px #E18B7C;
}

.epDatePicker .middle .TDatePicker_default .calendarBody{
	width:225px;
}

.epDatePicker .right{
	background: url("images/epTextBox_right.png");
}

/*** Boutton de formulaire **/

.epFormButton{
	cursor:pointer;
}

.epFormButton .left, .epFormButton .right, .epFormButton .middle{
	float:left;
	background: url('images/form_button_left.png');
	width:13px;
	height:45px;
}

.epFormButton .middle{
	background: url('images/form_button_middle.png');
	height:45px;
	width:auto;
}

.epFormButton .right{
	background: url('images/form_button_right.png');
	width:11px;
}

.epFormButton:hover .left, .epFormButton:hover .middle, .epFormButton:hover .right{
	background-position: 0px -56px;
}

.epFormButton .middle input{
	background:none;
	border:none;
	font-weight:bold;
	font-size:11px;
	margin-top:11px;
	cursor:pointer;
}

.epFormButton:hover .middle input{
	color:#03ABD6;
}

.epFormButton .middle .loader{
	margin: 10px auto;
	width:16px;
	height:16px;
	background: url("images/loader_orange.gif");
}

.epFormButton .middle img{
	width:32px;
	height: 32px;
	float:left;
}

/*** Slider **/
.slider{
	width:250px;
	height:26px;
	position:relative;
}

.slider .handle{
	background: url("images/slider_handle.png");
	width:40px;
	height:26px;
	position: absolute;
	cursor:pointer;
	top:0px;
}

.slider .left{
	margin-top:1px;
	float:left;
	width:18px;
	height:25px;
	background: url("images/slider_left.png");
}

.slider .right{
	top:1px;
	position:absolute;
	right:3px;
	width:11px;
	height:25px;
	background: url("images/slider_right.png");
}

.slider .fillUnactivated{
	margin-top:1px;
	float:left;
	width:218px; /* 250 - 11 - 18 - 5  : taille slider - taille left - taille right - margin right de right*/
	height:25px;
	background: url("images/slider_under_deactivated.png");
}

.slider .fillActivated{
	margin-top:1px;
	float:left;
	width:0px;
	height:25px;
	background: url("images/slider_under_activated.png");
}

/**************************************************/
/** Pagination d'une liste                        */
/**************************************************/
.paginator{
	
}

.paginator .previousPage, .paginator .nextPage, .paginator .pagesDirectAccess, .paginator .previousPages{
	float:left;
}

.paginator .previousPage, .paginator .nextPage{
	width:33px;
	height:33px;
	background: url("images/changer_de_page_bouton.png");
	cursor:pointer;
}

.paginator .previousPage:hover, .paginator .nextPage:hover{
	background-position: 0px -35px;
}

.paginator .previousPage .button, .paginator .nextPage .button{
	width:37px;
	height:37px;
	background: url("images/icon_sprite.png") -2493px -8px;
}

.paginator .previousPages{
	cursor: pointer;
    height: 10px;
    padding-left: 5px;
    padding-top: 11px;
    width: 10px;
}
.paginator .previousPages:hover{
	color:#03ABD6;
}

.paginator .nextPage .button{
	background: url("images/icon_sprite.png") -2468px -8px;
}

.paginator .previousPage:hover .button{
	background-position: -2493px -54px;
}

.paginator .nextPage:hover .button{
	background-position: -2468px -54px;
}

.paginator .pagesDirectAccess{
	max-width: 550px;
}

.paginator .pagesDirectAccess .pageDirectAccess{
	float:left;
	width:36px;
}

.paginator .pageDirectAccess .button{
	width:36px;
	height:31px;
	background: url("images/changer_de_page_on.png") 0px -38px;
	cursor:pointer;
}

.paginator .pageSelected .button, .paginator .pageDirectAccess:hover .button{
	background-position: 0px -4px;
}

.paginator .pageSelected .number{
	color:#03ABD6;
}

.paginator .pageDirectAccess .number{
	text-align:center;
}

.paginator .loader{
	background: url("images/loader_orange.gif");
	float: left;
    height: 16px;
    margin-left: 16px;
    margin-top: 7px;
    width: 16px;
}


/*******************************************/
/** Panels                                 */
/*******************************************/

.longRoundedPanel{
	width:1024px;
}

.longRoundedPanel .top{
	background: url("images/long_panel_top_bottom.png") -42px -0px;
	width:1024px;
	height:21px;
}

.longRoundedPanel .content{
	background: url("images/long_panel_middle.png") -46px -0px;
	width:992px;
	min-height:250px;
	padding-left:16px;
	padding-right:16px;
}

.longRoundedPanel .bottom{
	background: url("images/long_panel_top_bottom.png");
	width:1024px;
	height:30px;
	background-position: -42px -27px;
}


/*********************************************/
/** Zone de transit                          */
/*********************************************/

.docTransitSpace{
	position:relative;
	margin-top:9px;
}

.docTransitSpace .top, .docTransitSpaceHover .top, .docTransitSpaceHover2 .top{
	background: url("images/transitSpace_borders.png") 0px -254px no-repeat;
	width:204px;
	height:50px;
}

.docTransitSpaceHover .top{
	background-position: 0px -9px;
}

.docTransitSpaceHover2 .top{
	background-position: 0px -132px;
}

.docTransitSpace .content, .docTransitSpaceHover .content, .docTransitSpaceHover2 .content{
	background: url("images/transitSpace_content.png") -427px 0px;
	width:204px;
	min-height:145px;
}

.docTransitSpaceHover .content{
	background-position: -2px 0px;
}

.docTransitSpaceHover2 .content{
	background-position: -212px 0px;
}

.docTransitSpace .bottom, .docTransitSpaceHover .bottom, .docTransitSpaceHover2 .bottom{
	background: url("images/transitSpace_borders.png") 0px -311px no-repeat;
	width:204px;
	height:63px;
}
.docTransitSpaceHover .bottom{
	background-position: 0px -69px;
}

.docTransitSpaceHover2 .bottom{
	background-position: 0px -189px;
}

.docTransitSpace .content .transitSpaceSentence{
	margin: 0px auto;
	padding-top:40px;
	width: 70px;
	text-transform:none;
	text-align: center;
	font-weight: normal;
	line-height: 1.5;
}

.docTransitSpace .importDocButton{
	position:absolute;
	background: url("images/bouton_importer_sprite.png") no-repeat;
	width:176px;
	height:43px;
	bottom:10px;
	left:14px;
	cursor:pointer;
}

.docTransitSpace .importDocButtonHover{
	background-position: 0px -49px;
}
.docTransitSpace .importDocButton .icon, .docTransitSpace .importDocButton .title{
	float: left;
}

.docTransitSpace .importDocButton .title{
	margin-top:13px;
}
.docTransitSpace .importDocButtonHover .title{
	color:#03ABD6;
}

.docTransitSpace .importDocButton .icon{
	margin-left:20px;
	width:50px;
	height:40px;
	background: url("images/icon_sprite.png") -80px -7px no-repeat;
}
.docTransitSpace .importDocButtonHover .icon{
	background-position: -79px -51px;	
}

.docTransitSpace .swfupload{
	position:absolute;
	bottom: 10px;
    cursor: pointer;
    height: 43px;
    left: 14px;
    position: absolute;
    width: 176px;
    cursor:pointer;
}

.docTransitSpace .progressWrapper,
.progressWrapperMoving{
	padding:5px;
	margin-left:17px;
	width:160px;
	border-top:solid 1px #FFF2F6;
	border-bottom:solid 1px #A8AEB7;
	overflow:hidden;
	font-size:10px;
	text-transform: none;
}
.progressWrapperMoving{
	border: solid 1px #E18B7C;
	background-color:#D8DEEA;
}

.docTransitSpace .progressWrapper .progressContainer{
	background: url("images/transitSpace_sprite.png") -4px -14px no-repeat;
}
.docTransitSpace .progressWrapper .progressContainerComplete,
.progressWrapperMoving .progressContainerComplete{
	background: url("images/transitSpace_sprite.png") -4px -109px no-repeat;
}

.docTransitSpace .progressWrapper .progressContainer div,
.progressWrapperMoving .progressContainer div{
	margin-left:30px;
}

.docTransitSpace .progressWrapper .red, .docTransitSpace .progressWrapper .progressContainerError{
	background: url("images/transitSpace_sprite.png") -4px -225px no-repeat;
}


.docTransitSpace .progressWrapper .progressContainer .message {
    background-color: #FFFFCC;
    border: 1px solid #FFDD99;
    margin: 1em 0;
    overflow: hidden;
    padding: 10px 20px;
}

.docTransitSpace .progressWrapper .progressContainer .progressName,
.progressWrapperMoving .progressContainer .progressName{
    color: #555555;
    font-size: 8pt;
    font-weight: 700;
    min-height: 16px;
    /*height: 14px;*/
    overflow: hidden;
    text-align: left;
   /* white-space: nowrap;*/
}
.docTransitSpace .progressWrapper .progressContainer .progressBarInProgress, 
.docTransitSpace .progressWrapper .progressContainer .progressBarComplete, 
.docTransitSpace .progressWrapper .progressContainer .progressBarError {
    background-color: #E18B7C;
    font-size: 0;
    height: 2px;
    margin-top: 2px;
    width: 0;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarComplete {
    background-color: green;
    visibility: hidden;
    width: 130px;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarError {
    background-color: red;
    visibility: hidden;
    width: 100%;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarStatus {
    font-family: Arial;
    font-size: 7pt;
    margin-top: 2px;
    text-align: left;
    white-space: nowrap;
}
.docTransitSpace .progressWrapper .progressContainer .progressBarInProgress{
	margin-left: 0px;
}

.docTransitSpace .progressWrapper .progressContainer a.progressCancel {
	background: url("images/transitSpace_sprite.png") -7px -203px no-repeat;
    display: block;
    float: right;
    font-size: 0;
    height: 14px;
    width: 14px;
}
.docTransitSpace .progressWrapper .progressContainer a.progressCancel:hover {
    background-position: -7px -249px;
}


/*******************************************/
/** BlockingBackground                     */
/*******************************************/

.floatingPanelBackground {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}

.floatingPanel {
    position: absolute;
    z-index: 21;
}

.floatingPanel .closeButton {
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 5px;
    top: 14px;
    width: 45px;
}

.floatingPanel .closeButton .image {
    background: url("images/icon_sprite.png") -1291px -9px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

.floatingPanel .closeButton:hover .image {
    background-position: -1290px -53px;
}

.floatingPanel .smallPanel {
    width: 335px;
}
.floatingPanel .mediumPanel {
    width: 624px;
}

.floatingPanel .centeredPanel{
	width:630px;
	margin: 0 auto;
}

.floatingPanel .centeredPanel .top{
	background: url("images/menu_action_under_top.png") no-repeat;
	width:624px;
	height:19px;
}

.floatingPanel .centeredPanel .content{
	background: url("images/menu_action_under_middle.png");
	width:584px;
	min-height:32px;
	padding:20px;
}

.floatingPanel .centeredPanel .bottom{
	background: url("images/menu_action_under_bottom.png") no-repeat;
	width:624px;
	height:19px;
}

.floatingPanel .smallPanel .top {
    background: url("images/small_panel_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    width: 335px;
}

.floatingPanel .smallPanel .content {
    background: url("images/small_panel_middle.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    min-height: 32px;
    padding: 20px;
    width: 285px;
}

.floatingPanel .smallPanel .bottom {
    background: url("images/small_panel_bottom.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 19px;
    width: 335px;
}

/********************************************/
/** dataList                                */
/********************************************/

.longDataList{
	width:100%;
	border-spacing: 0;
}

.longDataList .header th{
	border-bottom: 1px solid #a8aeb7;
	text-align: left;
	padding-bottom: 5px;
}

.longDataList .header th, .longDataList td{
	padding-left:5px;
}

.longDataList td{
	border-bottom: 1px solid #a8aeb7;
	border-top: 1px solid #fff2f6;
}

.longDataList .item{
	height:36px;
}

.longDataList .colImgMargin{
	margin-left:15px;
}

/********************************************/
/** les icones                              */
/********************************************/

.vosgelis .appIcon, .vosgelisInvoice .appIcon {
    background: url("images/vosgelis_icon.png") no-repeat 0px 6px;
}
.vosgelis:hover .appIcon,  .vosgelisInvoice:hover .appIcon{
	background-position: 0px 6px;
}

.recordedLetter .appIcon {
    background: url("images/icon_sprite.png") -3776px -7px;
}
.recordedLetter:hover .appIcon {
	background-position: -3776px -56px;
}
