/* Default */

body,td {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #505050;
line-height: 15px;
}

body {
  margin: 0px;
  background-color: #fff;
  background-image: url('../images/pictures/large/system-files/img_background_tile.jpg'); 
  background-repeat: repeat-x;
}

input,select,textarea {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
}

/* Headings, styles */

.heading { font-size: 18px; }
.redheading { font-size: 18px; color: #5D011D; }
.subheading { font-size: 14px; }

.small { font-size: 10px; }
.tiny { font-size: 9px; line-height: 11px}
.white { color: white; }
.grey { color: #505050; }
.black { color: #000000; }
.red { color: #a5210a; }
.yellow { color: #d3b95f; }

/* Links */

a {
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #a5210a;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #ffffff; text-decoration: none; }
div.siteByInfo a:visited { color: #ffffff; text-decoration: none; }
div.siteByInfo a:hover { color: #d3b95f; text-decoration: none; }

div.galleryListName { font-weight: bold; }
