/* section view */
.section {
    margin-top: 15px;
  position: relative;
  width: 960px;
}
.section_title {
  background: url(../../images/1px_section_header.gif) repeat-x;
  color: #fff;
  padding: 9px 0 11px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.section_title span, .section_title_edit span{
  float: left;
}
.section_title img, .section_title_edit img{
  margin: 1px 0 0 10px;;
  width:37px;
  height:12px;
  float: left;
}
.section_content {
    margin-top: 10px;
}
.section_view{
  float: left;
  width: 620px;
  padding: 0 0 0 15px; /* 620 + 15 = 635 */
  *width: 615px;
}
.section_view_wide{
  padding: 0;
  width: 960px;
}
.section_view .user_content{
  color: #333;
}
.section_view table{
  font-size: 13px;
}
.section_view table.view_hours th{
  font-weight: normal;
  text-align: left;
}
.section_view table.view_hours td{
  color: #333;
  padding-left: 50px;
}
.section_view table.view_tabular div{
  padding-left: 50px;
  color: #333;
  width: 430px;
  overflow: hidden;
}
.section_view table.striped{
  width: 620px;
  color: #333;
  margin-top: 5px;
  *width: 610px;
}
.section_view_wide table.striped{
  width: 960px;
}

.section_view table.striped thead th{
  text-align: left;
  padding: 0 0 7px 10px;
  font-weight: normal;
}
.section_view table.striped tr td{
  padding: 8px 0 8px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.section_view table.striped tr.even td{
  background-color: #f6f6f7;
}

.section_view table.striped tr.odd td{
  background-color: #eaeaeb;
}
.section_help_pane {
  background-color: #f7f7db;
  float: right;
  width: 310px;
  height: 170px;
  text-align: center;
  padding: 35px 0 0;
  cursor: pointer;
  position: relative;
  zoom: 1;
}
.section_help_pane .success_message{
  position: absolute;
  top:6px;
  left:7px;
  height: 23px;
  width: 260px;
  background: #bde168 url(../../images/success_check.gif) no-repeat 28px 4px;
  color: #3d561b;
  font-weight: bold;
  font-style: italic;
  padding: 4px 0 0 36px;
}
.section .upgrade_pane{
  background-color: #f0f0f0;
  float: right;
  width: 310px;
  height: 190px;
  text-align: center;
  padding: 35px 0 0;
  margin: 0 0 0 15px;
  cursor: pointer;
  position: relative;
}
.status_message{
  font-style:italic;
  width: 250px;
  margin: 0 auto;
  display: block;
  font-size: 14px;
}
.related_link{
  font-weight:bold;
  width: 250px;
  margin: 20px auto;
  display: block;
  font-size: 14px;
}
.related_link a{
  color:#333;
  text-decoration: none;
}
.related_link a:hover{
  text-decoration: underline;
}
.learn_more{
  font-weight:bold;
  width: 250px;
  margin: 20px auto;
  display: block;
  font-size: 14px;
}
.learn_more a{
  color:#333;
  text-decoration: none;
}
.learn_more a:hover{
  text-decoration: underline;
}
.orange_link{
  color: #F69F3A;
  cursor: pointer;
  display: block;
  margin: 5px 0 0 11px;
  font-weight: bold;
  text-decoration: none;
}
.orange_link_normal{
  color: #F69F3A;
  cursor: pointer;
  display: block;
  margin: 5px 0 0 11px;
  text-decoration: none;
}
.orange_link:hover, .orange_link_normal:hover{
  text-decoration: underline;
}
.section_edit .orange_link{
  font-weight: normal;
  color: #d87909;
}
.edit_button {
  background: url(../../images/edit_button.jpg) no-repeat;
  width: 102px;
  height: 40px;
  margin: 25px auto 0;
}
.upgrade_button {
  background: url(../../images/upgrade_button.jpg) no-repeat;
  width: 116px;
  height: 37px;
  margin: 25px auto 0;
}
.cancel_button {
  background: url(../../images/buttons/button_canceldisable2.gif) no-repeat;
  width: 177px;
  height: 64px;
  margin: 25px auto 0;
  cursor: pointer;
}
.cancel_button_wide {
  background: url(../../images/buttons/button_canceldisable1.gif) no-repeat;
  width: 280px;
  height: 41px;
  cursor: pointer;
}
.save_cancel .cancel_button_wide{
	float: left;
}

.section_return_pane {
  background-color: #f7f7db;
  float: left;
  width: 310px;
  height: 60px;
  text-align: center;
  margin: 0 0 0 15px;
  cursor: pointer;
  position: relative;
}

.section_return_pane .done_button {
  background: url(../../images/done_button.jpg) no-repeat;
  width: 102px;
  height: 40px;
  margin: 10px auto 0;
}



#location .section_view .heading{
  margin-bottom: 15px;
}
#location .section_view .map_container{
  float:left;
}
#location .section_view .second_map{
  margin-left: 130px;
}
#location .section_edit #customer_div .edit_item select{
  float: left;
  margin: 2px 4px;
}

#review_manage .section_view .heading{
  text-transform: uppercase;
  color: #6098a6;
}
#reviews_manage .stars img {
  margin-left: -3px;
}
#reviews_manage .section_edit .star_bar{
  width: 111px;
  height: 20px;
}
#reviews_manage .section_edit .star_bar .star_on, #reviews_manage .section_edit .star_bar .star_off{
  width: 22px;
  height: 20px;
  float: left;
  display: inline;
}
#reviews_manage .section_edit .star_bar .star_on{
  background: url(../../images/star_yellow_dark_matte.gif) no-repeat;
}
#reviews_manage .section_edit .star_bar .star_off{
  background: url(../../images/star_grey_dark_matte.gif) no-repeat;
}
#staff_member_services .section_view div{
  color: #333;
  margin:12px 0;
}

.section_view a.upgrade{
  color:#e68e29;
  text-decoration: none;
}
.section_view a.upgrade:hover{
  text-decoration: underline;
}

