body {
  margin: 0;
  background-image: url(images/gradient2.jpg);
  background-repeat: repeat-x;
  background-color: #333333;
}

h1 {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -5000px;
    width: 3000px;
}

h2 {
    color: #672609;
    font: normal 200% georgia, times, "Times New Roman", serif;
    margin: 0 0 10px 0;
}

h3 {
    color: #672609;
    font: normal 150% georgia, times, "Times New Roman", serif;
    margin: 0 0 .5em 0;
}

body, p, div, table, td, th, span {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}

p { margin-top: 0; margin-bottom: .5em; }

img { border: none; }
a { text-decoration: none; }
a:link { color: #900; }
a:visited { color: #900; }
a:hover { color: #ff0000; }
a:active, a:focus {
    border-width: 0px;
    border-style: none;
    border-color: #ffffff;
    outline: 0;
}

blockquote
{
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

blockquote p { margin: 0 0 1em 0; }

blockquote p.source
{
    margin: 0;
    font-style: italic;
    text-align: right;
}

form { margin: 0 0; }

form fieldset {
  border: 1px solid #B89C90;
  padding: 1em;
  margin: 0;
}

form fieldset p { margin: 0 0 1em 0; }

legend {
  color: #672609;
  font: normal 150% georgia, times, "Times New Roman", serif;
}

caption {
  text-align: left;
  margin: 0 0 .5em 0;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  color: #000;
}

/* --- form rules --- */
input,
select,
textarea
{
  border: 1px solid #666666;
  font-size: 8pt;
}

/* --- developer --- */
.stacktrace
{
  font-family: lucida console, monaco, courier, fixed;
  font-size: 8pt;
}

/* --- Tutorial --- */
.tutorial {
    padding-left: 10px;
}

.byline
{
    display: block;
    color: #672609;
    font: normal 105% georgia, times, "Times New Roman", serif;
    margin-bottom: 0.75em;
}

.step
{
    font-size: 125%;
    color: #990000;
}

td.pic
{
    border:         1px solid #000000;
    border-right:   none;
    padding-right:  20px;
    text-align:     center;
}


td.desc
{
    border:         1px solid #000000;
    border-left:    none;
}

/* =============== Page Wrapper =============== */
#topstrip {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  color: #ffffff;
  background-color: #990000;
  text-align: right;
  font-size: 8pt;
  padding-top: 2px;
  padding-bottom: 2px;
}

#topstrip a {
  color: white;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #666666;
}

#topstrip a:hover, #topstrip a:active { color: #fed903; }

#topstrip a.last {
  border-right: none;
}

#topstripembed {
  font-size: 85%;
  text-align: center;
  background-color: #666666;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 5px;
  margin-bottom: 3px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-bottomright: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#topstripembed a {
  color: white;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #cccccc;
}

#topstripembed a:hover, #topstripembed a:active { color: #cc0000; }

#topstripembed a.last {
  border-right: none;
}

#beforemain {
  height: 10px;
}

#main {
  text-align: left;
  margin: auto;
  margin-top: 5px;
}

#main, #body, #footer {
  width: 900px;
  max-width: 900px;
  min-width: 900px;
  margin-left: auto;
  margin-right: auto;

}

#header {
  margin-bottom: 10px;
}

#headercontent {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

#footercontent {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#logo {
  float: left;
}

#userinfo {
  float: right;
  white-space: nowrap;
  font-size: 7pt;
  margin: 0px;
  padding: 0px;
}

#topnav {
  padding: 0px;
  margin: 0px;
  clear: both;
}

#topnavlist {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

#topnavlist li {
  display: inline;
  text-align: top;
  font-weight: bold;
  padding-left: 10px;
  font-size: 95%;
  color: #990000;
}

#topnavlist li.first {
    padding-left: 0px;
}

#topnavlist a { font-size: 105%; }
#topnavlist a:link { color: #fff; }
#topnavlist a:visited { color: #fff; }
#topnavlist a:hover, #topnavlist a:active { color: #900; }

#subtopnav, #subcontent {
  height: 0px;
  margin: 0px;
  padding: 0px;
}

#subtopnav {
  width: 100%;
}

#subcontent {
  width: 50%;
  padding-bottom: 5px;
  margin-left: 200px;
}

#body {
  vertical-align: top;
  min-height: 500px;
  padding-top: 10px;
  padding-bottom: 15px;
  background-color: #DED3D1;
  border: 2px solid #9A918F;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f4f2e5;
}

