/* -------------
 * Buttons
 * ------------- *\/
button {
  margin: 0px;
  padding: 0px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 *\/

button span {
  background: transparent url(../../elements/btn_right.gif) no-repeat scroll right top;
  display: block;
  float: left;
  padding: 0px 4px 0px 0px; /* sliding doors padding *\/
  margin: 0px;
}

button span span {
  background: transparent url(../../elements/btn_left.gif) no-repeat;
  color: #FFFFFF;
  padding: 1px 4px 0px 8px;
  font-weight: normal;
  font-size: 10px;
  line-height: 13px;
  text-transform: lowercase;
  display: block;
  text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- *\/
.jNiceInputWrapper {
  background: transparent url(../../elements/input_left.gif) no-repeat left top;
  height: 23px;
  padding: 0px;
}

.jNiceInputInner {
  background: transparent url(../../elements/input_right.gif) no-repeat right top;
  padding: 2px 4px 2px 0px;
  margin: 0px 0px 0px 4px;
}

.jNiceInputInner div {
  height: 19px;
}

.jNiceInputInner input {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 18px;
  vertical-align: middle;
  height: 17px;
  color:#404040;
  border: 0;
  padding: 0px;
  margin: 0px;
}

.jNiceSafari .jNiceInputInner div {
  position: relative;
  overflow: hidden;
}

.jNiceSafari input {
  background-color: none;
  position: absolute;
  top: -2px;
  left: -4px;
  height: 26px;
}

/* -------------
 * Radios
 * ------------- *\/
.jRadioWrapper {float: left;}
.jNiceRadio {
  background: transparent url(../../elements/radio.gif) no-repeat center top;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  display:block;/*display: -moz-inline-block;*\/
}


/* -------------
 * Checkboxes

 
 
*	.jNiceCheckbox {
*		width: 16px; height: 15px;
*	
*		display: inline-block;
*		position: relative;
*		bottom: -1px; left: -1px;
*	
*		vertical-align: middle;
*		line-height: 15px;
*		
*		background: transparent url(../ui/checkbox.jpg ) no-repeat 0 0;
*		border: none;
*	}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
*	.jNiceChecked {
*	 	background-position: 0 -15px;
*	} 
* ------------- */
/*\*\/ * html input.jNiceChecked { bottom: -2px; } /**/

/* -------------
 * Selects
 * ------------- *\/
.jNiceSelectWrapper {
  width: 132px;
  position:relative;
  height: 17px;
}

.jNiceSelectWrapper div span {
  float: none;
  position: absolute;
  width: 104px;
  height: 15px;
  line-height: 15px;
  padding: 0px 3px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  border-right: none;
}

.jNiceSelectWrapper div a {
  display: block;
  position: absolute;
  right: 0px;
  width: 21px;
  height: 17px;
  background: url(../../elements/select_right.gif) no-repeat center center;
}

.jNiceSelectWrapper ul {
  position: absolute;
  width: 150px;
  top: 16px;
  left: 0px;
  list-style: none;
  background-color: #FFF;
  border: solid 1px #CCC;
  display: none;
  margin: 0px;
  padding: 0px;
  height: 150px;
  overflow: auto;
  overflow-y: auto;
  z-index:100;
}

.jNiceSelectWrapper ul a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color:#0099CC;
  background-color: #FFF;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

.jNiceSelectWrapper {
  position: relative;
}


#nr-pers .jNiceSelectWrapper {   /*-----------------------------*/
	position:relative;
	
	height: 29px;/*margin-top:6px;*/
}

  .jNiceSelectWrapper div span {
    padding: 8px 3px 0 0;

    float: none;
    position: absolute;

    overflow: hidden;

    line-height: 14px;
    text-align: right;
  }
  
  
#nr-pers .jNiceSelectWrapper div span {/*-----------------------------*/
	float: none;
	position: absolute;
	line-height: 29px;
	overflow: hidden;
	width: 30px;
	height: 29px;
	padding-left: 10px;
	text-align: left;
	background: transparent url( ../ui/select-medium-back.png ) no-repeat 0 0;
	padding-bottom:10px;
}

/*\*/ * html #nr-pers .jNiceSelectWrapper div span {/*-----------------------------*/
	width: 30px;
	height: 29px;
}   /**/
  
  
  

  .jNiceSelectWrapper div a {
    display: block;

    position: absolute;
    right: 0px;
  }
  
#nr-pers .jNiceSelectWrapper div a {/*-----------------------------*/
	display: block;
	position: absolute;
	right: 0px;
	width: 29px;
	height: 29px;
	background: transparent url( ../ui/select-medium-arrow2.png ) no-repeat 0 0;
} 
  
  .jNiceSelectWrapper ul {
    margin: 0; padding: 0;

    display: none;

    overflow: auto;
    overflow-y: auto;

    position: absolute;
    top: 30px; left: 0px;
    z-index:100;

    line-height: 14px;
    list-style: none;

    text-align: right;


    background-color: #faecd5;
    border: 1px solid #eeded1;
  }
  
  
#nr-pers .jNiceSelectWrapper ul {/*-----------------------------*/
	position: absolute;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
	width: 70px;
	height: 90px;
	top: 30px;
	text-align: left;
}

  .jNiceSelectWrapper ul a {
    padding: 8px 5px;

    display: block;

    text-decoration: none;
    color: #606060;

    background-color: #FFFCF0;
  }

  .jNiceSelectWrapper ul a:hover {
    text-decoration: none;

    background: #DBF0EB;
  }
  .jNiceSelectWrapper ul a.selected {
    background: #ABDFE5;
  }