/* end section view */
/* manage reviews view */
#heading_no_reviews{
  border-bottom: 1px solid #dadada;
  padding: 15px 0;
}
#no_reviews{
  margin: 15px 0 20px;
}
#check_settings{
  margin: 5px 0 40px;
}
#check_settings a{
  color: #e68e29;
  text-decoration: none;
}
#reviews_manage .section_view{
  color: #373739;
}
.section_view .review{
  margin: 25px 0;
  border-top: 1px solid #dadada;
  padding-top: 18px;
}
.section_view .first_review{
  border-top: none;
  padding: 0;
}
.section_view .review .title{
  color: #373739;
  font-weight: bold;
  float: left;
}
.section_view .review .date{
  color: #747476;
  float: right;
}
.section_view .review .stars{
  margin-top: 13px;
}
.section_view .review .comment{
  margin-top: 14px;
  line-height: 18px;
}
.section_view .review .cust_name{
  color: #6098a6;
  font-weight: bold;
}

/*end manage reviews view */

/* section edit */
#spacer{
  height: 47px;
}
#error_title{
  width: 823px;
  border: 1px solid #f26c4f;
  background-color: #ffe5bc;
  text-align: center;
  padding: 9px 0;
  margin: -10px auto 25px;
}
.input_error{
  border-color: #D04A2D #F26C4F #F26C4F #D04A2D;
  border-style: inset;
  border-width: 1px;
  padding: 2px;
  background-color: #ffe5bc;
}
span.error_msg {
    color: #e84320;
  float:left;
  font-size: 11px;
  margin: 4px 0 0 175px;
  clear: left;
  white-space: nowrap;
}
.section_title_edit {
  background: url(../../images/1px_section_header_edit.gif) repeat-x;
  color: #fff;
    padding: 9px 0 11px 13px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.section_edit, .section_edit_item{
  background-color: #fefacc;
  color: #373739;
  font-size: 13px;
  padding-top: 25px;
  position: relative;
}
.section_edit .primary_content, .section_edit_item .primary_content{
  float: left;
  width: 670px;
}
.section_edit .secondary_content, .section_edit_item .secondary_content{
  float: left;
  width: 290px;
}
.section_edit a.link, .section_edit_item a.link{
  color: #e68e29;
  margin: 15px 0 0 80px;
  display: block;
  width: 90px;
}
.edit_item{
  padding: 25px 0 0;
  position: relative;
  zoom: 1;
}

.edit_item.left_margin {
    margin: 0 0 0 176px;
}

.edit_radio, .edit_checkbox{
  margin: 0 0 0 176px;
}
.edit_item .checkbox_item{
  margin-left: 175px;
}
.checkbox_edit_items{
  margin: 20px 0 0 125px;
}
.edit_item .title_item{
  margin: 0 0 0 210px;
}

/* this is a hack to allow error title message to display properly */
.{
  padding: 0;
}
/* end hack */

.edit_label{
  width: 150px;
  float: left;
  text-align: right;
  margin: 3px 13px 0;
}
.edit_label_long{
  width: 280px;
  float: left;
  text-align: left;
  margin: 3px 13px 0;
}
.edit_label_short{
  width: 120px;
  float: left;
  text-align: right;
  margin: 3px 13px 0;
}
.hint{
  clear: left;
  color: #88888b;
  padding: 6px 0 0 176px;
  font-size: 11px;
}
.size_big{
  width: 470px;
}
.size_medium{
  width: 270px;
}
.size_small{
  width: 150px;
}
.size_xsmall{
  width: 100px;
}
.edit_field{
  padding: 3px;
  font-family: "Lucida Grande",Lucida,sans-serif;
  font-size: 12px;
  float:left;
}
.uneditable_field{
  float: left;
  margin-top: 3px;
}
.textarea.edit_field{
  height: 100px;
}
.input.checkbox_item{
  margin: 0 0 0 176px;
}
.edit_item select.sms{
  margin: 2px 0 0 5px;
  float: left;
}
.optional{
  position: absolute;
  left: 108px;
  top: 43px;
  font-size: 11px;
  color: #a3a293;
}
.tooltip{
  display: none;
  float: left;
  position: relative;
  margin: 0 0 0 5px;
  z-index: 1;
}
.tooltip .triangle{
  background: url(../../images/tooltip_triangle.gif) no-repeat 0 0;
  height: 13px;
  width: 13px;
  position: absolute;
  top: 6px;
  z-index: 1;
}

.tooltip .tooltip_body{
  border: 1px solid #cdc892;
  background-color: #fbf9e7;
  position:absolute;
  width: 200px;
  left: 12px;
  padding: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.save_cancel{
  padding: 25px 0 25px 176px;
}
.save_cancel .save_button{
  width: 102px;
  height: 40px;
  background: url(../../images/save_button.jpg) no-repeat;
  float: left;
  cursor: pointer;
}
.save_cancel .cancel_button{
  width: 102px;
  height: 40px;
  background: url(../../images/cancel_button.jpg) no-repeat;
  float: left;
  margin: 0 0 0 8px;
  cursor: pointer;
}
.save_cancel .downgrade_button{
  width: 126px;
  height: 41px;
  background: url(../../images/buttons/button_downgrade.gif) no-repeat;
  float: left;
  cursor: pointer;
}
.save_cancel .upgrade_button{
  float: left;
  margin: 0px;
}

.keep_account_button{
  width: 179px;
  height: 49px;
  float: left;
  margin: 0px;
  cursor: pointer;
  background: url(../../images/buttons/keep_my_account_button.png) no-repeat;
}

.delete_account_button{
  width: 179px;
  height: 49px;
  float: left;
  margin-left: 50px;
  cursor: pointer;
  background: url(../../images/buttons/delete_my_account_button.png) no-repeat;
}


.save_cancel_listview{
  padding: 20px 0 20px 78px;
}

.save_cancel_listview .save_order_button{
  background: url(../../images/save_order_button.jpg) no-repeat;
  width: 113px;
  height:30px;
  cursor: pointer;
  float: left;
}
.save_cancel_listview .cancel_button{
  background: url(../../images/cancel_button_75x30.jpg) no-repeat;
  width: 75px;
  height: 30px;
  cursor: pointer;
  float: left;
  margin: 0 0 0 8px;
}
.done_button{
  background: url(../../images/done_button.jpg) no-repeat;
  width: 104px;
  height: 40px;
  cursor: pointer;
  margin: 20px 0 0 78px;
  padding-bottom: 20px;
}

.done_edit .done_button {
  float: left;
}

.done_edit .new_plan {
  float: left;
  margin-top: 30px;
  margin-left: 270px;
  cursor: pointer;
}

.done_edit .delete_account {
  float: left;
  margin-top: 30px;
  margin-left: 270px;
  cursor: pointer;
}

.delete_account_warning {
  list-style-type: disc;
  margin-left: 75px;

}

.notes{
  width: 220px;
  height: 170px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fcf79f;
  padding: 23px;
  margin: 0;
}
.notes a{
  color: #d07205;
}
.section_edit .msg_limit{
  background: url(../../images/warning_exclamation_2.gif) no-repeat;
  display: block;
  margin: 18px 0 0 85px;
  padding-left: 31px;
  height: 19px;
}
.section_edit .msg_limit a{
  color:#E68E29;
  text-decoration:none;
}
.section_edit .msg_limit a:hover{
  text-decoration: underline;
}
/* end section edit */
/* css specific to scarcity section edit */
#scarcity .section_edit .edit_radio{
  margin: 20px 0 0 40px;

}
#scarcity .section_edit .edit_radio input{
  float: left;
}
#scarcity .section_edit .edit_radio span{
  float: left;
  width: 150px;
}
#scarcity .section_edit .edit_radio div.hint{
  float: left;
  padding: 3px 0 0 22px;
}
/* end css specific to scarcity section edit */


