.smalltext {
  font-size: 80%;
}

.header_links_top {
  font-size: 12px;
  font-family: tahoma,verdana,sans-serif; 
}
.welcome_text {
  font-size: 12px;
  font-family: tahoma,verdana,sans-serif;
}

.form_title {
  font-size: 20px;
  font-family: tahoma,verdana,sans-serif;
  font-weight: bold; 
  text-align: center;
}

.form_instructions {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: center;
}

.form_label {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: right;
  width: 200px;
  padding-right: 10px;
}

.form_label_no_width {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: right;
  padding-right: 10px;
}

.form_label_pop_panel {
  font-size: 16px;
  font-family: tahoma,verdana,sans-serif;
  text-align: right;
  width: 150px;
  padding-right: 10px;
}

.form_input_pop_panel {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
}

.form_input {
  font-size: 12px;
  font-family: tahoma,verdana,sans-serif;
}

.form_text_input {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  border: 1px solid #888888;
}

.type_of_service_box {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
  padding: 10px;
  background-color: #dddddd;
}

.type_of_service_container {
  padding-top: 10px;
  padding-bottom: 10px;
}
.clickme_button{
  font-size: 14px;
  border: 1px solid #888888;
}
.form_submit_button {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  border: 1px solid #888888;
}

.footer_text {
  font-size: 75%;
  text-align: center;
  padding: 20px; 
  /*
margin: 75px 0 20px 0 ; 
  */
  color: #999;
   font-family: Lucida Grande, sans-serif;
}

.footer_links {
  text-decoration: none;
}

.small_link {
  font-size: 80%;
  text-align: center;
  font-family: Lucida Grande, sans-serif;
  text-decoration: none;
}


.panel {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  border: 1px solid #888888;
  padding: 14px;
  background-color: #dddddd;
}

.panel_title {
  font-size: 16px;
  font-weight: bold;
}

.panel_text {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
}

.form_error_panel {
  border: 1px solid #ff0000;
  padding: 14px;
  background-color: #ff9999;
  text-align: center;
}

.form_success_panel {
  border: 1px solid #333;
  padding: 14px;
  background-color: #D5E7A0;
  text-align: left;
}


.form_error_text {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: center;
}

.form_success_text {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: left;
}

.require_text {
  font-size: 10px;
  color: #ff0000;
  font-family: tahoma,verdana,sans-serif;
}

