/*
* jQuery UI CSS Framework
* Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* 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
* Copyright (c) 2008 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://themeroller.com/?tr=&ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/stylesheets/jquery/smoothness/images/cccccc_40x100_textures_03_highlight_soft_75.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/stylesheets/jquery/smoothness/images/ffffff_40x100_textures_01_flat_75.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/stylesheets/jquery/smoothness/images/e6e6e6_40x100_textures_02_glass_75.png) 50% 50% repeat-x; font-weight: normal; color: #555555; outline: none; }
.ui-state-default a { color: #555555; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #dadada url(/stylesheets/jquery/smoothness/images/dadada_40x100_textures_02_glass_75.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-hover a { color: #212121; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(/stylesheets/jquery/smoothness/images/ffffff_40x100_textures_02_glass_65.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
.ui-state-active a { color: #212121; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1; background: #fbf9ee url(/stylesheets/jquery/smoothness/images/fbf9ee_40x100_textures_02_glass_55.png) 50% 50% repeat-x; color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(/stylesheets/jquery/smoothness/images/fef1ec_40x100_textures_02_glass_95.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(/stylesheets/jquery/smoothness/images/222222_256x240_icons_icons.png); }
.ui-widget-content .ui-icon {background-image: url(/stylesheets/jquery/smoothness/images/222222_256x240_icons_icons.png); }
.ui-widget-header .ui-icon {background-image: url(/stylesheets/jquery/smoothness/images/222222_256x240_icons_icons.png); }
.ui-state-default .ui-icon { background-image: url(/stylesheets/jquery/smoothness/images/888888_256x240_icons_icons.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/stylesheets/jquery/smoothness/images/454545_256x240_icons_icons.png); }
.ui-state-active .ui-icon {background-image: url(/stylesheets/jquery/smoothness/images/454545_256x240_icons_icons.png); }
.ui-state-highlight .ui-icon {background-image: url(/stylesheets/jquery/smoothness/images/2e83ff_256x240_icons_icons.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/stylesheets/jquery/smoothness/images/cd0a0a_256x240_icons_icons.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-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-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-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 */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.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;}
.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;}
.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; }
.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; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/stylesheets/jquery/smoothness/images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/stylesheets/jquery/smoothness/images/aaaaaa_40x100_textures_01_flat_0.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;  }

/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker-prev, .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker-prev:hover, .ui-datepicker-next:hover { top: 1px;}
.ui-datepicker-prev { left:2px; }
.ui-datepicker-next { right:2px; }
.ui-datepicker-prev:hover { left:1px; }
.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-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker-title select { float:left; 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-title select.ui-datepicker-year { float: right; }
.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;  }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.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-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.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; }

/* 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*/
}

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 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-vertical { width: .8em; height: 100%; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; height: auto; width: 100%; }

/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog-titlebar-close:hover, .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; }
.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-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }

.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(/stylesheets/farbtastic/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(/stylesheets/farbtastic/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(/stylesheets/farbtastic/marker.png) no-repeat;
}



/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder
{
	text-align: left;
}

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
	/*
	opacity: .5;
	*filter:alpha(opacity=50);
	*/
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker {
	*background-color: gray;
	width: 100%; height: 100%;
}

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/images/lib/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/images/lib/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/images/lib/info.gif);
}

#popup_content.confirm {
	background-image: url(/images/lib/important.gif);
}

#popup_content.prompt {
	background-image: url(/images/lib/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 113px; 
	float: right;
	padding-bottom: 0.7em;	
    outline: none;
}


#facebox .b {
  background:url(/stylesheets/facebox/b.png);
}

#facebox .tl {
  background:url(/stylesheets/facebox/fbx-border-sprite.png) 0 0;
  width: 10px; 
  height: 10px;
}

#facebox .tr {
  background:url(/stylesheets/facebox/fbx-border-sprite.png) -10px 0;
  width: 10px; 
  height: 10px;
}

#facebox .bl {
  background:url(/stylesheets/facebox/fbx-border-sprite.png) -20px 0;
  width: 10px; 
  height: 10px;
}

#facebox .br {
  background:url(/stylesheets/facebox/fbx-border-sprite.png) -30px 0;
  width: 10px; 
  height: 10px;
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}


/*
  RESET
  =====
  Reset declarations for a clean dom
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}


/*
  OVERALL
  =======
  Here are the declarations that are not id or class specific
*/

html,body {
  margin: 0;
  min-width: 800px;
}

body {
  background-color:#222;
  font-family: Georgia, verdana, arial, helvetica, sans-serif;
  font-size: 16px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

h1 {
    font-size: 25px;
    margin: 20px 0;
    font-weight: bold;
}

h2 {
    font-size: 20px;
    margin: 20px 0;
    margin-bottom: 0;
}

p {
    margin: 10px 0;
}

textarea {
    width: 250px;
    height: 60px;
}

form p {
    clear: both;
}

label {
    text-align: right;
    width: 100px;
    padding-right: 20px;
	text-align: right;
}

input {
    margin-top: 5px;
}

input.text, input.password, textarea {
	width: 220px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 3px;
}


/*
  LAYOUT
  ========
  basic layout elements
*/

#wrapper{
  width:980px;
  margin: 0 auto;
  position:relative;
}

#head{
  height:200px;
  background-color:#111;
  overflow: hidden;
}

#slideshow {
  height: 200px;
}

#background_top{
  height: 20px;
  width: 980px;
  margin:30px auto 0;
  background: url('/images/shadow.png') 0px 0px no-repeat;
}

#background_top2{
  position: absolute;
  top:0;
  left:0;
  height:20px;
  width: 980px;
  background: url('/images/shadow.png') 0px 60px repeat-y;
  z-index: 0;
}

#background_bottom{
  position: relative;
  margin: 0 auto;
  width: 980px;
  z-index: 0;
  height: 20px;
  background: url('/images/shadow.png') 0px 20px repeat-y;
}