/* business hours edit table */
.business_hours_table{
  padding:25px 0 0 104px;
  width:305px;
}
.business_hours_table table{
  color: #373739;
  font-size: 13px;
}
.business_hours_table table tr{
  border-top: 5px solid #fefacc;
}
.business_hours_table table td.day{
  text-align: right;
  width: 75px;
}
.business_hours_table table td.start{
  text-align: right;
  width: 100px;
}
.business_hours_table table td.to{
  text-align: center;
  width: 30px;
}
.business_hours_table table td.finish{
  text-align: left;
  width: 100px;
}

/* end business hours edit table */
/* section edit list */
table.sortable, table.non-sortable{
  text-align: left;
  width: 930px;
  margin-left: 15px;
  font-size: 13px;
  color: #373739;
}
table.sortable thead tr th, table.non-sortable thead tr th{
  padding: 8px 0 8px 10px;
}
table.sortable thead th.dh{
  width: 59px;
}
table.sortable td.unselectable{
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

/*columns for edit_services */
table.sortable thead th.tt{
  width: 250px;
}
table.sortable thead th.dc{
  width: 245px;
}
table.sortable thead th.du{
  width: 130px;
}
table.sortable thead th.co{
  width: 110px;
}
table.sortable thead th.ed{
  width: 50px;
}
table.sortable thead th.re{
  width: 85px;
}
/*end columns for edit services */
/*columns for edit reviews */
table.sortable thead th.rev{
  width: 460px
}
table.sortable thead th.rat{
  width: 130px
}
table.sortable thead th.rer{
  width: 75px
}
table.sortable thead th.dat{
  width: 110px;
}
table.sortable thead th.del{
  width: 95px;
}
table.sortable tbody .first_col span{
  font-weight: bold;
}
/*end columns for edit reviews*/
/*colums for edit staff*/
table.sortable thead th.name{
  width:250px;
}
table.sortable thead th.emai{
  width: 250px;
}
table.sortable thead th.mobi{
  width: 236px;
}
/*end columns for edit staff*/

/*colums for edit email blast*/
table.non-sortable thead th.name{
  width:300px;
}
table.non-sortable thead th.subj{
  width: 250px;
}
table.non-sortable thead th.deal{
  width: 200px;
}
table.non-sortable thead th.list{
  width: 200px;
}
table.non-sortable thead th.ed{
  width: 50px;
}
table.non-sortable thead th.re{
  width: 65px;
}
/*end columns for edit staff*/

/* columns for edit deals */
#deals table.non-sortable tr.even td, #email_blasts table.non-sortable tr.even td, #email_lists table.non-sortable tr.even td{
  background-color: #f1ecb3;
}
#deals table.non-sortable tr.odd td, #email_blasts table.non-sortable tr.odd td, #email_lists table.non-sortable tr.odd td{
  background-color: #e5e0a3;
}

table.non-sortable thead th.desc{
  width: 250px;
}
table.non-sortable thead th.price{
  width: 100px;
}
table.non-sortable thead th.bl{
  width: 75px;
}
/* end columns for edit deals */


table.sortable tr td, table.non-sortable tr td{
  padding: 8px 0 8px 10px;
  border-top: 1px solid #fefacc;
  border-bottom: 1px solid #fefacc;
}
table.sortable tr.even td{
  background-color: #f1ecb3;
}
table.sortable tr.odd td{
  background-color: #e5e0a3;
}
table.sortable tr.even td.first_col{
  border-left: 1px solid #f1ecb3;
}
table.sortable tr.odd td.first_col{
  border-left: 1px solid #e5e0a3;
}
table.sortable tr.hover td.first_col{
  border-left: 1px solid #9abe63;
}
table.sortable tr.even td.last_col{
  border-right: 1px solid #f1ecb3;
}
table.sortable tr.odd td.last_col{
  border-right: 1px solid #e5e0a3;
}
table.sortable tr.hover td.last_col{
  border-right: 1px solid #9abe63;
}
table.sortable tr td.hover{
  background-color: #f4f6cd;
  border-top: 1px solid #9abe63;
  border-bottom: 1px solid #9abe63;
}
table.sortable tr.hover .draghandle{
  background: transparent url(../../images/reorder_button.gif) no-repeat 2px 7px;
}
table.sortable tr td div.success_check{
  background:  url(../../images/success_check.gif) no-repeat;
    height: 18px;
  width: 18px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.edit_item_button{
  width: 41px;
  height: 22px;
  background: url(../../images/edit_item_button.jpg) no-repeat;
  cursor: pointer;
}
.remove_item_button{
  width: 60px;
  height: 22px;
  background: url(../../images/remove_item_button.jpg) no-repeat;
  cursor: pointer;
}
.delete_item_button{
  width: 60px;
  height: 22px;
  background: url(../../images/delete_item_button.jpg) no-repeat;
  cursor: pointer;
}

/* end section edit list */

/*integrate calendars edit */
#integrate_calendars .section_edit{
  padding-left:19px;
}
#integrate_calendars .section_edit .heading{
  font-size: 14px;
  font-weight: bold;
}
#integrate_calendars .section_edit .content{
  margin: 22px 0 0 16px;
}
#integrate_calendars .section_edit .content .inst{

}
#integrate_calendars .section_edit .content .cals{
  margin-top: 12px;
}
#integrate_calendars .section_edit .content .cals a{
  float: left;
  margin-left: 12px;
}
#integrate_calendars .section_edit .content .cals a.first{
  margin: 0;
}
#integrate_calendars .section_edit .content .cals img.to_bf{
  margin: 9px 0 0 12px;
}
#integrate_calendars .section_edit .content .cals img.to_bf2{
  float: left;
  margin-top: 9px;
}
#integrate_calendars .section_edit .content .orange_link{
  width: 125px;
}

