table.formView table,
table.formView p,
table.formView fieldset,
table.formView span
{
	width:707px;
}
table.formView fieldset div,
table.formView table div,
table.formView fieldset span,
table.formView table span,
table.formView fieldset p,
table.formView table p
{
	width:auto;
}

.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: 31px !important;
	height/**/: 36px;
	padding: 5px 5px 0 5px;
	border-left: 1px solid #FFF;
	overflow:hidden;
}

#Content ul.wizardSteps li{
	list-style:none;
	float: left;
	width: 100px !important;
	width /**/: 111px;
	height: 45px !important;
	height/**/: 50px;
	padding: 5px 5px 0 5px;
	border-left: 1px solid #FFF;
	overflow:hidden;
}

#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: #73C6F0;
}

#Content ul.wizardSubSteps li.enabledCompletedStep a,
#Content ul.wizardSteps li.enabledCompletedStep a {
	color: #333;
	text-decoration:none; 
}
#Content ul.wizardSubSteps li.enabledCompletedStep a:hover { color:#FFF;}
#Content ul.wizardSteps li.enabledCompletedStep a:hover { color:#FFF;}

#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:#999;
	background-color: #E0E0E0;
}
	
#Content ul.wizardSubSteps li.disabledRemainingStep,
#Content ul.wizardSteps li.disabledRemainingStep{
	color:#999;
	background-color: #E0E0E0;
}
	
#Content ul.wizardSubSteps li.enabledRemainingStep,
#Content ul.wizardSteps li.enabledRemainingStep{
	background-color: #73C6F0;
}

#Content ul.wizardSubSteps li.enabledRemainingStep a,
#Content ul.wizardSteps li.enabledRemainingStep a {
	color: #333;
	text-decoration:none; 
}
#Content ul.wizardSubSteps li.enabledRemainingStep a:hover { color:#FFF;}
#Content ul.wizardSteps li.enabledRemainingStep a:hover { color:#FFF;}

#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: #334FB0;
}

#Content ul.wizardSubSteps li.currentStep,
#Content ul.wizardSteps li.currentStep{
	color:#FFF;
	background-color: #334FB0;
}


#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 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
{
	/*
	border: solid 1px rgb(225,224,222);
	padding:0;
	margin:0;
	*/
}
table.listing thead
{
	/*
	background-color:rgb(92,193,235);
	padding:0;
	margin:0;
	padding:10px 10px 10px 10px;
	*/
}
table.listing thead td
{
	/*
	padding:10px 10px 10px 10px;
	*/
}
table.listing tbody
{
	/*
	background-color:rgb(168,223,244);
	padding:0;
	margin:0;
	padding:10px 10px 10px 10px;
	*/
}
table.listing tbody td
{
	/*
	padding:10px 10px 10px 10px;
	*/
}
table.listing tfoot
{
	/*
	background-color:rgb(92,193,235);
	padding:0;
	margin:0;
	padding:10px 10px 10px 10px;
	*/
}
table.listing thfoot td
{
	/*
	padding:10px 10px 10px 10px;
	*/
}
table.listing .sortASC
{
	/*
	background: url(/images/up.gif) 0 0 no-repeat;
	text-indent:-9999px;
	width:10px;
	height:10px;
	display:block;
	float:right;
	margin:0 5px 0 5px;
	*/
}
table.listing .sortDesc 
{
	/*
	background: url(/images/down.gif) 0 0 no-repeat;
	text-indent:-9999px;
	width:10px;
	height:10px;
	display:block;
	float:right;
	margin:0 5px 0 5px;
	*/
}
table.listing .event
{
	/*
	background-color:rgb(212,239,250);
	*/
}
table.listing .odd
{
	/*
	background-color:rgb(168,223,244);
	*/
}

fieldset
{
	padding:5 5 5 5;
	
}

/** Formulaire ***/

.TableSimple
{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:none;
}

#Content table.form label,
table.form label
{
	font-family:Verdana, Sans-Serif;
	font-size: 10px;	
}


#Content table.form input,
table.form input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000;
}

table.form td.inputSpecial
{
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #555;
}

table.form td.inputSpecial span
{
	width:250px;
}

table.form td.inputSpecial span span.standardValidator
{
	width:20px;
	padding-left:24px;
}

table.form td.inputSpecial span span.smallValidator
{
	width:20px;
	padding-left:124px;
}



#Content table.form table,
table.form table
{
	border:none;
	background:Transparent;
	background-color:Transparent;
}

#Content table.form table.somme
{
	border:solid 1px #E0E0E0;
}

#Content table.form table.somme td
{
	border:solid 1px #E0E0E0;
}