.cal_edit {
  font-size: 12px;
  font-family: tahoma,verdana,sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.title_bar_nav {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: center;
}

.title_bar_title {
  font-size: 22px;
  font-family: tahoma,verdana,sans-serif;
  font-weight: bold;
  text-align: center;
}

.title_bar_nav_arrows {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: center;
  text-decoration: none;
}

.bevel_cal_border {
  background: #ccc;
  border-top: 1px #ADADAD solid;
  border-left: 1px #ADADAD solid;

}

/*
.calendar_nav {
  background: #FAFAFA;
}
*/

.calnavarrow_left {
  margin-left: 30px;
  margin-right: 5px;
  align: bottom;
}
.calnavarrow_right {
  margin-right: 30px;
  margin-left: 5px;
  align: bottom;
}

.cal_date {
  font-size: 20px;
  font-family: tahoma,verdana,sans-serif;
  text-align: left;
}

.cal_month_table {
}

.bevel_cal_border {
  background: #ccc;
}
/*
.bevel_cal_outborder {
  background: #FAFAFA;
}
*/


.cal_month_header_row {
  font-size: 80%;
  font-family: Lucida Grande, sans-serif;
  text-align: left;
  width: 80px;
  color: #333;
}

.cal_daily_header {
  font-size: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #676767;
  text-align: center;
  width: 100%;
}

.cal_month_day_height {

  height: 100px;

}

.cal_month_cell {
  vertical-align: top;
  background-color: #FFF;
  padding: 3px;
  height: 100%
  width: 100%;
  padding: 0 0 0 0;
  cursor: pointer;
}

.cal_month_cell_today {
  vertical-align: top;
  background-color: #FDF0C3;
  padding: 3px;
  height: 100%
  width: 100%;
  padding: 0 0 0 0;
  cursor: pointer;
}

.cal_month_cell_other { 
  vertical-align: top;
  background-color: #F1F1F1;
  padding: 3px;
  height: 100%
  width: 100%;
  padding: 0 0 0 0;
  cursor: pointer;
}

.cal_month_cell_date {
  font-size: 80%;
  height: 100%
  font-family: Lucida Grande, sans-serif;;
  text-decoration: none;
  text-align: right;
  padding: 3px;
}

.cal_month_cell_date_other {
  font-size: 80%;
  font-family: Lucida Grande, sans-serif;
  text-decoration: none;
  color: #aaa;
  height: 100%
  text-align: right;
  padding: 3px;
}
                                                                                            
.cal_day_container {
  width: 100%;
}

.cal_day_hour {
  width: 100%;
}

.cal_day_hour_title {
  font-size: 14px;
   font-family: Lucida Grande, sans-serif;
  text-decoration: none;
  text-align: right;
  height: 30px;
}

.cal_day_hour_content {
  font-size: 10px;
   font-family: Lucida Grande, sans-serif;
  width: 100%;
  text-align: right;
}

.cal_cell_reserve {
  font-size: 10px;
    font-family: Lucida Grande, sans-serif;
  width: 100%;
  text-align: right;

}

.cal_day_rule {
  background-color: #bbbbbb;
  height: 1px;
}
.edit_label{
  font-size: 12px;
  font-family: tahoma,verdana,sans-serif;
}
.edit_label_small{
  font-size: 10px;
  font-family: tahoma,verdana,sans-serif;
}
.form_label_left {
  font-size: 14px;
  font-weight: bold;
  font-family: tahoma,verdana,sans-serif;
}
.form_detail_left {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
}

.user_links_left_panel {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
}

.user_links_left_heading {
  font-size: 16px;
  font-weight: bold;
  font-family: tahoma,verdana,sans-serif;
}
.input_explain_text {
  font-size: 10px;
  font-family: tahoma,verdana,sans-serif;
}

.form_large_title {
  font-size: 18px;
  font-family: tahoma,verdana,sans-serif;
  font-weight: bold;
  text-align: center;
}

.details_header_bar {
  font-size: 16px;
  font-family: tahoma,verdana,sans-serif;
  text-align: left;
  padding: 3px;
  width: 100%;
  background-color: #dddddd;
}
.edit_link {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
}

.blue_title_text {
  font-size: 16px;
  color: #1b75af;
  font-weight: bold;
  font-family: tahoma,verdana,sans-serif;
  text-decoration: none;
}

.instructions {
  font-size: 120%;
  font-family: Lucida Grande, sans-serif;
  color: red;
}

.business_hours_to {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
  text-align: center;
  width: 200px;
}

.service_left_title {
  font-weight: bold;
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
}

.service_left_address {
  font-size: 14px;
  font-family: tahoma,verdana,sans-serif;
}

.service_left_about {
  font-size: 12px;
  font-family: tahoma,verdana,sans-serif;
}

.cal_box_day {
  position: relative;
  width: 170px;
  height: 260px;
  border-top: solid 1px #bbbbbb;
}

.time_strip {
  position: relative;
  width: 60px;
  height: 260px;
  border-top: solid 1px transparent;
  border: 0px solid;
  text-align: right;

}

.cal_box {
  position: relative;
  width: 375px;
  height: 260px;
}

.time_strip_container {
  position: absolute;
  background-color: #FAFAFA;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: right;

}

.cal_container {
  position: absolute;
  background-color: #ffffff;
  left: 0px;
  top: 0px;
  width: 100px;
/*
  width: 100%;
*/
  height: 100%;
}

.slice {
  position: relative;
  background-color: #ffffff;
  border-bottom: solid 1px #dddddd;
  height: 25px;
  z-index: 0;
}

.slice_about {
  position: relative;
  background-color: #ffffff;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-collapse: collapse;
  height: 16px;
  width: 170px;
  z-index: 0;
}

.slice_about_half {
  position: relative;
  background-color: #ffffff;
  border-bottom: dashed 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-collapse: collapse;
  height: 16px;
  width: 170px;
  z-index: 0;
}


.slice_about_hour {
  position: relative;
  background-color: #ffffff;
  border-bottom: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  border-collapse: collapse;
  height: 16px;
  width: 170px;
  z-index: 0;
}

.slice_about_off {
  position: relative;
  background-color: #e9e9e9;
  border-collapse: collapse;
  border-bottom: solid 1px #bbbbbb;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;
  height: 16px;
  width: 170px;
  z-index: 0;
}

.slice_about_time {
  font-size: 80%;
  font-family: Lucida Grande, sans-serif;
  position: absolute;
  width: 60px;
  text-align: right;
  color: #333;
  padding-right: 10px;
  left: -6px;

}

/*
.cal_event {
  position: absolute;
  background-color: #00ff00;
  border: solid 2px #009900;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  margin: auto;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
}
*/


/*
.cal_event {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
  filter:alpha(opacity=85);
  opacity: 0.85;
  -moz-opacity:0.85;
}
*/

.zoofade{
  background-color: #fff;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 1550px;
  position: absolute;
  z-index: 500;
  filter:alpha(opacity=75);
  opacity: 0.75;
  -moz-opacity:0.75;
}

.reserve_panel {
  display: none;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.pop_panel {
  display: none;
  position: absolute;
  z-index: 600;
  border: 1px solid #888888;
  padding: 14px;
  width: 600px;
  top: 250px;
  left: 250px;
  background-color: #ffffff;
}

.deposit_message {
  font-size: 18px;
  font-family: tahoma,verdana,sans-serif;
}
.deposit_message_small {
  font-size: 16px;
  font-family: tahoma,verdana,sans-serif;
}

.g_one {
  position: absolute;
  width: 600px;
  margin: 0 0 0 0px;
  padding: 0;
  top: 0px;
  left: 0px;
  font-family: arial, verdana, sans-serif;
  color: #000;
  font-size: small;
  background-image:url(../../images/g_right.gif);
  background-repeat: no-repeat;
  background-position: top right;
  filter:alpha(opacity=75);/*IE*/
  -moz-opacity:0.75;/*moz*/
  opacity: 0.75;

}
                                                                                
.g_two {
  margin: 0px;
  padding: 5px 0 0 15px;
  font-weight: bold;
  background-image:url(../../images/g_left.gif);
  background-repeat: no-repeat;
  background-position: top left;
}
                                                                                
.g_three {
  margin: 0px;
  padding: 0 0 0 5px;
  background-image:url(../../images/g_left.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
}

.g_four
{
  margin: 0px;
  padding: 5px 5px 0px 5px;
  text-align: right;
  font-weight: bold;
  background-image:url(../../images/g_right.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.g_stretch_inner {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

.g_stretch {
  background-color: #E2F4B1;
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: #8BB126;
  padding: 0 5px 0 5px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
}

.g_one_mo {
  position: absolute;
  width: 600px;
  margin: 0 0 0 0px;
  padding: 0;
  top: 0px;
  left: 0px;
  font-family: arial, verdana, sans-serif;
  color: #333;
  font-size: small;
  background:url(../../images/w_right.gif) top right no-repeat ;
  filter:alpha(opacity=85);
  opacity: .85;
  -moz-opacity:.85;
}
                                                                                
.g_two_mo {
  margin: 0px;
  padding: 5px 0 0 15px;
  font-weight: bold;
  background:url(../../images/w_left.gif) top left no-repeat ;
}
                                                                                
.g_three_mo {
  margin: 0px;
  padding: 0 0 0 10px;
  background:url(../../images/w_left.gif) bottom left no-repeat ;
}

.g_four_mo
{
  margin: 0px;
  padding: 0px 15px 5px 0;
  text-align: right;
  font-weight: bold;
  background:url(../../images/w_right.gif) bottom right no-repeat ;
}

.g_stretch_mo {
  border-style: solid;
  border-width: 0px 4px 0px 4px;
  border-color: #bcbcbc;
  padding: 0 5px 0 5px;
  height: 16px;
  text-align: center;
  overflow: hidden;
}


.g_c_bottom {
position: absolute;
left: 8px;
bottom: 0px;
height:8px;
right: 7px;
z-index: 400;
background:url(../../images/g_bottom.gif) bottom repeat-x ;
}

.g_c_top {
top: 0px;
height:8px;
left: 8px;
right: 7px;
z-index: 400;
position: absolute;
background:url(../../images/g_top.gif) top repeat-x ;
}

.g_c_middle {
position: absolute;
top: 8px;
bottom: 8px;
left: 8px;
right: 7px;
z-index: 400;
  background-color: #E2F4B1;
}


.g_c_left {
position: absolute;
top: 16px;
bottom: 13px;
left: 0px;
width: 8px;
border-left: 1px solid #8BB126;
z-index: 400;
  background-color: #E2F4B1;
}

.g_c_right {
position: absolute;
top: 16px;
bottom: 13px;
right: 0px;
width: 8px;
border-right: 1px solid #8BB126;
z-index: 400;
  background-color: #E2F4B1;
}

.g_c_nw {
position: absolute;
left: 0px;
top: 0px;
  width: 8px; 
  height: 16px;
z-index: 401;
background:url(../../images/g_nw.gif) top  left no-repeat ;
}

.g_c_ne {
position: absolute;
z-index: 401;
right: 0px;
top: 0px;
  width: 7px; 
  height: 16px;
background:url(../../images/g_ne.gif) top  right no-repeat ;
}

.g_c_sw {
position: absolute;
z-index: 401;
bottom: 0px;
left: 0px;
  width: 8px; 
  height: 13px;
background:url(../../images/g_sw.gif) bottom  left no-repeat ;
}

.g_c_se {
position: absolute;
bottom: 0px;
right: 0px;
z-index: 401;
  width: 7px; 
  height: 13px;
background:url(../../images/g_se.gif) bottom  right no-repeat ;
}

.g_c_top_text {
  font-size: 75%;
  color: #000000;
  font-family: tahoma,verdana,sans-serif;
  position: absolute;
  z-index: 402;
  left: 2px;
  top: 0px;
  padding-left: 3px;
  text-align: left;
}

.g_c_bottom_text {
  font-size: 75%;
  color: #000000;
  font-family: tahoma,verdana,sans-serif;
  position: absolute;
  z-index: 404;
  right: 2px;
  bottom: 1px;
  text-align: right;
}

.spacer {
 width: 1px;
 height: 1px;
}

.dashed {
  width: 98%;
  margin-top: 0;
  height: 2px;
  border: 0;
  border-top: 2px dashed #000000;
}

.solidline {
  width: 90%;
  margin-top: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
}

.cut_here {
  width: 98%;
  margin-top: 0;
  height: 15px;
  border: 0;
  text-align: right;
  font-size: 12px;
  font-family: tahoma,verdana,sans-serif;
  color: #999999;
}

.month_event {
  padding-left: 3px;
  color: #C0830C;
  font-size: 75%;
    font-family: Lucida Grande, sans-serif;
}

.month_event_link {
  color: #C0830C;
}
.month_reservation {

  font-size: 75%;
    font-family: Lucida Grande, sans-serif;
  padding-left: 3px;
  color: #0073d0;
}

.month_res_link {
  color: #0073d0;
}

div.float-container { 
  position: absolute;
  z-index: 500;
  width: 156px; 
  background: url(../../images/floater_bot.png) bottom left no-repeat; 
} 
div.float-container h3{ 
  background: url(../../images/floater_top.png) top left no-repeat;
  margin: -5px 0 0 0;
  padding: 6px 8px 4px 10px;
  font-size: x-small; color: #333;  
} 

div.float-container ul {
  margin: 0;
  padding: 0px 14px 14px 10px;
  list-style: none;
 
}

div.float-container li {
   margin: 0 0 6px;
  padding: 0;
   font-family: Lucida Grande, sans-serif;;
  font-size: 80%;
  color: #333;
  text-align: left; 
} 
div.float-container a {
  text-decoration: none; 
  color: #333;
}

.printtpl {
  padding: 3px;
  font-family: verdana,sans-serif;
  font-size: x-small; 
  color: #ff0000;
}

.listview {
  font-size: 14px;
  font-family: Lucida Grande, sans-serif;
  color: #676767;
  width: 100%;
}
/*change background colors for both odd & even- manoj 230506*/
                                                                                     
.listroweven {
  color: #676767;
  background-color: #ffffff; /*changed #ede9d7 to #ffffff- manoj 230506;*/
  height: 20px;
}
                                                                                     
.listrowodd {
  background-color: #DBEFFA;/*added this line to apply bg color - manoj 230506*/ 
  height: 20px;
}
                                                                                     
.listrowhr{
  border: 1px outset #cccccc;/*added new line & commented out below code - manoj 210306*/
}

.listrowhr_old {
  border: 1px outset #cccccc;/*added new line & commented out below code - manoj 210306*/
  /*
  background-color: #cccccc;
  width: 100%;
  height: 1px;*/
}

.listviewtitle {
/*
  font-size: 16px;
  font-family: Lucida Grande, sans-serif;
  color: #555555;
  width: 100%;
  font-weight: bold;
  margin-bottom: 8px;
*/
}

/*added for List view header column manoj - 030406*/
/*BEGIN*/
.listviewheader {
  font-size: 100%;
   font-family: Lucida Grande, sans-serif;
  color: #555555;
  width: 100%;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  
}
/*END*/



body {
  font-size: small;
  font-family: Lucida Grande, sans-serif;
  padding: 0;
  color: #333;
  margin: 0;
  background: #FFF /*url(http://www.bookfresh.com/images/main_tile.gif) top left repeat-x;*/
  }


body.coolbox {
  font-size: small;
  font-family: Lucida Grande, sans-serif;
  padding: 0;
  color: #333;
  margin: 0;
  text-align: center;
  background: #FBF5DD url(http://www.bookfresh.com/images/coolboxbgcolor.jpg) top left repeat-x;
  }   
* html body {
  font-size: x-small; /* for IE5/WIN  */
  font-size: small; /* for other version of IE */
  }
A {
/*  color: #336699; */
/* change color to BookFresh orange and then identify hot spots */
  color:#E68E29;
}

.td {
  font-size: 12px;
   font-family: Lucida Grande, sans-serif;
  text-align: center;
  padding: 12px;
}
  
.siteLink, td.siteLink{
  font-size   : 90%;
     font-family: Lucida Grande, sans-serif;
  font-weight   : bold;
}
a.siteLink:link     { COLOR: #000000; TEXT-DECORATION: none }
a.siteLink:visited  { COLOR: #000000; TEXT-DECORATION: none }
a.siteLink:hover  { 
  text-decoration : none;
  color       : #000000; 
}

  
.container-800 {
  width: 800px;
  font-size: 90%;
  margin-left: auto;
  margin-right: auto;
  border-right: solid 2px #91C1D4;
  border-left: solid 2px #91C1D4;
  background-color: #FFF;
  padding: 4px; 
  }
.container-liquid {
  width: 100%;
  font-size: 90%;
  margin: 0;
  padding: 0;
  } 
#header {
  width: 100%;
  align: left;
  margin: 0;
  padding: 0;
  } 
.header img {
  margin: 0;
  padding: 0;
  }
.headerlinks{
  /*float: right;*/
  padding: 0 0px 0 30px; /*changed from padding: 15px 30px 0 0; AND right to left - manoj 280606*/
  /*text-align: right;*/
  font-size:10px;
  color: #6F655F;
  }
.headerlinks_right{
  float: right;
  padding: 0 30px 0 0; 
  text-align: right;
  font-size:10px;
  color: #6F655F;
  } 
.tabnav {
  font-size: 100%;
  width: 100%;
  background: #FFF url(../../images/tabs_nav_bg.gif) repeat-x bottom left;
  font-family: Lucida Grande, sans-serif;
  }
.tabnavt-off {
  display: block;
  padding: 4px 8px;
  list-style: none;
  color: #5E5E5E;
  border: 2px solid #E8EAEA;
  background: #F8EDC8 url(../../images/tab_off_bg.gif) repeat-x top left;
  }
.tabnavt-offa {
  color: #5E5E5E;
  text-decoration: none;
  }
.tabnavt-on{
  border: 2px solid #E8EAEA;
  border-bottom: 2px solid #FAFAFA;
  background: #fff url(../../images/tab_on_bg.gif) repeat-x top left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  list-style: none;
  color: #C0830C;
  font-weight: 700;
  }
.tabnavt-ona{
  color: #C0830C;
  text-decoration: none;
  }
.stabnav {
  font-size: 100%;
  width: 100%;
  background: #FFF url(../../images/tabs_nav_bg.gif) repeat-x bottom left;
  font-family: Lucida Grande, sans-serif;
  }
.stabnavt-off {
  font-size: 90%;
  display: block;
  padding: 4px 8px;
  list-style: none;
  color: #5E5E5E;
  border: 2px solid #E8EAEA;
  background: #F8EDC8 url(../../images/tab_off_bg.gif) repeat-x top left;
  }
.stabnavt-offa {
  font-size: 90%;
  text-decoration: none;
  }
.stabnavt-ona {
  font-size: 90%;
  text-decoration: none;
  }
.stabnavt-on{
  font-size: 90%;
  border: 2px solid #E8EAEA;
  border-bottom: 2px solid #FAFAFA;
  background: #fff url(../../images/tab_on_bg.gif) repeat-x top left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  list-style: none;
  color: #C0830C;
  font-weight: 700;
  }
#snav {
  float: left;
  font-size: 90%;
  padding: 0 0px 0 20;
  width: 100%;
  margin: -20px 0 0 0;
  list-style: none;
  background: #FFF url(../../images/tabs_nav_bg.gif) repeat-x bottom left;
  }
#snav ul {
  margin: 0;
  padding: 0;
  }
#snav li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Lucida Grande, sans-serif;
  }
#snav a {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  list-style: none;
  color: #5E5E5E;
  text-decoration: none;
  border: 2px solid #E8EAEA;
  background: #F8EDC8 url(../../images/tab_off_bg.gif) repeat-x top left;
  }
#st-on{
  border: 2px solid #E8EAEA;
  border-bottom: 2px solid #FAFAFA;
  background: #fff url(../../images/tab_on_bg.gif) repeat-x top left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  list-style: none;
  color: #C0830C;
  font-weight: 700;
  }

.subnav {
  background: #FAFAFA;
  background: #fff url(../../images/subnav_tile.gif) repeat-x top left;
  font-family: Lucida Grande, sans-serif;
  width: 100%;
  }
.subnava {
  font-size: 90%;
  font-family: Lucida Grande, sans-serif;
  text-decoration: none;
  color: #6F655F;
  }
.subnavon {
  color: #C0830C;
  font-size: 90%;
  font-family: Lucida Grande, sans-serif;
  list-style: none;
  padding: 0;
  }
.subnava_on {
  color: #C0830C;
  font-size: 90%;
  text-decoration: none;
  font-family: Lucida Grande, sans-serif;
  }
.pipe {
  color: #C0830C;
  font-family: Lucida Grande, sans-serif;
  font-size: 90%;
  color: #6F655F;
  margin: 0 7px 0 7px;
  }

.outfield {
/*
  margin: 0 0px 0 0px;
  background: #FDFBF1;
  border: solid 2px #FCEEBF;
  font-family: Lucida Grande, sans-serif;
*/
  background-color:#FEFACC;
  color:#373739;
  font-size:13px;
  padding-top:25px;
  position:relative;
}
  
.infield {
  margin: 0 0px 0 0px;
  background: #ECE9D7;
  font-family: Lucida Grande, sans-serif;
  } 
  
.row {
  margin-bottom: 5px;
  }
.label {
  text-align: right;
  position: absolute;
  width: 20%;
  float: left;
  color: #5E5E5E;
  font-size: 90%;
  }

.label_nowidth {
  text-align: right;
  color: #5E5E5E;
  font-size: 90%;
  }

.element {
  left: 24%;
  position: relative;
  width: 80%;
  text-align: left;
  }
.element1 {
  left: 5%;
  position: relative;
  width: 80%;
  text-align: left;
  } 
.instructions {
  font-size: 80%;
  font-style: italic;
  color: #5E5E5E;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Lucida Grande",Lucida,sans-serif;
  line-height: 150%;
  }
.instructions_top {
  font-size: 110%;
  line-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Lucida Grande, sans-serif;
  }
input {
  padding: 3px;
  margin-bottom: 4px;
  }

textarea {
  padding: 3px;
  margin-bottom: 4px;
  }

select {
/*  padding: 3px;*/
  margin-bottom: 4px;
  }
select.home_element {
  font-size: 90%;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #000; 
  background: #FDFBF1;
  }

input.big {
/*  font-size: 110%;*/
  font-size: 12px;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

input.big_error {
/*  font-size: 110%;*/
  font-size: 12px;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  background-color:#E19094;
  }
  
  
  
input.home_element {
/*  font-size: 110%;*/
  font-size: 12px;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #000; 
  background: #FDFBF1;
  }

input.big100percent {
/*  font-size: 110%;*/
  font-size: 12px;
  width: 100%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
}

input.big_nowidth {
/*  font-size: 110%;*/
  font-size: 12px;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
}

input.nofont_nowidth {
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
}

select.nofont_nowidth {
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

select.nofont {
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

select.big {
  font-size: 13px;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

select.big_error {
  font-size: 13px;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  background-color:#E19094;
  }

select.big_nowidth {
  font-size: 13px;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

select.big100percent {
  font-size: 13px;
  width: 100%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

textarea.big {
  font-size: 110%;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }
  
textarea.big_error {
  font-size: 110%;
  width: 90%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  background-color:#E19094;
  }


#buttonrow{
  margin: 0 30px 0 30px;
  padding: 12px;
  /*position: absolute;*//*commented out this line for button alignment - manoj 220306*/
  
  }
#buttonrow-left{
  position: relative;
  float: left;
  width: 50%;
  text-align:left;/*added this line for left alignment in IE - manoj 220306*/
  }
#buttonrow-right{
  position: relative;
  float: right;
  width: 50%;
  text-align:right;/*added this line for right alignment in IE - manoj 220306*/
  }
  
.med-button {
  color: #4A2B13;
  font-size: 90%;
  padding: 5px 2px 5px 2px;
  margin: 0;
  background: #F2F1EE;
  }

#calendar_table {
  width: 800px;
}

.container_12px
{
  margin: 0 30px 0 30px;
  padding: 12px;
}

.todays_dow {
  color: #000;
  font-family: Lucida Grande, sans-serif;
  font-weight: bold;

}
.todays_date {
  font-size: 250%;
  color: #000;
  font-family: Lucida Grande, sans-serif;

}
.todays_month {
  font-size: 90%;
  color: #000;
  font-family: Lucida Grande, sans-serif;
  padding-bottom: 0;
}

.today_container
{
  height: 390px;
/*
  border-top: solid #FCEEBF 2px;
  border-left: solid #FCEEBF 2px;
  border-right: solid #E6DAB2 2px;
  border-bottom: solid #E6DAB2 2px;
*/
  border: solid #eaeaeb 10px;
  background: #eaeaeb url(../../images/1px_gradient_dashboard.gif) repeat-x top left;
  padding: 10px 4px 10px 4px;
}
.service_header {
  font-size: 160%;
  padding: 0px 15px 5px 5px;
  color: #333;
  font-family: Lucida Grande, sans-serif;
  font-weight: 900;
  }
#secondnav {
  float: left;
  font-size: 80%;
  padding: 0 0 0 0;
  list-style: none;
  background: #FAFAFA url(../../images/tabs_calnav_bg.gif) repeat-x bottom left;
  border: 0px solid;
  width: 100%;
  }
#secondnav ul {
  margin: 0 0 0 30px;
  padding: 0;
  }
#secondnav li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Lucida Grande, sans-serif;
  }
#secondnav a {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 3px 8px;
  list-style: none;
  color: #5E5E5E;
  text-decoration: none;
  border: 2px solid #E8EAEA;
  background: #F8EDC8 url(../../images/tab_off_bg.gif) repeat-x top left;
  }
