html { 
padding:0px;
margin:0px;
min-height: 100%;
}

body {
font-family: Arial, Helvetica, sans-serif;
min-height: 100%;
font-size: 10pt;
color:black;  
text-align:left;
margin:0px  !important;
padding:0px !important;
overflow-y: scroll;
}

a { cursor: pointer;  text-decoration: none;  color: inherit; }
a.external { color: #FA5423}

 
body.frontend.page
 {  background-image: url(../images/page_background.gif);
    background-position: right top;
    background-repeat: repeat-x;
    background-color: #273771 !important;   
}
   
   
#logo {

padding:0px;
text-align:left;
float: left;
overflow: hidden;
}


#inhalt {
width:860px;
overflow: hidden;

}

#inhalt .wrapper {

margin-left: 0px;
margin-right: 0px;

padding-top: 0px;
padding-bottom: 0px;

}

#inhalt .innen {

   
    padding-left: 16px;
    padding-right: 16px; 
    border: 1px;
    overflow: hidden;
    background-color: white;
    margin-left: 0px;
    padding-bottom: 48px;
    padding-top: 8px;
}

/* Transparent wenn im CMS eingestellt*/
body.contents_transparent #inhalt .innen { background-color: transparent; }

body#page div.head
 {
   clear: both;
   width: 100%;
 
 }
   
body div.content
 {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    
 }

 
 /* Warten-Dialog */
div.wait { border: 3px orange solid; }
div.wait button { width: 300px; font-size: 26px;  }

/* Navigationsleiste oben */