/* end integrate calendars edit */


/* subsection edit */
#durations_container{
  padding: 25px 0 0 104px;
  width: 540px;
}
#durations_container span{
  color: #373739;
  font-size: 13px;
}
#durations_container td{
  border-bottom: 2px solid #fefacc;
  border-top: 3px solid #fefacc;
}
#durations_container select.duration{
  margin: 0 0 0 13px;
}
#durations_container span.minutes{
  margin: 0 0 0 12px;
}
#durations_container span.cost{
  margin: 0 12px 0 25px;
}
#durations_container .add_link{
}
#durations_container .add_link a{
  color: #F69F3A;
  text-decoration: none;
}
#durations_container .remove_link a{
  color: #E84320;
  text-decoration: none;
}
/* end subsection edit */
/* portals */
#portals #page_desc{
  margin-bottom: 45px;
}
#portals #page_desc div{
  text-align: center;
}
#portals #page_desc > span{
  display: block;
  color: #343434;
  font-size: 19px;
  margin: 35px 0 30px;
}
#portals .sec{
  color: #666;
  padding: 30px 0 30px;
  border-top: 1px solid #8a8a8a;

}

.col1 textarea {
  float:right;
  margin-right: 10px;
  width:200px;
}

.col1 p {
  width:150px;
  display:inline-block;
}

.col1 img {
  margin-right: 10px;
  display: inline-block;
}
#portals .sec .col1{
  width: 500px;
  float: left;
  text-align: center;
}
#portals .sec .col2{
  margin-left: 20px;
  width: 440px;
  float: left;
}
#portals .sec .col2 span{
  font-weight: bold;
  font-size: 15px;
}
#portals .sec .col2 p{
  margin-top: 13px;
}
#portals .sec .col2 div.where_question{
  margin-top: 20px;
  font-weight: bold;
}
#portals .sec .col2 div.where_answer{
  margin-top: 3px;
}
#portals .sec .col2 div.buttons{
  margin-top: 20px;
}
#portals .sec .col2 div.buttons a.second_child{
  margin-left: 15px;
}

/* cancel page */
#cancel .cancel_page_header{
  margin-bottom: 45px;
  display: block;
  color: #343434;
  font-size: 19px;
  margin: 35px 0 30px;
}
#cancel .sec{
  color: #666;
  padding: 30px 0 30px;
  border-top: 1px solid #8a8a8a;
  display: block;
  cursor: pointer;
}
#cancel .sec .col1{
  width: 500px;
  float: left;
}
#cancel .sec .col1 .colA{
  width: 200px;
  float: left;
}
#cancel .sec .col1 .colB{
  width: 200px;
  float: left;
  margin-left: 20px;
}
#cancel .sec .col1 .colB img{
  width: 250px;
}
#cancel .sec .col2{
  margin-left: 20px;
  width: 440px;
  float: left;
}
#cancel .sec .col2 .colA{
  width: 200px;
  float: left;
}
#cancel .sec .col2 .colB{
  width: 200px;
  float: left;
  margin-left: 20px;
}
#cancel .sec .col2 .colB img{
  width: 250px;
}
#cancel .sec span{
  font-weight: bold;
  font-size: 15px;
}

#cancel .keep_delete {
  margin-left: 150px;
}


#cancel ul {
  margin-left:25px;
  margin-bottom: 50px;
}

#cancel ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

#cancel ul li span {
  display: block;
  margin-left: 20px;
  margin-top:5px;
}

#cancel .keep_in_mind {
  width:600px;
}

#cancel .downgrade_button{
  width: 126px;
  height: 41px;
  background: url(../../images/buttons/button_downgrade.gif) no-repeat;
  float: right;
  cursor: pointer;
  display:inline;
}

/* This is for the upgrade page */

#upgrade, #upgrade_success {
  background: #F7F7DB;

  padding: 0px 20px 0px 25px;
}

#upgrade .heading, #upgrade_success {
  padding-top: 15px;
  color: #000;
}

#upgrade h2 {
  color:#666;
  margin-left: 10px;
}

.sec {
  color: #666;
  /*height: px;*/
  padding: 0 0 0 0;
  /*border-top: 1px solid #8a8a8a;*/
  /*cursor: pointer;*/
  display: block;
  outline: none;
}

.sub {
  height: 250px;
}

.col2 > .item {
  display:block;
  clear:both;
  margin: 0px 10px 10px 10px;
}

.col2 > .upgrade-pitch {
  width:250px;
  height: 175px;
  font-size: 12px;
}

.heading > h3 {
  margin-left: 10px;
}

.item > h3 {
  margin: 0 0 0 0;
  padding: 0 0 5px 0;
}

.cc {
  height: 100px;
}

.col1, .col2 {
  float: left;
}

.cc .col1 {
  margin-left: 80px;
}

.sub .col2 {

  height: 80px;
  width:250px;
}

.sub .col2 li {
  margin-left: 20px;
}

