.globalRadioButton label{
    margin-top: -15px;
    margin-bottom: 5px;
    padding: 0 0 0px 25px;
    display:block;
    
}

#Content ul.wizardSubSteps,
#Content ul.wizardSteps{
	margin:0;
	padding:0;
	height: 50px;
}

#Content ul.wizardSubSteps{
	margin-top: 5px;
	height:36px;
}

#Content ul.wizardSubSteps li{
	list-style:none;
	float: left;
	width: 100px !important; 
	width : 111px;
	height: 36px;
	padding: 0; /* this padding affect the background image in IE6 */
	border-left: 1px solid #FFF;
	overflow:hidden;
	background-image:none;
}

#Content ul.wizardSteps li{
	list-style:none;
	float: left;
	width: 100px !important;
	width: 111px;
	height: 50px;
	padding: 0; /* this padding affect the background image in IE6 */
	border-left: 1px solid #FFF;
	overflow:hidden;
	background-image:none;
}

#Content ul.wizardSteps li span{
	margin: 5px 5px 0 5px; 
	display:block;
}
#Content ul.wizardSubSteps li span{
	margin: 5px 5px 0 5px; 
	display:block;
}

#Content ul.wizardSubSteps li.enabledCompletedStep,
#Content ul.wizardSteps li.enabledCompletedStep{
	background-image: url(../images/WizardStepChecked.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #E2F4F9;
}

#Content ul.wizardSubSteps li.enabledCompletedStep a
{
	color: #947559;
	text-decoration:none;
	display:block;
	width: 90px !important;
	width: 101px;
	height: 30px;
}
#Content ul.wizardSteps li.enabledCompletedStep a {
	color: #947559;
	text-decoration:none;
	display:block;
	width: 90px !important;
	width: 101px;
	height: 40px; 
}
#Content ul.wizardSubSteps li.enabledCompletedStep a:hover { color:#947559;}
#Content ul.wizardSteps li.enabledCompletedStep a:hover { color:#947559;}

#Content ul.wizardSubSteps li.disabledCompletedStep,
#Content ul.wizardSteps li.disabledCompletedStep{
	background-image: url(../images/WizardStepDisabledChecked.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color:#999999;
	background-color: #DDDEDF;
}
	
#Content ul.wizardSubSteps li.disabledRemainingStep,
#Content ul.wizardSteps li.disabledRemainingStep{
	color:#999999;
	background-color: #DDDEDF;
}
	
#Content ul.wizardSubSteps li.enabledRemainingStep,
#Content ul.wizardSteps li.enabledRemainingStep{
	background-color: #E2F4F9;
}

#Content ul.wizardSubSteps li.enabledRemainingStep a
{
	color: #947559;
	text-decoration:none; 
	display:block;
	width: 100px !important;
	width: 101px;
	height: 30px;
}
#Content ul.wizardSteps li.enabledRemainingStep a {
	color: #947559;
	text-decoration:none; 
	display:block;
	width: 100px !important;
	width: 101px;
	height: 40px;
	
}
#Content ul.wizardSubSteps li.enabledRemainingStep a:hover { color:#947559;}
#Content ul.wizardSteps li.enabledRemainingStep a:hover { color:#947559;}

#Content ul.wizardSubSteps li.completedCurrentStep,
#Content ul.wizardSteps li.completedCurrentStep{
	background-image: url(../images/WizardStepCurrentChecked.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color:#FFF;
	background-color: #BF2E1A;
}

#Content ul.wizardSubSteps li.currentStep,
#Content ul.wizardSteps li.currentStep{
	color:#FFF;
	background-color: #BF2E1A;
}


#Content ul.wizardSubSteps li.enabledLastStep,
#Content ul.wizardSteps li.enabledLastStep,
#Content ul.wizardSubSteps li.disabledLastStep,
#Content ul.wizardSteps li.disabledLastStep,
#Content ul.wizardSubSteps li.currentLastStep,
#Content ul.wizardSteps li.currentLastStep,
#Content ul.wizardSubSteps li.enabledCompletedLastStep,
#Content ul.wizardSubSteps li.disabledCompletedLastStep,
#Content ul.wizardSubSteps li.currentCompletedLastStep,
#Content ul.wizardSteps li.enabledCompletedLastStep,
#Content ul.wizardSteps li.disabledCompletedLastStep,
#Content ul.wizardSteps li.currentCompletedLastStep
{
	padding-right: 29px;
	width: 98px !important;
	width /**/: 133px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#Content ul.wizardSteps li.enabledLastStep{
	background-image: url(../images/WizardStepEnabledEnd.gif);
}