#secondnavt-on{
  border: 2px solid #E8EAEA;
  border-bottom: 2px solid #FAFAFA;
  background: #fff url(../../images/tab_on_bg.gif) repeat-x top left;
  display: block;
  margin: 0 1px 0 0;
  padding: 3px 8px;
  list-style: none;
  color: #C0830C;
  font-weight: 700;
  }
#calendarcontainer {
  display: inline;
  float: left;
  width: 100%;
  padding: 0;
  text-align: center;
    background: #FAFAFA;
    border: 1px solid black;

  }
#calendarcontainerinner {
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;

  }

#calendartitle {
  font-size: 140%;
  padding: 3px 0px 3px 0px;
  margin-left: 0;
  text-align: left;
  color: #C0830C;
  font-family: Lucida Grande, sans-serif;
  background: #FAFAFA ;
  border: 0px solid;
  }

.leftcalendartitle {
  font-size: 140%;
  font-family: Lucida Grande, sans-serif;
  }
#calendartitle img {
  margin: 0 12px 0 12px ;
  }
 #home_header {
  
 }
 #home_parent {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 0;
  border: 0px solid;
  }
#home_leftcol {
  width: 300px;
  margin: 0;
  padding: 0;
  border: 0px solid;
  float: left;
  }
#home_rightcol {
  width: 450px;
  padding: 0;
  border: 0px solid;
  float: right;
  } 