#bodycontent {
  padding-left: 25px;
  padding-right: 25px;
}

#footer {
  vertical-align: top;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  background-color: #aaaaaa;
  border: 1px solid #333333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#footercontent, #copyright {
  font-size: 7pt;
}

#footer #communitytrust
{
    float: left;
    display: inline;
    margin: 0 20px 0 45px;
    padding-top: 10px;
}

#footer #amlogo
{
    float: right;
    display: inline;
    margin: 0 54px 0 20px;
    padding-top: 10px;
}

/* --- email page --- */
#emailcontainer {
  margin-left: 5px;
  margin-right: 5px;
  text-align: left;
}

/* --- quicknav/login rules --- */
#quicknav {
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: right;
  white-space: nowrap;
}

#quicknav .separator {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 90%;
}

#login,
#quicksearch {
    font-size: 105%;
}

#logout,
#quicksearch {
    padding-left: 5px;
}

#login,
#logout {
    margin-bottom: 3px;
}

#quicksearch {
    padding-top: 3px;
}

#login input,
#quicksearch input,
.smalltext {
    font-size: 95%;
}

.smalltext,
#login input[type="text"],
#login input[type="password"],
#quicksearch input[type="text"],
#quicksearch input[type="password"] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#login input[type="submit"],
#logout input[type="submit"],
#quicksearch input[type="submit"] {
    padding-top: 1px;
    padding-top: 1px;
    padding-left: 3px;
    padding-right: 3px;
}

.loginname {
    font-size: 85%;
    background-color: #FDFFBF;
    padding: 1px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid #aaaaaa;
    margin-right: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.loginname .pricingtype {
    font-size: 85%;
    color: #990000;
    font-weight: bold;
}

.clear-right { clear: right; }
.clear-both { clear: both; }

.hidden
{
    position: absolute;
    left: -5000px;
    width: 3000px;
}

.spacer
{
    clear: both;
    height: 1em;
}

/* -- Register User -- */
#registeruser #wholesaleinfo {
}

/* -- site content -- */
#categories {
  background-color: #D4CCBD;
  border: 1px solid #cccccc;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#categories table {
  padding: 0px;
  margin: 0px;
}

#categories ul {
  text-align: left;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  margin-left: 10px;
}

#categories li.category {
  white-space: nowrap;
  text-align: left;
}

#categories li.category .name {
  font-size: 80%;
}

#categories li.category .nameSmall {
  font-size: 75%;
}

#categories li.category .nameTiny {
  font-size: 65%;
}

#categories li.selected .name {
  font-weight: bold;
  color: #990000;
}

#categoriesinner {
  width: 850px;
  overflow: hidden;
}

#categoriesinner table {
  width: 100%;
}

#categoriesinner table td {
}

#categoriesinner li a:hover { background-color: #e5e0d5; }

