/* 
-----------------------------------------------------
Content style

This style is for content only. Put style relating to
Dreamweaver template and its included files (excluding
editable area) in template stylesheet.
----------------------------------------------------- */

div.main-column {
  margin: 0px;
  margin-right: -10px;
  padding: 0px;
  padding-top: 8px;
  padding-right: 8px;
  border-width: 0px;
  border-style: dotted;
  border-color: #ffbb77;
  border-right-width: 2px;
}

div.sidemenu {
  float: right;
  background-color: #f4f4f4;
  margin-left: 20px;
  width: 200px;
}

ul.sidemenu li {
  list-style: none;
  padding-left: -25px;
  margin-left: -25px;
}

table, th, td {
  border: 0px;
  border-collapse: collapse;
}

td, th {
  padding: 0px;
  vertical-align: top;
  text-align: left;
}

a {
  cursor:pointer;
}

a:link,
a:visited {
  color: #8c840f;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #cc6600;
  text-decoration: underline;
}

a.black:link,
a.black:visited {
  color: #000000;
  text-decoration: none;
  border-width: 0px;
  border-style: dashed;
  border-color: #cc6600;
  border-bottom-width: 1px;
}
a.black:hover,
a.black:active {
  color: #cc6600;
  text-decoration: none;
  border-color: #cc6600;
}

h1 {
  color: #333333;
  font-size: 140%;
  margin-top: 0px;
  font-style: italic;
  font-weight: bold;
}

h1.fancy {
  margin: 0px;
  margin-left: -15px;
  margin-right: -10px;
  font-size: 130%;
  padding: 2px;
  padding-left: 15px;
  padding-right: 0px;
  font-style: italic;
  font-weight: bold;
  color: #a40400;
  background: url(images/h1-back.png) repeat-y left top;
  border-width: 0px;
  border-style: dotted;
  border-color: #ffbb77;
  border-bottom-width: 2px;
}

h2 {
  color: #333333;
  font-size: 120%;
  font-style: italic;
  font-weight: bold;
}

h3,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a active {
  font-size: 110%;
  color: #be5f00;
}

.smalltext {
  font-size: 85%;
}

.caption {
  padding-top: 2px;
  font-size: 80%;
  line-height: normal;
  color: #808080;
  font-weight: normal; 
  text-decoration: none;
}

.red-arrow {
  background: url(images/red-arrow.png) no-repeat left top;
  padding-left: 16px;
}

div.ajax-spinner {
  text-align: center;
  padding; 20px;
  background: url(images/ajax-spinner.gif) center center no-repeat;
}

.errmsg {
  background: url(images/exclaim.png) no-repeat left top;
  overflow:hidden;
  margin: 0px;
  margin-bottom: 5px;
  padding: 4px;
  padding-left: 25px;
  color: #ff0000;
  background-color: #ffffae;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-color: #ffff00;
  border-width: 1px;
  border-style: solid;
}

.infomsg {
  background: url(images/smile.png) no-repeat left top;
  margin: 0px;
  margin-bottom: 5px;
  padding: 4px;
  padding-left: 25px;
  color: #910b0a;
  background-color: #e6ffd5;
  font-size: 12px;
  font-weight: normal;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  border-color: #b5ff84;
  border-width: 1px;
  border-style: solid;
}

img,
a img {
  border-width: 0px;
}

img.photo {
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d0;
}

img.right-float {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

/* 
---------------------------
  Forms
---------------------------- */

form {
  margin: 0px;
  padding: 0px;
}

fieldset {
  background-color: #f4f4f4;
  padding: 10px;
  margin-top: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}

legend {
  color: #ffffff;
  background-color: #c07b30;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  font-size: 11px;
  line-height: 12px;
  padding: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

select,
textarea,
input {
  color: #6a714a;
  font-size: 12px;
}

.input-disabled {
  margin: 0px;
  background-color: #f3f3f3;
  font-size: 90%;
  color: #596d45;
  font-weight: normal;
  border-width: 0px;
  font-size: 13px;
}
