@charset "UTF-8";

.buttonImg {
      width: 68px;
      height: 22px;
	  padding-bottom:2px;
	  margin-left: 0px;
      border: none;
      cursor: pointer;
      background: url("/medias/images/boutons/button.png") no-repeat left top;
}
.buttonImg:hover {
      background: url("/medias/images/boutons/buttonmouseover.png") no-repeat left bottom;
} 
.buttonImg:active, .buttonImg:link , .buttonImg:visited , .buttonImg:focus {
      background: url("/medias/images/boutons/buttonselected.png") no-repeat left bottom;
} 
.buttonImg:hover:active {
      background: url("/medias/images/boutons/buttonmousedown.png") no-repeat left bottom;
}


/* Form Elements
----------------------------------------------- */
label, select { 
	color:#666666;
	font-size: 92%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
select {
	border: 1px solid #b1b1bc;
	font-weight:bold;
}

input{
	width:280px;
}

.checkbox{
	width:auto;
}

.list_checkbox input
{
	margin-left: 0px !important;
}

.list_checkbox, .list_collapse
{
    background: #F5F5F5 none repeat scroll 0 0;
    width: 220px;
    height: 150px;
    overflow-y: scroll;
    border: 1px solid #A2A2A2;
    z-index: 10;
    padding: 5px;
    text-align: left;
    display:block;
	margin-bottom:10px;
	margin-left:60px;
	margin-top:10px;
	color:#666666;
}

.list_expand
{
    height: 300px;
}


select{
	width: 185px;
	border: 1px solid #b1b1bc;
	background-color: #ffffff;
	color: #000000;	
}

input, select, textarea{
	color: #666666;
}

.mainForm input, .mainForm select, .mainForm textarea
{
	margin-left: 60px;
}

#account_list input, #account_list select, #account_list textarea
{
	background-color:#F5F5F5 !important;
	border:none;
	margin-left:0;
}
#account_list select, #account_list textarea{
	border: 1px solid #b1b1bc;
}

#account_list .buttonImg
{
	margin-left:0px;
	border:none;
}

.mainForm .buttonImg
{
	margin-left:0px;
	border:none;
}

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */
/*
.validcheckbox{
	float:left;
	width:70px;
}
#checkboxes{
	width: 650px;
	height: 60px;
}
#checkboxes input{
	margin-left:0px;
	width:14px;
	margin-left: 29px;
}
#checkboxes label{
	display:block;
	width: 68px;
	text-align:center;
	margin-left:0px;
}
#checkboxes .input_container{
	width: 68px;
}
#radios input{
	margin-left:0px;
	width:14px;
}
#radios label{
	width:14px;
	margin-left: 29px;
}*/
.buttons{
	margin-top:15px;
	margin-bottom:15px;
}
.buttons input{
	width: 70px;
}
.formLabel{
	margin-left:15px;
	margin-bottom:7px;
	margin-top:7px;
	color: #666666;
	font-size:12px;
	font-weight:bold;
}
.formLabel2
{ 
	padding-left:30px; /* ou plus */
	font-size:12px;
	color: #666666;
	font-weight:bold;
}
.formLabelHelp
{ 
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin-left:15px;
}

.formLabelHelp img {
	vertical-align: bottom;
}


#errors{
	float:left;
	height:25px;
	margin-top:10px;
}
.checkboxRequiredState .formLabel, .checkboxMaxSelectionsState .formLabel,
.selectRequiredState .formLabel, .selectInvalidState .formLabel,
.textareaRequiredState .formLabel, .textareaMinCharsState .formLabel, .textareaMaxCharsState .formLabel,
.textfieldRequiredState .formLabel, .textfieldInvalidFormatState .formLabel, .textfieldMinValueState .formLabel, .textfieldMaxValueState .formLabel, .textfieldMinCharsState .formLabel, .textfieldMaxCharsState .formLabel, .radioRequiredState .formLabel{
	color: #CC3333;	
}
.ratingMovies{
	margin-right:10px;
	float:right;
	color:#FF3333;
}
#Countvalidta1{
	width:17px;
}
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .radioRequiredState .radioRequiredMsg{
	border:0px;	
	margin-left:4px;
	padding-left:22px;
	vertical-align:bottom;
	font-size:11px;
	font-weight:bold;
	line-height:21px;
	height:21px;
}

.validMsg{
	width:16px;
	height:16px;
	margin-left:6px;
	margin-top:-2px;
	display:none;
}

.textfieldValidState .validMsg, .textareaValidState .validMsg, .selectValidState .validMsg, .checkboxValidState .validMsg, .radioValidState .validMsg{
	display:inline;
}

#okmessage{
	margin-top:10px;
	color: green;
	display:none;
}


.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.formImageHandCursor {
	cursor: pointer;
	cursor: hand;
}

.formMsg
{
	display: inline;
	color: #CC3333;
	font-weight:bold;
	text-align:center;
	font-size:13px;
}