.cvv-helper {
   background: #fff;
  float: right;
  position: relative;
  left: -150px;
  top: -150px;
  display:none;
}


#upgrade_success {
  height: 520px;
  font-size:15px;
}

#upgrade_success .success > p {
  margin: 0px 0px 20px 0px;
}

#upgrade_success .success > ul {
  margin-bottom: 25px;
}
#upgrade_success .success > ul > li {
  list-style-type: disc;
  margin: 0px 0px 0px 50px;
}

#upgrade_success .success * a {
  font-weight: bold;
}

.drop-shadow {
    position:relative;
    float:left;
    padding:1em;
    background:#fff;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.sub * li {
  list-style: disc;
  margin-left: 10px;
}

.sub .col2 {
  margin-left: 50px;
}

.sub .col1 {
  margin-left: 10px;
}

/* upgrade success page*/

#upgrade_success h1 {

}

#upgrade_success ul, #upgrade_success li {
  list-style-type: disc;
  margin-left: 20px;
}

.hidden {
  display:hidden;
}

#widget_code{
  text-align: left;
  font-size: 14px;
  background-color: #fff;
}
#widget_code .browser_title{
  font-size: 15px;
  font-weight: bold;
  color: #676767;
}
#widget_code span{
  margin-top: 15px;
  display: block;
}
#widget_code ol li{
  margin-top: 3px;
  list-style: decimal;
}
#widget_code textarea{
  width: 350px;
  height: 100px;
  margin-top: 5px;
}
#widget_code #inst{
  margin: 10px 0 20px;
}
.widget_code{
  background-color: #fff;
}

/* end portals */


/* warning dialog */
#warning_dialog{
  background-color: #fff;
  padding: 5px 0 0;
  display: none;
  border: 1px solid #adadad;
  text-align: left;
  height: 170px;
  width: 388px;
  overflow: hidden;
  /*position: absolute;*/
  z-index: 2;
  top: 0;
  left: 0;
}

#drop_shadow{
  background-image: url(../../images/dropshadow.png);
  top: 15px;
  left: 17px;
  z-index: 1;
  width: 388px;
  height: 177px;
  position: absolute;
}
/*
* html #shadow{
  background-image:none; 
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/shadow.png", sizingMethod="scale");
}
*/


#warning_dialog #hang_on{
  background: #ffe5bd url(../../images/warning_exclamation.gif) no-repeat 17px 12px;
  color: #e06e4b;
  height: 31px; /* actual height is 43px */
  width: 326px;
  font-style: italic;
  padding: 12px 0 0 45px;
  margin: 1px 8px;
}
#warning_dialog p{
  color: #424245;
  font-size: 12px;
  line-height: 17px;
  margin: 12px 40px 30px;
}
#warning_dialog #save_warning{
  width: 71px;
  height: 30px;
  background: url(../../images/save_warning.jpg) no-repeat;
  cursor: pointer;
  float: left;
  margin: 0 0 0 36px;
}
#warning_dialog #dont_save_warning{
  width: 91px;
  height: 30px;
  background: url(../../images/dont_save_warning.jpg) no-repeat;
  float: left;
  margin: 0 0 0 7px;
  cursor: pointer;
}
#warning_dialog #cancel_warning{
  float: left;
  margin: 8px 0 0 21px;
  font-size: 10px;
}
#warning_dialog #cancel_warning span{
  color: #e99c44;
  margin: 0 5px 0 0;
  border-bottom: 1px solid #e99c44;
  padding: 0 0 0.5px;
  cursor: pointer;
}
#warning_dialog #delete_warning{
  width: 70px;
  height: 30px;
  background: url(../../images/delete_warning_button.jpg) no-repeat;
  cursor: pointer;
  float: left;
  margin: 0 0 0 29px;

}
#warning_dialog #dont_delete_warning{
  width: 105px;
  height: 30px;
  background: url(../../images/dont_delete_warning_button.jpg) no-repeat;
  cursor: pointer;
  float: left;
  margin: 0 0 0 7px;

}

.ui-dialog-titlebar{
  display:none;
}


/*
.ui-widget-overlay{
  position: absolute;
  top:0;
  left:0;
}
body .ui-dialog{
  border: medium none; 
  background: transparent none repeat scroll 0 0; 
  color: #88888b;
}
*/
/* end warning dialog */



/* THESE STYLES SHOULD BE TREATED AS TEMPORARY AND EXPENDABLE */
.ht_lightbox {
  position: absolute;
  display:  none;
  font-size: larger;
  text-align: center;
  width: 400px;
  padding: 10px;
  background: #FDFBF1;
  border: solid 2px #FCEEBF;
}
.ht_lightbox_buttons {
  text-align: center;
  padding-top: 10px;
}

#photo_browser {
  display: none;
}

div.thumb_browser {
  background: #FFFFFF;
  padding:0.2em;
}

div.browser_content {
  background: #FFFFFF;
  height: 310px;
  width: 560px;
  overflow: auto;
  clear: both;
}

div.thumb {
  height: 140px;
  width: 120px;
  background-repeat: no-repeat;
}

.section_view div.thumb, .edit_item div.thumb {
  border: #ccc 1px solid;
}

.section_view table.view_tabular div.thumb{
	padding-left: 0px;
	margin-left: 50px;
  height: 140px;
  width: 120px;
}

.edit_item div.thumb {
  float: left;
}

table.browser_table td {
  padding-left:  5px;
  padding-right: 5px;
  padding-top:   10px;
  color:#222222;
  font-family:Verdana,Arial,sans-serif;
  font-size:1.1em;
}

table.browser_table td.selected {
  background-color: #FCF79F;
}

#photo_browser table.browser_table td {
  text-align: center;
}

#theme_browser, #photo_browser {
  overflow: hidden;
  padding:0.5em 1em;
}
#theme_browser table.browser_table td {
  text-align: left;
}

#account_browser div.browser_content {
  height: 420px;
  width: 625px;
}



#account_browser table.browser_table {
  width: 100%;
}

#account_browser table.browser_table td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #88888B solid 1px;
  border-right: #88888B solid 1px;
  text-align: center;
}

#account_browser table.browser_table td.first_col {
  border-left: #88888B solid 1px;
}

