
body.ppsd2 {
  margin: 0;
  padding: 0;
}

/* ----- */

h1.ppsd2 {
  font-family: arial;
  font-size: 22px;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0;
}

h2.ppsd2 {
  font-family: arial;
  font-size: 16px;
  color: #000;
  margin: 0 0 12px 0;
  padding: 0;
}

p.ppsd2_small {
  font-family: tahoma;
  font-size: 10px;
  color: #555;
  margin: 3px 0 3px 0;
  padding: 0;
}

/* ----- */

.ppsd2_field {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  padding: 3px;
}

.ppsd2_field_error {
  border-left: 1px solid #FFD9D9;
  border-right: 1px solid #FFD9D9;
  border-top: 1px solid #FFD9D9;
  border-bottom: 2px solid #FFD9D9;
  padding: 3px;
}

.ppsd2_field:focus, .ppsd2_field_error:focus {
  background-color: #cccccc}

.ppsd2_submit {
  background-color: #e1e1e1;
  border: 1px solid #cccccc;
  font-family: tahoma;
  font-size: 13px;
  color: #000;
  padding: 4px;
  font-weight: bold;
}

/* Used for various notices that are displayed to users. */
.ppsd2_notice {
  padding: 0 10px 0 20px;
  font-family: tahoma;
  font-size: 12px;
  color: #00BE09;
  background: url('/ppSD2/admin/images/email_read.png') no-repeat top left #D9FFE9;
  background-position: left center;
}

.ppsd2_error {
  padding: 0 10px 0 20px;
  font-family: tahoma;
  font-size: 12px;
  color: #BE0000;
  background: url('/ppSD2/admin/images/alert_notviewed.png') no-repeat left #FFD9D9;
  background-position: left center;
}

/* Controls the default footer which contains the "Powered by ppSD2" text */
#ppsd2_footer {
  margin: 10px 0 0 0;
  font-size: 0.7em;
  color: #666;
  text-align: center;
}


/* ----- */

#ppsd2_loading {
  display: none;
  position: fixed;
  text-align: center;
  bottom: 50px;
  left: 50%; 
  width: 100px;
  height: 30px;
  border: 1px solid #cccccc;
  background-color: #000;
  margin-left: -50px;
}

#ppsd2_loading_pad {
  padding: 10px;
  font-family: tahoma;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

#ppsd2_error {
  display: none;
  position: fixed;
  text-align: center;
  bottom: 50px;
  width: 100%;
  height: 30px;
  border: 1px solid #cccccc;
  background-color: #cc0000;
  color: #fff;
}

#ppsd2_error_pad {
  padding: 10px;
  font-family: tahoma;
  font-size: 10px;
  color: #fff;
  font-weight: bold;
}

/* ----- */

.ppsd2_clear {
  clear: both;
}

.clear_ppsd2 {
  clear: both;
}

.ppsd2_left {
  width: 50%;
  float: left;
  font-family: arial;
  font-size: 13px;
  color: #000;
}

.ppsd2_right {
  margin-left: 50%;
  font-family: arial;
  font-size: 13px;
  color: #000;
}

span.ppsd2_r_standard {
  margin-left: 20px;
}

/* ----- */

ul.ppsd2_sc_options {
  margin: 0;
  padding: 0;
  list-style: none inside;
  font-family: arial;
  font-size: 13px;
  color: #000;
}

ul.ppsd2_sc_options li {
  padding: 0 0 3px 0;
  margin: 0;
}

ul#ppsd2_ship_options {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none inside;
  border-bottom: 1px dotted #cccccc;
  font-family: arial;
  font-size: 13px;
  color: #000;
}

ul#ppsd2_ship_options li {
  padding: 0 0 3px 0;
  margin: 0;
}

/* ----- */

ul#ppsd2_cart_depend_options {
	list-style: square;
	margin: 15px 0 15px 35px;
	padding: 0;
	color: #000;
	font-family: arial;
	font-size: 13px;
}

.ppsd2_product_dependencies {
	border: 1px dotted #cccccc;
	background: url('admin/images/icon_no_catalog_display.png') 20px 20px no-repeat #cccccc;
	padding: 20px 20px 20px 60px;
	color: #000;
	font-family: arial;
	font-size: 13px;
}

#ppsd2_cart_terms {
	color: #000;
	font-family: arial;
	font-size: 10px;
	margin: 20px 0 20px 0;
	border: 1px solid #cccccc;
}

#ppsd2_cart_terms_agree {
	color: #000;
	font-family: arial;
	font-size: 13px;
	margin: 0 0 20px 0;
	padding: 20px;
}