div.topbar { background-color: #273771;  }
div.topbar div.wrapper { margin: 0 auto; width: 860px; padding: 6px 0px 6px 0px; text-align: right }
div.topbar ul { padding: 0px; margin: 0px; display: inline; color: #8790B0; font-weight: bold }
div.topbar ul li { display: inline; padding: 0px; margin: 0px; padding-left: 10px;  }

div.topbar ul { display: inline; font-size: 11px; }

div.topbar ul a { color: #8790B0; text-decoration: none; font-size: 11px; font-weight: normal }
div.topbar ul a:hover { color: white  }


div.topbar ul.external_links {  }

div.topbar ul.languages {  text-align: right; padding: 0px; margin: 0px; margin-left: 12px;}
div.topbar ul.languages li { padding: 0px; padding-left: 6px;   }   

/** Debug view */

button.debug { position: fixed; left: 8px; bottom: 8px; font-size: 12px; color: white; }

div.debug { outline: 3px transparent solid; margin-top: 8px; }
div.debug.active { outline: 3px orange solid }

div.debug label.debug { display: none }
div.debug.active label.debug { display: block !important;  }
                          
div.debug label.debug {  background-color: orange; padding: 6px; font-size: 12px; color: white; z-index: 222 }

/** Zurück-Knopf */

div.backbutton { position: absolute; }
div.backbutton a { border: 1px transparent solid; background-image: url(../images/arrow_left_white.gif); background-repeat: no-repeat; background-position: center 12px; position: relative; left: -70px; display: block; text-align: center; width: 60px; height: 60px; }
div.backbutton a span { font-size: 11px; color: white; position: relative; top: 32px;   }
div.backbutton a:hover  {border: 1px #576082 solid }


 /** Revisionsnummer am Seitenende */
 
 
 div#footer { clear: both; margin-top: 32px; margin-bottom: 24px; }
 
 div.rev { color: white; text-align: center; font-size: 9px; opacity: 0.6; filter: alpha(opacity=60)}
 
 
 /** Fehlerseite */
 
 .errorpage { background-image: url(../images/page_background.gif);
    background-position: right top;
    background-repeat: repeat-x;
    background-color: #273771 !important; 
    overflow: auto;
 }
    
 
 .errorpage img.logo {position: relative; left: -12px; }
 .errorpage .head { margin-top: 16px; margin-bottom: 16px; }
 .errorpage h1 { font-size: 25px; font-weight: normal; color: white }
 .errorpage p { font-size: 22px; font-weight: normal; color: white; }
 
 .errorpage.inline { padding: 24px; }
 .errorpage.inline h1 { font-size: 16px }
 .errorpage.inline p { font-size: 14px }
 
 .errorpage.inline p.backtrace { font-size: 11px }
 
 /* Clearfix */
 
 .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}

/* Formular-Tooltip */
/* simple css-based tooltip */
.tooltip {
        background-color:#FCAA93;
    border:1px solid #FA5423;
    padding:10px 15px;
    width:250px;
    display:none;
    color:black;
    text-align:left;
    font-size:12px;

    /* outline radius for mozilla/firefox only */
    -moz-box-shadow:0 0 10px #000;
    -webkit-box-shadow:0 0 10px #000;
}

a.help { background-color: #273771; border: 1px white dotted; color: white; padding: 2px; text-decoration: none !important; font-size: 16px; font-weight: bold }

/* Allgemein */

.right { float: right}
button { cursor: pointer; }
/* Generische Klasse */  
.FloatRight { float: right }

/* Default */
div.standardelement { background-color: white }

input, textarea, select{ background-color: #FEFCF6}
input { border-left: 1px black solid; border-top: 1px black solid; border-right: 1px #DEDDD8 solid; border-bottom: 1px #DEDDD8 solid }

input:disabled, textarea:disabled { border: transparent }

input:focus, textarea:focus, select:focus { background-color: #FEFAED; outline: 2px orange solid; }
input.big, textarea.big { font-size: 22px; padding: 2px }    
    
.clear
    { clear: both }
    
.width100 { width: 100% }
   
.infotext { color: #444444; font-size: 15px;  }

.notifytext { color: #333333; font-weight: bold; font-size: 15px; padding: 4px; background-image: url(../images/bkg_info.png); }

.errortext { color: #FA673C; font-size: 15px; padding: 4px; background-image: url(../images/bkg_error.png);  }

/* Noscript-Info */

div.noscript_infowindow
 {
   
    -moz-opacity: 0.9; 
    filter:alpha(opacity=90); 
    opacity: 0.9;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    text-align: center;
    margin: auto;
    font-size: 18px;
    padding-top: 16px;
    font-weight: bold;
     
 }
 
div.noscript_infowindow a
 {
   background-color:#FA673C;
   padding: 2px;
   color: white;
   font-weight: bold  
 }
div#navi { width: 100%; clear: both; margin-top: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; }
div#navi ul.Level1 { width: 100%; list-style-type: none; margin: 0px; padding: 0px; display: block; line-height: 2em; }
div#navi ul.Level1 li { display: inline; background-color: #273771; margin-right: 1px; padding-left: 12px; padding-right: 12px; padding-top: 6px !important; padding-bottom: 6px; white-space: nowrap; }
div#navi ul.Level1 li a { font-size: 14px; font-weight: normal; color: white; text-decoration: none !important; }
div#navi ul.Level1 li.NotSelected:hover { background-color: #ADCED6; }
div#navi ul.Level1 li.Selected { background-color: #FA5423; }
div#navi ul.Level1 li.Selected a { }
div#navi ul.Level1 { position: relative; }
div#navi ul.Level1 li.LastItem { position: absolute; right: -1px; padding-top: 0px !important; margin-bottom: 0px; background-color: transparent; } 
div#navi ul.Level1 li.LastItem.Selected { background-color: #fa5423; }
div#navi ul.Level2 { width: 100%; list-style-type: none; margin: 0px; padding: 0px; display: block; clear: both; background-image: url( ../images/page_menu_level2.gif );  
                     background-repeat: repeat-x; background-color: #FA673C; line-height: 1.6em; padding-bottom: 6px; padding-top: 4px;
                     background-position: bottom left;
                     /* To elevate the submenu over the 1st level */      
                     position: relative; z-index: 5; }  

div#navi ul.Level2 li { display: inline; margin-right: 2px; padding-left: 12px; padding-right: 12px; padding-top: 6px !important; 
                        padding-bottom: 6px; }
div#navi ul.Level2 li a { font-size: 14px; font-weight: normal; color: white; text-decoration: none !important; }
div#navi ul.Level2 li a { text-decoration: underline !important; }
div#navi ul.Level2 li.Selected { }
div#navi ul.Level2 li.Selected a { text-decoration: none !important; }
div#navi ul.Level2 { }html { padding: 0px; margin: 0px; min-height: 100%; border: none; font-family: Verdana, Arial, Helvetica, sans-serif; /* Needed for WYSIWYG view */ }
body { min-height: 100%; background-color: white; font-size: 13px; color: black; text-align: left; margin: 8px; padding: 0px; }
  
.Headline { font-size: 12pt; color: black; font-weight: bold; }
.Fliesstext { margin: 0px; font-size: 12px; color: black; font-weight: normal; }
.Anmerkung { font-size: 12px; color: grey; font-weight: normal; }
.NewsDatum { font-size: 12px; color: black; border-bottom: 1px #B8BD00 dotted }
.Ueberschrift { font-weight: normal; font-size: 20pt; line-height: 22pt; color: #FA5423; }
.UeberschriftKlein { font-weight: normal; padding: none; margin: none; display: inline; font-size: 16pt; line-height: 18pt; color: #FA5423; }
.UeberschriftSehrKlein { font-weight: normal; margin: none; display: inline; font-size: 11pt; line-height: 10pt; color: #FA5423; }
.UeberschriftSehrKlein a { text-decoration: none }
.UeberschriftKlein a { text-decoration: none }
.Ueberschrift a { text-decoration: none }
.Gruenton { color: #b8bd00 }
.hint { color: #8E9AB3 }
.info { background-color: #FEF7C9; padding: 6px !important; color: #041F56 }
.warning { color: red }

h1 { font-size: 20pt; line-height: 18pt; font-weight: bold; color: #041F56; }
h2 { padding: none; margin: none; display: inline; font-size: 16pt; line-height: 18pt; font-weight: bold; color: #041F56; }
h3 { padding: none; margin: none; display: inline; font-size: 12pt; line-height: 11pt; font-weight: bold; color: #041F56; }
h4 { margin: none; display: inline; font-size: 11pt; line-height: 10pt; font-weight: bold; color: #041F56; }
#rechts h2 { display: inline; font-size: 10pt; font-weight: bold; color: #041F56; }
#inhalt p { display: block }
#inhalt .info { line-height: 1.5em; padding: 1px }
.warn { font-size: 12pt; background-color: orange; color: black; padding: 2px; clear: both }
.infoText { border: 1px #000 dotted; padding: 8px !important; font-size: 16px; background-color: yellow; color: black; padding: 2px; background-image: url( ../images/buttonbkg.gif ) }
#print { font-size: 11pt; }
.Seitentitel { padding-bottom: 8px; font-size: 30px; color: #FA5423; font-weight: normal; font-family: Arial, Sans-Serif; margin-top: 12px; margin-bottom: 12px; padding: 0px; }
.SeitentitelKlein { font-size: 22px; color: #FA5423; font-weight: normal; font-family: Arial, Sans-Serif; margin-top: 12px; margin-bottom: 12px; padding: 0px; }

.SeitentitelSub { font-size: 14px; color: #FA5423; font-weight: normal; font-family: Arial, Sans-Serif;  }

.SeitentitelBlau { font-size: 30px; color: #1A2542; font-weight: normal; font-family: Arial, Sans-Serif; }
.SeitentitelBlauKleiner { font-size: 20px; color: #1A2542; font-weight: normal; font-family: Arial, Sans-Serif; }
.SeitentitelBlauKlein { font-size: 16px; color: #1A2542; font-weight: normal; font-family: Arial, Sans-Serif; }
ul { list-style-image: url( ../images/bullet_orange.gif ); padding-left: 30px; }
ul li { margin-bottom: 12px; padding-left: 6px; }
.StartseiteUeberschrift { font-size: 60px; line-height: 60px; color: white; font-family: Trebuchet MS, Arial, Sans-Serif; font-weight: normal;  padding: 0px;  margin: 0px }
.StartseiteKlein { font-size: 27px; line-height: 35px; color: white; font-family: Trebuchet MS, Arial, Sans-Serif; padding: 0px;  margin: 0px }
.StartseiteKleiner { font-size: 15px; line-height: 25px; color: white; font-family: Trebuchet MS, Arial, Sans-Serif; font-weight: normal }

h2.top { font-size: 18px; color: #EAFDFB; display: inline; font-weight: normal; }


#map_canvas { position: relative; left: 2px;  height: 300px; width: 100%; float: left; outline: 1px #CCCCCC solid; } 
/* border: 1px #555555 solid; border-right: 1px white solid; border-bottom: 1px white solid;  }
*/
.map_info_container { width: 240px; float: right; display: none; }
.map_info_container #map_info { padding: 16px; height: 296px; overflow: auto; }

.map_info_container h1 { margin: 0px; font-size: 16px; font-weight: bold; color: black; }

.map_info_container table td { white-space: nowrap; font-size: 13px; font-weight: bold }
.map_info_container table td.label { font-size: 13px; font-weight: normal }



.country_portal_hint { font-size: 16px; background-color: #F2FBE8; padding: 12px; margin-top: 10px; margin-bottom: 10px}


form.searchform { margin-bottom: 10px; width: 100%}
form.searchform input.address { width: 100%; font-size: 20px; padding: 2px; }
form.searchform button { float: right; width: 100%; font-size: 20px; padding: 2px; }

div.results { width: 100%;  }

div.results table {width: 100%; border-collapse: collapse}
div.results table th { font-size: 16px; color: white; background-color:  #ED4A00; padding: 2px }

div.results table td { padding: 6px; font-size: 13px; border: 1px #CCCCCC solid; vertical-align: top }


div.results table td.marker { vertical-align: middle }

div.results table td.locality {  }
div.results table td h1 { line-height: 12px;  display: inline;  font-weight: normal; font-size: 14px }
div.results table td h1 a { color: #ED4A00; text-decoration: underline; font-weight: bold }


div.results table td.distance {vertical-align: middle; font-weight: bold; text-align: center; padding: 4px; }
div.results table td.distance span.hint {font-size: 11px; color: #000000; font-weight: normal;}

div.results table td.data {  }
div.results table td.openingtimes { font-size: 12px;  }
div.results table td.data {  }


/* Reset-Knopf */
button#map_reset { position: relative; top: -28px; left: 4px;  border-radius: 4px; font-weight: bold; background-color: #ED4A00; border: 1px  #041F56 solid; border-bottom: 3px  #041F56 solid;; color: white }

/* Stations-Detailfenster */
.station_details a { color: #ED4A00; font-weight: normal; text-decoration: underline; line-height: 1.8em }

/* Hinweistext-Box */

.booking_hints { float: right; width: 240px; opacity: 0.5; filter: alpha(opacity=50)}
.booking_hints .container { padding: 16px; padding-top: 0px}

/* Fehler */
h1.error { color: #ED4A00; font-weight: normal; font-size: 18px; line-height: 23px; margin: 0px; padding: 0px }



/* Body-CSS */

body.padding_none #inhalt div.wrapper { margin: 0px; }
body.contents_transparent #inhalt { background-color: transparent !important; }
    
/* Element-CSS */  


div.box_rentbox {   background-color: white;  padding: 12px;     margin-right: 0px; padding: 8px   }




div.box_rentbox td.label { padding-right: 8px }

div.box_rentbox label { display: block; cursor: pointer; }
div.box_rentbox label.radio { padding-bottom: 4px; }
div.box_rentbox label.radio input { margin-right: 6px;  }

div.box_rentbox label.active span { background-color: yellow; }



div.box_rentbox form {  background-image: url(../images/orangebkg.gif); background-color: white;  background-repeat: repeat-x; background-position: bottom;  }
div.box_rentbox input, div.box_rentbox select { outline: 1px black solid; border-left: 1px #CCCCCC solid; border-top: 1px #CCCCCC solid; border-right: 1px #FFFFFF solid; border-bottom: 1px #FFFFFF solid; padding: 2px; background-color: #FEF7E4; background-color: white  }
div.box_rentbox input:focus { background-color: #FEECBD; }
div.box_rentbox .radio { border: 0px; outline: 0px; }

div.box_rentbox .head h2 { color: #FA5423; font-size: 30px; padding-top: 8px; padding-bottom: 8px;  margin-bottom: 16px; background-color: yellow;   }

div.box_rentbox table.inputs td .help { position: relative; top: 4px; }
div.box_rentbox table.inputs input { width: auto;  font-size: 18px; width: 83%; display: inline }
div.box_rentbox table.inputs select { width: auto;  font-size: 18px; }

div.box_rentbox table.inputs input.radio { width: auto;  }

div.box_rentbox table.inputs input.date { width: auto; font-size: 20px; width: 48%; }
div.box_rentbox table.inputs #mietbox_ort { width: 90% }


div.box_rentbox select.select { width: auto; display: block; font-size: 17px; width:  100%; }
div.box_rentbox .button { font-size: 17px !important; font-weight: normal; padding: 4px; background-color: #F6FCFE; outline: 1px black solid; border-right: 1px #CCCCCC solid; border-bottom: 1px #CCCCCC solid; border-left: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; width: 100%; background-image: url( ../images/page_menu_level2.gif ); background-repeat: repeat-x; background-position: left top; color: white; margin-top: 4px; margin-bottom: 10px; }

div.box_rentbox h2 { font-size: 16px; font-weight: normal; color: white; margin: 0px; display: block;   }
div.box_rentbox h3 { font-size: 14px; color: black; margin: 0px; padding-bottom: 4px; display: block;  margin-bottom: 8px;  }

div.box_rentbox label { color: black } 

div.box_rentbox .typeselect { margin-top: 24px; margin-bottom: 12px} 


div.box_darkbox { background-color: #F1FCFF; }
div.background_transparent { background-color: transparent }
div.background_transparent a { color: white; text-decoration: underline }
div.margin_top_16 { margin-top: 16px; }
div.padding_8 { padding: 8px }
div.box_flyer_200 { margin-right: 32px; float: left; margin-top: 16px; }
  
   
/* Rentbox in Groß */

div.box_rentbox.Form { width: 300px; float: left }
div.box_rentbox.Form .button { width: 320px } 
   
/* Startpage */

div.home_topbar { overflow: hidden; padding-top: 16px; padding-bottom: 24px; background-image: url(../images/lamp_white.png); background-repeat: no-repeat; background-positioN: center 170px }

/* Front page with no padding */
body.padding_none #inhalt .innen  { padding: 0px } 

/* Download */

div.download.element { color: #444444;  clear: both; padding-bottom: 8px; overflow: hidden; padding-top: 8px  }
div.download.element h2 { font-weight: normal  }
div.download.element a { 
         border-bottom: 1px dotted;
}


div.download.element div.thumbnail img { width: 64px; float: left; margin-right: 16px; border: 1px #CCCCCC dotted }

div.download.element div.thumbnail {  }



div.Booking h1 { color: #F9663B; font-size: 25px; font-weight: normal; }

/* Stationsfinder */

form.Stationsfinder .search.big { 
       font-size: 17px !important; font-weight: normal; padding: 4px; background-color: #F6FCFE; 
       outline: 1px black solid; border-right: 1px #CCCCCC solid; border-bottom: 1px #CCCCCC solid; 
       border-left: 1px #FFFFFF solid; border-top: 1px #FFFFFF solid; width: 100%; background-image: url( ../images/page_menu_level2.gif ); 
       background-repeat: repeat-x; background-position: left top; color: white; margin-top: 4px; margin-bottom: 10px; }
       
div.StationsfinderErgebnisse { }
div.StationsfinderErgebnisse h1 { font-size: 24px; color: #FA5423; font-weight: normal }
div.StationsfinderErgebnisse ul li a { font-size: 20px; }

div.Booking a.backlink { display: block; height: 32px; padding-top: 2px; padding-left: 28px; background-image: url(../images/backlink.gif); background-repeat: no-repeat; background-position: left top }/* the input field */
.date {  font-size: 18px; padding: 4px; text-align: center; width: 180px; -moz-box-shadow:0 0 10px #eee inset; }
#calroot { /* place on top of other elements. set a higher value if nessessary */ z-index: 1; margin-top: -22px; width: 370px; }
#calbody { clear: both;  width: 364px; font-size: 13px; border: 1px solid #BDC8D2; border-width: 1px 1px 0; background: #F5F9FF url( ../images/jquery-tools/gradient/h300.png ) 0 37px repeat-x; -moz-box-shadow:0 0 10px 0px #ccc; -webkit-box-shadow:0 0 10px 0px #ccc; }
#calhead { padding-left: 195px; }
#caltitle {  text-align: center; font-size: 14px; float: left; width: 130px; }
#calnext, #calprev { display: block; width: 20px; height: 20px; background: transparent url( prev.gif ) no-repeat scroll center center; float: left; cursor: pointer; }
#calnext { background-image: url( next.gif ); float: right; }
#calprev.caldisabled, #calnext.caldisabled { visibility: hidden; }
#caldays span { display: block; float: left; width: 52px; text-align: center; font-weight: bold; padding: 4px 0; font-size: 11px; color: #7e7e7e; line-height: 18px; background: #fff url( ../images/jquery-tools/gradient/h80.png ) repeat-x; }
#calweeks { }
.calweek { clear: left; height: 50px; border-bottom: 1px solid #BDC8D2; border-top: 1px solid #fff; }
.calweek a { display: block; float: left; width: 50px; height: 50px; text-decoration: none; font-size: 15px; text-align: center; line-height: 50px; color: #000; border-right: 1px solid #fff; border-left: 1px solid #BDC8D2; text-shadow: 1px 1px 1px #fff; }
a.calsunday { border-left: 1px solid transparent; color: #900; background-color: #f2f2f2; }
.calweek a:hover, .calfocus { background: #fff url( ../images/jquery-tools/gradient/h80.png ) repeat-x; }
.calsun { color: red; }
a.caloff { color: #999; background: #eee url( ../images/jquery-tools/gradient/h80.png ) repeat-x; }
a.caloff.calfocus { background-color: #ddd; }
.caldisabled { background-color: #efefef !important; color: #ccc !important; cursor: default; }
.caloff:hover { background-color: rgb( 245, 245, 250 ); }
#caltitle select { font-size: 10px; }
.timespan_select label { width: auto; color: black }

/* current day */
#calcurrent { background-color: #498CE2; color: #fff; text-shadow: 0 1px 0 #000; border: 0; width: 52px; background-image: none; -moz-box-shadow:inset 0 0 10px 0px #000; }

/* today */
#caltoday { background-color: #666; color: #fff; text-shadow: 0 1px 0 #000; }
.timespan_select, .active, #calroot {  }
.timespan_select {   height: 56px; padding: 0px 0 12px 0px; color: #ddd; font-size: 11px; width: auto;   }
.timespan_select label { float: left; width: 215px; display: block; padding: 6px; padding-left: 0px; border: 1px solid transparent; margin-right: 6px; width: 30% !important; }
.timespan_select .active { background-color: #fff; color: #333; border: 1px solid #ccc; border-bottom: 0; }
.active input { color: #333; text-shadow: none; }

/* date input */
.date { float: left; display: block;  background-color:#FEFCF6; font-size: 18px; color: black; text-align: left; width: 180px; cursor: pointer; }

/* date input trigger element */
.caltrigger { display: block; width: 30px; height: 32px; float: left; background: url( ../images/jquery-tools/icon.jpg ) no-repeat 0 0; margin-top: 0; margin-left: 8px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.active .caltrigger { background-position: 0 -32px; }


/* For the details, see: http://flowplayer.org/tools/dateinput/index.html#skinning */

/* calendar root element */
#calroot {
/* place on top of other elements. set a higher value if nessessary */
z-index: 1;

 background-color: #fff; border: 1px solid #ccc; border-width: 0 1px 1px; padding-top: 10px; height: 160px; width: 227px; display: none; margin: 0 0 0 -7px; -moz-border-radius-topleft:0; -moz-border-radius-topright:0; -webkit-border-top-left-radius:0;
    -webkit-border-top-right-radius:0; }

/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead { padding: 2px 0; height: 22px; }
#caltitle { font-size: 14px; color: #0150D1; float: left; text-align: center; width: 160px; line-height: 20px; text-shadow: 0 1px 0 #ddd; }
#calnext, #calprev { display: block; width: 20px; height: 20px; background: transparent url( prev.gif ) no-repeat scroll center center; float: left; cursor: pointer; margin-left: 9px; }
#calnext { background-image: url( next.gif ); float: right; margin-right: 9px; }
#calprev.caldisabled, #calnext.caldisabled { visibility: hidden; }

/* year/month selector */
#caltitle select { font-size: 10px; }

/* names of the days */
#caldays { height: 14px; border-bottom: 1px solid #ddd; }
#caldays span { display: block; float: left; width: 32px; text-align: center; font-size: 11px; }

/* container for weeks */
#calweeks { background-color: #fff; margin-top: 4px; }

/* single week */
.calweek { clear: left; height: 22px; }

/* single day */
.calweek a { display: block; float: left; width: 31px; height: 20px; text-decoration: none; font-size: 11px; margin-left: 1px; text-align: <; line-height: 20px; color: #666; -moz-border-radius:3px; -webkit-border-radius:3px; }

/* different states */
.calweek a:hover, .calfocus { background-color: #ddd; }

/* sunday */
a.calsun { color: red; }

/* offmonth day */
a.caloff { color: #ccc; }
a.caloff:hover { background-color: rgb( 245, 245, 250 ); }


/* unselecteble day */
a.caldisabled { background-color: #efefef !important; color: #ccc !important; cursor: default; }


/* current date */
#calcurrent { background-color: #498CE2; color: #fff; }

/* today */
#caltoday { background-color: #999; color: #fff; }/*
 * FullCalendar v1.4.10 Stylesheet
 *
 * Feel free to edit this file to customize the look of FullCalendar.
 * When upgrading to newer versions, please upgrade this file as well,
 * porting over any customizations afterwards.
 *
 * Date: Sat Jan 1 23:46:27 2011 -0800
 *
 */
 
 
/* TODO: make font sizes look the same in all doctypes */


.fc,
.fc .fc-header,
.fc .fc-content {
    font-size: 1em;
    }
    
.fc {
    direction: ltr;
    text-align: left;
    }
    
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    }
    
.fc td, .fc th {
    padding: 0;
    vertical-align: top;
    }



/* Header
------------------------------------------------------------------------*/
    
table.fc-header {
    width: 100%;
    }
    
.fc-header-left {
    width: 25%;
    }
    
.fc-header-left table {
    float: left;
    }
    
.fc-header-center {
    width: 50%;
    text-align: center;
    }
    
.fc-header-center table {
    margin: 0 auto;
    }
    
.fc-header-right {
    width: 25%;
    }
    
.fc-header-right table {
    float: right;
    }
    
.fc-header-title {
    margin-top: 0;
    white-space: nowrap;
    }
    
.fc-header-space {
    padding-left: 10px;
    }
    
/* right-to-left */

.fc-rtl .fc-header-title {
    direction: rtl;
    }



/* Buttons
------------------------------------------------------------------------*/

.fc-header .fc-state-default,
.fc-header .ui-state-default {
    margin-bottom: 1em;
    cursor: pointer;
    }
    
.fc-header .fc-state-default {
    border-width: 1px 0;
    padding: 0 1px;
    }
    
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
    border-style: solid;
    }
    
.fc-header .fc-state-default a {
    display: block;
    border-width: 0 1px;
    margin: 0 -1px;
    width: 100%;
    text-decoration: none;
    }
    
.fc-header .fc-state-default span {
    display: block;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    padding: 3px 5px;
    }
    
.fc-header .ui-state-default {
    padding: 4px 6px;
    }
    
.fc-header .fc-state-default span,
.fc-header .ui-state-default span {
    white-space: nowrap;
    }
    
/* for adjacent buttons */
    
.fc-header .fc-no-right {
    padding-right: 0;
    }
    
.fc-header .fc-no-right a {
    margin-right: 0;
    border-right: 0;
    }
    
.fc-header .ui-no-right {
    border-right: 0;
    }
    
/* for fake rounded corners */
    
.fc-header .fc-corner-left {
    margin-left: 1px;
    padding-left: 0;
    }
    
.fc-header .fc-corner-right {
    margin-right: 1px;
    padding-right: 0;
    }
    
/* DEFAULT button COLORS */
    
.fc-header .fc-state-default,
.fc-header .fc-state-default a {
    border-color: #777; /* outer border */
    color: #333;
    }

.fc-header .fc-state-default span {
    border-color: #fff #fff #d1d1d1; /* inner border */
    background: #e8e8e8;
    }
    
/* PRESSED button COLORS (down and active) */
    
.fc-header .fc-state-active a {
    color: #fff;
    }
    
.fc-header .fc-state-down span,
.fc-header .fc-state-active span {
    background: #888;
    border-color: #808080 #808080 #909090; /* inner border */
    }
    
/* DISABLED button COLORS */
    
.fc-header .fc-state-disabled a {
    color: #999;
    }
    
.fc-header .fc-state-disabled,
.fc-header .fc-state-disabled a {
    border-color: #ccc; /* outer border */
    }
    
.fc-header .fc-state-disabled span {
    border-color: #fff #fff #f0f0f0; /* inner border */
    background: #f0f0f0;
    }
    
    
    
/* Content Area & Global Cell Styles
------------------------------------------------------------------------*/
    
.fc-widget-content {
    border: 1px solid #ccc; /* outer border color */
    }
    
.fc-content {
    clear: both;
    }
    
.fc-content .fc-state-default {
    border-style: solid;
    border-color: #ccc; /* inner border color */
    }
    
.fc-content .fc-state-highlight { /* today */
    background: #ffc;
    }
    
.fc-content .fc-not-today { /* override jq-ui highlight (TODO: ui-widget-content) */
    background: none;
    }
    
.fc-cell-overlay { /* semi-transparent rectangle while dragging */
    background: #9cf;
    opacity: .2;
    filter: alpha(opacity=20); /* for IE */
    }
    
.fc-view { /* prevents dragging outside of widget */
    width: 100%;
    overflow: hidden;
    }
    
    
    


/* Global Event Styles
------------------------------------------------------------------------*/

.fc-event,
.fc-agenda .fc-event-time,
.fc-event a {
    border-style: solid; 
    border-color: #36c;     /* default BORDER color (probably the same as background-color) */
    background-color: #36c; /* default BACKGROUND color */
    color: #fff;            /* default TEXT color */
    }
    
    /* Use the 'className' CalEvent property and the following
     * example CSS to change event color on a per-event basis:
     *
     * .myclass,
     * .fc-agenda .myclass .fc-event-time,
     * .myclass a {
     *     background-color: black;
     *     border-color: black;
     *     color: red;
     *     }
     */
     
.fc-event {
    text-align: left;
    }
    
.fc-event a {
    overflow: hidden;
    font-size: .85em;
    text-decoration: none;
    cursor: pointer;
    }
    
.fc-event-editable {
    cursor: pointer;
    }
    
.fc-event-time,
.fc-event-title {
    padding: 0 1px;
    }
    
/* for fake rounded corners */

.fc-event a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    }
    
/* right-to-left */

.fc-rtl .fc-event a {
    text-align: right;
    }
    
/* resizable */
    
.fc .ui-resizable-handle { /*** TODO: don't use ui-resizable anoymore, change class ***/
    display: block;
    position: absolute;
    z-index: 99999;
    border: 0 !important; /* important overrides pre jquery ui 1.7 styles */
    background: url(data:image/gif;base64,AAAA) !important; /* hover fix for IE */
    }
    
    
    
/* Horizontal Events
------------------------------------------------------------------------*/

.fc-event-hori {
    border-width: 1px 0;
    margin-bottom: 1px;
    }
    
.fc-event-hori a {
    border-width: 0;
    }
    
/* for fake rounded corners */
    
.fc-content .fc-corner-left {
    margin-left: 1px;
    }
    
.fc-content .fc-corner-left a {
    margin-left: -1px;
    border-left-width: 1px;
    }
    
.fc-content .fc-corner-right {
    margin-right: 1px;
    }
    
.fc-content .fc-corner-right a {
    margin-right: -1px;
    border-right-width: 1px;
    }
    
/* resizable */
    
.fc-event-hori .ui-resizable-e {
    top: 0           !important; /* importants override pre jquery ui 1.7 styles */
    right: -3px      !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: e-resize;
    }
    
.fc-event-hori .ui-resizable-w {
    top: 0           !important;
    left: -3px       !important;
    width: 7px       !important;
    height: 100%     !important;
    cursor: w-resize;
    }
    
.fc-event-hori .ui-resizable-handle {
    _padding-bottom: 14px; /* IE6 had 0 height */
    }
    
    
    

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/

.fc-grid table {
    width: 100%;
    }
    
.fc .fc-grid th {
    border-width: 0 0 0 1px;
    text-align: center;
    }
    
.fc .fc-grid td {
    border-width: 1px 0 0 1px;
    }
    
.fc-grid th.fc-leftmost,
.fc-grid td.fc-leftmost {
    border-left: 0;
    }
    
.fc-grid .fc-day-number {
    float: right;
    padding: 0 2px;
    }
    
.fc-grid .fc-other-month .fc-day-number {
    opacity: 0.3;
    filter: alpha(opacity=30); /* for IE */
    /* opacity with small font can sometimes look too faded
       might want to set the 'color' property instead
       making day-numbers bold also fixes the problem */
    }
    
.fc-grid .fc-day-content {
    clear: both;
    padding: 2px 2px 0; /* distance between events and day edges */
    }
    
/* event styles */
    
.fc-grid .fc-event-time {
    font-weight: bold;
    }
    
/* right-to-left */

.fc-rtl .fc-grid {
    direction: rtl;
    }
    
.fc-rtl .fc-grid .fc-day-number {
    float: left;
    }
    
.fc-rtl .fc-grid .fc-event-time {
    float: right;
    }
    
/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/

.fc .fc-agenda th,
.fc .fc-agenda td {
    border-width: 1px 0 0 1px;
    }
    
.fc .fc-agenda .fc-leftmost {
    border-left: 0;
    }
    
.fc-agenda tr.fc-first th,
.fc-agenda tr.fc-first td {
    border-top: 0;
    }
    
.fc-agenda-head tr.fc-last th {
    border-bottom-width: 1px;
    }
    
.fc .fc-agenda-head td,
.fc .fc-agenda-body td {
    background: none;
    }
    
.fc-agenda-head th {
    text-align: center;
    }
    
/* the time axis running down the left side */
    
.fc-agenda .fc-axis {
    width: 50px;
    padding: 0 4px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: right;
    font-weight: normal;
    }
    
/* all-day event cells at top */
    
.fc-agenda-head tr.fc-all-day th {
    height: 35px;
    }
    
.fc-agenda-head td {
    padding-bottom: 10px;
    }
    
.fc .fc-divider div {
    font-size: 1px; /* for IE6/7 */
    height: 2px;
    }
    
.fc .fc-divider .fc-state-default {
    background: #eee; /* color for divider between all-day and time-slot events */
    }

/* body styles */
    
.fc .fc-agenda-body td div {
    height: 20px; /* slot height */
    }
    
.fc .fc-agenda-body tr.fc-minor th,
.fc .fc-agenda-body tr.fc-minor td {
    border-top-style: dotted;
    }
    
.fc-agenda .fc-day-content {
    padding: 2px 2px 0; /* distance between events and day edges */
    }
    
/* vertical background columns */

.fc .fc-agenda-bg .ui-state-highlight {
    background-image: none; /* tall column, don't want repeating background image */
    }
    


/* Vertical Events
------------------------------------------------------------------------*/

.fc-event-vert {
    border-width: 0 1px;
    }
    
.fc-event-vert a {
    border-width: 0;
    }
    
/* for fake rounded corners */
    
.fc-content .fc-corner-top {
    margin-top: 1px;
    }
    
.fc-content .fc-corner-top a {
    margin-top: -1px;
    border-top-width: 1px;
    }
    
.fc-content .fc-corner-bottom {
    margin-bottom: 1px;
    }
    
.fc-content .fc-corner-bottom a {
    margin-bottom: -1px;
    border-bottom-width: 1px;
    }
    
/* event content */
    
.fc-event-vert span {
    display: block;
    position: relative;
    z-index: 2;
    }
    
.fc-event-vert span.fc-event-time {
    white-space: nowrap;
    _white-space: normal;
    overflow: hidden;
    border: 0;
    font-size: 10px;
    }
    
.fc-event-vert span.fc-event-title {
    line-height: 13px;
    }
    
.fc-event-vert span.fc-event-bg { /* makes the event lighter w/ a semi-transparent overlay  */
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    filter: alpha(opacity=30); /* for IE */
    }
    
/* resizable */
    
.fc-event-vert .ui-resizable-s {
    bottom: 0        !important; /* importants override pre jquery ui 1.7 styles */
    width: 100%      !important;
    height: 8px      !important;
    line-height: 8px !important;
    font-size: 11px  !important;
    font-family: monospace;
    text-align: center;
    cursor: s-resize;
    }
    
    
/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
.ui-widget .ui-widget { font-size: 1em; }
/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
*/
.ui-widget-content { border: 1px solid #dddddd; background: #ffffff; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #fA5423 aurl(../images/jquery-ui/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; background-color: #fA5423;  color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x ; font-weight: bold; color: black !important; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../images/jquery-ui/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../images/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../images/jquery-ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../images/jquery-ui/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../images/jquery-ui/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.deactivated_ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.deactivated_ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.deactivated_ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.deactivated_ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.deactivated_ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.deactivated_ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.deactivated_ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.deactivated_ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.deactivated_ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; 




}

/* Overlays */
.ui-widget-overlay { background: #666666 url(../images/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
 * jQuery UI Resizable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }

ul.bookings li { clear: both; padding: 0px; margin: 0px; padding-top: 8px; padding-bottom: 8px;}
ul.bookings li:hover  { background-color: #FBE1B5 !important }
ul.bookings li.nohover:hover { background-color: transparent !important }


/*
 * jQuery UI Autocomplete 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible;  outline: 1px black solid; background: orange; color: white;  -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; border-left-color: white; border-top-color: white; background-color: #FA673C} /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
.ui-buttonset label.ui-state-default { background: #f6f6f6 url(../images/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x !important; font-weight: normal; color: #AAAAAA !important; }
.ui-buttonset label.ui-state-active {background: #FA673C !important; color: white !important; font-weight: bold !important}


/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * jQuery UI Datepicker 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.6
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/* Vertical Tabs
----------------------------------*/
.ui-tabs-vertical { width: auto }
.ui-tabs-vertical .ui-tabs-nav { background-color: transparent; float: right; width: 20%; border: none }
.ui-tabs-vertical .ui-tabs-nav li { padding: 0px; clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .1em 0; }
.ui-tabs-vertical .ui-tabs-nav li a { display:block; font-weight: normal; }
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0; padding-right: .1em; border-right-width: 1px; border-right-width: 1px; }
.ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: left; width: 75%;}
.ui-tabs-vertical .ui-state-active a { color: white }
.ui-tabs-vertical.ui-tabs  { border: none; padding: 0px; }
.ui-tabs-vertical .ui-tabs-panel  { border: none; padding: 0px; }

.ui-tabs-vertical .ui-tabs-selected { background-image: url(../images/page_menu_level2.gif); background-repeat: repeat-x}
.ui-tabs-vertical .ui-widget-content { background-color: white !important;  }

.ui-tabs-portal { border: 0px; margin-left: -18px; margin-right: -16px;  }    
.ui-tabs-portal .ui-tabs-nav { padding-left: 16px; background-color: white; border: none; border-bottom:2px #FA5423 solid}

.ui-tabs-portal li.ui-state-default { background: white; border: 2px transparent solid; font-weight: normal;  }  
.ui-tabs-portal li.ui-state-default a { color: #FA5423; font-size: 15px; position: relative; top: 1px  }  

.ui-tabs-portal li.ui-state-active a {  color: black; top: 0px; }
         
         
.ui-tabs-portal li.ui-state-active { border: 2px #FA5423 solid; border-bottom: none; top: 2px !important;  border-width: 2px; 
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}/** Passwort anfordern-Formular **/
form#request_password { padding: 16px; background-color: #EBC838; background-image: url( /images/buttonbkg.gif ); background-repeat: repeat-x; border: 1px #555555 solid; margin-bottom: 32px; margin-top: 32px; }
form#request_password input { font-size: 16px; padding: 2px; width: 300px; margin-left: 24px; }


/* Einloggen */
form.loginform fieldset { border: none; padding: 0px; margin: 0px; margin-top: 12px; margin-bottom: 12px; position: relative }
form.loginform ul { list-style-type: none; list-style-image: none; margin: 0px; padding: 0px }
form.loginform ul li { margin: 0px; padding: 0px; margin-bottom: 4px; }
form.loginform ul li label { float: left; width: 200px; }

/* Formular */
fieldset ol { list-style-type: none; list-style-image: none; padding: 0px; margin: 0px; }
fieldset ol li { margin-bottom: 6px; }

fieldset input,
fieldset select
 { font-size: 22px; padding: 2px } 
   

fieldset { clear: both; border: none; padding: 0px; margin: 0px; margin-top: 12px; margin-bottom: 12px; position: relative }

fieldset h2 {  margin-top: 24px; color: #FA5423; font-size: 22px; font-weight: normal; border-bottom: 1px #FA5423 solid; display: block; padding-bottom: 4px  }

fieldset label { width: 35%; float: left; overflow: hidden; font-size: 16px; padding-top: 14px; }

fieldset .standard,
fieldset .full-width { width: 63% }


fieldset .half-width { width: 30.5%; margin-right: 0%  }
fieldset .half-width.first { width: 30.5%; margin-right: 1%  }

fieldset div.input-container { float: left }


fieldset .three-quarter-width  { width: 38%; margin-right: 1%  }

fieldset .quarter-width { width: 14.25%; margin-right: 1%  }
fieldset .eighth-width { width: 7.125%; margin-right: 1%  }


fieldset button.standard {width: 100%; font-size: 22px }

fieldset button.booking {width: 100%; font-size: 22px;  }

fieldset textarea.notes { height: 200px; width: 99%; clear: left; }
fieldset textarea.notes_short { height: 200px; width: 400px;  }


fieldset button.lookup_button { position: absolute; right: 0px; top: -30px; font-size: 16px }

fieldset textarea { height: 160px }

/** Ausloggbutton */

a.Logoutbutton { float: right; font-size: 17px; color: #FA5423;   padding: 6px; ; }

/** Preisberechnung */
#result .error { background-color: #F2C7C7; border: 1px red solid; padding: 8px; font-size: 18px; color: black }

#result table { background-color: #E6EBEE; width: 100%; }
#result table td { padding: 4px; font-size: 14px; vertical-align: top}
#result table td.item { color: #777777; ; }
#result table td.number { color: black; text-align: right; white-space: nowrap}
#result table td.position { color: black; text-align: right; white-space: nowrap}
#result table td.amount { color: black; text-align: right; font-weight: bold; white-sprace: nowrap  }  
#result table tr.total td { border-top: 1px black dotted; }
#result table tr.total td.item { color: #777777; }
#result table tr.total td.amount { font-size: 22px; }

/* In Readonly-Ansicht */
fieldset.readonly #result table {  margin-top: 12px; clear: both; }
fieldset.readonly #result table td { font-size: 16px; }
   
/** Einloggseite */

a.button.big,
button.big { background-color: #FA5423; font-size: 18px;  padding: 6px; color: white; margin-right: 6px; border: none; cursor: pointer; font-family: Verdana, Arial, Sans-Serif}


a.button.big.disabled,
button.big.disabled
 {
     
      background-color: #DDDDDD !important; color: white; cursor: default;
     
     
 }

/** Übersicht */
table.bookings { margin-top: 24px; margin-bottom: 24px;}


table.data {  border-collapse: collapse; width: 100%; clear: both; list-style-type: none; list-style-image: none; margin: 0px; padding: 0px; }
table.data tr { padding: 0px; margin: 0px; padding-top: 8px; padding-bottom: 8px;}
table.data tr:hover td { background-color: #FBE1B5 !important }
table.data tr.nohover:hover { background-color: transparent !important }

table.data th { text-align: left; padding-bottom: 4px; font-size: 13px; color: black; font-weight: normal; border-bottom: 1px black solid; }

table.data th { margin: 0px; }

 
table.data tr.odd td { background-color: #FEF7EB }
table.data tr.even td{  }

table.data td { font-size: 16px; }    
table.bookings td.number { width: 10%; font-size: 22px; color: #FA5423}
table.bookings td.customer { width: 27%;  }    
table.bookings td.period { width: 25%;  }
table.bookings td.product { width: 18%; }
table.bookings td.source { width: 10%; }
table.bookings td.status { width: 10%; }
table.bookings td.your_status { width: 10%; }

table.bookings td.status.pending span { border-left: yellow 8px solid; padding-left: 6px; }
table.bookings td.status.confirmed span { border-left: green 8px solid; padding-left: 6px;  }
table.bookings td.status.closed span { border-left: darkgreen 8px solid; padding-left: 6px; }
table.bookings td.status.cancelled span { border-left: orange 8px solid; padding-left: 6px; }

table.bookings td.nobookings { text-align: center; padding: 24px; color: orange; font-style: italic; }

span.status { padding: 6px; border: none; font-size: 18px; border: 1px grey solid;  margin-right: 4px; zoom: 0; overflow: auto;}
span.status.pending { border-bottom: yellow 8px solid; padding-left: 6px; }
span.status.confirmed { border-bottom: green 8px solid; padding-left: 6px;  }
span.status.closed { border-bottom: darkgreen 8px solid; padding-left: 6px; }
span.status.cancelled { border-bottom: orange 8px solid; padding-left: 6px; }

span.not_ready_yet { float: right; background-color: #FA5423; color: white; font-size: 10px; padding: 2px; }


/* Read-only-Formular */

form.readonly input,
form.readonly textarea

 { background-color: transparent; border-color: transparent }
 
 /**
 * Dateidownloads
 */
 
 table.downloads th { font-size: 14px; font-weight: normal; background-color: white; border-bottom: 1px black solid; color: black}
 
 table.downloads td { cursor: pointer;  font-size: 16px; font-weight: normal; padding: 6px; }
 table.downloads td.name a { color: black; text-decoration: none; }
 
 
 table.downloads td.name { width: 50% }
 table.downloads td.size { width: 25%; color: #FA5423; }
 table.downloads td.datetime { width: 25%; color: #FA5423; }
 
 table.downloads tr.inactive td { opacity: 0.5; filter: alpha(opacity=50)}
 
 /**
 * Preistabelle
 */
 

 
 table.price  { width: 100%; border-collapse: collapse; margin-top: 24px; margin-bottom: 32px;}
 table.price td { font-size: 16px; color: #BBBBBB }
 table.price tr.toggle td { padding-bottom: 16px }
 
 table.price tr.toggle div.label {margin-bottom: 16px; color: black; text-align: center}
 
 table.price td { font-size: 16px; }
 table.price tr.unavailable td div { opacity: 0.2; filter: alpha(opacity=20)}
 table.price tr.unavailable td.input div { opacity: 0.2; filter: alpha(opacity=20)}
 table.price tr.unavailable td.global div { opacity: 0.2; filter: alpha(opacity=20)}
 
 table.price th {text-align: center}
 
 table.price.global td.global { background-color: #FDDCD2; }
 table.price.local td.local { background-color: #FDDCD2; }
 
 
 table.price td.checkbox { width: 5%; }
 table.price td.label { color: black; width:45% }
 table.price td.local { width: 20%; text-align: center }
 table.price td.global { width: 20%; text-align: center }
 
                               
 
 table.price td.global {  }
 
 fieldset label.ui-widget { width: 50%; }
 
 
 
 
 
 




/**
     Liste der Anhängertypen
     **/

.typen_liste { float: left; width: 100%; }
.typen_liste ul.typen { padding-bottom: 6px; margin: 0px; padding: 0px; width: 100%; position: relative; left: -14px; margin-top: 24px; width: 842px; }
.typen_liste ul.typen li {

margin-top: 4px; margin-bottom: 4px;

border: 3px transparent solid; clear: both; overflow: auto; cursor: pointer; }
.typen_liste ul.typen li.even { background-color: #FFF9F0 }
.typen_liste ul.typen li a { text-decoration: none; }
.typen_liste ul.typen li h1 { display: inline; text-decoration: none; border: none; font-size: 20px; padding: 0px; line-height: 1.2em; }
.typen_liste ul.typen li h1:hover { text-decoration: underline; }
.typen_liste ul.typen li h2 { display: inline; text-decoration: none; border: none; font-size: 16px; font-weight: normal; padding: 0px; line-height: 1.2em; color: #404040; color: #FA5423; color: #4D556C }
.typen_liste ul.typen li h1 span.soft { color: #404040; }

/* Pfeile nur in der großen Typenliste verstecken */

.typen_liste ul.typen li { list-style-image: none; width: 100%; }
.typen_liste ul.typen li.active {

background-color: #E8EBF3 !important; border: 3px #999999 solid; }
.typen_liste ul.typen li a { color: #072E7F; text-decoration: none; font-size: 8pt; font-weight: normal; }
.typen_liste ul.typen li:hover a {

color: black; }
.typen_liste ul.typen img { border: 1px #7885A3 solid; margin: 0px; margin-right: 20px; float: left; margin-left: 8px; }


/**
     NEUE Liste der Anhängertypen
     * 
     **/

     
.TypListe {  margin-right: 0px; padding-right: 16px; float: left; width: 280px;   overflow: auto; border-right: 1px #BBBBBB dotted;   }
.TypListe table { z-index: 2; margin: 0px; border-collapse: collapse; padding: 0px;width: 100%; margin-top: 8px; margin-bottom: 48px; }

.TypListe td.first { padding-top: 8px }

.TypListe td {border-top: 6px white solid; padding: 4px;    clear: both; list-style-type: none; margin-top: 4px; margin-bottom: 4px;   cursor: pointer; }
.TypListe td.code { border-right: 6px white solid; background-color: #FB9070 !important;padding-left: 4px; text-align: left; padding-right: 0px; }
.TypListe td h1 { position: relative; left: -4px;   border: 1px transparent dotted; margin: 0px; padding: 0px; font-weight: normal;  display: block;  font-size: 23px; color: white; text-align: center; overflow: visible; zoom: 1; line-height: 1.5em; }
.TypListe tr.active td h1 {margin: 0px; padding: 0px; font-weight: normal;  display: block;   color: white; overflow: visible; zoom: 1; line-height: 1.5em; }

.TypListe td a { color: white; text-decoration: none; color: #FA5423; font-size: 13px; font-weight: normal; }
.TypListe td h2 { display: inline; text-decoration: none; border: none; font-size: 11px; font-weight: bold; padding: 0px; line-height: 1.2em; color: #404040; color: #FA5423; color: #4D556C }
.TypListe td h3 { display: inline; text-decoration: none; border: none; font-size: 10px; font-weight: normal; padding: 0px; line-height: 1.2em; color: #404040; color: #FA5423; color: #4D556C }

.TypListe ul.typen li h1 span.soft { color: #404040; }

.TypListe tr.not-active td div { overflow: visible;   filter: alpha(opacity=50);}
.TypListe tr.active td { background-color: #FA5423 !important;  }
.TypListe tr.active td  div { }
 
.TypListe tr.active td.code {   border-right: none; border-collapse: separate  }
.TypListe tr.active td.label {  border-left: none; border-right:none !important }
 
/* .TypListe tr.active td.code h1 { background-color: transparent; left: 0px;}
   */

.TypListe tr:hover td {   }

/* Pfeile nur in der großen Typenliste verstecken */

.TypListe ul.typen li { list-style-image: none; }
.TypListe ul.typen li.active {  border: 3px #999999 solid; }

.TypListe tr.active a,
.TypListe tr.active h1,
.TypListe tr.active h2
 { color: white; }

.TypListe ul.typen li:hover a { color: black; }
.TypListe ul.typen img { border: 1px #7885A3 solid; margin: 0px; margin-right: 20px; float: left; margin-left: 8px; }


/** Detailansicht */

div.AnhaengerDetails {       float: left; width: 460px; margin-top: 10px; background-image: url(../imaages/bkg_std.png); padding: 16px; padding-top: 0px; }
div.AnhaengerDetails h1 { font-size: 18px; color: #FA5423; border-bottom: #FA5423;  font-weight: normal; padding: 0px; margin: 0px; margin-bottom: 16px }
div.AnhaengerDetails span.code { font-size: 38px; display: inline}

div.AnhaengerDetails .data  { width: 500px; margin-bottom: 16px; clear: none }
div.AnhaengerDetails .data table { width: 100%; margin-bottom: 16px; border-collapse: collapse;}

div.AnhaengerDetails .data table td {font-size: 16px; color: #666666; padding-bottom: 8px;}
div.AnhaengerDetails .data table td.label {width: 100px; }