#Content ul.wizardSteps li.disabledLastStep{
	background-image: url(../images/WizardStepEnd.gif);
}

#Content ul.wizardSteps li.currentLastStep{
	background-image: url(../images/WizardStepCurrentEnd.gif);
}

#Content ul.wizardSteps li.enabledCompletedLastStep{
	background-image: url(../images/WizardStepCompletedEnd.gif);
}

#Content ul.wizardSteps li.disabledCompletedLastStep{
	background-image: url(../images/WizardStepDisCheckEnd.gif);
}

#Content ul.wizardSteps li.currentCompletedLastStep{
	background-image: url(../images/WizardStepCurrCompletedEnd.gif);
}


#Content ul.wizardSubSteps li.enabledLastStep{
	background-image: url(../images/WizardSubStepEnabledEnd.gif);
}

#Content ul.wizardSubSteps li.disabledLastStep{
	background-image: url(../images/WizardSubStepEnd.gif);
}

#Content ul.wizardSubSteps li.currentLastStep{
	background-image: url(../images/WizardSubStepCurrentEnd.gif);
}


#Content ul.wizardSubSteps li.enabledCompletedLastStep{
	background-image: url(../images/WizardSubStepCompletedEnd.gif);
}

#Content ul.wizardSubSteps li.disabledCompletedLastStep{
	background-image: url(../images/WizardSubStepCompletedDisab.gif);
}

#Content ul.wizardSubSteps li.currentCompletedLastStep{
	background-image: url(../images/WizardSubStepCurrCompletedE.gif);
}

/*******************************************************
********************************************************
Widgets definition
********************************************************
********************************************************/
/*** Wizard breadcrumb ***/
#WizardBreadcrumb
{
	
}
#WizardBreadcrumb li
{
	/*
	display:inline;
	padding: 4px 20px 4px 20px;
	*/
}
#WizardBreadcrumb .wbStep
{}
#WBStep1{}
#WBStep2{}
#WBStep3{}
#WBStep4{}
/*** Wizard paging ***/
#WizardPaging
{
}

#WizardPaging a
{
	/*
	margin: 0 5px 0 5px;
	font-weight:bolder;
	*/
}
#WizardPaging .previous
{
	/*
	padding: 2px 0 2px 20px;
	background: url(/images/button.gif) left 0 no-repeat;
	*/
}
#WizardPaging .next
{
	/*
	padding: 2px 20px 2px 0;
	background: url(/images/button.gif) right 0 no-repeat;
	*/
}
/*** table liste triable ***/

table.listing
{
	width:713px;
	border:solid 1px #D9D9D9;
	margin-bottom:20px;
}
table.listing thead,
table.listing tr.head
{
}
table.listing thead td,
table.listing tr.header td,
table.listing tr.header th
{
	border-bottom:solid 1px #D9D9D9;
	background-color:#F5F5F5;
	text-align: left;
}

table.listing tr.headEq
{
}
table.listing tr.headerEq td,
table.listing tr.headerEq th
{
	border-bottom:solid 1px #D9D9D9;
	background-color:#F5F5F5;
}

table.listing tbody,
table.listing tr
{
	height:25px;
}
table.listing tbody td,
table.listing tr td
{
	border-bottom:dotted 1px #D9D9D9;
}
table.listing tfoot,
table.listing tr.footer
{
	border-top:solid 1px #D9D9D9;
	background-color:#F5F5F5;
}
table.listing thfoot td,
table.listing tr.footer td
{
	
}
table.listing .sortASC
{
	
}
table.listing .sortDesc 
{
	
}
table.listing .even
{
	
}
table.listing .odd
{
	
}

/*** icones fonctionnelles ***/
.edit{}
.delete{}
.add{}
.update{}
.save{}
.cancel{}
.refresh{}
/*** Fieldset ***/
fieldset
{
	/*
	border: solid 1px rgb(168,223,244);
	*/
}

fieldset#Password
{
	/*
	border: solid 1px rgb(168,223,244);
	*/
	width:465px;
	margin-bottom:20px;
}

fieldset table
{
	margin:5px;
	/*
	border:none;
	background:Transparent;
	background-color:Transparent;
	*/
}
fieldset table thead
{
	/*
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
	*/
}
fieldset table tbody
{
	/*
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
	*/
}
fieldset table tfoot
{
	/*
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
	*/
}
fieldset table td.label
{
	width:200px;
}
fieldset legend
{
	/*
	color:Red;
	*/
}
fieldset label
{
}
fieldset input
{
}
fieldset input.standardField
{
}
fieldset input.button
{
}


/** Formulaire ***/

.TableSimple
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
}

#Content table.form
{
	width:713px;
	margin-bottom:20px;
}