table.ppsd2_cart {
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

table.ppsd2_cart td.header {
  background-color: #e1e1e1;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
}

table.ppsd2_cart td.total {
  background-color: #e1e1e1;
  border-top: 2px solid #cccccc;
}

table.ppsd2_cart td.subtotals {
  background-color: #f1f1f1;
  border-top: 1px solid #cccccc;
}

table.ppsd2_cart td {
  font-family: arial;
  font-size: 13px;
  color: #000;
  padding: 6px 4px 6px 4px;
}


table.ppsd2_form {
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
}

table.ppsd2_form td {
  font-family: arial;
  font-size: 13px;
  color: #000;
  padding: 3px 2px 3px 2px;
}

#same_as_billing {
  margin: 0 0 10px 0;
  padding: 8px 0 10px 0;
  text-align: center;
  border-bottom: 1px dotted #cccccc;
  font-family: arial;
  font-size: 13px;
  color: #000;
}

/* ----- */

fieldset.ppsd2_cart {
  border: 1px solid #cccccc;
  margin: 0 0 20px 0;
  width: 48%;
}

legend.ppsd2_cart {
  font-family: arial;
  font-size: 16px;
  color: #000;
}

fieldset.ppsd2 {
  font-family: arial;
  font-size: 16px;
  border-top: 1px solid #cccccc;
  border-bottom: 0px;
  border-right: 0px;
  border-left: 0px;
  margin: 0 0 20px 0;
}

legend.ppsd2 {
  font-family: arial;
  font-size: 16px;
  color: #000;
  padding: 0 5px 0 5px;
}

.ppsd2_fieldset_pad {
  padding: 10px;
}


/* -- Popup Calendar -- */

#month th {
  font-size: 10px;
}

#month {
  width: 175px;
  font-family: tahoma;
  font-size: 10px;
  color: #555;
  border-collapse: collapse;
  margin: 5px auto;
}

#month th, #month td {
  border: 1px solid #cccccc;
}

#month thead {
  background-color: #e1e1e1;
  color: #000;
  text-align: center;
}

#month td {
  padding: 1px;
  text-align: center;
  vertical-align: top;
  overflow: auto;
}

span.calDayClick {
  cursor: pointer;
}

#month td.day {
  overflow: auto;
  margin-top: 0;
}

#month td:hover {
  background-color: #FFFBB3;
}

#month tbody .weekend {
  background-color: #fff;
}

#month tbody .next, #month tbody .previous {
  background-color: #;
}

.ppsd2_month_holder {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 200px;
  border-top: 1px solid #;
  border-left: 1px solid #;
  border-right: 2px solid #;
  border-bottom: 2px solid #;
  font-family: tahoma;
  font-size: 10px;
}
.ppsd2_month_holder_pad {
  padding: 10px;
}

.ppsd2_mh_month {

}

.topCalField {
  border: 1px solid #;
  padding: 1px;
  font-family: tahoma;
  font-size: 10px;
}



/* -- Member CP Stuff -- */

#top_ppsd2 {
  font-family: arial;
  font-size: 13px;
  color: #000;
  margin-bottom: 30px;
}

#top_left_ppsd2 {
  float: left;
  width: 70%;
    margin-left: 10px;
}

#top_right_ppsd2 {
  margin-left: 30%;
  text-align: right;
}

#top_left_mcp_ppsd2 {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
}

#top_right_mcp_ppsd2 {
  margin-left: 50%;
  text-align: right;
  height: 50px;
  line-height: 50px;
}


/* -- Registration Related Stuff -- */

.reg_page_notice {
  padding: 5px 5px 5px 20px;
  margin-left: 5px;
  font-family: tahoma;
  font-size: 12px;
  color: #00BE09;
  background: url('/ppSD2/admin/images/email_read.png') no-repeat top left #D9FFE9;
  background-position: left center;
}

.reg_page_notice_error {
  padding: 5px 5px 5px 20px;
  margin-left: 5px;
  font-family: tahoma;
  font-size: 12px;
  color: #BE0000;
  background: url('/ppSD2/admin/images/alert_notviewed.png') no-repeat left #FFD9D9;
  background-position: left center;
}

/* Primary padding within fieldsets. */
.fs_pad {
  padding: 10px;
}

/* Controls various headers used on the templates. Example:
"Account Renewal Complete" / "Payment Required to Complete Registration" */
.ppsd2_header {
  background-color: #e1e1e1;
}

/* Controls styles for all tables used on the ppSD2 templates. */
.reg_table {
  font-family: arial;
  font-size: 13px;
  color: #000;
}

/* Controls errors */
.reg_error {
  font-weight: bold;
  color: #cc0000;
  margin: 0 0 0 10px;
}