/** INTER **/
.inter .select-day .jNiceSelectWrapper {
  width: 62px; height: 30px;
}
  .inter .select-day .jNiceSelectWrapper div span {
    width: 32px; height: 22px;

    background: transparent url(../ui/select-day-back.png) no-repeat 0 0;
  } /*\*/ * html .inter .select-day .jNiceSelectWrapper div span { width: 35px; height: 30px; } /**/
  .inter .select-day .jNiceSelectWrapper div a {
    width: 27px; height: 30px;

    background: url(../ui/select-day-arrow.png) no-repeat 0 0;
  }
  .inter .select-day .jNiceSelectWrapper ul {
    width: 62px; height: 150px;
  }

.inter .select-month .jNiceSelectWrapper {
  width: 113px; height: 30px;
}
  .inter .select-month .jNiceSelectWrapper div span {
    width: 83px; height: 22px;

    background: transparent url(../ui/select-month-back.png) no-repeat 0 0;
  } /*\*/ * html .inter .select-month .jNiceSelectWrapper div span { width: 86px; height: 30px; } /**/
  .inter .select-month .jNiceSelectWrapper div a {
    width: 27px; height: 30px;

    background: url(../ui/select-month-arrow.png) no-repeat 0 0;
  }
  .inter .select-month .jNiceSelectWrapper ul {
    width: 113px; height: 150px;
  }

.inter .select-year .jNiceSelectWrapper {
  width: 72px; height: 30px;
}
  .inter .select-year .jNiceSelectWrapper div span {
    width: 42px; height: 22px;

    background: transparent url(../ui/select-year-back.png) no-repeat 0 0;
  } /*\*/ * html .inter .select-year .jNiceSelectWrapper div span { width: 45px; height: 30px; } /**/
  .inter .select-year .jNiceSelectWrapper div a {
    width: 27px; height: 30px;

    background: url(../ui/select-year-arrow.png) no-repeat 0 0;
  }
  .inter .select-year .jNiceSelectWrapper ul {
    width: 72px; height: 150px;
  }

/** HOME **/
.home .select-day .jNiceSelectWrapper {
  width: 58px; height: 27px;
}
  .home .select-day .jNiceSelectWrapper div span {
    width: 31px; height: 27px;

    background: transparent url(../ui/hp-select-day-back.png) no-repeat 0 0;
  } /*\*/ * html .home .select-day .jNiceSelectWrapper div span { width: 31px; height: 27px; } /**/
  .home .select-day .jNiceSelectWrapper div a {
    width: 27px; height: 27px;

    background: url(../ui/hp-select-day-arrow.png) no-repeat 0 0;
  }
  .home .select-day .jNiceSelectWrapper ul {
    width: 58px; height: 150px;

    top: 26px;
  }

.home .select-month .jNiceSelectWrapper {
  width: 98px; height: 27px;
}
  .home .select-month .jNiceSelectWrapper div span {
    width: 71px; height: 27px;

    background: transparent url(../ui/hp-select-month-back.png) no-repeat 0 0;
  } /*\*/ * html .home .select-month .jNiceSelectWrapper div span { width: 71px; height: 27px; } /**/
  .home .select-month .jNiceSelectWrapper div a {
    width: 27px; height: 27px;

    background: url(../ui/hp-select-month-arrow.png) no-repeat 0 0;
  }
  .home .select-month .jNiceSelectWrapper ul {
    width: 98px; height: 150px;

    top: 26px;
  }

.home .select-year .jNiceSelectWrapper {
  width: 72px; height: 27px;
}
  .home .select-year .jNiceSelectWrapper div span {
    width: 45px; height: 27px;

    background: transparent url(../ui/hp-select-year-back.png) no-repeat 0 0;
  } /*\*/ * html .home .select-year .jNiceSelectWrapper div span { width: 45px; height: 27px; } /**/
  .home .select-year .jNiceSelectWrapper div a {
    width: 27px; height: 27px;

    background: url(../ui/hp-select-year-arrow.png) no-repeat 0 0;
  }
  .home .select-year .jNiceSelectWrapper ul {
    width: 72px; height: 150px;

    top: 26px;
  }

.inter .select-medium .jNiceSelectWrapper {
  width: 210px; height: 32px;
}

.inter #nr-pers .select-medium .jNiceSelectWrapper {
  width: 70px; height: 29px;
}
  .inter .select-medium .jNiceSelectWrapper div span {
    width: 166px; height: 32px;
    padding-left: 10px;

    text-align: left;

    background: transparent url( ../ui/select-medium-back.png ) no-repeat 0 0;
  } /*\*/ * html .inter .select-medium .jNiceSelectWrapper div span { width: 176px; height: 32px; } /**/
  
    .inter #nr-pers .select-medium .jNiceSelectWrapper div span {
    width: 40px; height: 29px;
    padding: 0 3px 0 10px;

    text-align: left;

    background: transparent url( ../ui/select-medium-back.png ) no-repeat 0 0;
  } /*\*/ * html .inter #nr-pers .select-medium .jNiceSelectWrapper div span { width: 40px; height: 29px; } /**/
  
  .inter .select-medium .jNiceSelectWrapper div a {
    width: 34px; height: 32px;

    background: transparent url( ../ui/select-medium-arrow.png ) no-repeat 0 0;
  }
  
  
   .inter  #nr-pers  .select-medium .jNiceSelectWrapper div a {
    width: 34px; height: 29px;

    background: transparent url( ../ui/select-medium-arrow2.png ) no-repeat 0 0;
  }
  
  
  .inter .select-medium .jNiceSelectWrapper ul {
    width: 210px; height: 150px;

    top: 32px;

    text-align: left;
  }
  
    .inter #nr-pers .select-medium .jNiceSelectWrapper ul {
    width: 70px; 
    top: 32px;

    text-align: left;
  }