#account_browser table.browser_table td.first_row {
  border-top: #88888B solid 1px;
}

#account_browser table.browser_table td.acct_attr_title {
  text-align: left;
}

#account_browser table.browser_table td.acct_type_title {
  font-weight: bold;
  color: #000000;
}

.browser{
  background: #FFFFFF;
}

.browser_title{
  background: #FFFFFF;
  float: left;
  color:#222222;
  font-family:Verdana,Arial,sans-serif;
  font-size:1.1em;
}

.browser_close{
  float: right;
}

.browser_close_icon{
  cursor: pointer;
  float: right;
  height: 16px;
  width: 60px;
  padding-bottom: 5px;
  background: url(../../images/close/close_white.gif) no-repeat;
}

.save_cancel_browser .browser_save_button{
  width: 102px;
  height: 40px;
  background: url(../../images/button_capsule_save.gif) no-repeat;
  float: left;
  cursor: pointer;
}
.save_cancel_browser .browser_cancel_button{
  width: 102px;
  height: 40px;
  background: url(../../images/button_capsule_cancel.gif) no-repeat;
  float: left;
  margin: 0 0 0 8px;
  cursor: pointer;
}
.help_lightbox{
  display: none;
  position: absolute;
}
.help_lightbox_wrapper{
  display: none;
  position: absolute;
  z-index: 501;
  background: #EDEDD0;
  border: 3px solid #555;
  padding: 2px;
  text-align: center;
}
.help_lightbox_top {
  background: url(../../images/1px_section_header_edit.gif) repeat-x;
  text-align: left;
  text-transform: uppercase;
  padding: 9px 0 11px 13px;
  color: #fff;
}
.help_lightbox_title {
  padding: 12px;
  text-align: left;
  text-transform:uppercase;
  font-weight: bold;
  color: #515150;
}
.help_lightbox_close {
  padding: 9px 16px 11px 0;
  float: right;
  text-transform:uppercase;
  text-align: left;
}
.help_lightbox_close_link{
  text-decoration: none;
  color: #fff;
}
.help_lightbox_close_link:hover{
  text-decoration: underline;
}
.help_lightbox_content {
  background: #fff;
  border: 1px solid black;
  text-align: left;
  max-height: 400px;
  padding: 20px;
  overflow: auto;
  width: 91%;
  margin: 0 auto 5px;
  color: #515150;
}
.help_lightbox_content .title{
  text-transform: uppercase;
  font-weight: bold;
  color: #515150;
}
.help_lightbox_content .sub_title{
  margin-top: 5px;
}
.help_lightbox_content .inner{
  margin: 22px 0 0 10px;
}
.help_lightbox_content input{
  padding: 5px;
  width: 420px;
}
.help_lightbox_content .how_to{
  margin-top: 20px;
}
.help_lightbox_content ol li{
  list-style: decimal;
  margin: 12px 0;
  width: 450px;
  font-size: 12px;
}
.help_lightbox_content ol li img{
  margin-top: 10px;
}


.help_lightbox_content .close_button{
  margin: 30px 0 0 18px;
  height: 60px;
  display: block;
}
.help_lightbox_blackout{
  background-color: #000;
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 500;
  filter:alpha(opacity=50);
  opacity: 0.50;
  -moz-opacity:0.50;
}

.edit_item .browse_button {
  margin-top: 60px;
  margin-left: 10px;
}
table.calendar_urls th.lab{
  width: 33%;
}
table.calendar_urls th.url{
  width: 67%;
}
table.calendar_urls th, table.calendar_urls td{
  padding: 5px;
}
table.calendar_urls td.label{
  text-align: right;
  padding-right: 15px;
}
table.cal_striped{
  color:#373739;
  font-size:13px;
  margin:10px 0 0;
  text-align:left;
  width:895px;
}
table.cal_striped thead th.nam{
  width: 170px;
}
table.cal_striped thead th.url{
  width: 330px;
}
table.cal_striped thead th.imp{
  width: 250px;
}
table.cal_striped thead th.rem{
  width: 145px;
}
table.cal_striped thead th.ept{
  width: 310px;
}
table.cal_striped thead th.sta{
  width: 220px
}
table.cal_striped thead th.eun{
  width: 220px;
}
table.cal_striped thead tr th{
  padding:8px 0 8px 10px;
}
table.cal_striped tr.even td {
  background-color:#F1ECB3;
}
table.cal_striped tr.odd td {
  background-color:#E5E0A3;
}
table.cal_striped tr td {
  border-bottom:1px solid #FEFACC;
  border-top:1px solid #FEFACC;
  padding:8px 0 8px 10px;
}
.zoofade{
  background-color: #000;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 1550px;
  position: absolute;
  z-index: 500;
  filter:alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity:0.75;
}

#account_type .section_edit .acct_type_title{
  font-weight: bold;
}

#account_type .section_edit table.account_types td{
  padding: 10px;
}

#account_type .section_edit table.account_types a{
  color:#E68E29;
}

#email_lists .section_edit_item .user_container{
	width: 490px;
	height: 300px;
	overflow: scroll;

}

.user_container tr{
	padding: 5px 0 0 5px;
}

.user_container td.fn{
	width: 150px;
	vertical-align: bottom;
}

.user_container td.ln{
  width: 150px;
  vertical-align: bottom;
}

.user_container td.em{
  width: 150px;
  vertical-align: bottom;
}

.view_item_button{
  width: 41px;
  height: 22px;
  background: url(../../images/view_item_button.gif) no-repeat;
  cursor: pointer;
}

.publish_item_button{
  width: 70px;
  height: 22px;
  background: url(../../images/publish_item_button.gif) no-repeat;
  cursor: pointer;
}

.unpublish_item_button{
  width: 70px;
  height: 22px;
  background: url(../../images/unpublish_item_button.gif) no-repeat;
  cursor: pointer;
}

.blast_item_button{
  width: 70px;
  height: 22px;
  background: url(../../images/buttons/blast_item_button.gif) no-repeat;
  cursor: pointer;
}

.dup_item_button{
  width: 70px;
  height: 22px;
  background: url(../../images/buttons/button_table_duplicate.gif) no-repeat;
  cursor: pointer;
}