/* Controls various descriptive DIVs found on registration pages and other
templates, such as the "Congratulations, the registration process has been completed" text. */
.reg_fieldset_desc {
  padding: 0 0 12px 0;
  margin: 10px 0 25px 0;
  font-family: arial;
  font-size: 13px;
  color: #000;
  border-bottom: 1px dotted #;
}

/* Controls various DIVs that appear near the bottom of success screens,
such as the "Click here to login" or "Have an account? Login" */
.reg_fieldset_bottom {
  padding: 12px 0 0 0;
  margin: 25px 0 10px 0;
  font-family: arial;
  font-size: 13px;
  color: #000;
  border-top: 1px dotted #;
}

/* On a registration page, this controls the field description style. */
.field_description {
  padding: 5px 0 10px 0;
  font-family: tahoma;
  font-size: 10px;
  color: #555;
}

/* Controls field names on pages such as the registration page. */
.reg_field_name {
  font-weight: bold;
  margin-right: 20px;
}





/* ------------------------------------------------------------------------ */
/* -- Events calendar: condensed -- */

table.calendar {

}

table.calendar td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

table.calendar td.first {
  border-left: 1px solid #cccccc;
}

table.calendar td.month_name {
  font-family: arial;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  border-right: 0px;
  padding: 3px 8px 3px 8px;
}

table.calendar td.other_months {
  font-family: arial;
  font-size: 13px;
  color: #000;
  text-align: right;
  border-right: 0px;
  padding: 3px;
}

table.calendar td.top {
  font-weight: bold;
  font-family: arial;
  font-size: 13px;
  color: #000;
  background-color: #e1e1e1;
  padding: 3px 8px 3px 8px;
  height: 33px;
  border-bottom: 1px solid #cccccc;
}

table.calendar td.empty {
  background-color: #fff;
  padding: 10px;
  height: 144px;
  border-right: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

table.calendar td.notempty {
  font-family: arial;
  font-size: 13px;
  color: #000;
  background-color: #fff;
  padding: 10px;
  height: 144px;
  background-color: #f1f1f1;
}

table.calendar td.notempty:hover {
  background-color: #FFFBB3;
}

table.calendar td.today {
  font-family: arial;
  font-size: 13px;
  color: #000;
  background-color: #FFFBB3;
  padding: 10px;
  height: 144px;
}

span.tabletext {
  font-family: tahoma, verdana;
  font-size: 0.7em;
}

.dayname {
  margin-bottom: 3px;
  text-align: right;
}

.calendar_left {
  float:left;
  width:50%;
}

.calendar_right {
  margin-left:50%;
}


/* ------------------------------------------------------------------------ */
/* -- Events calendar: long style -- */

#calendar_entry {

}

.hour_entry { 
  border-bottom: 1px solid #;
}

.event_entry {
  float: left;
  background-color: #FCFFAD;
  border: 1px solid #DCE07C;
  margin-right: 10px;
  margin-bottom: 5px;
}

.event_entry_pad {
  padding: 10px;
}

.event_entry_month {
  margin: 3px 0 3px 0;
}

.event_entry_pad_month {
  text-align: left;
  padding: 10px;
  font-size: 0.7em;
}

.fiveMinDiv {
  
}

.calendar_table {
  font-family: tahoma, verdana;
  font-size: 0.8em;
}

td.time {
  float: left;
  width: 60px;
  font-weight: bold;
  padding: 10px;
}

td.time_content {
  margin-left: 60px;
  border-bottom: 1px solid #;
  padding: 10px;
}



/* ------------------------------------------------------------------------ */
/* -- Cart Catalog -- */

.ppsd2_catalog_image {
  
}

.ppsd2_catalog_entry {
  padding: 7px;
  font-family: arial;
  font-size: 13px;
  color: #000;
  margin: 0 0 20px 0;
}

.ppsd2_catalog_title {
  padding: 6px 0 10px 0;
  margin: 0;
  font-family: arial;
  font-size: 16px;
  color: #000;
}

.ppsd2_catalog_description {
  padding: 0 0 10px 0;
  margin: 0;
  font-family: arial;
  font-size: 13px;
  color: #000;
  border-bottom: 1px dotted #cccccc;
}

.ppsd2_catalog_other {
  padding-top: 7px;
  margin: 0;
  font-family: tahoma;
  font-size: 10px;
  color: #555;
}

ul.ppsd2_catalog_categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.ppsd2_catalog_categories li {
  padding: 4px 0 6px 0;
  font-family: arial;
  font-size: 13px;
  color: #000;
}