#background_bottom2{
  position: absolute;
  bottom:0;
  left:0;
  height:20px;
  width: 980px;
  background: url('/images/shadow.png') 0px 40px repeat-y;
  z-index: 0;
}

#background_middle{
  position: absolute;
  top: 20px;
  bottom: 20px;
  width: 980px;
  background: url('/images/shadow_middle.png') repeat-y;
  z-index: 0;
}

#container{
  margin:60px auto 30px;
  width: 940px;
  background-color:#fff;
  position:relative;
  z-index: 1;
  position: relative;
  -moz-box-shadow: 0 0 30px #000;
  -webkit-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000;
}

#content{
  width: 700px;
  background-color: #fff;
  float:left;
  padding: 20px;
  overflow:hidden;
}

#content ul li, #content ol li {
  margin-left: 30px;
  margin-top: 3px;
  margin-bottom: 3px;
}

#content h3{
  margin-bottom:20px;
  font-size:24px;
}


/*
  SIDEBAR
  ========
  everything in the sidebar
*/

#sidebar{
  width:200px;
  padding-bottom:25px;
  float:right;
}

#sidebar > div{
  padding:15px;
}

#sidebar h3{
  font-size:18px;
  font-variant:small-caps;
  font-weight:bold;
  margin-bottom:5px;
}

#sidebar #address, #sidebar #business_hours{
  margin-bottom:20px;
}
#sidebar #address p, #business_hours dl{
  margin:0;
  font-size:14px;
}

#sidebar #address li{
  font-size:14px;
  margin-bottom: 5px;
}

#sidebar #quick_booking{
  background-color: #eceded;
  background-image:url('/images/spites_repeat_x.png');
  background-position:0 -72px;
}

#sidebar #business_hours{
  width:100%;
}
#sidebar #business_hours dl{
  list-style:none;
}
#sidebar #business_hours dd, #business_hours dt{
  float:left;
  padding:0 2px 4px 2px;
}
#sidebar #business_hours dd{
  width:100px;
}
#sidebar #business_hours dt{
  width:45px;
  clear:left;
}

#sidebar #footer div{
  float:left;
  margin-right:15px;
}

#sidebar #footer{
  bottom:15px;
  font-size:10px;
  position:absolute;
}


/*
  TOPBAR
  ========

*/

#topbar {
  position: absolute;
  top: 0;
  left:0;
  z-index: 99999;
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #000;
}

#powered{
	margin-right:10px;
	font-size:14px;
	color:#A4A4A4;
	margin-right:10px;
	font-size:14px;
	margin-top: 2px;
  color: #eee;
}

#powered img {
	height: 22px;
	position: relative;
	top: 1px;
}

#powered a{
  color:#fff;
  font-size:16px;
}

#powered a:hover{
  background-color:transparent;
}

/* navigation for startpage */
#nav_start{
  text-align: left;
  list-style:none;
  margin:0 auto;
  width:640px;
  z-index:99999;
  padding-left:60px;
}

#nav_start li{
  float:left;
  width:160px;
}

#nav_start li a {
  font-size:14px;
  font-weight: bold;
  padding: 0 5px 0 5px;
  color: #eee;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

#nav_start li a:hover{
  background-color:#222;
}

#nav_start li.selected {
  background-image: url('/images/startpage/pin.png');
  background-repeat: no-repeat;
  background-position: center 30px;
  padding-bottom:10px;
}

/* navigation for logged in users */
#nav{
  text-align: left;
  list-style:none;
  margin:0 auto;
  width:640px;
  z-index:99999;
  padding-left:60px;
}
#nav li{
  float:left;
  width:160px;
  background-color:#000;
}

#nav li a {
  font-size:12px;
  padding: 0 5px 0 30px;
  color: #eee;
  letter-spacing: 1px;
  display: block;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  background-position:5px center;
  background-repeat:no-repeat;
}

#nav li a:hover{
  background-color:#222;
}

#nav li a.appointments{
  background-image:url('/images/icons/table.png');
}

#nav li a.calendar{
  background-image:url('/images/icons/calendar.png');
}

#nav li a.new_appointment{
  background-image:url('/images/icons/calendar_add.png');
}

#nav li a.help{
  background-image:url('/images/icons/help.png');
}

#nav li a.sign_off{
  background-image:url('/images/icons/key_delete.png');
}

#admin_menu_link{
  background-image:url('/images/icons/house.png');
}

#admin_menu .working_times{
  background-image:url('/images/icons/calendar.png');
}

#admin_menu .employees{
  background-image:url('/images/icons/user_suit.png');
}

#admin_menu .services{
  background-image:url('/images/icons/cart.png');
}

#admin_menu .customers{
  background-image:url('/images/icons/group.png');
}

#admin_menu .statistics{
  background-image:url('/images/icons/chart_bar.png');
}

#admin_menu .email{
  background-image:url('/images/icons/email.png');
}

#admin_menu .new_page{
  background-image:url('/images/icons/script.png');
}

#admin_menu .company_data{
  background-image:url('/images/icons/tag_blue.png');
}

#admin_menu .style{
  background-image:url('/images/icons/page_white_paint.png');
}


/*
  ERRORS
  ========
  errors formatting
*/

#errorExplanation{
  border:#FFC8C7 solid 1px;
  background-color:#FFEBEB;
  padding:10px;
  margin-bottom:10px;
  clear:both !important;
  float:none !important;
}

#errorExplanation h2{
  font-size:25px;
  font-weight:bold;
  margin:0;
  text-align:center;
}

#errorExplanation p{
  display:none;
}

#errorExplanation ul{
  margin:10px 0 0 0;
  list-style-image:url('/images/icons/exclamation.png');
  list-style-position:inside;
}

#errorExplanation ul li{
  padding:5px 0;
  margin:0;
}

.fieldWithErrors{
  display:inline;
}