.preview_item_button{
  width: 70px;
  height: 22px;
  background: url(../../images/buttons/button_table_preview.gif) no-repeat;
  cursor: pointer;
}

.screen-overlay {
  position:absolute;
  z-index:2;
  left:0;
  right:0;
  top:0;
  height:100%;
  display:none;
  background-color:#000;
}

div.screen-overlay[class] {
  position:fixed;
}

.lightbox {
  background-color: #666;
/*
  position:absolute;
*/
  top:20%;
  color: #fff;
  padding:15px;
  z-index:3;
  display:none;
}

.lightbox .ui-dialog-titlebar{
  display:none;
}

.lightbox .description {
  font-size:12px;
}

.lightbox .video {
  border:4px solid #9FA0A0;
  margin:10px 0;
}

.block-center {
  width:116px;
  margin-top:15px;
  margin-left: auto;
  margin-right: auto;
}

.w635 {
  width:635px;
}

.video_demo {
  background: url(../../images/icon_video.gif) no-repeat;
  height:25px;
  margin:10px auto;
  width:200px;
}

.video_demo div{
  padding-top:5px;
}

.video_close{
	float: right;
}

.video_title{
	text-align: left;
	font-family:"Lucida Grande",Lucida,sans-serif;
	font-size:14px;
	line-height:18px;
}

.video_title span.bold{
	font-weight: bold;
}

.deal_container table.non-sortable, .user_container table.non-sortable{
  width: 960px;
  margin-top: 5px;
  margin-left: 0;
}
.deal_container select{
  padding: 0px;
}
.deal_container tr, .user_container tr{
  padding: 5px 0 0 5px;
}
.deal_container table.non-sortable td, .user_container table.non-sortable td{
  vertical-align: middle;
  padding: 8px 8px 8px 10px;
}
.deal_container table.non-sortable tr.even td, .user_container table.non-sortable tr.even td{
  background-color: #f1ecb3;
}
.deal_container table.non-sortable tr.odd td, .user_container table.non-sortable tr.odd td{
  background-color: #e5e0a3;
}
.deal_container td.date input{
	width: 75px;
}
.deal_container td.start{
  width: 115px;
}
.deal_container td.start input{
  width: 40px;
  float: left;
}
.deal_container td.start select{
  float: left;
  margin-left: 5px;
}
.deal_container td.service input{
  width: 220px;
}
.deal_container td.staff input{
  width: 160px;
}
.deal_container td.duration input{
  width: 80px;
}
.deal_container td.orig_price input{
  width: 40px;
}
.deal_container td.deal_price input{
  width: 40px;
}
.deal_container td.actions, .user_container td.actions{
  width: 60px;
}

.deal_container th.date{
  width: 75px;
}
.deal_container th.start{
  width: 115px;
}
.deal_container th.service{
  width: 200px;
}
.deal_container th.staff{
  width: 160px;
}
.deal_container th.duration{
  width: 80px;
}
.deal_container th.orig_price{
  width: 40px;
}
.deal_container th.discount{
  width: 50px;
}
.deal_container th.deal_price{
  width: 40px;
}
.deal_container th.note{
  width: 185px;
}
.deal_container th.actions, .user_container th.actions{
  width: 60px;
}
.user_container td.first_name input, .user_container td.last_name input, .user_container td.email input{
  width: 250px;
}
.user_container th.first_name, .user_container th.last_name, .user_container th.email{
  width: 250px;
}


#deals .section_content td.status, .deal_container table.non-sortable td.status{
	width: 80px;
}
#deals .section_content td.available, #email_blasts .deal_container table.non-sortable td.available{
  background-color: #f4f2d7;
}
#deals .section_content td.claimed, #email_blasts .deal_container table.non-sortable td.claimed{
  background-color: #a0ce5f;
}
.createnew_button {
  background: url(../../images/buttons/button_createnew.gif) no-repeat;
  width: 177px;
  height: 41px;
  margin-left: 50px;
}
.blast_title_label, .display_label, .nav_links, .blast_title{
  color: #88888B;
  font-family: "Lucida Grande",Lucida,sans-serif;
  font-size: 15px;
  padding-left: 20px;
  font-weight: bold;
}
.blast_title, .display{
  color: #000000;
  font-weight: bold;
  padding-left: 0px;
}
.display_label, .display, .nav_links{
  font-size: 12px;
}
.first_label, .nav_links{
  padding-left: 10px;
}
.display_separator{
	margin-left: 10px;
	border-top: 1px solid #88888B;
	margin-top: 10px;
	width: 910px;
	height: 1px;
}
a.nav_back_link{
	padding-top: 10px;
  color:#88888B;
  text-decoration:none;
}
a.nav_back_link:hover{
  color:#88888B;
  text-decoration:underline;
}
.nav_links{
  padding-top: 10px;
  padding-bottom: 10px;
}
.edit_item_narrow{
  padding: 10px 0 0;
  position: relative;
  zoom: 1;
}
.deal_user_lightbox{
	text-align: left;
}
.deal_user_lightbox .deal_user_container{
  margin-top: 20px;
}
.nextstep_button{
  background: url(../../images/buttons/button_slender_nextstep.gif) no-repeat;
  width: 127px;
  height: 31px;
  cursor: pointer;
  margin: 20px 0 0 78px;
  padding-bottom: 20px;
  float: left;
}
.savecampaign_button{
  background: url(../../images/buttons/button_slender_savecampaign.gif) no-repeat;
  width: 127px;
  height: 31px;
  cursor: pointer;
  margin: 20px 0 0 78px;
  padding-bottom: 20px;
  float: left;
}

input.deal_note{
	float:left;
}

.deal_color{
  background: url(../../images/minisite/caret_down.png) no-repeat center left;
	float:left;
	width: 11px;
	height: 20px;
	border: 0px;
	padding: 0px;
  margin-left: 5px;
	cursor: pointer;
}

#deal_color_picker{
	display: block;
	position: absolute;
  z-index: 501;
	background-color: #FFFFFF;
  width: 83px;
  height: 43px;
  padding: 3px;
  border: solid 1px #000;
}