#Content table.dualForm
{
	width:400px;
	margin-right:20px;
}

#Content table.form td
{
	height:30px;
	width:200px;
	/*border:solid 1px black;*/
}

table.form td.label
{
	font-family:Verdana, Sans-Serif;
	font-size: 10px;	
	width:160px;
}

table.form td.input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    width:200px;
    /*color: #000;*/
}

table.form td.input.CreditCardExpiration
{
    width:auto;
}


table.form td.input label
{
   width:auto; 
   width:175px;
}
label .clear
{
    clear:both;
}
table.form td.input
{
	position:relative;
}

table.form td.input ul
{
	margin-bottom:0px;
}

table.form table
{
	border:none;
	background:Transparent;
	background-color:Transparent;
}
.labelContainer
{
    width:300px;
}
.radioBtn
{
    width: 200px; 
    float:left; 
    display: block;
}
.astrix
{   
    float: left;
    padding-top:10px;
    display: block; 
}
#Content table.form table thead,
table.form table thead
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
}
#Content table.form table thead tr,
table.form table thead tr
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
}
#Content table.form table tbody,
table.form table tbody
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
}
#Content table.form table tbody tr,
table.form table tbody tr
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
}
#Content form table.form table td,
form table.form table tr td,
#Content form table.form table td,
form table.form table tr td
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
}
#Content table.form table tfoot,
table.form table tfoot
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
	background:Transparent;
	background-color:Transparent;
}
table.form td
{
	height:30px;
	border-bottom:dotted 1px #D9D9D9;
}
select.smallField
{
	width:43px;
}
select.mediumField
{
	width:103px;
}
select.standardField
{
	width:203px;
}
input.smallField
{
	width:40px;
}
input.mediumField
{
	width:100px;
}
input.standardField
{
	width:200px;

}
input.largeField
{
	width:265px;
}

select.largeField
{
	width:268px;
}

.formAction
{
	/*margin-top:20px;*/
	clear: both;
	margin-bottom:20px;
}

#Content .formAction input.button,
#Content table .formAction input.button
{
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	border/**/: none;
	height: 24px !important;
	height /**/ : 22px;
	/*background-color: #EE6700;*/
	/*background: #3465B4 url(/images/input_background.gif) repeat-x 0 0 !important;
	background: #3465B4 url(/images/input_background.gif) repeat-x 0 middle;*/
}

CompletedStep
{
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	background: #3465B4 url(/images/input_background.gif) repeat-x 0 0 !important;
	background: #666 url(/images/input_background.gif) repeat-x 0 middle;	
}

span.calendar
{
	/*
	background:red;
	background: url() 0 no-repeat;
	text-indent:-9999px;
	overflow:visible;
	height:20px;
	width:20px;
	position:absolute;
	margin:2px;
	*/
}


/*** Auto complete ***/
#AutoComplete
{
}
#AutoComplete div
{
}
#AutoComplete div.over
{
}



/*** Calendrier smartCalendar ***/


div.smartCalendarContainer .smartCalendar{
	background-color: rgb(242,242,242);
	background: rgb(242,242,242);
	border: solid 1px rgb(102,102,102);
	width : 200px;
	font-family:Verdana;
	font-size:11px;
	text-align: center;
	z-index:999;
}

.smartcalendar td
{
	height: 6px !important;
	height/**/:10px;
	width :auto;
	padding:2px;
}
#Content table.form tbody tr td div.smartCalendarContainer table.smartcalendar thead,
.smartCalendar thead{/**/}