.fieldWithErrors label{
  background:transparent url('/images/icons/exclamation.png') no-repeat left center;
}


/*
  STYLE
  ========
  everything on the /company/style page
*/

#choose_logo_and_slideshow,#sort_menu,#choose_color{
  border:#DBEBFF solid 1px;
  background-color:#F0F7FF;
  margin:20px 0;
  padding:10px;
}

.sortable li a{
  cursor: move !important;
  opacity: .35;
  filter:Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled{
  opacity: 1;
  filter:Alpha(Opacity=100);
}

.sortable li{
  height:40px;
}

#predefined_color_schemes{
  width:80px;
  border-right:#C2C2C2 solid 1px;
}
#choose_color ul li a.selected{
  font-weight:bold;
  display:inline;
}
#content #predefined_color_schemes li{
  margin:0;
  margin-bottom:15px;
}
#content #colors li{
  margin:0;
}
#colors, #predefined_color_schemes{
  height:190px;
  list-style:none;
  float:left;
}
#colors a, #predefined_color_schemes a{
  text-decoration:none;
}
#colors{
  border-right:#C2C2C2 solid 1px;
  padding-right:30px;
}

#colors li{
  height:30px;
}

#colors li a{
  display:block;
  width:160px;
  float:left;
  clear:left;
}

#colors span{
  display:block;
  cursor:pointer;
  border:1px solid #ccc;
  width:30px;
  float:right;
}

#colors li a div{
  float:left;
}

.step_number{
  font-family:Georgia;
  font-size:36px;
  color:#434343;
  float:left;
  width:50px;
  margin-left:20px;
  margin-top: -10px;
}

#colorpicker{
  float:left;
}

#choose_logo_and_slideshow .picture_thumb {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}
#choose_logo_and_slideshow .slideshow, #choose_logo_and_slideshow .logo {
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
}
#choose_logo_and_slideshow .logo {
  border:#FBB513 solid 5px;
}

#new_picture p label{
  text-align:left;
  width:auto;
  margin:5px 0 0 0;
}

/* font-size has to be < 17px for jquery.ocupload */
#upload_picture{
 font-size:16px !important;
}

#pictures {
  float: left;
  margin: 10px 0;
  width: 100%;
  overflow: auto;
  height: expression( this.scrollHeight > 320 ? "320px" : "auto" ); /* sets max-height for IE */
  max-height: 320px; /* sets max-height value for all standards-compliant browsers */
}

.info .picture_thumb{
  margin: 0 2px 10px 0;
}

.picture_thumb, .document_thumb {
  margin: 0 10px 10px 0;
  width: 120px;
  height: 140px;
  float: left;
  background-color: #344343;
  border:transparent solid 5px;
}

.picture_thumb{
  background-color: #344343;
}

.document_thumb{
  background-color: lightgrey;
}

.picture_thumb img, .document_thumb img {
  margin: auto;
  text-align: center;
  display: block;
}

.document_thumb img{
  width:100px;
  height:100px;
}

.picture_thumb span, .document_thumb span {
  display: block;
  width: 100%;
  background-color: #FFC7D7;
  height: 20px;
  font-size: .8em;
/*  text-align: right; */
}
.picture_thumb label {
  display:inline;
  float:none;
  width:50px;
  padding:0 20px 0 5px;
  margin:0;
  cursor:pointer;
}
.picture_thumb input {
  margin:0;
}
.picture_thumb .delete_picture, .document_thumb .delete_document{
  background:transparent url('/images/icons/delete.png') top right no-repeat;
  padding-right:16px;
}
.picture_thumb .crop_picture{
  background:transparent url('/images/icons/cut.png') top right no-repeat;
  padding-right:16px;
}
.picture_thumb a:hover{
  background-color:transparent;
}
#choose_logo_and_slideshow .info .picture_thumb span{
  text-align: center;
}

.sorting_page {
  background-color: lightgrey;
  min-width: 100px;
}

input.blur {
  color: #ccc;
}


/*
  UTILS
  =====
  Here are usefull definitions for everyday use
*/

/* usefull classes */
.clear {
  clear:both!important;
}

.hidden {
  display: none;
}

.no_list li{
  list-style-type:none;
  padding: 0;
  margin: 0;
}

.no_text{
  text-decoration: none;
}

.info {
  font-size:16px;
  display: none;
  position: absolute;
  border: #6890C1 solid 1px;
  color: #3D3D3D;
  padding: 10px;
  background-color: #A4C6EF;
  width:400px;
  z-index:999;
  text-align: left;
  padding: 10px;
}

.info p{
  font-weight:normal;
  margin: 0;
}

.info h2 {
  margin-top: 0;
  margin-bottom: 5px;
}

.box {
  border: #99C4DF solid 2px;
  color: #3D3D3D;
  padding: 10px;
  background-color: #E5F5FF;
  margin: 5px;
}

.bold {
  font-weight:bold;
}

/* usefull definitions */
label,input.text {
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-top: 0;
}

label.simple {
    clear: both;
    float: none;
    width: 100px;
}

label.inline {
    width: 50px;
    float: left;
    padding-right: 5px;
}

input.time_field {
  width: 45px;
  margin-bottom:0;
}

input.date_field {
  width: 90px;
  margin-bottom:0;
}

input.save {
    margin-left: 120px;
}

input.save{
  /*
  cursor:pointer;
  border:none;
  background:transparent url(/images/icons/accept.png) 0 3px no-repeat;
  font-family:Georgia;
  font-size:16px !important;
  padding-left:18px !important;
  */
}

/* striped */
.striped {
  margin: 20px 0;
  caption-side: bottom;
	color: black;
	width:100%;
}
.striped .stripe {
	background-color: #E5F5FF;
}
.striped .white_stripe {
	background-color: white;
}
.striped td, .striped th {
    padding: 7px 5px;
    margin: 10px;
    text-align: center;
}
.striped th {
	font-size: 14px;
}
.striped tbody {
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
}
.striped td.label {
    border: none;
    width: auto;
	font-size: 14px;
	color: #434343;
}
.striped td input {
	margin: 0 auto;
}

