/*##########################################
Name: Default styling for Niceforms v.0.9
Author: Lucian Slatineanu
URL: http://www.badboy.ro/
##########################################*/

/*General styles not really related to the forms*/
/* Correction des bug Internet Explorer */ 
* html button {width:1%; overflow:visible;} 
*:first-child+html button {overflow:visible;}

img {
	border:0;
}
#container {
	padding:20px;
}

.LabelListBox {
	font-family:"Arial";
	font-size:12px;
	color:#000000;
	padding-left:2px;
	line-height:14px;
	vertical-align:top;	
}

.LabelAutre {
	font-family:"Arial";
	font-size:12px;
	color:#000000;
	padding-left:2px;
	line-height:14px;	
}


/*Forms defaults*/
input, textarea {
	font-family:"Arial";
	font-size:12px;
	color:#000000;
	vertical-align:top;
}

label {
	cursor:pointer;
	padding-left:2px;
	line-height:14px;
	vertical-align:top;
}

label.chosen {
	color:#333;
}

/*Transparent items*/
.transparent {
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
	visibility: hidden;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}

/*Radio buttons*/
.radioAreaUnchecked, .radioAreaChecked {
	z-index:5;
	position:absolute;
	width:15px;
	height:15px;
	cursor:pointer;
}
.radioAreaUnchecked {
	background:url(/images/radio.gif) no-repeat left top;
}
.radioAreaChecked {
	background:url(/images/radio.gif) no-repeat left bottom;
}

/*Checkboxes*/
.checkboxAreaUnchecked, .checkboxAreaChecked {
	font-family:"Arial";
	background:url(/images/checkbox.gif) left top no-repeat;
	position:absolute;
	height : 14px;
	width : 14px;
	z-index:5;
	cursor:pointer;
}

.checkboxAreaUnchecked {
	background-position: left top;
	height : 14px;
	position:absolute;
}
.checkboxAreaChecked {
	background-position: right top;
	height : 14px;
	position:absolute;
}

/*Text inputs*/
.textinput, .textinputHovered {
	font-family:"Arial";
	width:252px;
	height:23px;
	background:url(/images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}



/*Text areas*/
.textarea, .textareaHovered {
	font-family:"Arial";
	width:350px;
	height:125px;
	background:url(/images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}


.TableGSelectArea {
	border :0px;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px; 
	border-collapse: collapse; 
	height:21px;
	overflow:hidden;
}

.GSelectArea {
	border :0px;
	margin : 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Arial";
	color:#000000;
	font-size:13px;
	text-align: left;
	height:16px;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
}

.GSelectAreaTD {
	font-family:"Arial";
	font-size:13px;
	text-align: left;
	height:21px;
	cursor:pointer;
	background:url(/images/select_bg.gif) repeat-x left top;
}

.GSelectLeft {
	border :0px;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:8px;
	height:21px;
	cursor:pointer;
	background:url(/images/select_left.gif) no-repeat left top;
}
.GSelectRight {
	border :0px;
	margin : 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:21px;
	height:21px;
	cursor:pointer;
	background:url(/images/select_right.gif) no-repeat left top;
}



/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	font-family:"Arial";
	position:absolute;
	margin-top:21px;
	margin-left:1px;
	background:#FAFAFA;
	padding:2px;
	font-size:11px;
	z-index:100;
	overflow:auto;
}
.optionsDivInvisible {
	display:none;
	overflow-X:hidden;
}
.optionsDivVisible {
	display:block;
	z-index:100;
	overflow-X:hidden;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsSelect{
	font-family:"Arial";
	color:#000000;
	background:#FFFFFF;
	text-decoration:none;
	border:1px solid #FFFFFF;
	display:block;
	padding:1px 4px;
	text-align: left;
	/*overflow:none;*/
}
.optionsSelecthover {
	font-family:"Arial";
	color:#000000;
	background:#E4E7EC;
	text-decoration:underline;
	display:block;
	padding:1px 4px;
	border:1px solid #8AB2E5;
	cursor:pointer;
	text-align: left;
	/*overflow:none;*/
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	font-family:"Arial";
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(/images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}

/*Test div - testing if stylesheets are enabled*/
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}


.TableCheckNoBorder {
	border :0px;
	margin : 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.TableCheckNoBorder tr{
		border :0px;
		padding:0px 0px 0px 0px;
}
.TableCheckNoBorder td{
		border :0px;
		margin : 0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		text-align:  left;
}

.selectedItem {color:#6290D2}


button.nicebouton { 
    display:-moz-inline-box; 
    display:inline-block; 
    margin:0; 
    padding:0; 
    color: #FFFFFF; 
	text-decoration: none; 
    white-space:nowrap; 
    text-align:center; 
    vertical-align:middle; 
    cursor:pointer; 
    border:0; 
    background:none;
    font-family: "Tahoma";
	font-weight:bold;
	font-size:11pt;
}

button.nicebouton span { 
    float:left; 
    padding:0 0 0 10px;        /* Largeur du côté gauche */ 
    vertical-align:middle; 
    background:url(/images/btn1.gif) left top no-repeat; 
}
button.nicebouton span span { 
    padding:0 10px 0 0;        /* Largeur du côté droit */ 
    background:url(/images/btn3.gif) right top no-repeat; 
}

button.nicebouton span span span { 
    height:24px;        /* Hauteur du bouton */ 
    padding:0; 
    line-height:1.5;    /* Alignement vertical du texte */ 
    background:url(/images/btn2.gif) left top repeat-x;
	 
}