#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;
}
select.smallField
{
	width:40px;
}
select.mediumField
{
	width:100px;
}
select.standardField
{
	width:200px;
}
select.subStandardField
{
	width:190px;
}
input.smallField
{
	width:40px;
}
input.mediumField
{
	width:100px;
}
input.standardField
{
	width:200px;
}
input.subStandardField
{
	width:170px;
}
input.largeField
{
	width:265px;
}

select.largeField
{
	width:264px;
}

#Content .form .formAction input.button,
input.button
{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	border: 1px solid #666 !important;
	border/**/: none;
	height: 24px !important;
	height /**/ : 22px;
	background-color: #3465B4;
	background: #3465B4 url(/images/input_background.gif) repeat-x 0 0 !important;
	background: #3465B4 url(/images/input_background.gif) repeat-x 0 middle;
	cursor:pointer;
}

#Content .form input.button
{
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	border: 1px solid #666 !important;
	border/**/: none;
	height: 24px !important;
	height /**/ : 22px;
	background-color: #3465B4;
	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:11px;
	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 ***/

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar,
.smartCalendar{
	background-color: rgb(242,242,242);
	border: solid 1px rgb(102,102,102);
	width : 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}

#Content table.form tbody tr td div.smartCalendarContainer .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: rgb(52, 101, 180);
	font-weight: bold;
	color: #fff;
}
#Content table.form tbody tr td div.smartCalendarContainer table.smartcalendar thead tr.dateNav td,
.smartCalendar thead .dateNav td
{
	background: rgb(52, 101, 180) url(../images/input_background.gif) repeat-x 0 0;
	white-space:nowrap;
	
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar thead a.arrow,
.smartCalendar thead a.arrow{
	font-family: Arial, Helvetica, sans-serif;
	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, Helvetica, sans-serif;
	font-size:11px;
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar tbody td a,
.smartCalendar tbody td a{
	display:block;
	font-size:11px;
	width: 18px;
	height : 16px;
	text-decoration:none;
	text-align:center;
	color:#333333;
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar tbody a:hover,
.smartCalendar tbody a:hover{
	background-color : rgb(52, 101, 180); /*rgb(225,220,214);*/
	color:#fff;
}

#Content table.form tbody tr td div.smartCalendarContainer .smartcalendar tbody td.currentDate a,
.smartCalendar tbody td.currentDate a{
	background-color : rgb(39,174,230);
	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 {
	/*height:18px;
	width:148px;
	font-weight:bold;*/
}

.watermarked {
	/*height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;*/
	color:gray;
}	

/* Accordion */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/********************************************
Common list paging
**********************************************/
#Content .listPager,
.listPager
{
	font-weight:bold;
	/*background-color:rgb(92,193,235);*/
	background-color:#D2CAB3;
	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;
}

#Content .listPager a:hover,
.listPager a:hover
{
	background:rgb(52, 101, 180);
	color:#FFFFFF;
	font-weight:normal;
}

/* Modal popup */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#fffffd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.textValidator
{
	color: rgb(204, 51, 51);
}

.requiredFieldValidator
{
	margin: 0 0 0 2px;
	color: rgb(204, 51, 51);
}

/** Validator summary **/
.psimMessage,
.validatorList
{
	color: #CCC;
}

.psimMessage,
.validatorMessage,
.psimMessage .validatorMessage,
.psimMessage .message,
.validatorList .validatorMessage
{
	color: #144BB9;
}

.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;
}*/

.helpForm
{
	width:707px;
	border:0;
}


/********************************************
For the contextual help popup window
*********************************************/
div.dragPanel{
    background-color:#EBEBEB;
    border: 1px solid silver;
    padding:2px;
    left:0px;
    top:0px;
    
}

div.dragPanel .dragPanelTitleBar{
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
    color:#555;
    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%
}
/*******************************************/

#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.input span.validatorCMA
{
  MARGIN-LEFT: 113px;

}



span.checkBox label
{
	
	DISPLAY: block; 
	MARGIN-LEFT: 25px; 
	VERTICAL-ALIGN: middle; 
	
}

span.checkBox input
{
	MARGIN-BOTTOM: -20px;	
}

.divUpdateEquivalence
{
	WIDTH: 707px; 
	PADDING-TOP: 10px; 
	TEXT-ALIGN: right;
}

.sizedLabel
{
	font-family:Verdana, Sans-Serif;
	font-size: 10px;	
	width:707px;
}

span.radioBtn input 
{
	vertical-align:middle;
	margin-top:2px;
}

span.radioBtn label 
{
	vertical-align:middle;
}

label.phoneExtLbl
{
	display:inline-block;
	width:30px;
	overflow:hidden;
	text-align:right;
}

/*****************/
table.formSpecial td
{
	height:30px;
}

table.formSpecial td.input label
{
	padding-left:10px;
	
}

/*********************************/
#Content table.listingEquivalence
{
	width:490px;
	margin: 10px 0 0 0;
	/*border: solid 1px #E0E0E0;*/
	border:none;
}

#Content table.listingEquivalence.large
{
	width:707px;
}

#Content table.listingEquivalence tbody
{
	background-color:rgb(168,223,244);
	padding:0;
	margin:0;
	padding:8px;
	border:none;
}
#Content table.listingEquivalence tbody .odd
{
	/*background-color:rgb(168,223,244);*/
	background-color:#EDEBDF;
	border:none;
}
#Content table.listingEquivalence tbody .even
{
	/*background-color:rgb(212,239,250);*/
	background-color:#F6F5F0;
	border:none;
}

#Content table.listingEquivalence tbody .late *
{
	font-size:10px;
	font-weight:bold;
	color:rgb(204, 51, 51);
}

#Content table.listingEquivalence tbody td
{
	/*padding:10px 10px 10px 10px;*/
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	border:none;
}


table.listingEquivalence .header
{
	/*background-color:rgb(92,193,235);*/
	background-color:#D2CAB3;
	padding:0;
	margin:0;
	/*padding:10px 10px 10px 10px;*/
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	border:none;
}

table.listingEquivalence .footer
{
	/*background-color:rgb(92,193,235);*/
	background-color:#D2CAB3;
	padding:0;
	margin:0;
	/*padding:10px 10px 10px 10px;*/
	padding-top:10px;
	padding-bottom:10px;
	border:none;
}


.formLarge select.standardField
{
	width:200px;
}
.formLarge select.subStandardField
{
	width:190px;
}
.formLarge input.smallField
{
	width:40px;
}
.formLarge input.mediumField
{
	width:100px;
}
.formLarge input.standardField
{
	width:200px;
}
.formLarge input.subStandardField
{
	width:170px;
}
.formLarge input.largeField
{
	width:465px;
}
.formLarge select.largeField
{
	width:464px;
}
select.largeFieldCoverMatter
{
	width:444px;
}
input.largeFieldCoverMatter
{
	width:443px;
}
select.veryLargeField
{
	width:444px;
}

table.AllPage td.label span
{
	width:auto;
}
table.AllPage td.label
{
	width:73px;
}


table.form td.inputValidate .standardValidator,
table.form td.inputValidate .smallValidator
{
	display:inline;
	padding: 0 0 0 3;
}



div.handOnExpForm,
#Content div.handOnExpForm{margin: auto 15px auto 15px;}
div.handOnExpStep,
#Content div.handOnExpStep{margin-right:15px;}
div.handOnExpStep table,
#Content div.handOnExpStep table{width:100%;}
div.handOnExpStep table.large,
#Content div.handOnExpStep table.large{width:100%;}
ul.handOnExp,
#Content ul.handOnExp,
#Content ul.handOnExp li ul{list-style-type:none;}
ul.handOnExp li{margin-top:4px;}
.summary ul.handOnExp li img{vertical-align:middle;right:0px; position:absolute;}
#Content .handsOnExpSteps ul.wizardSteps{width:100% !important;}
#Content .handsOnExpSteps ul.wizardSteps li{}
ul.listSummary{width:100%;display:block;}
ul.listSummary li
{
	width:100%;
	display:block;
	position:relative;
	font-weight:bold;
}
ul.listSummary li ul li,
ul.oneLvl li
{
	border-bottom:solid 1px #E0E0E0;
	width:98%;
	display:block;
	height:20px;
	font-weight:normal;
}
ul.oneLvl li{width:100%;position:relative;font-weight:normal;}

div.handOnExpStep table.expList
{
	
}
div.handOnExpStep table.expList tbody tr.title td,
#Content div.handOnExpStep table.expList tbody tr.title td
{
	font-weight:bold;
}
div.handOnExpStep table.expList tbody tr td,
#Content div.handOnExpStep table.expList tbody tr td
{
	border-bottom:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;
	padding: 3px 2px 2px 2px;
}
div.handOnExpStep table.expList,
#Content div.handOnExpStep table.expList
{border-left:solid 1px #E0E0E0;border-top:solid 1px #E0E0E0;}
div.handOnExpStep table.expList tbody tr td img,
#Content div.handOnExpStep table.expList tbody tr td img
{
	vertical-align:middle;
}
div.handOnExpStep table.expList tbody tr td textarea,
#Content div.handOnExpStep table.expList tbody tr td textarea
{
	width:100%;
	height:85px;
}
div.handOnExpStep table.expList tbody tr td.corpName,
#Content div.handOnExpStep table.expList tbody tr td.corpName
{
	padding-top:20px;
}
div.handOnExpStep table.expList tbody tr td.corpName table td,
#Content div.handOnExpStep table.expList tbody tr td.corpName table td
{
	border:none;
}
.charCount
{
	float:right;
	margin-right:5px;
	margin-top:2px;
	padding:6px 10px 6px 10px;
	background:#E0E0E0;
}

/************BEGIN Levels Columns - OutilAutoEvaluation*********************/

div.levelsHeader
{
	width:100%;
	display:block;
}	
span.litEvaluatedHeader
{
	float:right;
	margin-right:60px;
	font-weight:bold;
}
span.litDesiredHeader
{
	float:right;
	margin-right:20px;
	font-weight:bold;
}
span.litEvaluated
{
	position:absolute;
	left:650px;
}
span.litDesired
{
	position:absolute;
	left:785px;
}
span.litEvaluatedZone2
{
	position:absolute;
	left:668px;
}
span.litDesiredZone2
{
	position:absolute;
	left:803px;
}
/************END Levels Columns - OutilAutoEvaluation*********************/

/************BEGIN Table - OutilAutoEvaluation*********************/
Table.expList td.Col1
{
	width:9%;
}
Table.expList td.Col2
{
	width:15%;
}
Table.expList td.Col3
{
	width:50%;
}
Table.expList td.Col4,
Table.expList td.Col5
{
	width:13%;
	text-align:center;
}
/************END Table - OutilAutoEvaluation*********************/

/*Newsletter CheckBoxList*/ 
#Content table table .WhatNewNewsletter
{
	margin-left:20px;
	border-width:0px;
	padding:0 0 0 0;
}

#Content table table .WhatNewNewsletter td 
{
	height:25px;
}

/**********************START AJAX Calendar**********************/
#Content table.formlarge tbody tr td .ajax__calendar table thead{background-color:rgb(52,101,180);border:1px solid #3465B4;}
#Content table.formlarge tbody tr td .ajax__calendar table thead th, #Content table.formlarge tbody tr td .ajax__calendar table thead td{padding:0;margin:0;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_container {padding:4px;position:absolute;cursor:default;width:170px;font-size:11px;text-align:center;font-family:arial,helvetica,sans-serif;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_body {height:139px;width:170px;position:relative;overflow:hidden;margin:auto;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {top:0px;left:0px;height:139px;width:170px;position:absolute;text-align:center;margin:auto;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_container TABLE {font-size:11px;width:170px;height:139px;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_header {height:20px;width:170px;background-color:rgb(52,101,180);color:#fff;padding-top:5px;padding-bottom:2px;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_prev {cursor:pointer;width:15px;height:15px;float:left;background-repeat:no-repeat;background-position:50% 50%;background-image:url(/images/ajaxCalendarPrev.gif);margin-left:4px;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_next {cursor:pointer;width:15px;height:15px;float:right;background-repeat:no-repeat;background-position:50% 50%;background-image:url(/images/ajaxCalendarNext.gif);margin-right:4px;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_title {cursor:pointer;font-weight:bold;color:#fff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_footer {height:15px;width:170px;padding-bottom:3px;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_today {cursor:pointer;padding-top:3px;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_dayname {height:17px;width:17px;text-align:right;padding:0 2px;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_day {height:17px;width:18px;text-align:right;padding:0 2px;cursor:pointer;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_month {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_year {height:44px;width:40px;text-align:center;cursor:pointer;overflow:hidden;}

#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_container {border:1px solid #646464;background-color:#ffffff;color:#000000;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_footer {color:#fff;background-color:rgb(52,101,180);}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_dayname {border:0;color:#fff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_day {border:1px solid #ffffff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_month {border:1px solid #ffffff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_year {border:1px solid #ffffff;}

#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_active .ajax__calendar_day {background-color:#27aee6;color:#fff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_active .ajax__calendar_month {background-color:#27aee6;color:#fff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_active .ajax__calendar_year {background-color:#27aee6;color:#fff;}

#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_other .ajax__calendar_day {background-color:#ffffff;border-color:#ffffff;color:#646464;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_other .ajax__calendar_year {background-color:#ffffff;border-color:#ffffff;color:#646464;}

#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_hover .ajax__calendar_day {background-color:rgb(52,101,180);color:#fff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_hover .ajax__calendar_month {background-color:rgb(52,101,180);color:#fff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_hover .ajax__calendar_year {background-color:rgb(52,101,180);color:#fff;}

#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_hover .ajax__calendar_title {color:#fff;}
#Content table.formlarge tbody tr td .ajax__calendar .ajax__calendar_hover .ajax__calendar_today {color:#fff;}
/**********************END AJAX Calendar**********************/