.small_form {
  clear:left;
  font-size:12px;
  margin:5px 0;
  padding:5px;
  background-color:#fff;
}

.small_form p{
  margin:0;
}

.small_form div{
  line-height:20px;
  clear:both;
  margin:5px 0 0;
}

.small_form input{
  margin:0;
}

.small_form label{
  text-align:left;
  width:50px;
  margin:0;
}

#remember_label{
  width:auto;
}

.inline_container{
  clear:none;
  float:left;
  margin:20px 20px 0 0;
  line-height:28px;
}
.inline_container input{
  margin:0; 
}
.inline_container label{
  margin:0;
  padding:0;
  float:left;
  text-align:left;
  width:auto;
  padding-right:10px;
  background:none;
}


/*
  ICONS
  =====
  Use icon class for setup and specific class for icon image
*/

.new {
  background-image:url('/images/icons/add.png');
  background-repeat: no-repeat;
  background-position:left center;
  padding-left: 20px;
}

.rss {
  background-image:url('/images/icons/feed.png');
  background-repeat: no-repeat;
  background-position:left center;
  padding-left: 20px;
}

.ics {
  background-image:url('/images/icons/calendar.png');
  background-repeat: no-repeat;
  background-position:left center;
  padding-left: 20px;
}

.cancel {
  background-image:url('/images/icons/cross.png');
  background-repeat: no-repeat;
  background-position:left center;
  padding-left: 20px;
  margin-left: 10px;
}
.cancel span {
 display: none;
}

.icon{
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-position:left center;
}

.icon_right{
  padding-right: 20px !important;
  background-repeat: no-repeat;
  background-position:right center;
}

.icon_link{
  padding-left: 20px !important;
  background-repeat: no-repeat;
  background-position:left center;
  height:16px;
  cursor:pointer;
}

.icon:hover{
  background-color:transparent;
}

.info_icon{
  cursor:pointer;
  margin-left:5px;
  background-image:url('/images/icons/information.png');
}

.icon_info{
  background-image:url('/images/icons/information.png');
}

.icon_female{
  background-image: url('/images/icons/user_female.png');
}

.icon_male{
  background-image: url('/images/icons/user_suit.png');
}

.icon_service{
  background-image: url('/images/icons/bullet_black.png');
}

.icon_services {
  background-image:url('/images/icons/cart.png');
}

.icon_employee{
  background-image: url('/images/icons/user_suit.png');
}

.icon_error{
  background-image:url('/images/icons/error.png');
}

.icon_website_stats{
  background-image:url('/images/icons/chart_pie.png');
}

.icon_house {
  background-image:url('/images/icons/house.png');
}

.icon_style{
  background-image:url('/images/icons/page_white_paint.png');
}

.icon_help {
	background-image:url('/images/icons/help.png');
}

.icon_bookable{
  background-image:url(/images/icons/asterisk_orange.png);
}

.icon_new_page{
  background-image:url('/images/icons/script.png');
}

.icon_close{
  background-image:url(/images/icons/cross.png);
}

.icon_telephone{
  background-image:url(/images/icons/telephone.png);
}

.icon_email{
  background-image:url(/images/icons/email.png);
}

.icon_search{
  background-image:url(/images/icons/zoom.png);
}

.icon_address{
  background-image:url(/images/icons/house.png);
}

.icon_image{
  background-image:url(/images/icons/images.png);
}

.icon_exclamation{
  background-image:url(/images/icons/exclamation.png);
}

.icon_edit{
  background-image:url(/images/icons/pencil.png);
}

.icon_delete{
  background-image:url(/images/icons/delete.png);
}

.icon_calendar{
  background-image:url(/images/icons/calendar.png);
}

.icon_ok{
  background-image:url(/images/icons/tick.png);
}

.icon_goto{
  background-image:url(/images/icons/control_play_blue.png);
}

h1.ok {
  background-image:url(/images/Check-64.png);
  padding-left: 70px;
  line-height: 64px;
  background-repeat: no-repeat;
}

h1.error {
  background-image:url(/images/Delete-64.png);
  padding-left: 70px;
  line-height: 64px;
  background-repeat: no-repeat;
}


/*
  CALENDAR
  ========
  Calendar specific declarations
*/

#calendar{
  color: #666666;
  overflow:hidden;
}

#calendar .calendar_scroll{
  height:300px;
  width:929px;
  overflow-y:scroll;
  overflow-x:hidden;
  clear:both;
}

#calendar .calendar_content{
  width: 913px;
}

#calendar .calendar_background{
  height: 0;
  position:relative;
}

#calendar .calendar_background table{
  height:100%;
  width:868px;
}

#calendar .calendar_background td{
  border-left: 0px !important;
  height: 40px;
  width: 868px;
}

#calendar .day_content{
  border-bottom:1px solid #DDDDDD;
  border-right:1px solid #DDDDDD;
  border-top:1px solid #DDDDDD;
  float:left;
  position:relative;
  width: 123px;
}

#calendar .times{
  border-right: 1px solid #DDDDDD;
  position:relative;
  float:left;
  width:40px;
  top:1px;
}

#calendar .day_header{
  text-align: center;
  overflow: hidden;
  border-left: 1px solid #DDDDDD;
  width:123px;
  float:left;
}

#calendar .calendar_link.left{
  width: 40px;
  text-align: right;
}

#calendar .calendar_link{
  float: left;
}

#calendar .calendar_link a{
  font-size:28px;
  text-decoration: none;
}

#calendar .calendar_header{
  width:868px;
  border-right: 1px solid #DDDDDD;
  border-top: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  float: left;
}

#calendar .time_table{
  width: 100%;
}