#home_rightcol h3 {
  margin: 10px 0;
  padding: 5px;
  font-size: 140%;
  color: #676767;
  } 
#home_rightcol h4 {
  margin: 20px 0 5px 0;
  padding: 5px;
  font-size: 120%;
  color: #92B61A;
  font-style: italic;
  border-bottom: 1px solid #92B61A;;
  }
#service_categories {
  margin: 10px 0;
  width: 250px;
  padding: 10px 20px 10px 20px;
  border: 3px solid #CCC;
  border-top: none;
  border-left: none;
  background: #FDFBF1;
  } 
#service_categories h3{
  font-size: 130%;
  color: #676767;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  } 
#service_categories ul{
  list-style: none;
  margin: 0;
  padding: 0;
  }
#service_categories li A{
  list-style: none;
  font-size: 100%;
  padding: 0;
  line-height: 170%;
  }
.label2 {
  text-align: right;
  font-size: 100%;

  border: 0px solid;
  width: 30%;
  color: #333;
  float: left;
  }
.element2{
  width: 68%;
  text-align: left;
  float: right;
  }
.row2 {

  padding-top: 5px;
  clear: both;
  border: 0px solid;
  }
.home_feature1{
  background: #F3E8B9;
  border: 0px solid;
  width: 100%;
  margin-bottom: 10px;
  padding: 7px;
  font-size: 90%;
  color: #333;
   font-family: Lucida Grande, sans-serif;
  } 
.home_feature1 IMG{
  border: 1px solid #333;
  align: left;
  margin: 0 0 0px 10px;
  } 
  
.success_message {
  background: #D5E7A0;
  border: 1px solid #92B84A;
  padding: 5px 0px 5px;
  margin: 0px auto;
  width: 85%;
  font-size: 85%;
  font-family: Lucida Grande, sans-serif;
  color: #333;
  min-height: 30px;
  
}

