/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #343434;
	background: #fff;
	font: 14px/20px "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}
html {
  overflow-y: scroll;
}
p {
  padding-bottom: 14px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #3d8e8c;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #3d8e8c;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  font-weight: normal;
  color: #333;
  padding-bottom: 10px;
}
h1 {
  font-size: 22px;
  padding-bottom: 30px;
  text-align: left;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
  padding-bottom: 5px;
}
h4 {
}
h5 {
}
h6 {
}

.error {
	font-style: italic;
	color: #CC3300;
}

/* Wraps */
#header_wrap {
  padding: 0 10px;
  min-width: 940px;
  background: transparent url(../image/background.png) repeat-x;
  height: 70px;
  z-index: 99;
}
#content_wrap {
  padding: 40px 10px 40px 10px;
  min-width: 940px;
  background: transparent url(../image/content-bg.jpg) no-repeat 50% 0;
  text-align: center;
}
#footer_wrap {
  padding: 0 10px 40px 10px;
  min-width: 940px;
  overflow: visible;
  text-align: center;
}
/* Header */
#header {
  width: 940px;
  margin: 0 auto;
  position: relative;
  background: transparent;
  height: 50px;
  z-index: 99;
}
  .logo {
    position: absolute;
    top: 8px;
    left: -6px;
  }
  .top-navigation {
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 18px;
    color: #ccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  }
    .top-navigation li {
      display: inline;
    }
      .top-navigation li a,
      .top-navigation li a:visited {
        border-left: 1px solid #3c3c3c;
        color: #fff;
        padding: 0 0 0 7px;
        margin-left: 5px;
      }
      .top-navigation li.logged_in a {
        border-left: none;
        padding: 0;
      }
      .top-navigation li a:hover,
      .top-navigation li.active a,
      .top-navigation li.active a:visited {
        color: #da578a;
      }
  .naivigation {
    position: absolute;
    left: 140px;
    top: 7px;
    font-size: 10px;
    line-height: 10px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  }
    .naivigation li {
      display: inline;
    }
      .naivigation li a,
      .naivigation li a:visited {
        display: block;
        float: left;
        padding: 11px 10px 12px 10px;
        margin-right: 1px;
        color: #fff;
      }
      .naivigation li a:hover,
      .naivigation li.active a,
      .naivigation li.active a:visited {
        background: #000;
        color: #da578a;
      }
  .page_title {
    font-size: 15px;
    color: #234e5e;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    left: 0;
    top: 48px;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 0px;
  }
/* Content */
#content {
  width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  vertical-align: top;
}
  #page {
    width: 650px;
    vertical-align: top;
  }
  
  /* Choose Setup */
  .choose_setup {
    padding: 40px 0 0 0;
    overflow: hidden;
  }
    .choose_setup h2 {
      font-size: 20px;
      color: #3d8e8c;
      padding-bottom: 0px;
      padding-top: 10px;
    }
    .choose_setup h3 {
      font-size: 15px;
      color: #454545;
      font-family: Arial;
      padding-bottom: 50px;
    }
    .setup_left {
      float: left;
      width: 430px;
      text-align: right;
      background: url(../image/setup_left.jpg) no-repeat right top;
      padding-bottom: 80px;
    }
      .setup_left h2, 
      .setup_left h3 {
        padding-right: 80px;
      }
      .setup_left p {
        background: #fff;
        padding-bottom: 0px;
      }
    .setup_right {
      float: right;
      width: 430px;
      background: url(../image/setup_right.jpg) no-repeat left top;
      padding-bottom: 80px;
      padding-left: 13px;
    }
      .setup_right h2, 
      .setup_right h3 {
        padding-left: 80px;
      }
      .setup_right p {
        background: #fff;
      }
    .setup_center {
      float: left;
      text-align: center;
    }
      .setup_center p {
        display: block;
        float: left;
        width: 460px;
        padding: 40px 0 20px 0;
        padding-left: 240px;
      }
      .setup_btn {
        width: 193px;
        height: 41px;
        display: block;
        float: left;
        text-indent: -9999px;
      }
      .left_btn {
        background: url(../image/create-event-btn.png) no-repeat 0 0;
        margin-left: 238px;
        margin-right: 80px;
      }
      .right_btn {
        background: url(../image/take-appointments-btn.png) no-repeat 0 0;
      }
  /* Event Setup */
  .account_setup {
  
  }
    .account_setup h1 {
      padding-bottom: 10px;
    }
  
  .event_image {
    border: 1px solid #ccc;
  }
  