#Content table.form tbody tr td div.smartCalendarContainer table.smartcalendar thead tr.dayName td,
.smartCalendar thead tr.dayName td
{
	background-color : rgb(221,222,223);
	font-weight: bold;
	color: #000;
}
#Content table.form tbody tr td div.smartCalendarContainer table.smartcalendar thead tr.dateNav td,
.smartCalendar thead .dateNav td
{
	background-color : rgb(221,222,223);
	white-space:nowrap;
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar thead a.arrow,
.smartCalendar thead a.arrow{
	font-family:arial;
	font-size:11px;
	color:#FFF;
	text-decoration:none;	
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar thead a.previous,
.smartCalendar thead a.previous{
	padding-left:3px;
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar thead a.next,
.smartCalendar thead a.next{
	padding-right:3px;
}

#Content table.form tbody tr td div.smartCalendarContainer table.smartcalendar thead tr td
{/**/}

.smartCalendar thead select{
	margin-left: 2px;
	font-family:arial;
	font-size:10px;
}

.smartCalendar tbody td a{
	display:block;
	font-size:11px;
	width: 18px;
	height : 16px;
	text-decoration:none;
	text-align:center;
	color:#333333;
}

.smartCalendar tbody a:hover{
	background-color : rgb(158,218,235);
	color:#fff;
}

.smartCalendar tbody td.currentDate a{
	background-color : rgb(158,218,235);
	font-weight:bold;
	color:#fff;
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar tbody td.currentDate a:hover,
.smartCalendar tbody td.currentDate a:hover{/**/}

/* A mettre avec les CSS pour les controles */
.unwatermarked {
}

.watermarked {

	color:gray;
}	

/********************************************
Common list paging
**********************************************/

#Content .listPager,
.listPager
{
	height: 63px;
	font-weight:bold;
	background:url(/images/bglistPager.gif) 0 0;
	vertical-align: inherit !important;
	vertical-align:middle;
}

#Content .listPager a,
.listPager a
{
	font-weight:normal;
	margin: 0 1px 0 1px;
	display:inline-block;
	padding:0px 0px 0px 0px !important;
	padding:3px 4px 3px 4px;
	vertical-align: inherit !important;
	vertical-align:middle;
	color: red;
}

#Content .listPager a:hover,
.listPager a:hover
{
	color:red;
	font-weight:normal;
}

/* Modal popup */
.modalBackground {
	background-color:silver;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fffffd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.requiredFieldValidator
{
	margin: 0 0 0 2px;
	color: rgb(204, 51, 51);
}
.requiredFieldValidator.left
{
    float:left;
    margin-top:12px;
}
/** Validator summary **/
#Content ul.psimMessage,
.validatorList
{
	margin-top:20px;
	color: #CCC;
}

#Content ul.psimMessage,
.validatorMessage,
.psimMessage .validatorMessage,
.psimMessage .message,
.validatorList .validatorMessage
{
	color: #144BB9;
}

#Content ul.psimMessage .errorMessage,
.errorMessage,
.validatorList .errorMessage
{
	/*color: rgb(204, 51, 51);*/
	/*color: #630018;*//*AA0018*/
	color: #D73333;
	font-weight:bold;
}

/* Accordion */
/*.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}*/

 .cabinetSectionHeader
{
	height:20px;
	cursor:pointer;
	vertical-align:middle;
}

 /*.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}*/

.sizedLabel
{
	font-family:Verdana, Sans-Serif;
	font-size: 10px;	
	width:713px;
}

.helpForm
{
	width:713px;
	border:0;
}

/********************************************
For the contextual help popup window
*********************************************/
div.dragPanel{
    background-color:#EBEBEB;
    border: 1px solid silver;
    padding:2px;
    left:0px;
    top:0px;
    z-index:1000;
    
}

div.dragPanel .dragPanelTitleBar{
	
	font-family:arial;
	font-size:12px;
    color:#000;
    font-weight:normal;
    cursor:hand;
}

div.dragPanel .dragPanelTitleBar tr{
    background:url(/images/bgWindow.gif) repeat-x 0 0;
}

div.dragPanel .dragPanelContent {
    background-color:white;
    overflow:auto; 
    height:100%
}
/*******************************************/

span.radioBtn input 
{
	vertical-align:middle;
	margin-bottom:4px;
}

span.radioBtn label 
{
	vertical-align:middle;
	margin-bottom:10px;
}

span.checkBox label
{
	MARGIN-TOP: -16px; 
	DISPLAY: block; 
	MARGIN-LEFT: 25px; 
	VERTICAL-ALIGN: middle; 
	WIDTH: 713px
}

#Content table.form td.isRequired
{
  padding:0px 0px 0px 0px;
  vertical-align:middle;
  text-align:right;
  width:10px;
} 

 

#Content table.form td.validator
{
  white-space:nowrap;
  vertical-align:middle;
  padding: 0px 10px 0px 0px;
  width:auto;
}

 

#Content table.form td.validator img
{
  margin:3px 0px 3px 0px;
  vertical-align:middle;
}


.timerWrapper {}
#TimerContainer {border:1px dotted #999999; font-size:110%;padding:5px;background:#F5F5F5;line-height:1.6em;}
#TimerContainer div span {}
#TimerContainer div #ElapsedTime{font-weight:bold;}
#TimerContainer div #RemainingTime{font-weight:bold;font-size:125%;}
#TimerContainer.normal {color:#663300;}
#TimerContainer.warning {}
#TimerContainer .timeLabel {width:90px;display:block;float:left;}
#TimerContainer div.remainingTime {padding-top:4px;font-weight:bold;}
#TimerContainer.warning {border:1px dotted red;}
#TimerContainer.warning div.remainingTime{color:red;}