.success_message_box {
  background: #D5E7A0;
}
.pending_message_box {
  background: #FCEEBF;
}
#status_messages {
  text-align: center;
}
.notification_message {

        
  padding: 10px;
        min-height: 30px;
        border-top: solid #FCEEBF 2px;
        border-left: solid #FCEEBF 2px;
        border-right: solid #E6DAB2 2px;
        border-bottom: solid #E6DAB2 2px;
        background: #FDFBF1 url(../../images/dash_bot_gradient.gif) no-repeat top left;
        margin: 0px;
        width: 96%;
        font-size: 85%;
        font-family: Lucida Grande, sans-serif;
      
}

.warning_message{
/*
  background: #F6DB91;
  border: 2px solid #E59B0D;
  padding: 5px 0px 5px;
  margin: 0px auto;
  width: 85%;
  font-size: 85%;
  font-family: Lucida Grande, sans-serif;
  color: #333;
  min-height: 30px;
*/
  color:#373739;
  font-size:13px;
  background-color:#FFE5BC;
  border:1px solid #F26C4F;
  text-align:left;
  width:100%;
  padding: 13px 5px 13px 15px;
}

.warning_message table{
  color: #373739;
    font-size:13px;
}
.warning_message table a{
  color: #E68E29;
}
.warning_message table a:hover{
  text-decoration: underline;
}

.upgrade_message{
  color:#373739;
  font-size:13px;
  background-color:#FFE5BC;
  border:1px solid #F26C4F;
  padding: 10px;
  text-align:left;
  width:100%;
 
}
.upgrade_message table{
  color: #373739;
    font-size:13px;
}
.upgrade_message table a{
  color: #E68E29;
}
.upgrade_message table a:hover{
  text-decoration: underline;
}
.error_message {
/*
  background: #E19094;
  border: 2px solid #811C29;
  padding: 5px 0px 5px;
  margin: 0px auto;
  width: 85%;
  font-size: 85%;
  font-family: Lucida Grande, sans-serif;
  color: #000F;
  min-height: 30px;
*/
  color:#373739;
  font-size:13px;
  background-color:#FFE5BC;
  border:1px solid #F26C4F;
  margin:10px auto 25px;
  padding: 10px;
  text-align:center;
  width:823px;
}

IMG.message_icon {
  align: left;
  border: 0;
  float: left;
  margin-right: 8px;
}

.blue_outfield {
  margin: 0 0px 0 0px;
  background: #e7f1f1;
  border: solid 2px #336699;
  font-family: Lucida Grande, sans-serif;
  }

.green_outfield {
  margin: 0 0px 0 0px;
  background: #edf2da;
  border: solid 2px #9fbd47;
  font-family: Lucida Grande, sans-serif;
  }

.red_outfield {
  margin: 0 30px 0 30px;
  padding: 12px;
  background: #f3e6e0;
  border: solid 2px #660000;
  font-family: Lucida Grande, sans-serif;
  }

  
.red_reserve_box {
  background: #f3e6e0;
  padding: 10px;
}

.green_reserve_box {
  background: #ddf19e;
  padding: 10px;
}

#step_set {
  width: 500px;
  border: 0px solid;
  margin-right: auto;
  margin-left: auto;
  font-size: 100%;
  font-family: Lucida Grande, sans-serif;
  min-height: 156px;
  bgcolor: #fff;
  }
#step_set img {
  border: 0;
  float: right;
  margin-left: 30px;
  clear: both;
  }
#smalltextgrey{
  font-size: 90%;
  font-family: Lucida Grande, sans-serif;
  color: red;
  margin-top: 5px;
  }
#action_button A{
  font-size: 200%;
  color: #174C9F;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: solid #ccc;
  border-width: 1px 2px 2px 1px;
  background-color: #fff;
  width: 50%;
  align: center;
  padding: 7px;
  display: block;
  text-decoration: none;
  }
  
.top_instructions {
     color: #5E5E5E;
     }

.table_label {
/*
     text-align: right;
     color: #5E5E5E;
     font-size: 90%;
     padding-right: 10px;
     width: 25%;
     vertical-align: top;
*/
  color:#373739;
  font-size:13px;
  float:left;
  margin:3px 13px 0;
  text-align:right;
  width:150px;
}

.table_label_left {
     color: #5E5E5E;
     font-size: 90%;
     padding-left: 10px;
     width: 25%;
     vertical-align: top;
     }

.table_eg {
     text-align: left;
     color: #909090;
     font-size: 90%;
     }

.table_label_error {
/*
     text-align: right;
     color: #E19094;
     font-size: 90%;
     padding-right: 10px;
     width: 25%;
     vertical-align: top;
*/
  color: #E19094;
  font-size:13px;
  float:left;
  margin:3px 13px 0;
  text-align:right;
  width:150px;
  font-weight: bold;
}

input.big_table {
/*       font-size: 110%;*/
       font-size: 12px;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
       color: #333;
     
  }
textarea.default_message {
       font-size: 100%;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
     color: #333;
  }
  
input.big_table_error {
/*       font-size: 110%;*/
       font-size: 12px;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
       color: #554932;
     background-color:#E19094;
  }
  
select.big_table {
/*       font-size: 110%;*/
       font-size: 13px;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
       color: #554932;
       }

select.big_table_error {
       font-size: 110%;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
       color: #554932;
        background-color:#E19094;
       }

textarea.big_table {
/*       font-size: 110%;*/
       font-size: 12px;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
       color: #333;
       }
.default_disappear {
      font-size: 110%;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
       color: #ccc;
       }
     
textarea.big_table_error {
/*       font-size: 110%;*/
       font-size: 12px;
       width: 100%;
       font-family: Lucida Grande, sans-serif;
       color: #554932;
     background-color:#E19094;
       }


.form_text {
     color: #5E5E5E;
     font-size: 90%;
     }

.table_element {
     color: #5E5E5E;
     font-size: 90%;
     width: 75%;
}

.table_element_nested {
     color: #5E5E5E;
     font-size: 90%;
}

.outfield_table{
     width: 100%;
}

.outfield_form_table{
     width: 100%;
}


.right_instruct {
     width: 100%;
     height: 100%;
     border: 40px;
     background-color: #fff;
}

.instruct_header {
 font-size: 100%;
 font-weight: bold;
 font-style: italic;
 color: #5E5E5E;
 font-family: "Lucida Grande",Lucida,sans-serif;
 padding-bottom: 15px;
}

.h3_nopadding {
     text-align: left;
     font-size: 120%;
     color: #676767;
     padding: 5px 0 5px 5px;
     font-family: Lucida Grande, sans-serif;
     }

.wiz_page_count {
     font-size: 100%;
     color: #999;
     font-family: Lucida Grande, sans-serif;
}

.wizard_title_bar {
     margin: 0 0px 0 0px;
}

#service_nav {
  margin: 0 0px 0 0px;
  float: left;
  font-size: 90%;
  width: 100%;
  list-style: none;
  background: #FFF url(../../images/tabs_nav_bg.gif) repeat-x bottom left;
  }
#service_nav ul {
  margin: 0;
  padding: 0 20px 0 20px;
  }
#service_nav li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Lucida Grande, sans-serif;
  }
#service_nav a {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  list-style: none;
  color: #5E5E5E;
  text-decoration: none;
  border: 2px solid #E8EAEA;
  background: #F8EDC8 url(../../images/tab_off_bg.gif) repeat-x top left;
  }

#step_set {
  width: 630px;
  border: 0px solid;
  margin-right: auto;
  margin-left: auto;
  padding: 0 70px 0 70px;
  font-size: 90%;
  font-family: Lucida Grande, sans-serif;
  min-height: 156px;
  background-color: #fff;
  }
  
#step_set_button {
  width: 630px;
  border: 0px solid;
  margin-right: auto;
  margin-left: auto;
  padding: 0 70px 0 70px;
  font-size: 90%;
  font-family: Lucida Grande, sans-serif;
  min-height: 56px;
  background-color: #fff;
  text-align: center;
  }
  
#step_set img {
  border: 0;
  float: right;
  margin-left: 30px;
  clear: both;
  }