/* Sidebar */
#sidebar {
  width: 220px;
  font-size: 12px;
  line-height: 18px;
}
  .side_block {
  
  }
    .side_block h3 {
      font-size: 13px;
      border-bottom: 1px solid #ccc;
      margin-bottom: 10px;
    }
    .sm-icon {
      display: block;
      padding: 5px 0 5px 23px;
    }
    .clock {
      background: url(../image/icon-clock.png) no-repeat 0 4px;
    }
    .calendar {
      background: url(../image/icon-calendar.png) no-repeat 0 4px;
    }
    .globe {
      background: url(../image/icon-globe.png) no-repeat 0 4px;
    }
/* Footer */
#footer {
  width: 940px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #ccc;
  padding: 10px 0;
  font-size: 11px;
  color: #777;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  overflow: visible;
}
  .footer_text {
    overflow: visible;
    padding-bottom: 40px;
  }
  #footer p {
    float: left;
  }
  #footer ul {
    float: right;
  }
    #footer li {
      display: inline;
      padding: 0 0 0 18px;
    }
  .live_support {
    float: left;
    display: block;
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .bbb {
    float: right;
    display: block;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .verisign {
    float: right;
    display: block;
    padding-top: 2px;
    padding-bottom: 40px;
  }

/* General Form Styles */
.general_form_wrap {
  width: 660px;
  margin: 0 auto;
  padding: 11px;
  background: #ececec;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  position: relative;
}
  .general_form_wrap .general_form {
    padding: 39px;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .general_form_wrap h1 {
    padding: 15px 0 20px 0px;
    text-shadow: 0 1px 0 #fff;
    font-weight: 600;
  }
  .general_form_wrap h3 {
    position: absolute;
    right: 15px;
    top: 30px;
    font-size: 14px;
  }
  .general_form {
    color: #333;
    overflow: hidden;
    position: relative
  }
    .general_form p {
      overflow: hidden;
      padding: 10px 0;
      position: relative;
    }
    .general_form p.form_p {
      padding: 20px 0 20px 160px;
    }
    .general_form p span {
      font-size: 10px;
      line-height: 10px;
      display: block;
      float: left;
      padding-top: 10px;
      margin-bottom: -10px;
    }
    input.frm_button {
      border: 1px solid transparent;
      padding: 2px 15px;
      margin-top: 10px;
      -moz-border-radius: 12px;
      -webkit-border-radius: 12px;
      border-radius: 12px;
      cursor: pointer;
    }
    input.dark {
      background: #333;
      color: #fff;
    }
    input.light {
      background: #e5e5e5;
      color: #000;
      text-shadow: 0 1px 0 #fff;
    }
    input:hover.frm_button {
      background: #3d8e8c;
      color: #fff;
      text-shadow: none; 
    }
    .push_140 {
      margin-left: 140px;
    }
    .push_160 {
      margin-left: 160px;
    }
    .general_form .input {
      border: 1px solid #c3c3c3;
      border-right-color: #b0b0b0;
      border-bottom-color: #b0b0b0;
      padding: 10px;
      font: 14px/20px "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
      float: left;
      background: #fbfbfb url(../image/input.png) repeat-x 0 0;
    }
    .general_form .large {
      width: 438px;
    }
    .general_form .select_large {
      width: 460px;
      padding: 9px 10px;
    }
    .general_form .medium_large {
      width: 278px;
    }
    .general_form .select_medium_large {
      width: 300px;
      padding: 9px 10px;
    }
    .general_form .medium {
      width: 198px;
    }
    .general_form .small {
      width: 118px;
    }
    .general_form .x_small {
      width: 58px;
    }
    .general_form .select_x_small {
      width: 80px;
      padding: 9px 10px;
    }
    .general_form .left_20 {
      margin-left: 20px;
    }
    .general_form p span.time_divider {
      margin: 0;
      padding: 0 8px 0px 9px;
      font-size: 16px;
      line-height: 38px;
    }
    p.paypal_icon,
    p.freshbooks_icon {
      padding: 20px 0 10px 160px;
    }
    .general_form p.paypal_icon {
      background: url(../image/paypal_logo.png) no-repeat 318px 18px;
    }
    .general_form p.freshbooks_icon {
      background: url(../image/freshbooks_logo.png) no-repeat 398px 18px;
    }
    .slide_open {
      float: right;
      position: relative;
      bottom: 1px;
    }
    .payment_paypal {
      display: none;
    }
    label.right_label {
      padding: 0;
      margin: 0;
      display: block;
      float: right;
      vertical-align: middle;
      line-height: 20px;
    }
    label.top_10 {
      padding-top: 10px;
    }
    .date_picker {
      float: left;
      width: 30px;
      height: 22px;
      background: url(../image/date-picker.png) no-repeat 0 0;
      position: relative;
      top: 8px;
      left: 10px;
      margin-right: 28px;
      text-indent: -9999px;
      display: block;
    }
  /* Address */
  .add_address {

  }
    .your_address {

    }
  /* Tariffs */
  .tariffs {
    padding-top: 40px;
    margin-bottom: 20px;
  }
    .new_tariff {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #d8d8d8;
    }
  .tariff_buttons {
    display: block;
    padding: 10px 0 40px 0;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
  }
    .add_tariff {
      padding: 5px 0 5px 35px;
      background: url(../image/add-btn.png) no-repeat left 3px;
      float: left;
      display: block;
    }
    .remove_tariff {
      padding: 5px 35px 5px 0;
      background: url(../image/remove-btn.png) no-repeat right 3px;
      float: right;
      display: block;
    }
  /* Tabs */
  #tabs {
    padding: 30px 0;
    overflow: hidden;
  }
    a.tab-item {
      background-color: #fafafa;
      float: left;
      width: 141px;
      margin: 10px;
      border: 1px solid #ccc;
      font-size: 16px;
      line-height: 20px;
      color: #343434;
      padding: 10px 10px 10px 60px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      text-shadow: 0 1px 0 #fff;
      min-height: 40px;
      background-repeat: no-repeat;
      background-position: 15px 40%;
      border-right-color: #a6a6a6;
      border-bottom-color: #a6a6a6;
    }
    a:hover.tab-item {
      background-color: #fff;
    }
    .preferences-icon {
      background-image: url(../image/icon-preferences-large.png);
    }
    .cog-icon {
      background-image: url(../image/icon-cog-large.png);
    }
    .globe-icon {
      background-image: url(../image/icon-globe-large.png);
    }
    .image-icon {
      background-image: url(../image/icon-image-large.png);
    }
    
.live_support {
    float: left;
    display: block;
    padding-top: 5px;
    padding-bottom: 40px;
  }
  .trustee {
    float: right;
    display: block;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .bbb {
    float: right;
    display: block;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .verisign {
    float: right;
    display: block;
    padding-top: 2px;
    padding-bottom: 40px;
  }
  
  .tab-item-sm 
  {
	 background-color: #fff;
      float: left;
      width: 181px;
      margin: 10px;
      border: 1px solid #ccc;
      font-size: 16px;
      line-height: 20px;
      color: #343434;
      padding: 10px 10px 10px 40px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      text-shadow: 0 1px 0 #fff;
      min-height: 20px;
      background-repeat: no-repeat;
      background-position: 15px 40%;
      border-right-color: #a6a6a6;
      border-bottom-color: #a6a6a6;
  }
	
  a.tab-item-sm {
      background-color: #fafafa;
      float: left;
      width: 181px;
      margin: 10px;
      border: 1px solid #ccc;
      font-size: 16px;
      line-height: 20px;
      color: #343434;
      padding: 10px 10px 10px 40px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      text-shadow: 0 1px 0 #fff;
      min-height: 20px;
      background-repeat: no-repeat;
      background-position: 15px 40%;
      border-right-color: #a6a6a6;
      border-bottom-color: #a6a6a6;
    }
	
    a:hover.tab-item-sm {
      background-color: #fff;
    }
    
    .floatingTipHdr {
	background:#1b1b1b;
	border:1px solid #000000;
	padding:5px;
	width:250px;
	color:#fff;
	}
	         
	.floatingTipBdy {
		background:#FFFFFF;
		border-left:1px solid #d5d5d5;
		border-right:1px solid #d5d5d5;
		border-bottom:1px solid #d5d5d5;
		padding:5px;
		width:250px;
	}
	
	.cal_options a {
	color: #FFF;
	}

	.cal_options a:hover {
		color: #da578a;
	}
	
	.cal_slot_top {
		background: #7fcbd2;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		color: #FFFFFF;
		text-align: center;
		padding: 2px 2px 8px 2px;
		line-height: 13px;
	}

	.cal_slot_bottom {
		background: #a7d9de;
		color: #FFFFFF;
		text-align: center;
		padding: 8px 2px 6px 2px;
		line-height: 16px;
	}
	
	.f_10 {
	font-size: 10px;
	}

	.f_14 {
		font-size: 14px;
	}

	.f_18 {
		font-size: 20px;
	}

	.f_20 {
		font-size: 20px;
	}
	
	.tr_row_1 td, .tr_row_2 td {
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	}

	.tr_row_1 {
		background: #f4f4f4;
	}

	.tr_row_2 {
		background: #ffffff;
	}