#calendar .time_table tbody{
  overflow: visible;
  height: auto;
}

#calendar .time_table td{
  border-left: 0px !important;
  width: auto !important;
  height: 80px !important;
  vertical-align: top;
}

#calendar .hour {
  font-weight: bold;
  font-size: 14px;
  float: left;
  text-align: right;
  width: 20px;
}

#calendar .minute {
  font-size:8pt;
  font-weight: bold;
  overflow: hidden;
  width: 15px;
}

#calendar .hour_row td{
  padding-right: 5px;
}

#calendar .time_table .hour_row td{
  border-top: 1px solid #DDDDDD;
}

#calendar .stripe td{
  background-color: #E5F5FF;
}

#calendar .date{
  font-size:8pt;
}

#calendar .day{
  font-weight:bold;
}

#calendar .today{
  background-color: #FFFFCC;
}

#calendar .darker{
  background-color: #E5E5E5;
}

#calendar .darker.stripe td{
  background-color: #c7d5de;
}

#calendar .week{
  cursor: pointer;
}

#calendar .hover{
  background-color: #FFFFDD !important;
}

#calendar .event{
  left: 0pt;
  position:absolute;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  color: #000000;
  font-size: 10px;
  overflow: hidden;
  text-align:center;
  cursor: pointer;
  border: 2px solid transparent;
}

#calendar #currentTime{
  position:absolute;
  left: 0pt;
  background-image:url('/images/spites_repeat_x.png');
  background-position:0 -176px;
  background-repeat: repeat-x;
  height: 31px;
  width: 100%;
}

/* event hover */
#event_hover{
  position: absolute;
  z-index: 99999;
}

#event_hover_bg{
  z-index: 99998;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#event_hover .edit{
  left:16px;
  position:relative;
}

#event_hover .appointment, #event_hover .course_part{
  min-width:225px;
  max-width:500px;
}


/*
  SUGGESTIONS
  ========
  suggestions on the booking page
*/

#suggestions_box {
	padding: 10px;
	margin: 0 0 10px 0;
	border:#9DFFA6 solid 1px;
	background-color: #D5FFD9;
	text-align:center;
}

#suggestions{
  float:left;
  margin:0 0 10px 40px;
}

#suggestions ul li{
	background-color:#fff;
  border:1px solid #D2D2D2;
	-moz-border-radius:5px;
	margin: 0 14px;
	padding: 2px 10px;
	width:140px;
	height:auto !important;
}

#suggestions ul li .headline {
	padding:4px 0;
	font-weight: bold;
	font-size: 17px;
}

.suggestion span {
	display: block;
}

#suggestions_back, #suggestions_forward {
	display: block;
	font-size:28px;
	text-decoration:none;
	float: left;
	height:10px;
	padding-top:10px;
}
#suggestions_forward{
  float:right;
}

/*
  SERVICES
  ========
  services page
*/

#services input.text {
	width: 200px;
	text-align: center;
}
#services .duration input.text {
	text-align: center;
	margin-left: 25px;
	width: 40px;
}

#services .female, #services .male {
	width: 180px;
}

#services .name {
	width: 400px;
}

#services input {
	margin-bottom: 0;
	margin-left: 0;
}

#services .label {
	width: 320px;
	text-align: left;
}


/*
  APPOINTMENTS
  ========

*/

/* appointments */
ul#appointments li, #flash ul li {
	margin: 0;
}

ul#appointments li{
  padding: 15px;
}

ul#appointments li > a{
  margin-top: 5px;
  float:right;
}

/* appointment */
.appointment .icon_edit{
  float: right;
  padding: 5px;
}

.appointment .big_text{
  font-size: 18px;
}

.appointment .small_text{
  font-size: 12px;
  font-style: italic;
  padding: 2px;
}

.appointment .engaged{
  margin-left: 15px;
}

ul#appointments .appointment .left_side, ul#appointments .appointment .right_side {
	width: 45%;
}

.appointment .left_side{
  float: left;
  padding-right: 15px;
}

.appointment .right_side{
  float: left;
}

.appointment .date_infos div {
	margin-right: 10px;
	float: left;
}

.appointment .date_infos {
	margin: 5px 0;
}

.appointment .title{
  border-bottom: 1px solid;
  color: #AAAAAA;
  font-size: 12px;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 1px;
}

.appointment .note .title {
  padding-top:5px;
}

.appointment li{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* appointment hover */
#appointment_hover{
  position: absolute;
  z-index: 99999;
}

#appointment_hover_bg{
  z-index: 99998;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#appointment_hover .edit{
  left:16px;
  position:relative;
}

#appointment_hover .appointment{
  min-width:225px;
  max-width:500px;
}

#appointment_revenue, #appointment_submit {
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 2px 3px;
}

#appointment_revenue {
	width: 35px;
}

#search_box {
	float: left;
	margin-top: 22px;
	margin-left: 30px;
}

#rss_box {
	float: right;
	margin-top: 24px;
	margin-right: 10px;
}


/*
  BOOKING
  ========
  everything on the booking page (except suggestions)
*/

.new_appointment h1, .edit_appointment h1{
	text-align:center;
	margin:0 0 18px 0;
}

#box1 em{
  display:block;
}

#duration_slider{
	clear:left;
	width:370px;
	margin:7px 5px 0 8px;
	height:0.4em;
}

#duration_slider a{
  width:0.8em;
  height:0.8em;
}

#duration{
  clear:left;
}

#duration span{
	float:left;
}

#appointment_notes{
  width:250px;
}

.booking_box{
  border:lightgrey solid 1px;
	padding:20px;
	margin:0px;
}

.annullieren_box {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

#box1,#box2{
	float:left;
	width:398px;
	height:240px;
	margin-bottom:20px;
}
#box3,#box4{
	clear:left;
	width:858px;
	padding-bottom: 0;
  margin-top:20px;
}