#smalltextgrey{
  font-size: 80%;
  font-family: Lucida Grande, sans-serif;
  color: #7d7d7d;
  margin-top: 5px;
  }
#action_button A{
  font-size: 200%;
  color: #174C9F;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: solid #ccc;
  border-width: 1px 2px 2px 1px;
  background-color: #fff;
  width: 50%;
  align: center;
  padding: 7px;
  display: block;
  text-decoration: none;
  }
    
#action_button2 A{
  font-size: 200%;
  color: #174C9F;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  border: solid #ccc;
  border-width: 1px 2px 2px 1px;
  background-color: #fff;
  width: 50%;
  align: center;
  padding: 7px;
  display: block;
  text-decoration: none;
  }
  
.button2_smalltext {
  font-size: 50%;
  color: #000;
}

#rightinfo{
  float: right;
  background: #fff;
  width: 200px;
  min-height: 300px;
  border: solid 2px #FCEEBF;
  padding: 10px;
  font-size: 110%;
  color: #333;
  margin-right: 10px;
  margin-top: 10px;
}
  .smalltext{
  font-size: 80%;
  
  }
input.tiny {
    font-size: 110%;
    width: 5%;
    font-family: Lucida Grande, sans-serif;
    color: #554932; 
    }

input.small {
  font-size: 110%;
  width: 20%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

input.small_nowidth {
  font-size: 80%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }

input.small_error {
  font-size: 110%;
  width: 20%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  background-color:#E19094;
  } 
  
input.medium {
  font-size: 110%;
  width: 47%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }
  
input.medium_error {
  font-size: 110%;
  width: 47%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  background-color:#E19094;
  } 

.remove_link {
  color: #DB3D05;
  font-size: 90%; 
  text-decoration: none;
}

.add_link {
  color: #4B78A5;
  font-size: 100%; 
  text-decoration: none;
}

.service2name {
  font-size: 130%;
  font-family: Lucida Grande, sans-serif;
  font-weight: bold; 
}
.service2address {
  font-size: 100%;
  font-family: Lucida Grande, sans-serif;
}
.service2description {
  font-size: 90%;
  font-family: Lucida Grande, sans-serif;
  padding-bottom: 10px;
}

.right_openings_box {
  border: 1px solid #888888;
  padding: 20px;
  background-color: #ffffff;
}

.view_openings_button {
  font-size: 110%;
  font-family: tahoma,verdana,sans-serif;
  width: 150px; 
  padding: 4px;
  border: 1px solid #000000;
  background-color: #f0be1d;
}

.small_month_highlight{
  background-color: #C0830C;
}
.optional {
  font-size: 80%;
  color: #92B61A;
  font-family: Lucida Grande, sans-serif;
  font-style: italic;
  color: #5E5E5E;
  }
.cust_invite_mini {
  font-family: Lucida Grande, sans-serif;
  padding: 15px;
  margin-right: 15px;
  background-color: #ffffff;
}
  
.margin_callout_box {
  font-family: Lucida Grande, Lucida, sans-serif;
  padding: 10px;
  background-color: #FFFFFF;
}
  
.signup_callout_box {
  font-family: Lucida Grande, Lucida, sans-serif;
  padding: 10px;
  background-color: #F7F7DB;
}

.cust_list_callout {
  margin-right: 10px;
  font-family: Lucida Grande, sans-serif;
  padding: 15px;
  background-color: #F7F7DB;
}

.margin_billing_instruction_box {
        font-size: 80%;
        padding: 10px;
        width: 300px;
        background: #FFFFCC ;
        }

.link_callout_box {
  font-family: Lucida Grande, sans-serif;
  border-top: solid #E0DED2 1px;
  border-left: solid #E0DED2 1px;
  border-right: solid #E0DED2 1px;
  border-bottom: solid #E0DED2 1px;
  padding: 10px;
  background: #FFFFCD ;
  text-align:center;
  } 
  
.margin_callout_bg_blue {
  font-family: Lucida Grande, sans-serif;
  border-top: solid #DAE8E8 2px;
  border-left: solid #DAE8E8 2px;
  border-right: solid #C8D4D4 2px;
  border-bottom: solid #C8D4D4 2px;
  padding: 10px;
  background: #FFF url(../../images/invite_bot_gradient.gif) no-repeat bottom right;
  margin-bottom: 10px;
  }
  
.listlooks {
  padding: 5px 5px 5px 8px;
  } 
  
.ticket_label {
     text-align: right;
     font-size: 100%;
     padding-right: 10px;
     width: 50%;
     }

.ticket_element {
     font-size: 100%;
     width: 50%;
}

.alpha_body {
  background: #FCF3CF url(../../images/alpha_top_tile.gif) repeat-x top left;
  
}
#alpha_main_home {
  width: 80%;
  margin: 5% 10% 10% 5%;

}
.bightown_logo {
  margin: 0 0 30px 0;
  clear: right;
}
#alpha_main_home h5 {
  margin: 0;
  color:#174C9F;
  font-size: 100%;
  font-family: Lucida Grande, verdana, sans-serif;
}
#alpha_main_home h6 {
  margin: 0;
  color:#333;
  font-size: 110%;
  font-family: Myriad, Lucida Grande, verdana, sans-serif;
  padding: 20px 15px 10px 15px;
  text-align: center;
}
#alpha_main_home p {
  margin: 0 0 30px 0;
  font-size: 90%;
}

.alpha_main_home_left {
  width: 65%;
}
.alpha_main_home_right_outer {
  width: 260px;
  height: 150px;
  margin-left: 5%;
  position: absolute;
  left: 65%;
  top: 28%;
  background: url(../../images/alpha_home_bgbox.gif) no-repeat top left;
  text-align: center;
}
.alpha_main_home_right {
}

.alpha_but_getstarted {
  text-align: center
}
.amh_label {
  width: 30%;
  text-align: right;
  font-size: 80%;
}
.med-button-grey{
  color: #333;
  font-size: 80%;
  margin: 0;
  }
.select_service_box {
  width: 100%; 
  /*border: 2px solid #ECB202;
  background: #FBF8EA url(../../images/service_box_tile.gif)  repeat-x top left;*/
  border-top: 2px solid #FDDC01;
  border-left: 2px solid #FDDC01;
  border-right: 2px solid #ED843E;
  border-bottom: 2px solid #ED843E;
  background: #FCEEBF url(../../images/service_box_tile.gif)  repeat-x top left;
  padding-left: 10px;
  padding-bottom: 10px;
  }
.faq_header {
  font-weight: 700;
  margin: 5px 0 20px 35px;
  font-size: 130%;
  font-family: Lucida Grande, sans-serif;
  }
.faq_big_spacer {
  margin: 400px 0 0  0;
  }
.faq_question_top {
  margin: 5px 35px 5px 50px;
  font-family: Lucida Grande, sans-serif;
  display: list-item;
  }
.faq_question {
  font-weight: 700;
  margin: 5px 35px 0px 35px;
  font-family: Lucida Grande, sans-serif;
  }
.faq_answer {
  margin: 0 35px 25px 35px;
  font-size: 90%;
  color: #333;
  font-family: Lucida Grande, sans-serif;
  }
.gray_fade_bg{
  background: #F6F8F9 url(../../images/gray_fade_tile.gif) repeat-x top left;
  color: #333;
  }

#outside_header {
  background: #FDFBF1;
  border: solid 2px #FCEEBF;
  width: 776px;
  min-height: 70px;
  align: center;
  padding: 10px;
  }
  
#outside_parent {
  width:800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  text-align: left;
  border-width: 0px;
  border-style: solid;
  }
.outside_logo {
  float: left;
  }
#outside_header_login  {
  float: right;
  margin-top: 0px;
  font-size: 85%;
  font-family: Lucida Grande, sans-serif;
  text-decoration: none;
  }
#outside_header_login A {
  text-decoration: none;
  color: #888;
  }
#outside_navlinks {
  clear: both;
  text-align:center;
  margin-top:20px;
  font-size: 90%;
  
  }