.categorydescription {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.outofstock {
  margin: 3px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #ff0000;
  font-size: 8pt;
  white-space: nowrap;
}

.productimages {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}

.kilns .productimages {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
}

.productdescription {
  padding-bottom: 15px;
}

.productdescription,
.productdescription p,
.productdescription div,
.productdescription ul,
.productdescription td {
  font-size: 95%;
}

.productdescription>ul,
div>ul,
p>ul {
    clear: left;
}

.productitems {
  padding-bottom: 20px;
}

.productcell {
  float: left;
  position: relative;
  cursor: pointer;
  padding: 2px;
  margin: 4px;
  background-color: #ffffff;
  color: #000000;
  border: solid 1px #666666;
  min-height: 174px;
  max-height: 174px;
  height: 174px;
  min-width: 110px;
  max-width: 110px;
  width: 110px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.productcellnew {
}

.productcellold {
}

.newindicator {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  z-index: 10;
  background-image: url(/shared/css/theme/paper/images/new_corner.gif);
  color: #000000;
}

.saleindicator {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  z-index: 10;
  background-image: url(/shared/css/theme/paper/images/sale_corner.gif);
  color: #000000;
}

.clearanceindicator {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 40px;
  width: 40px;
  min-height: 40px;
  height: 40px;
  z-index: 10;
  background-image: url(/shared/css/theme/paper/images/clearance_corner.gif);
  color: #000000;
}

.priceandaddtocart
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  min-width: 114px;
  width: 114px;
  min-height: 20px;
  height: 20px;
  z-index: 5;
  color: #000000;
  background-color: #ffffff;
  border-top: 1px solid rgb(51, 51, 51);
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.priceandaddtocart table
{
	margin-top: 3px;
    width: 105px;
    min-width: 105px;
    margin-left: 5px;
    margin-right: 2px;
}

.priceandaddtocart .buttonish,
.priceandaddtocart .buttonish_small,
.priceandaddtocart .buttonish_large
{
  cursor: pointer;
}

td .itemcell {
  position: relative;
  height: 100%;
}

td .itemcell .newindicator {
  top: -6px;
  right: -5px;
}

.productitemnumber {
  position: absolute;
  bottom: 0px;
}

.productimagecell {
  position: relative;
  min-height: 114px;
  max-height: 114px;
  height: 114px;
  min-width: 110px;
  max-width: 110px;
  width: 110px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.productimagecell a {
    margin-left: auto;
    margin-right: auto;
}

.productimagecell a img {
    margin-left: auto;
    margin-right: auto;
}

.productname {
}

.productnamecell {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  margin-top: 3px;
  padding: 0px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
  min-height: 52px;
  max-height: 52px;
  height: 52px;
  min-width: 106px;
  max-width: 106px;
  width: 106px;
  overflow: hidden;
  font-weight: bold;
  font-size: 85%;
  font-family: tahoma, arial, helvetica, sans-serif;
  text-align: center;
  background-color: #eeeeee;
  border-top: 1px solid #999999;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
}

.productnamecelltiny {
  font-size: 70%;
}

.productnamecellsmall {
  font-size: 75%;
}

.productnamecellmedium {
  font-size: 80%;
}

.productnamecellnormal {
  font-size: 85%;
}

.productcell:hover,
.productcell:hover .productnamecell,
.productcell:hover .productimagecell {
}

.productcell:hover .productnamecell {
  color: #990000;
}


.newitem {
  background-color: #66ccff;
  color: #000000;
}

.multipleitemstile {
  clear: both;
}

.singleitemtile {
  float: right;
  width: 70%;
  background-color: #f1f1f1;
  border: 1px solid #cccccc;
  padding: 5px;
  margin-left: 0px;
  margin-right: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.singleiteminfo {
  float: left;
  text-align: left;
}

.singleitemcreatedate {
  font-size: 75%;
  color: #999999;
}

.singleitemprice {
  float: right;
  text-align: right;
}

.requiredfieldnotice {
    font-size: 85%;
    font-weight: bold;
}

.required {
    color: #ff0000;
}

/* --- Breadcrumbs --- */
.breadcrumbs {
  padding-bottom: 10px;
}

.breadcrumbsep {
  color: #cc0000;
  font-size: 85%;
  padding-left: 4px;
  padding-right: 4px;
}

.breadcrumbcurrent {
  color: #cc0000;
  font-size: 115%;
  font-weight: bold;
}

a.breadcrumb {
  font-size: 115%;
}

a.breadcrumb:link,
a.breadcrumb:visited {
  color: #000000;
  font-weight: bold;
}

a.breadcrumb:hover,
a.breadcrumb:active {
  color: #ff0000;
  font-weight: bold;
}

/* --- Class page --- */
.classtitle {
  font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;
  font-weight: bold;
}

.classprice {
  font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;
  font-size: 120%;
  font-weight: bold;
}

.classdescription {
  font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;
  font-size: 80%;
}

.classtime {
  font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;
  font-size: 80%;
  font-weight: bold;
}

.classlocation {
  font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;
  font-size: 80%;
  font-variant: small-caps;
}

.classlocationlink {
  font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;
  font-size: 80%;
  font-weight: bold;
  font-style: italic;
}

.imagetitle {
  font-family: trebuchet ms, trebuchet, verdana, arial, helvetica;
  font-size: 75%;
}

.copyright {
  font-size: 65%;
}

.input-label {
  text-align: right;
}

.input-value {
  text-align: left;
  padding-left: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 4px;
}

#orderingInfo td {
  font-size: 80%;
  text-align: left;
}

#orderingInfo td p {
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0px;
}

#orderingInfo td ul {
  margin-top: 0px;
  padding-left: 25px;
}

#orderingInfo .content {
  padding-left: 10px;
}

#orderingInfo h4 {
  margin: 0px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 5px;
  font-size: 110% !important;
  font-variant: small-caps;
  white-space: nowrap;
  background-color: #990000;
  color: #ffffff;
}

table.borderless,table.borderless tr,table.borderless td {
  border: none;
}

