body {
   margin: 0;
   padding: 0;
   font-family: arial, sans-serif;
   font-size: 11px;
   background: #fff;
   color: #333;
}

.welcome1 {
   font-family: arial, sans-serif;
   font-size: 15px;
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   margin: 0;
   color: #333;
   clear: both;
}

sub, sup {
  vertical-align: top;
  font-size: 0.75em;
}

td {
   font-family: arial, sans-serif;
   font-size: 11px;
}

th {
   font-family: arial, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #888;
   text-align: center;
}

h1 {
  margin: 0;
  margin-bottom: 5px;
  background: #eee;
  background-image: url(gfx/gray_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #333333;
}

h1.login {
  margin: 0;
  background: #eee;
  font-family: arial, sans-serif;
  font-size: 18px;
  color: #333333;
}

h1.h2 {
   font-family: arial, sans-serif;
   font-size: 18px;
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   font-weight: bold;
   margin: 0;
   background: #eee;
   color: #333;
   clear: both;
}

h2 {
   font-size: 15px;
   font-family: arial, helvetica, sans-serif;
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   font-weight: bold;
   margin: 0;
   background: #eee;
   color: #333;
   clear: both;
}

h2.regsub {
   font-size: 15px;
   font-family: arial, helvetica, sans-serif;
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   font-weight: bold;
   margin: 0;
   background: #FAE4CF;
   color: #333;
   clear: both;
}

h3 {
   font-size: 12px;
   font-family: arial, helvetica, sans-serif;
   padding: 3px;
   padding-left: 10px;
   padding-right: 10px;
   margin: 0;
   background: #eee;
   color: #333;
   clear: both;
}

div.regpart {
  margin: 0;
  margin-bottom: 5px;
  background: #eee;
  background-image: url(gfx/gray_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #333333;
}

div.head {
  font-weight: bold;
  /*
  margin-bottom: 0;
  margin-top: 1em;
  */
}

div.sermon_top_bar {
   font-family: arial, helvetica, sans-serif;
   font-size: 0;
   line-height: 0;
   margin: 0;
   height: 10px;
   background: #d29441;
   color: #fff;
   clear: both;
   border: none;
}

div.sermon_top_stub {
  border-bottom: 1px solid #cecece;
  margin-top: 2px;
  margin-bottom: 0.25em;
}

form {
  margin: 0;
}

input, select, textarea {
   font-family: arial, sans-serif;
   background: #fff;
   font-size: 11px;
   font-weight: normal;
   z-index: 1;
}

.input_xsm {
   margin: 0px;
   margin-top: 0.1em;
   margin-bottom: 0.1em;
   vertical-align: middle;
   padding: 0px;
   border-width: 1px;
   border-color: #999;
   font-family: tahoma, sans-serif;
   background: #fff;
   font-size: 10px;
   font-weight: normal;
   z-index: 1;
}

.input {
   margin: 1px;
   /*
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   */
   vertical-align: middle;
   padding: 1px;
   border-width: 1px;
   border-color: #999;
   font-family: arial, sans-serif;
   background: #fff;
   font-size: 11px;
   font-weight: normal;
   z-index: 1;
}

input:focus, textarea:focus, select:focus {
   background: #eee;
   border-color: #d29441;
}

input:disabled {
  background: #eee;
  border: 1px solid #ccc;
  color: #aaa;
}

div.select_box {
   border: 1px solid #999;
   background: #eee;
   padding: 3px;
   display: none;
   font-weight: normal;
}

.formtitle {
   font-weight: bold;
}

td.formtitle {
  padding-right: 1em;
  width: 150px;
}

td.searchbar {
   padding: 0;
   padding-left: 5px;
   padding-right: 5px;
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   color: #525252;
}

td.searchbar2 {
   color: #d29441;
}

table.usertop {
   border: 1px solid #cccccc;
   border-top: none;
   border-collapse: collapse;
   padding: 0px;
   margin: 0;
}

table.cart {
  background: #cecece;
}

td.admintop {
   background: #CCCCCC;
   color: #000;
   border: 1px inset #333;
   padding: 2px;
   padding-left: 5px; padding-right: 5px;
   font-weight: bold;
}

td.admintop:hover {
   background: #c18330;
   border: 1px inset #900;
}

td.usertop {
   padding-left: 0.5em;
   padding-right: 0.5em;
   border: 1px solid #cccccc;
}

td.thumb {
   background: #eee;
}

td.completed {
  color: #999;
  text-decoration: line-through;
}

th.cart {
  background: #889;
  color: #fff;
  border: none;
  padding: 3px;
  padding-left: 5px; padding-right: 5px;
}

.cart_total {
  text-align: center;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-weight: bold;
}

.cart_number {
  text-align: center !important;
}

td.cart_item {
  border-bottom: 1px dotted #888;
}

tr.inquiry_sermonidea td {
  color: #d29441;
}

div.contest_month_head {
  color: #d29441;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #d29441;
}

div.boxitem {
   margin: 5px;
   margin-left: 20px;
   margin-right: 20px;

   border-bottom: 1px dashed #999;
   padding-bottom: 3px;
   padding-top: 3px;
   color: #525252;
}

div.separator {
   height: 2px;
   background: #999;
   margin-top: 10px;
   margin-bottom: 10px;
   line-height: 0;
   font-size: 0;
}

div.separator_dashed {
   height: 0px;
   border-bottom: 1px dashed #999;
   margin-top: 5px;
   margin-bottom: 0px;
   line-height: 0px;
   font-size: 0px;
}

div.graydotted {
  margin: 0.5em;
  margin-bottom: 1em;
  height: 4px;
  line-height: 0;
  font-size: 0;
  background: url(gfx/graydotsbg.gif);
  clear: both;
}

div.graydotted_small {
  margin: 0;
  margin-top: 3px;
  margin-bottom: 3px;
  height: 0px;
  border-bottom: 1px dotted gray;
  line-height: 0;
  font-size: 0;
  clear: both;
}

img.banner_right {
   display: block;
   margin-bottom: 1em;
   background: #cecece;
   border: none;
}

img.leftcolumn {
   display: block;
   margin-top: 1em;
   margin-bottom: 1em;
}

div.thumb_title {
   font-weight: bold;
   font-size: 11px;
   color: #d29441;
}

div.fp_num {
   font-weight: bold;
   font-size: 25px;
   color: #d29441;
}

div.all_white {
   font-weight: bold;
   font-size: 12px;
   color: #ffffff;
   padding-bottom: 3px;
   padding-top: 4px;
}

.thumb_description {
   font-size: 10px;
   font-weight: normal;
   color: #333;
}

div.sermon_medium {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
  word-spacing: 2px;
  color: #666;
}

div.sermon_preview_text {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

.submit_preview_outer > td {
  font-size: 9px;
  color: #aaa;
}

.submit_preview_inner > td {
  font-size: 9px;
  color: #aaa;
}

div.top {
}

.small {
   /*color: #666;*/
   font-size: 9px;
   vertical-align: super;
   /*font-weight: normal;*/
}

div.profile_image {
  position: relative;
  top: 0px; left: 0px;
  border: 1px solid #ddd;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
  float: left;
}

img.profile_image {
  border: 1px solid #000;
  background: #ddd;
  max-width: 150px;
  max-height: 200px;
  display: block;
}

a, a:visited {
   color: #666666;
   text-decoration: none;
}

a.thumb_title {
   font-weight: bold;
   font-size: 13px;
   color: #d29441;
}

a:hover {
   color: #d29441;
   text-decoration: underline;
}

a.left, a.left:visited {
  color: #333;
}
a.left:hover {
   color: #d29441;
}

a.selected {
   font-weight: bold;
}

a.bottomlink {
   color: #333;
   padding-left: 0.5em;
   padding-right: 0.5em;
}

a.button {
  margin: 3px;
  padding: 3px;
  border: 1px solid transparent;
  text-decoration: none;
}

a.button:hover {
  background: #dde;
  border: 1px inset #dde;
  -moz-border-radius: 6px;
}

a.button * {
  vertical-align: middle;
}

a.orangebgbutton {
  line-height: 2em;
  margin: 3px;
  padding: 3px;
  border: 2px solid transparent;
  -moz-border-radius: 6px;
  text-decoration: none;
  background: #d29441;
  color: #fff;
  font-weight: bold;
}

a.orangebgbutton:hover {
  border: 2px inset #d29441;
  -moz-border-radius: 6px;
  background: #f52;
  color: #fff;
  font-weight: bold;
}

/*
* + p {
  margin-top: 1em !important;
}
   */

div.thumb_title + p {
  margin-top: 0em !important;
}

p {
  margin: 0;
  margin-bottom: 1em;
}


ul {
  margin-top: 0;
}

li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

td.rightcolumn {
   text-align: left;
   padding: 1em;
   border: none;
   border-top: 1px solid #a0a5bf;
   border-left: 1px solid #a0a5bf;
   background-image: url(nav_light/transwhite.gif);
   font-size: 9px;

   width: 225px;
}

td.content {
   /*text-align: justify;*/
   background-color: #fff;
}

h2.update {
   font-size: 13px;
   font-weight: bold;
   border: none;
   border-bottom: 1px solid #a0a5bf;
}

h3.update {
   font-size: 11px;
   font-weight: bold;
   border: none;
   border-bottom: 1px solid #a0a5bf;
}

.warning {
   color: #d00;
}

.highlight {
  color: #d29441;
  font-weight: bold;
}

div.error {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  border: 1px solid #f00;
  padding: 1em;
  color: #a00;
  font-weight: bold;
}
div.message_head {
  border: 1px solid #777;
  border-bottom: none;
  text-align: center;
  background: #d29441;
  color: #fff;
}
div.message {
  margin-bottom: 0.5em;
  border: 1px solid #aaa;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
}
div.copyright {
  font-size: 0.9em;
  text-align: center;
  margin: 2em;
  color: #777;
}

div.cart_summary {
  text-align: center;
  font-weight: bold;
}

span.price_right {
  padding-left: 5px;
  border-left: 1px dotted gray;
}
a.sermon_tab {
  font-family: arial, sans-serif;
  font-size: 12px;
  margin: 0;
  background: #eee;
  color: #000;
}

a.sermon_tab:hover {
  text-decoration: underline;
}


.login_button_bg_off {
  background-image: url(gfx/loginbutton_on.jpg);
  background-repeat: no-repeat;
  cursorointer;
}

.login_button_bg_on {
  background-image: url(gfx/loginbutton.jpg);
  background-repeat: no-repeat;
  cursorointer;
}