#outside_navlinks a {
  text-decoration: none;
  color: #888;
  
  }
.pipe {
  color: #676767;
  margin: 0 10px 0 10px;
  }
#outside_pageheader {
  text-align: center; 
  width: 100%; 
  font-size: 170%; 
  font-weight: 800; 
  margin: 25px 0 10px 0;
  
  }
#outside_subheader {
  text-align: center; 
  width: 100%; 
  font-size: 90%; 
  margin-top: 7px;
  color: #888;
  }
.checklist {
  font-size: 80%;
  line-height: 20px;
  color: #444;
  list-style-type: square;
  }
.checklist2 {
  font-size: 70%;
  line-height: 20px;
  color: #444;
  list-style-type: square;
  margin-left: -20px;
  }
.checklist3 {
  font-size: 80%;
  line-height: 20px;
  color: #444;
  list-style-type: square;
  margin-left: 20px;
  }
.featurelist {
  margin: 5px 0 15px 0; 
  font-size: 70%; 
  line-height: 15px;
  }
.examplethumbs {
  border: 1px solid #999;
  }
.examplethumbshome{
  border: 1px solid #999;
  margin-left: 20px;
  margin-right: 20px;
  }
.home_screen_thumbs {
  background-color: #FAFAFA; 
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #ccc; 
  width: 95%; 
  padding: 10px; 
  text-align: center;
  }

.screenshot_image{
  border: 1px solid #999;
}

.biz_hours_div {
  filter: alpha(opacity=70);
  opacity: .70;
  -moz-opacity:.70;
} 

select.searchdropdown {
  padding: 0px;
  margin: 0px;
  font-size: 100%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  } 
  
input.searchinput {
  padding: 1px;
  margin: 0px;
  font-size: 100%;
  font-family: Lucida Grande, sans-serif;
  color: #554932; 
  }
  

  
#new_footer {
        text-align:center;
        padding: 10px 5px;
        background: #F0EEEE url(../../images/gradient_2.gif) repeat top left;
        border-top: 1px solid #D9D6D6;
        margin-top: 50px;
        color: #999;
        font-size: 90%;
        line-height: 1.5em;
        clear: both;
        }

#new_footer A{
        color: #999;
        }


#service_appointments_tips {
  text-align: left;
  padding: 20px;
  padding-bottom: 10px;
  background: #F4F3F4 url(../../images/gradient_11.gif) repeat-x top left;
  border: solid 1px #E0DFD9;
  }

.profile_subhead {
  padding-left: 0px;
  font-size: 110%;
  font-weight: bold;
}

.sliderBlank { 
  background-color:#EDEDED; 
}
.sliderSelected { 
  background-color:#F1DD14; 
}
  .banner_bar {
    height: 77px;
    width: 100%;
    font-weight: bold;
    border-top: 2px solid #f6e072;
    border-bottom: 2px solid #f6e072;
    padding: 20px 0 20px 0;
    background-image: url(../../images/banner-tile-bg.gif);
  }
  .banner_bar_title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
  }
  .banner_bar_text {
    text-align: center;
  }
  .submit_button {
    background-color:#008F00;
    color:#FFFFFF;
    font-size:10pt;
    font-weight:bold;
    padding: 10px;
  }

.sortable_table {
  width: 100%;
}
.sortable_table_row {
}
.sortable_table_header{
  color: #676767;
  font-weight: normal;
  text-align: left;
  padding: 5px 15px;
  border-bottom: 1px solid #e5be55;
}
.sortable_table_data {
  color: #676767;
  padding: 5px 15px;
  border-bottom: 1px solid #e5be55;
  background-color: #ffffff;
}
.sortable_table_hover {
  background-color: #FCEEBF;
}
.dragHandle {
  border: 1px solid transparent;
  background-color: #fdfbf1;
  width: 60px;
  text-align: right;
  visibility: hidden;
}

.sub_service_description {
  display: none;
  background-color: #ffffff;
  padding: 5px;
  font-size: small;
}
.available_now_table {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  padding: 5px;
  vertical-align: top;
}
.bubble_top_outer {
  height: 8px;
  padding: 0 0 0 5px;
  border: none;
}
.bubble_top_inner {
  height: 8px;
  padding: 0px;
  border: none;
}
.bubble_bottom_outer {
  height: 8px;
  padding: 0 0 0 5px;
}
.bubble_bottom_inner {
  height: 8px;
  padding: 0px;
  border: none;
}
.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.feature_title{
/*
  font-size: 16px;
  text-decoration: none;
  font-weight: bolder;
*/
  padding: 10px 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #555555;
}

.feature_sub_instruction{
  font-size: 12px;
}

.feature_title_description{
  font-size: 14px;
  line-height: 150%;
}
.feature_row{
  padding-top: 20px;
}
.edit_page_title{
  margin: 0px 30px;
  padding: 5px 5px;
  font-size: 20px;
  color: #676767;
}
a.breadcrumb {
  padding: 0px;
  margin: 0px;
  color: #676767;
  text-decoration: none;
}
.breadcrumb{
  margin: 0px 30px;
  padding: 0px 5px;
  font-size: 10px;
  color: #676767;
}
.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;
}
.ht_flow {
}
.ht_flow_heading {
  margin-left: 0;
  padding-left: 0px;
  display: inline;
  color: #676767;
}
.ht_flow_heading ul {
  padding: 10px 0px 10px 10px;
}
.ht_flow_heading li {
  padding-left: 10px;
}
.ht_flow_heading_selected {
  color: #D1A017;
}
.ht_flow_heading_first {
  padding-left: 0px;
}


td.content_pad_left {
  width: 30px;
}
td.content_pad_right {
  width: 30px;
}
td.outfield_content {
  width: 60%;
  valign: top;
} 
td.outfield_spacer {
  width: 10%;
  valign: top;
} 
td.outfield_hint {
  width: 30%;
  valign: top;
} 

/*
 * Bookfresh styles pulled in for consistent styling
 */
 
table.striped_wide{
  width: 100%;
  color: #333;
  margin-top: 5px;
  font-size: 13px;
}

a {
  color:#88888B;
  text-decoration: none;
}
a:hover {
  color:#E68E29;
  text-decoration: underline;
}

#link_text {
  font-size: 11px;
}
 
table.striped{
  width: 625px;
/*  color: #333; */
  margin-top: 5px;
  font-size: 13px;
}
table.striped thead th{
  text-align: left;
  padding: 0 0 7px 10px;
  font-weight: normal;
}
table.striped tr td{
  padding: 8px 0 8px 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table.striped tr.even td{
  background-color: #f6f6f7;
  padding-bottom:15px;
  padding-top:15px;
}

table.striped tr.odd td{
  background-color: #eaeaeb;
  padding-bottom:15px;
  padding-top:15px;
}

.dashboard-section-title {
  color:#555555;
  font-family:Lucida Grande,sans-serif;
  font-size:16px;
  font-weight:bold;
  padding-top: 10px;
  width:100%;
}

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

.list-title-text {
  padding: 0px 0 15px 0px;
}

.todays_act_list {
  overflow-y: scroll;
  height: 330px;
}

.first-section {
  border-bottom: solid #eaeaeb 1px;
}

.dashboard-section {
  padding-top: 8px;
  padding-bottom: 10px;
}

.today_act_container {
  padding-top: 10px;
}

.today_act_title a {
  font-weight: bold;
}

.calendar_links, .todays_title{
  font-size:80%;
}

.calendar_links a{
  font-family: "Lucida Grande",Lucida,sans-serif;
  color: #88888B;
}

.warning_title {
  font-weight: bold;
  padding-bottom: 15px;
}

.resend_msg {
  font-size: 10px;
  padding-top: 10px;
}

.resend_msg a {
  color:#E68E29;
}
.resend_msg a:hover {
  text-decoration: underline;
}

.add_client a {
  color:#E68E29;
}

a.orange {
  color:#E68E29;
}

.no_appts {
  font-style: italic;
  padding-top: 30px;
}


.cust_invite_mini .invite_button {
  width: 100%;
  text-align:center;
  padding-top: 20px;
}
  
.send_invite_button {
  background: url(../../images/buttons/button_inviteclient.gif) no-repeat top left;
  height: 40px;
  width: 177px;
}
  
.edit_label {
  float:left;
  margin:3px 13px 0;
  text-align:right;
  width:150px;
}

.cust_invite_mini .table_label {
  width:25px;
}

.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;
}
.adv_feature_subtitle{
  color: #676767;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  padding-top: 10px;
}