#color_picker table{
	width: 100%;
	height: 100%;
	border-spacing: 2px;
}

#color_picker td{
  border: 0px;
  width: 15px;
  height: 15px;
  padding: 0px;
}

/* TIPSY */

.tipsy {
    padding: 5px;
    font-size: 15px;
    position: absolute;
    z-index: 100000;
}

.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.tipsy-arrow {
    position: absolute;
    background: url('../../images/tipsy.gif') no-repeat top left;
    width: 9px;
    height: 5px;
}

.tipsy-n .tipsy-arrow {
    top: 0;
    left: 50%;
    margin-left: -4px;
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -4px;
    background-position: bottom left;
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    background-position: bottom left;
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    background-position: bottom left;
}

.tipsy-e .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 5px;
    height: 9px;
    background-position: top right;
}

.tipsy-w .tipsy-arrow {
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 5px;
    height: 9px;
}

.todo {
    margin-top: 5px;
    color: #000000;
}

.todo a {
    color: #000000;
}

.todo .heading {
    margin-left: 10px;
}

.todo .list {
    margin-top: 5px;
    margin-bottom: 5px;
}

.todo .list, .todo .item {
    color: #000000;
}

.todo .item {
    margin-bottom: 5px;
}

.todo .read {
    text-decoration: line-through;
}

.todo .delete {
    float: left;
    margin-left: -41px;
    margin-top: 3px;
}

.delete img {
    opacity: 0.5;
    filter: alpha(opacity = 20);
}

/* Styles added for regular pages */

div.regular-page {
	min-height: 550px;
	background: #F7F7DB;
	padding: 20px 20px 100px;
	color: #000;
}

div.regular-page h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #365215;
}

div.regular-page h2 {
	font-size: 14px;
}

div.regular-page table.striped {
	width: 100%;
}

div.regular-page table.striped thead th {
	font-size: 14px;
}

div.regular-page table.striped thead th,
div.regular-page table.striped tbody td{
	text-align: center;
	padding: 15px;
}

div.regular-page table.striped tr:first-child td {
	border-top: solid 1px #FFF;	
}

div.regular-page table.striped tr td {
	border-bottom: solid 1px #FFF;
}

div.regular-page table.striped tr.odd td {
	background-color: #EAEAEB;
}

div.regular-page table.striped tr.even td {
	background-color: #F6F6F7;
}

div.regular-page a {
	color: #E68E29;
	text-decoration: none;
	font-weight: normal;
}

div.regular-page a:hover,
div.regular-page a:active {
	text-decoration: underline;
}

div.form-row {
	padding: 25px 0 0;
	position: relative;
}

div.form-row label.field-label {
	width: 150px;
	text-align: right;
	margin: 3px 13px 0;
	float: left;
}

div.form-row label.error {
	color: #900;
	padding-left: 10px;
}

div.form-button-row {
	padding: 25px 0 50px 176px;
}

div.empty-message {
	text-align: center;
	font-style: italic;
	color: #666;
}
.css-image-button{
	border: 2px outset;
	padding: 7px 8px; 
	font-weight: bold; 
	text-align: center; 
	color: #FFFFFF; 
	font-size: 18px;
	background-color: #FFE884;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFE884), color-stop(100%, #F29828));
	background-image: -webkit-linear-gradient(top, #FFE884, #F29828);
	background-image: -moz-linear-gradient(top, #FFE884, #F29828);
	background-image: -ms-linear-gradient(top, #FFE884, #F29828);
	background-image: -o-linear-gradient(top, #FFE884, #F29828);
	background-image: linear-gradient(top, #FFE884, #F29828);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FFE884, endColorstr=#F29828);
}

.css-image-button.grey{
	background-color: #E9E6B3;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E9E6B3), color-stop(100%, #B2AE7E));
	background-image: -webkit-linear-gradient(top, #E9E6B3, #B2AE7E);
	background-image: -moz-linear-gradient(top, #E9E6B3, #B2AE7E);
	background-image: -ms-linear-gradient(top, #E9E6B3, #B2AE7E);
	background-image: -o-linear-gradient(top, #E9E6B3, #B2AE7E);
	background-image: linear-gradient(top, #E9E6B3, #B2AE7E);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E9E6B3, endColorstr=#B2AE7E);
}

.css-image-button:active {
	border: 2px inset;
}

div.margin_callout_bg_blue {
	border-top: solid #DAE8E8 2px;
	border-left: solid #DAE8E8 2px;
	border-right: solid #C8D4D4 2px;
	border-bottom: solid #C8D4D4 2px;
	padding: 10px;
	background: url(../../images/invite_bot_gradient.gif) no-repeat bottom right #FFF;
	margin-bottom: 10px;
}
#paymentprov_container {
  float: left;
  width: 100%;
  padding-top: 10px;
}

#wepay_container {
  float: left;
  margin-left: 20px;
  width: 270px;
}

#wepay_container span {
  float: left;
  text-align: center;
  width: 230px;
}

.paymentprov_edit {
  float: left;
}

.paymentprov_button {
  margin: 35px 0px 5px 48px;
}

#nopaymentprov_container input[type="button"] {
  margin-top:32px;
  float: left;
}

#nopaymentprov_container {
  height: 378px;
  padding-top: 30px
}

#nopaymentprov_container span {
  float: left;
  width: 80px;
}

#paypal_email_wrapper {
  margin-top: 30px;
}

#paypal_container {
  height: 378px;
  padding-top: 30px
}

#paypal_container ul {
  padding-top: 5px;
}

#paypal_switch {
  margin-top: 31px;
}

.selected_payment {
  border: 3px solid #ff9300;
  padding: 10px 5px 0 5px;
  margin: 0 2px;

}

.wepay_selected_text {
  margin-left: 27px;
  font-weight: bold;
}

.paypal_selected_text {
  text-align: center;
  padding-left: 68px;
  font-weight: bold;
}

.none_selected_text {
  text-align: right;
  font-weight: bold;
  padding-right: 40px;
}

thead th.ds{
  width: 70px;
}
.ds_checkbox {
  text-align: center;
}

#dialog_staff p {
  margin: 39px;
  font-size: 15px;
}