/* CSS Document */
.td_label {
width:330px;
height:35px;
padding-right:5px;
vertical-align:middle;
text-align:right;
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
width: 620px; 
padding: 5px; 
border: solid 1px #CCCCCC;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}

input {
width: 350px;
border:1px solid #cecece;
padding: 5px; 
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
font: bold 1em Verdana, Arial, Helvetica, sans-serif;
}
   
input.button {
width: 350px; 
margin: 15px 0px 10px 40px; 
font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; 
background-color:#FFCC00;
}

label {
display: block; 
font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}



textarea{
padding:5px;
width:350px;
height:80px;
border:1px solid #cecece;
background-position: center center;
background-repeat:no-repeat;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
font: bold 1.2em Verdana, Arial, Helvetica, sans-serif; 
}

 .hilfetext {
  text-align:center;
  font-family: Helvetica, Sans-Serif;
  font-size: 10px;
  font-style: Oblique;
 }


/** Kalender Input **/

#calroot {
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}

#calhead {
    padding: 2px 0;
    height: 22px;
}

#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}

#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: transparent url(/images/reservierung/prev.png) no-repeat center center scroll;
}

#calnext {
    float: right;
    background: transparent url(/images/reservierung/next.png) no-repeat center center scroll;
}

#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}

#caltitle select {
    font-size: 10px;
}

#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}

#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}

#calweeks {
    background-color: #fff;
    margin-top: 4px;
}

.calweek {
    clear: left;
    height: 22px;
}

.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.calweek a:hover, .calfocus {
    background-color: #ddd;
}

a.calsun {
    color: red;
}

a.caloff {
    color: #ccc;
}

a.caloff:hover {
    background-color: rgb(245, 245, 250);
}

a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}

#calcurrent {
    background-color: #498CE2;
    color: #fff;
}

#caltoday {
    background-color: #333;
    color: #fff;
}

/** Range Input **/

.slider {
    background: #3C72E6 url(http://hasenheide-bowling.de/neu/images/reservierung/range_gradient.png) repeat-x 0 0;
    height: 9px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333;
    width: 100%;
    float: left;
    clear: right;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 8px #000;
}

.progress {
    height: 9px;
    background-color: #C5FF00;
    display: none;
    opacity: 0.6;
}

.handle {
    background: #fff url(http://hasenheide-bowling.de/neu/images/reservierung/range_gradient.png) repeat-x 0 0;
    height: 28px;
    width: 28px;
    top: -12px;
    position: absolute;
    display: block;
    margin-top: 1px;
    border: 1px solid #000;
    cursor: move;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;

}

.range {
    border: 1px solid #ddd;
    float: left;
    font-size: 15px;
    margin: 10px 0 0 5px;
    padding: 3px 0;
    text-align: center;
    width: 50px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* Select */

div.selector {
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

div.selector span {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

div.selector select {
    position: absolute;
    opacity: 0;
    height: 33px;
    border: none;
    background: none;
}