.adv_feature_title{
  font-size: 16px;
  text-decoration: none;
  font-weight: bolder;
  padding: 10px 0px;
}
.adv_feature_title_description{
  font-size: 14px;
}
.adv_feature_subdescription{
  padding-bottom: 20px;
}

.adv_feature_row{
}

.wizard_step_title {
   width: 100%;
   padding: 0 0 5px 5px;
   color: #567827;
   margin-top: 30px;
}

.wizard_steps {
   margin-top: 20px;
   margin-bottom: 10px;
}

.wizard_steps .step {
  margin-left: -1px; /*hack to fix visual bug... revisit w/ x-browser testing */
  float: left;
  color: #ffffff;
  background-color: #ccceca;
  text-align: right;
  height: 27px;
  padding-top: 7px;
}

.wizard_steps .start {
  background: #ffffff url(../../images/1px_dark.gif) repeat-x top left;
}

.wizard_steps .selected {
  background-color: #464646;
/*  text-align: left; */
  padding-left: 10px;
}

.chevron {
  float: left;
  width: 18px;
  height: 34px;
  margin-left: -1px;
}

.wizard_steps .title-selected {
  background: #ffffff url(../../images/dark_title.gif) no-repeat top left; 
}

.wizard_steps .title-step {
  background: #ffffff url(../../images/dark_light.gif) no-repeat top left;
}

.wizard_steps .selected-step {
  background: #ffffff url(../../images/title_light.gif) no-repeat top left;
}

.wizard_steps .step-selected {
  background: #ffffff url(../../images/light_title.gif) no-repeat top left;
}

.wizard_steps .step-none {
  background: #ffffff url(../../images/light_none.gif) no-repeat top left;
}

.wizard_steps .step-step {
  background: #ffffff url(../../images/light_light.gif) no-repeat top left;
}

.wizard_steps .selected-none {
  background: #ffffff url(../../images/title_none.gif) no-repeat top left;
}

.widget_wizard .step {
  width: 160px;
}
.mini_widget_wizard .step {
  width: 275px;
}

#signup_wizard.wizard_steps .step {
  width: 200px;
}


.back_next {
  margin-top: 30px;
}

.button_back_gray {
  background: url(../../images/buttons/button_back_gray.gif) no-repeat top left;
  height: 40px;
  width: 104px;
  float: left;
  cursor: pointer;
  margin-left: 50px;
}
  
.button_next {
  background: url(../../images/buttons/button_next.gif) no-repeat top left;
  height: 40px;
  width: 104px;
  float: left;
  cursor: pointer;
  margin-left: 6px;
}
  
.button_finish {
  background: url(../../images/buttons/button_finish.gif) no-repeat top left;
  height: 41px;
  width: 104px;
  float: left;
  cursor: pointer;
  margin-left: 6px;
}
  
.button_createaccount {
  background: url(../../images/buttons/button_createaccount.gif) no-repeat top left;
  height: 41px;
  width: 177px;
  float: left;
  cursor: pointer;
}
  
.button_customizewidget {
  background: url(../../images/buttons/button_customizewidget.gif) no-repeat top left;
  height: 35px;
  width: 177px;
  cursor: pointer;
}
  
.ht_flow .wizard_step_title {
   margin: 30px 0 25px;
   color: #567827;
   text-align: left;
   font-weight: bold;
   font-size: 16px;
}
.customize_inner_tab{
   text-align: left;
}
.cust_invite_mini .instructions .invite_button .send_invite_button{
  margin: 5px 0 0 34px;
}

.cust_list_callout .send_invite_button{
  margin: 5px 0 0 34px;
}

.typepad_ad .welcome{
  font-size: 17px;
  padding-bottom: 25px;
}

.typepad_ad .headline{
  font-size: 25px;
  padding-bottom: 25px;
  color: #416518;
}

.left_border, .right_border{
  background: url(../../images/ad_pages/1px_green_diagonal.gif) repeat top left;
  width: 100px;
  height: 600px;
}

td.left_gutter, td.right_gutter{
  width: 100px;
  vertical-align: top;
}

td.center{
  vertical-align: top;
}

.ad_panel{
  width: 100%;
}

/*
.ad_panel{
  background-color: #fff;
  display: none;
  z-index: 501;
  height: auto;
  position: absolute;
}

.left_border{
  float: left;
}

.right_border{
  float: right;
}

*/
.ad_content_container{
  padding: 60px;
  float: left;
}

.typepad_ad .primary_content{
  width: 500px;
  float: left;
} 

.typepad_ad .secondary_content{
  background: url(../../images/ad_pages/typepadlogo.gif) no-repeat top left;
  margin-top: 90px;
  width: 312px;
  height: 289px;
  float: right;
}

.typepad_ad .emphasize{
  font-weight: bold;
}

.typepad_ad .action{
  padding-top: 20px;
}

#delete_panel, #update_panel, #process_panel{
  text-align: center;
  padding: 20px;
  width: 658px;
  height: 158px;
}

#delete_panel .message, #update_panel .message{
  padding-bottom: 40px;
  font-size: 110%;
}

#delete_panel .button_container, #update_panel .button_container{
  padding-left: 120px;
  
}

.appointment-container {
    background-color: #FFE5BC;
    border: 1px solid #F26C4F;
    padding: 10px;
    height: 100px;
    width: 100%;
    color: #353a3c;
    z-index: 0;
    top: 10px;
}

.appointment-container .header {
    line-height: 0px;
    font-weight: bold;
}

.appointment-container .button {
    height: 40%;
    width: 15%;
    max-width: 150px;
    padding: 7px;
    background-color: #F9A230;
    background: rgb(255,226,139); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(255,226,139) 0%, rgb(249,162,48) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,226,139)), color-stop(100%,rgb(249,162,48))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgb(255,226,139) 0%,rgb(249,162,48) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgb(255,226,139) 0%,rgb(249,162,48) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgb(255,226,139) 0%,rgb(249,162,48) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgb(255,226,139) 0%,rgb(249,162,48) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe28b', endColorstr='#f9a230',GradientType=0 ); /* IE6-9 */
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    box-shadow: 0px 1px 2px rgba(000,000,000,0.4),inset 0px 1px 0px rgba(255,255,255,0.4);
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.4),inset 0px 1px 0px rgba(255,255,255,0.4);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.4),inset 0px 1px 0px rgba(255,255,255,0.4);
    text-shadow: rgba(0, 0, 0, 0.701961) 0px 1px 2px, rgba(255, 255, 255, 0.298039) 0px 1px 0px;
    border-radius: 10px;
    font-family: "Lucida Grande", sans-serif;
    color: #FFF;
    float: right;
    bottom: 10px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin-right: 40px;
    bottom: 42px;
    text-decoration:none;
}

.appointment-container .header {
    background: none;
    box-shadow: none;
    color: #353a3c;
    font-weight: normal;
    font-family: "Lucida Grande", sans-serif;
    margin-right: 10px;
    bottom: 20px;
    position: relative;
    z-index: 2;
}

.appointment-container .text-container {
    width: 76%;
    float: left;
    clear: both;
    font-family: "Lucida Grande", sans-serif;
    padding-bottom: 20px;
    margin-right: 0px;
    bottom: 30px;
    position: relative;
}
.appointment-container .question { margin-right: 10px; }
.appointment-container :link { color:#FFffff; }
.appointment-container :visited { color:#ffffff; }