#box1{
	margin-right:20px;
	background-color:#E4E6F6;
}

#box2{
	background-color:#F5F6E4;
}

#box3{
	background-color:#F6E4F4;
}

#box4{
	background-color:#E4F6E4;
	text-align:center;
}

#box4 input{
	margin:0;
}

#book_services{
	list-style:none;
}

#content #book_services li{
	float:left;
	width:160px;
	height:40px;
	margin:0 10px 10px 0;
	text-align:left;
}

#book_services li label{
	display:inline;
}

#book_services li input{
  margin:2px 0 0 2px;
}

#define_duration_manually {
	padding-left: 20px;
}

#anrede span{
	margin-right:40px;
}

#anrede label{
	line-height:25px;
}

#anrede span label{
	display:inline;
	float:none;
	clear:none;
	line-height:0;
}

#mitarbeiter{
	clear:left;
}


#head ul{
  list-style:none;
  position:relative;
  top:182px;
  z-index: 1001;
  padding-left: 30px;
}
#head ul li{
  float:left;
  margin-top:-17px;
  cursor: pointer;
}

#head ul li .tab_left{
  background-image:url('/images/spites_single.png');
  background-position: 0 -35px;
  background-repeat:no-repeat;
  width:14px;
  height:35px;
  float:left;
}

#head ul li .tab_content{
  background-image:url('/images/spites_repeat_x.png');
  background-repeat:repeat-x;
  float:left;
  height:30px;
  padding-top:5px;
}

#head ul li .tab_right{
  background-image:url('/images/spites_single.png');
  background-position: -15px -35px;
  background-repeat: no-repeat;
  width: 34px;
  height: 35px;
  float: left;
}

#head ul li a, #head a#booking{
  display:inline; /* important for IE6 */
  font-size: 20px;
  color: #777;
  text-decoration: none;
  position: relative;
  z-index: 1;
  background-color: transparent;
  cursor:pointer;
  height:35px;
}

#head ul li a:hover{
  color: #444;
}

#head ul li.selected a, #head ul li.selected a:hover {
  color:#000;
}

#head ul li.selected .tab_left{
  background-image:url('/images/spites_single.png');
  background-position: 0 0;
}

#head ul li.selected .tab_content{
  background-image:url('/images/spites_repeat_x.png');
  background-position: 0 -36px;
}

#head ul li.selected .tab_right{
  background-image:url('/images/spites_single.png');
  background-position:-15px 0;
}

/*
  HEAD
  ========
  everything in the head
*/


#head a#booking.selected {
  background-image:url('/images/spites_single.png');
  background-position:0 -140px;
}

#head a#booking.unselected {
  background-image:url('/images/spites_single.png');
  background-position:0 -105px;
  color: #777;
}

#head a#booking.unselected:hover{
  color: #444;
}

#head a#booking {
  color:#000;
}

#head a#booking img{
  float:left;
  margin-left:14px;
  margin-top:3px;
  margin-right:5px;
}

#head a#booking {
  background-image:url('/images/spites_single.png');
  background-position:0 -70px;
  float:right;
  height:30px;
  padding-left:10px;
  padding-top:5px;
  position:absolute;
  right:0;
  top:165px;
  width:190px;
  z-index:1001;
}

#head #slideshow {
	margin: 0;
	display: inline;
  width: 0;
  height: 0;
  position:absolute;
  left:0;
  top:0;
}

#logo{
  margin-left: 30px;
}

#logo {
  position: absolute;
  margin-top: 30px;
  z-index: 1000;
  left:0;
  top:0;
}

.logo_no_image{
  background: url('/images/transparent_white.png');
  font-size: 40px;
  padding: 5px 25px;
  color: black;
  background-color: transparent;
  font-family: Georgia;
  text-decoration: none;
  font-weight: bold;
}


/*
WORKING TIMES
========
working times page AND absences
*/

#working_time_title h1 {
	float: left;
}

#working_time_title a.employees {
	display: block;
	margin-top: 25px;
	float: right;
	background-image:url('/images/icons/user_suit.png');
    padding-left: 21px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    height:18px;
}

table.week {
	border-spacing: 0px;
	margin: 15px 1px;
	width:100%;
  table-layout:fixed;
}

table.week td, table.week th {
	text-align: center;
	width: 131px;
	font-size: 13px;
	padding: 3px 1px;
	border: white solid 1px;
  line-height:20px;
}

table.week td div {
	height: 20px;
	overflow: hidden;
	width: 131px;
}

table.week td a {
	text-decoration: none;
  height: 20px;
	width: 131px;
	text-align:left;
  padding-left:34px !important;
  background-position: 15px center;
	cursor:pointer;
  display:none;
  font-weight: bold;
}

table.week td.removable a {
	display: block;
}

table.week td.removable div {
	display: none;
}

table.week th{
	border-bottom: white solid 2px;
	background-color:#C2DEEF;
	padding: 2px;
}

table.week td{
	border-top: 0;
	vertical-align:top;
	font-weight:lighter;
	background-color:#C2DEEF;
}

table.week td.not_open, table.week th.not_open{
	width: auto;
	background-color:#E5F5FF;
	color: #7A7A7A;
}


/* absences */


#absences input.save{
  margin:0;
}
#absence_box{
  border-top:1px solid #eee;
  padding-top:15px;
  margin:30px 0 20px 0;
  clear: left;
}

#absence_box h2{
  margin-bottom:15px;
}


/*
  HELP
  ========
  help page
*/


/*

PAGES
  ========
  page show/editing/creating
*/


#ui-datepicker-div{
	display:none;
}
.ui-datepicker{
	z-index:9999;
}

#page_content{
  position:relative;
}

#page_content h1{
  border-top: 2px solid #E0E0E0;
  margin-bottom: 10px;
  padding-top: 10px;
  margin-top: 20px;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}

#page_content h1:first-child {
	margin-top: 0;
	border: none;
}

#page_content h2{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