ul.ppsd2_catalog_categories li.none {
  padding: 4px 0 4px 0;
  border-bottom: none;
}

ul.ppsd2_catalog_categories li:hover {
  background-color: #FFFBB3;
}

span.ppsd2_category_title {
  font-family: arial;
  font-size: 13px;
  color: #000;
}

span.ppsd2_category_desc {
  padding-top: 3px;
  font-family: tahoma;
  font-size: 10px;
  color: #555;
}

p.ppsd2_catalog_tree {
  padding: 0 0 9px 0;
  font-family: arial;
  font-size: 13px;
  color: #000;
  border-bottom: 1px dotted #cccccc;
}

p.ppsd2_catalog_pages {
  font-family: tahoma;
  font-size: 13px;
  color: #000;
  padding: 15px 0 0 0;
  text-align: center;
}

span.ppsd2_cart_page_off {
  border: 1px solid #cccccc;
  margin-right: 3px;
  padding: 4px;
}

span.ppsd2_cart_page_on {
  border: 1px solid #cccccc;
  font-weight: bold;
  margin-right: 3px;
  padding: 4px;
}

span.ppsd2_cart_page_on:hover {
  background-color: #FFFBB3;
}

table.ppsd2_catalog_table {
  width: 100%;
}

table.ppsd2_catalog_table td.products {
  padding-left: 10px;
}

/* -- View Product -- */

.ppsd2_view_product_desc {
  font-family: arial;
  font-size: 13px;
  color: #000;
  padding: 0 0 10px 0;
}

.ppsd2_view_product_add {
  padding: 0;
  display: inline-block;
  border: 1px solid #cccccc;
  background-color: #FFFBB3;
  font-family: arial;
  font-size: 13px;
  color: #000;
}

.ppsd2_view_product_pad {
  padding: 10px;
}

.ppsd2_catalog_images {
  margin: 20px 0 0 0;
}

span.ppsd2_image_entry {
  margin-right: 10px;
  border: 1px solid #cccccc;
}


/* ------------------------------------------------------------------------ */
/* -- Miscellaneous -- */


/* Controls the DIVS that hold the submit buttons on various forms. */
#ppsd2_submit {
  text-align: center;
  margin: 10px 0 5px 0;
  padding: 0;
}

/* User control panel: page box, not current page */
span.ppsd_pg_insert_off {
  border: 1px solid #;
  padding: 2px;
  margin-left: 4px;
}

/* User control panel: page box, current page */
span.ppsd_pg_insert_on {
  border: 1px solid #;
  padding: 2px;
  font-weight: bold;
  margin-left: 4px;
}

/* User control panel: edits on a converted affiliate commission */
.affiliate_edit_entry {
  
}

/* User control panel: Affiliate Clicks: Style for converted table TD */
.click_converted_Yes, .converted_payment_sent_Yes {
  background-color: #C7FFA1;
}

/* User control panel: Affiliate Clicks: Style for unconverted table TD */
.click_converted_No, .converted_payment_sent_No {

}

span.help {
  font-size: 0.7em;
  font-family: tahoma, verdana;
  padding-left: 20px;
}



.ppsd2_mcp {
  padding-right: 6px;
  vertical-align: middle;
}

.ppsd2_mcpt {
  padding-right: 15px;
  vertical-align: middle;
}

span.ppsd2_mcp_user {
  padding-left: 15px;
  font-weight: bold;
}

span.ppsd2_mcp_tlink {
  padding-left: 8px;
}

p.ppsd2_error_p {
  padding: 20px;
  font-family: tahoma;
  font-size: 12px;
  color: #BE0000;
}

span.ppsd2_error_entry {

}



/* ------------------------------------------------------------------------ */
/* -- Member CP: Digital Products -- */


.category_info {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #e1e1e1;
}

.category_name {
  margin: 0;
  font-family: #arial;
  color: #000;
  font-size: 22px;
}

.category_desc {
  font-family: #tahoma;
  color: #555;
  font-size: 10px;
  margin: 0 0 8px 0;
}

.category_tree {
  font-family: #tahoma;
  color: #555;
  font-size: 10px;
  margin: 0;
}

.dp_desc {
  font-family: #tahoma;
  color: #555;
  font-size: 10px;
  margin: 8px 0 8px 0;
}

.dp_name {
  margin: 20px 0 8px 0;
  font-family: #arial;
  color: #000;
  font-size: 22px;
}

.dp_download {
  background-color: #e1e1e1;
  padding: 8px;
  display: inline-block;
  font-size: 80%;
}

span.details {
  margin-left: 20px;
  font-family: #tahoma;
  color: #555;
  font-size: 10px;
}
