.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;
}


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;
}


/*
  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 logged in users */
#nav{
  text-align: left;
  list-style:none;
  margin:0 auto;
  width:480px;
  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;
}

#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;
}


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

.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;
}

.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;
}

/* tooltip */

#tooltip {
  position: absolute;
  z-index: 3000;
  padding: 5px;
  opacity: 0.95;
  border: #6890C1 solid 1px;
  color: #3D3D3D;
  padding: 10px;
  background-color: #A4C6EF;
}
#tooltip h3, #tooltip div { margin: 0; }

.info {
  display: none;
}

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

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


/*
  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_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_sort{
  background-image:url(/images/icons/arrow_switch.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;
}


#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;
}


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

#contact_box {
	font-size: 17px;
	background-color: #F0F7FF;
	border: 2px solid #45709F;
	margin: 20px 0;
	padding: 10px 40px;
	height: 85px;
}

#contact_box .content {
	display: block;
	margin-top: 20px;
}

#contact_box .info_box {
	float: left;
	margin: 0 13px;
}

#contact_box .phone {
	font-size: 30px;
	font-weight: bold;
}

#question_mark {
	color: #45709F;
	margin-right: 20px;
	font-size: 80px;
	width: 70px;
	text-align: center;
	float: left;
}

#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;
}

/* company/edit */

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

#company_details {
	width: 400px;
	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;
}

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

.blue_box{
  border:#DBEBFF solid 1px;
  background-color:#F0F7FF;
  margin:20px 0;
  padding:10px;#F2FF81
  clear:both;
  color: #222;
}

.blue_box a{
  color: #222;
}

#sort_menu,#edit_sidebar{
  height:320px;
}

#choose_logo,#choose_slideshow{
  height:200px;
}

.blue_box.small{
  float:left;
  clear:none;
  width:308px;
  margin-left: 10px;
  margin-right: 10px;
}

#choose_slideshow div{
  height: 120px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

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

.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{
  min-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;
  height:35px;
  margin-left:20px;
}

#colorpicker{
  float:left;
}

#pictures.choose .picture_thumb {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
}

#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, #files {
  float: left;
  margin: 10px 0;
  width: 600px;
  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;
}

#select_file .picture_thumb .crop_picture{
  display: none;
}

.picture_thumb, .document_thumb {
  margin: 0 10px 10px 0;
  width: 120px;
  height: 140px;
  float: left;
  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;
  background-color: #EEEEEE;
}
.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 .edit_picture{
  background:transparent url('/images/icons/textfield_rename.png') top right no-repeat;
  padding-right:16px;
}
.picture_thumb a:hover{
  background-color:transparent;
}

#selected_pictures{
  padding: 10px;
  background-color:#F0F7FF;
  border:1px solid #DBEBFF;
}

.picture_thumb .icon_sort{
  display:none;
  cursor: move;
}

#selected_pictures .icon_sort{
  display: inline;
}


/*misc*/

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

input.blur {
  color: #ccc;
}

/*sidebar*/

#sidebar_input{
  width:230px;
  height:200px;
}

#edit_sidebar .wysiwyg > div{
  clear:none !important;
}


/* wysiwyg */
.mceToolbarRow2, .mceToolbarRow3{
  display:none;
}

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


/* page */

#page_content{
  position:relative;
}

#page_controls{
  right: 0;
  position:absolute;
  z-index:1;
  top: 0;
}

#pictures_for_pages a.crop_picture{
  display:none;
}

/* map */

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

/* login */
#login h1{
  margin-bottom:5px;
  text-align:center;
}
#login_status{
  height:35px;
  text-align:center;
}
#login_status img{
  display:none;
}
#login_status strong{
  line-height:30px;
}

#login label{
  width:150px;
}

#password_reset{
  margin-top:40px;
}

#topbar {
	display: none;
  font-family: Arial;
}

body{
	background-color: #ccb8d0;
  color: #833e82;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

td{
  font-family: Arial, sans-serif;
  color: #833e82;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

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

h2{
  font-size: 20px;
  font-weight: normal;
}

h3{
  font-weight: bold;
  font-size: 18px;
}

p{
  margin-top: 10px;
  margin-bottom: 10px;
}

#header{
  text-align:center;
  padding: 20px;
}

a{
  color: #2222cc;
}

a:hover{
  color: #5555cc;
}

hr{
  border-top: 1px solid #833e82;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fff;
}

#page_content ul{
  margin-left: 20px;
}

/* MENU */
#menu{
  background: transparent url(/images/beautyart/menu_bg.png) repeat scroll 0 0;
  margin-bottom: 50px;
}

#roots{
  padding: 0px;
  margin: 0px;
  list-style: none;
  height: 40px;
}