#page_content h3{
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
}


/* map */

#map_canvas{
	margin:auto
}
.map_iframe {
	border: 0;
	height: 300px;
	overflow:hidden;
	width:100%;
}

/*edting */

.mceToolbarRow2, .mceToolbarRow3{
  display:none;
}

#wysiwyg_toggleAdvanced img{
  width: 16px;
  height: 16px;
  margin: 2px;
}

#wysiwyg{
	width:100%;
	height:500px;
}

#page_controls{
  float:right;
  position:relative;
  z-index:1;
}

.page_title label {
	width: 40px;
	margin-top: 5px;
}

.page_title input {
	width: 260px;
}

#pictures_for_pages a.crop_picture{
  display:none;
}


#email_name{
  width:120px;
}

#email_domain{
  float:left;
  margin-top:3px;
}

.new_email #errorExplanation, .edit_email #errorExplanation{
  margin:10px 0 0 0;
}

#emails .info_icon{
  margin:0 -5px 0 0;
}

#emails .info{
  width:200px;
}

#emails .info p{
  margin:0;
}

form.edit_email, form.new_email {
  width: 450px;
}


#statistics td {
	padding: 2px 10px;
	margin: 2px;
	text-align: center;
}

.statistics_box {
	padding: 5px;
	margin: 0 2px;
}

#statistics .year {
	font-size: 20px;
}

#website_stats {
	margin: 10px;
	background-color:#E5F5FF;
	padding: 20px;
}

#balloons ul{
  position:fixed;
  bottom:5px;
  right:5px;
  z-index:9999;
  cursor:pointer;
  list-style-type: none;
}

#balloons #new_mails{
  background-color:#3E3E3E;
  background-image:url(/images/icons/email.png);
  background-position:4px 6px;
  border:1px solid #000000;
  padding:0 5px 5px 25px;
}

#balloons #new_mails a{
  color:#eee;
  text-decoration:none;
  display:block;
  width:100%;
}

#balloons ul li {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  width:125px;
  padding:5px;
  color:#000;
  margin-left:0;
  font-size:14px;
  background-image: url('/images/icons/calendar_add.png');
  background-repeat: no-repeat;
  background-position: 4px 4px;

}

#balloons ul li div.icon_close{
  float: right;
  height: 16px;
  cursor:pointer;
  font-weight:bold;
  background-position:right center !important;
}

#balloons em {
	padding: 0;
	margin: 0;
	font-size: 13px;
	padding-left: 20px;
}

#balloons ul li div.name{
	padding-top: 5px;
}


/* company/edit */

#edit_company {
  float: left;
  width: 400px;
}

#company_details {
  width: 450px;
  margin-left: 30px;
  float: left;
}

em#warn {
  color: red;
}

#company_details em {
display: block;
margin-left: 30px;
}

#company_details p {
margin: 15px;
}

#edit_company fieldset, #company_details fieldset {
  border: 1px solid #ccc;
  margin: 10px 0;
  padding: 5px;
}

#edit_company legend , #company_details legend{
  font-weight: bold;
}

#edit_company p {
  font-style: italic;
}

#edit_company label {
  font-style: normal;
}

#company_details label{
  margin-bottom:0;
  width:150px;
}

#company_submit{
  margin:0;
}

/*
STARTPAGE
========
everything on the coff startpage
*/

#startpage, #error_body{
	background-color:#b8d4e8;
}

#startpage {
	text-align: center;
	font-family:Georgia;
	margin-top:30px;
}

#startpage #title {
  background:#DFF3FF url(/images/startpage/blend_title.jpg) bottom repeat-x;
	height:140px;
	padding:20px;
}

#startpage #title img {
  margin-top:20px;
}

/* safari hack: dont show blending, because it renders it falsely */
/*\*/
html>body* #title {
  background-image: none !important;
  background-color: transparent !important;
}
/**/


#startpage h1 {
	font-size: 44px;
	margin-bottom: 0px;
}

#startpage h2 {
	padding-top: 10px;
	color: #3671A1;
	font-size: 19px;
	margin: 0;
	font-weight: normal;
}

#startpage h2 a{
	text-decoration: none;
	color: #3671A1;
	font-size: 19px;
	font-weight: normal;
}

#startpage #map_canvas {
	width:830px;
	height:300px;
	position:relative;
}

#startpage #map_canvas h1 {
	margin-top: 50px;
}

#startpage #map_canvas div.phone {
	margin: 5px 0;
}

#startpage #map_zoom {
	color:#333;
	margin-top:2px;
}

#startpage #search {
	width: 550px;
  margin:40px auto 10px;
}

#startpage #search label {
	font-size: 22px;
	color: #0F0F0F;
	display: inline;
	width:220px;
  margin-bottom:0;
}

#startpage #search label select {
  font-size:16px;
  font-weight:bold;
}

#startpage #search input.text {
	width: 220px;
	font-weight: bold;
	padding: 4px;
  margin-bottom:0;
}

#startpage #search .search_error {
  clear:both;
  color:red;
  margin:0 auto;
  width:300px;
}

#startpage #boxes{
	width: 852px;
	margin: auto;
	padding: 10px;
	margin-top: 10px;
}

#startpage .list_box{
	height:210px;
	width:254px;
	float:left;
	background-color: #92b7d3;
	margin: 0 10px;
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
	padding:5px;
	padding-top:10px;
}

#startpage .list_box .title{
	color:white;
	font-weight:bold;
	height:20px;
	margin-bottom:10px;
}

#startpage .list_box ul{
	text-align:left;
}

#startpage .list_box li{
	border-top:1px solid #A4CBE6;
	height:29px;
	line-height:29px;
	overflow:hidden;
}

#startpage .list_box li a{
	height:100%;
	color: #333333;
	text-decoration:none;
	display:block;
}

#startpage .list_box li a:hover{
	background-color:#3872a2;
	color:white;
}