.itemNumber,.searchItemNumber {
  color: #666666;
}

.searchItemNumber {
  font-size: 110%;
}

.searchItemName {
  font-size: 120%;
}

.searchItemLocation {
  color: #666666;
}

.searchItemAdded {
  padding-top: 3px;
  color: #999999;
  font-size: 75%;
}

table.searchResults {
  background-color: white;
}

table.searchResults img {
  border: none;
}

/* --- Enlargeable Image --- */
.enlargeableimage {
    display: block;
    padding: 10px;
    padding-top: 0px;
}

.enlargeableimageleft {
    float: left;
}

.enlargeableimageright {
    float: right;
}

/* --- Help --- */
#help {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
}


/* --- Gift Certificate -- */
#giftcertificate {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
}

/* --- Shows --- */
#shows {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 10px;
}

#showlist {
    margin-left: 150px;
}

/* --- Kiln Tutorial --- */
#kilncomparison
{
    margin-bottom: 20px;
    font-size: 6pt;
}

#kilncomparison th
{
    background-color: #455F8B;
    color: #ffffff;
    border: 1px solid #000000;
}

#kilncomparison th a
{
    color: #ffffff;
    text-decoration: underline;
}

#kilncomparison tr.head td.ul
{
    border: none;
}

#kilncomparison tr td
{
    border: 1px solid #666666;
}

#kilncomparison tr.even td
{
    background-color: #EFDEBD;
}

#kilncomparison tr.odd td
{
    background-color: #EFEFDE;
}

#kilncomparison ul
{
    margin-left: 0px;
    padding-left: 12px;
}

#tip
{
    background-color: #ffffee;
    border: 1px solid #666666;
    float: right;
    width: 40%;
    margin-left: 20px;
    padding: 0px;
}

#tip h3
{
    border: none;
    background-color: #455F8B;
    color: #ffffff;
    padding: 5px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

h5
{
    color: #000000;
}

#tip ul
{
    padding-left: 20px;
    padding-right: 5px;
}

#tip li
{
    margin-top: 4px;
}

/*
**********************************************************
    DATA TABLE

    Table structured for tabular data:

    +- [table] ----------------+
    |          +-------------+ |
    | [thead]  | [td] | [td] | |
    |          +-------------+ |
    | [tbody]  | [td] | [td] | |
    |          +-------------+ |
    +--------------------------+
**********************************************************
*/
.data {
  padding: 0px;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #999999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.data th {
  font-weight: bold;
  color: #000000;
  background-color: #eeeeee;
  border: solid 1px #999999;
  padding-left: 4px;
  padding-right: 4px;
}

.data td {
  border: solid 1px #999999;
  padding-left: 4px;
  padding-right: 4px;
}

.even {
  background-color: #ffffff;
}

.odd {
  background-color: #f1f1f1;
}

.carthelp {
  font-size: 80%;
  color: #666666;
}

/*
**********************************************************
    Front-page news division
**********************************************************
*/
div.news {
  width: 75%;
  border: solid 1px #990000;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-bottom: 15px;
  background: #ffffff;
}

div.news h3 {
  font-size: 12pt;
  font-variant: small-caps;
  font-weight: bold;
  text-align: left;
  background-color: #990000;
  color: #ffffff;
  margin: 0px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 0px;
  padding-bottom: 1px;
}

div.news h4 {
  font-size: 11pt;
  font-variant: small-caps;
  font-weight: bold;
  padding-left: 5px;
}

div.news p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

/* --- Classes --- */
.clearer {
  clear: both;
}

table.classes {
  background-color: #ffffee;
  border-collapse: collapse;
  border: 1px solid #666666;
}

table.classes tr {
  border-top: 1px solid #666666;
}

table.classes td {
  text-align: left;
  padding: 5px;
}

table.classes td p {
  margin: 0px;
  margin-top: 8px;
}

table.classes td .class-description {
  padding-left: 10px;
  padding-right: 10px;
}

table.classes td p.instructor {
  text-align: left;
  padding: 5px;
  background-color: rgb(231, 225, 198);
}

table.classes td p .instructor-title {
  font-weight: bold;
}

table.classes td p .instructor-name {
  font-weight: bold;
  color: #990000;
}

table.classes td p .instructor-name a {
  color: inherit;
}

table.classes td h3 {
  margin: 0px;
  border: none;
  padding-left: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 10px;
  color: #ffffff;
  background-color: #990000;
  font-weight: normal;
}

table.datesandlocations {
  margin: 0px;
  padding-left: 10px;
  background-color: rgb(231, 225, 198);
}

table.datesandlocations td {
  font-weight: bold;
  padding: 5px;
  border: 0px;
}

table.datesandlocations td.location {
  text-align: left;
  padding-left: 10px;
}

table.datesandlocations td.date {
  text-align: right;
  padding-right: 5px;
}

table.classes p.specialreg {
  font-weight: bold;
  background-color: white;
  color: #990000;
  padding: 5px;
  border: 1px solid black;
}

table.classes td .datesandlocations em {
  font-weight: bold;
  color: #990000;
}

.classimageright {
  float: right;
  text-align: center;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.classimagecenter {
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.classimageleft {
  float: left;
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
}

.classimageright img,.classimageleft img {
  border: 0px;
}

.classheader {

}

.signup p {
  margin-left: 15px;
}

.refunds p {
  margin-left: 15px;
}

.classclosures p {
  margin-left: 15px;
}

.maps p {
  margin-left: 15px;
}

.topspecial {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #990000;
  background: rgb(231, 225, 198);
}

/* --- Cart -- */
#cartnav {
  text-align: right;
  height: 30px;
}

#cartupdate {
  padding-top: 10px;
  text-align: right;
}

/* --- Checkout --- */
#checkoutbuttons {
    min-height: 68px;
    max-height: 68px;
    height: 68px;
    vertical-align: bottom;
    overflow: visible;
}