#roots li{
  text-align:center;
  float: left;
  position:relative;
  z-index:2;
}

#roots a{
  color: #643462;
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
  width:100%;
  height: 40px;
  display:block;
  border-left: 1px solid #c5aec1;
}

#roots a:hover{
  background-color: #c1a4be;
}

#roots ul{
  position:absolute;
  display: none;
  z-index: 2;
  list-style: none;
  background-color: #ead6e8;
  left:0;
  top:40px;
}

#roots ul li a{
  font-size: 12px;
  line-height: 20px;
  height: 20px;
}

#container{
  background: #9a8a9c url(/images/beautyart/bg_1.jpg) no-repeat;
  width: 990px;
  margin: 20px auto 0;
  box-shadow: 0 0 15px #000;
  -moz-box-shadow: 0 0 15px #000;
  -webkit-box-shadow: 0 0 15px #000;
  height: 890px;
  position: relative;
}

#container.medium{
  background: #9a8a9c url(/images/beautyart/bg_2.jpg) no-repeat;
  height: 1272px;
}

#container.big{
  background: #9a8a9c url(/images/beautyart/bg_3.jpg) no-repeat;
  height: 2175px;
}

#container.giant{
  background: #9a8a9c url(/images/beautyart/bg_4.jpg) no-repeat;
  max-height: 5311px;
  height: auto;
}


/* content */
#content{
  margin:0 0 50px 50px;
  padding-right: 50px;
  overflow-y: auto;
  overflow-x: hidden;
  position:relative;
  height:515px;
  z-index: 1;
}

#container.medium #content{
  height:877px;
}


#container.big #content{
  height:1780px;
}

#container.giant #content{
  /*  max-height:4916px;*/
  height: auto;
  padding-bottom: 50px;
}

#person{
  position: absolute;
  bottom: 0px;
  right:0px;
  z-index: 0;
}

#contact_form label{
  width: 200px;
}

#contact_form p {
  margin: 0;
}

#contact_form_04_plz_city, #contact_form_06_time, #contact_form_08_place, #contact_form_09_email{
 margin-bottom: 25px !important;
}

#contact_form .submit{
  margin-left: 220px;
}

#contact_form_success{
  font-weight: bold;
  margin-top: 10px;
}

/* bottom */

#footer{
  background-color: #b391b1;
  position: absolute;
  bottom: 0px;
  width: 890px;
  line-height:30px;
  font-size: 14px;
  padding: 0 50px;
}

#footer a{
  margin-left: 200px;
  color: #643462;
  font-style:normal;
  text-decoration:none;
}

#credits{
  font-size: 12px;
  color: #9a8a9c;
  width: 990px;
  margin: 15px auto;
  text-align: center;
}

#credits a{
  color: #9a8a9c;
}

/* wysiwyg */

#wysiwyg{
	width:880px;
	height:500px;
}


.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
  border:1px dashed #999;
}

/* Button */

a.button {
  background: transparent url('/images/beautyart/bg_button_a.png') no-repeat scroll top right;
  color: #444;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding: 5px 18px 5px 0; /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('/images/beautyart/bg_button_span.png') no-repeat;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
}

/* Hackety hack*/
#roots_link_1, #roots_link_1 li{
  width:120px !important;
}

#roots_link_6, #roots_link_6 li{
  width:119px !important;
}

#roots_link_7, #roots_link_8, #roots_link_9, #roots_link_7 li, #roots_link_8 li, #roots_link_9 li{
  width:85px !important;
}

.galleria{list-style:none;height:70px;padding:10px 0 0 10px; margin: 0 auto !important;;overflow:hidden;}
.galleria li{border: 1px solid #000;width:80px;height:60px;overflow:hidden;float:left;margin:0 10px 10px 0;}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li.active img{opacity: 0.6;filter:Alpha(Opacity=60);}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
.galleria li.hidden{display: none !important;}
.galleria_container img.replaced{height:300px;width:auto;cursor:pointer;}
.galleria_container{text-align: center;}
* html .galleria li div span{width:400px} /* MSIE bug */
.gallery_container{width: 530px;margin: 0 auto;}
.galleria_next, .galleria_prev{float:left;display:block; width:20px; height:65px;margin-top:10px;}
.galleria_next{background: transparent url(/images/beautyart/right.png) no-repeat 0 0;}
.galleria_prev{margin-left:180px;background: transparent url(/images/beautyart/left.png) no-repeat 0 0;}
.gallery{display:none;}
.galleria_position{text-align:center; color: #000; font-size: 12px;margin:2px 0;}
.galleria li img.thumb{margin: 0 auto !important; height:60px;width:auto;}
.galleria li{cursor:pointer;}