#startpage .list_box li a.goto{
	background-image:url(/images/icons/control_play_blue.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	height:19px;
	padding-left:20px;
	padding-top:10px;
}

/* Footer */
#startpage #footer{
	margin-top: 20px;
	color:#f0f0f0;
	overflow: hidden;
	background: #222 url(/images/startpage/footer.png)  bottom center no-repeat;
}

#startpage #footer_content {
	width: 750px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: left;
	color:#f0f0f0;
}

#startpage h2#continue {
	float: left;
	width: 150px;
	color: #3671A1;
	margin: 0;
	padding: 0;
	margin-right: 40px;
}

#startpage ul#footer_list {
	list-style: none;
	width: 550px;
	margin-top: 3px;
	float: left;
}

#startpage #footer_info {
	color: #7F7F7F !important;
	font-size:12px;
	font-family: "Trebuchet MS", "MS Trebuchet", Arial, sans-serif;
	margin-top: 60px;
	margin-bottom: 7px;
}

#startpage #footer a {
	color: #f0f0f0;
}

#startpage #footer_info a {
	text-decoration: none;
}

#startpage #footer span.question{
	margin-top: 20px;
	-moz-border-radius-bottomleft:30px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:30px;
  -webkit-border-radius-bottomleft:30px;
  -webkit-border-radius-bottomright:15px;
  -webkit-border-radius-topleft:15px;
  -webkit-border-radius-topright:30px;
  border-radius-bottomleft:30px;
  border-radius-bottomright:15px;
  border-radius-topleft:15px;
  border-radius-topright:30px;
	background-color:#FCFFCC;
	color:#111;
	float:right;
	font-size:80px;
	width: 100px;
}


/* Features */

#startpage #features_box {
}

#startpage ul#features{
	width: 810px;
	margin: 0 auto;
	text-align:left;
}

#startpage ul#features h2{
	padding:0;
	margin:0;
	margin-top: 20px;
	color: #333;
	font-size: 24px;
}

#startpage ul#features li{
	width: 280px;
	padding-left: 80px;
	background-repeat: no-repeat;
	float: left;
	background-position: 0px 20px;
	margin: 20px;
}

#startpage ul#features li.website{
	background-image:url('/images/startpage/Globe-64.png')
}

#startpage ul#features li.plans{
	background-image:url('/images/startpage/Shopping-64.png')
}

#startpage ul#features li.calendar{
	background-image:url('/images/startpage/Calendar-64.png')
}

#startpage ul#features li.mail{
	background-image:url('/images/startpage/Mail-64.png')
}

#startpage ul#features li.statistics{
	background-image:url('/images/startpage/Statistics-64.png')
}

#startpage ul#features li.roundup{
	background-image:url('/images/Check-64.png')
}



#startpage .tour_box{
  text-align:left;
  padding:20px 70px;
  clear:both;
  margin:0 auto 20px;
  width:650px;
  border-top:5px solid #98C6E7;
  background-color:#A4CBE6;
}

#startpage .tour_box h2, #startpage .tour_box .description{
  font-size:larger;
}

#startpage .tour_box img{
  float:left;
}

.tour_box #edit_image {
  width: 230px;
}
.tour_box #start_image, #calender_image, #booking_image {
  width: 250px;
}

#startpage .tour_box .description{
  float:right;
  width: 360px;
  margin-top: -10px;
}

#startpage .tour_right .description{
  float:left;
}

#startpage .tour_right img{
  float:right;
}

/* form */
#startpage form#new_company{
	width: 750px;
	margin: 0 auto;
	text-align: left;
	padding-top:15px;
}

#startpage form#new_company #company_subdomain{
	width: 150px;
	float:left;
}

#startpage form#new_company #host{
	padding-top: 5px;
	font-size:18px;
}

#startpage form#new_company .register_box{
	padding-bottom:60px;
}

#startpage form#new_company fieldset{
  background-color:#A4CBE6;
  border-top:5px solid #98C6E7;
  padding:10px;
  margin-bottom:15px;
}

#startpage form#new_company fieldset legend{
  padding: 0 10px;
  font-weight:bold;
  background-color: #98C6E7;
}

#startpage form#new_company fieldset p{
  color:#444;
}

#startpage form#new_company fieldset label{
  color:#000;
}

/* plans */
#startpage #plans{
	margin:10px auto 30px;
	width:auto;
}
#startpage #plans td.label {
	text-align: right;
	border: none;
	padding-right: 10px;
	font-size: 18px;
	color: black;
	font-weight: normal;
}

#startpage #plans td div {
	text-align: center;
}

#startpage #plans tbody {
	border: none;
}

#startpage #plans .register {
	background-image: url('/images/startpage/register.png');
	background-position: center;
	background-repeat:no-repeat;
	height: 40px;
}

#startpage #plans .register a{
	text-decoration: none;
	color: #fff;
}

#startpage #plans .register a:hover{
	color: #FCFFCC;
}

#startpage #plans td {
	width: 120px;
	font-weight: bold;
}

#startpage #plans .label {
	width: auto;
}

#startpage .plan_infos {
	margin-top: 20px;
	text-align:center;
	color:#f0f0f0;
	background:#222;
	padding:10px 20px 0px;
}
#startpage .plan_infos *{
	width: 640px;
	margin:0 auto;
}

.plan_infos .obfuscate a {
	color: white !important;
}


/* agb */
#startpage #agb{
	padding:0 20px;
	text-align: left;
	font-family:Georgia;
	width: 800px;
	margin: 30px auto;
	margin-bottom: 0;
}

#startpage #agb ul{
	margin-left:40px;
}


/* impressum */
#startpage #address{
	text-align:left;
	margin: 50px auto;
	margin-bottom: 0;
	width:130px;
}

#startpage #address li{
	text-align:left;
	padding-bottom:8px;
}

.phone.impressum {
	font-size: 30px;
}