#checkoutPage .section {
  padding-left: 10px;
}

.checkoutheader {
}

.checkoutactions {
    margin-top: 15px;
}

.checkoutactions input[type="submit"] {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 110%;
}

/* -- Miscellaneous -- */
.advise {
  color: #666699;
  font-size: 95%;
}

.callout {
  color: #666699;
  font-size: 95%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.calloutword {
  font-weight: bold;
  font-variant: small-caps;
}

.validationerror {
  color: #ff0000;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
}

.descriptionContainerHTML
{
	width: 520px;
}

.slideShowContainer
{
    background-color: black;
    padding-bottom: 10px;
    z-index: 255;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.slideShowWrapper
{
    background-color: black;
    border: 1px solid #181818;
    width: 600px;
    height: 420px;
}

.slideShowWrapper div
{
   background-color: none;
   color: #cccccc;
}

.slideShowNav
{
	display: none;
}

.slideShowCtrl span,
.thumbOuter .enabled
{
    background-image: url(/shared/images/gallerybuttons.png);
}

.dj_ie6 .slideShowCtrl span,
.dj_ie6 .thumbOuter .enabled
{
    background-image: url(/shared/images/gallerybuttons.gif);
}

.imageGalleryThumb
{
    margin-top: 15px;
}

.thumbWrapper img
{
    width: 64px;
    max-width: 64px;
    min-width: 64px;
    height: 64px;
    max-height: 64px;
    min-height: 64px;
}

#galleryDescription
{
    margin: 0px 20px;
    padding: 10px;
    background-color: #181818;
    color: #cccccc;
    font-size: 100%;
    -moz-border-radius: 15px 15px 0px 0px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    border-radius: 15px 15px 0px 0px;
}

#galleryDescription h3 a
{
	background-color: #666666;
	color: #ffffff;
	padding: 2px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#galleryDescription h3
{
    color: #cccccc;
    border-bottom: 1px solid #333333;
}

#galleryImageTitle
{
	font-size: 105%;
	color: #cccccc;
    margin: 5px 20px 0px 20px;
    padding: 5px;
    background-color: #181818;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius: 5px 5px 0px 0px;
}

#galleryImageDescription
{
    margin: 0px 20px;
    padding: 5px;
    background-color: #181818;
    min-height: 4em;
    width: 565px;
    min-width: 565px;
    max-width: 565px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0px 0px 5px 5px;
}

#galleryImageDescriptionText
{
    color: white;
    font-size: 95%;
    padding:  0px 15px 0px 15px;
    width: 425px;
}

#galleryImageCredits
{
	background-color: #333333;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 5px 5px 5px;
}

#galleryImageCredits td
{
	padding: 5px;
}

#galleryImageSubjectCredit
{
    color: #cccccc;
    font-size: 95%;
    white-space: nowrap;
}

#galleryImagePhotoCredit
{
    color: #666666;
    font-size: 85%;
    white-space: nowrap;
}

.rounded5
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.rounded10
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


