a:link {
  color: #4c197f;
  text-decoration: none;
}
a:visited {
  color: #7f7f7f;
  text-decoration: none;
}
a:active {
  color: #beb2cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.aname:hover {
  text-decoration: none;
}
body {
  background: #fffff2;
  color: #000000;
  margin: 0px;
  font-family: arial,helvetica,verdana,geneva;
  font-size: 10pt;
}
img {
  behavior: url('/includes/pngbehavior.htc');
}
.upload-img img {
  max-width: 400px;
  max-height: 400px;
  border: 3px solid black;
}
ul {
  list-style-image: url('/images/bullet-rose.gif');
}
li {
  padding-left: 8px;
}
.roseBg {
  background: #d9cce5 url('/images/bg-rose.jpg') repeat-x;
}
.laceBg {
  background: #fffff2 url('/images/bg-lace.jpg');
}

dt {
  text-indent: 15px;
}

p, ul, ol, dl, dt, dd, li, blockquote, .text, .small, .footer, .header,
.purple, .darkpurple, .button, .smallbutton, .smltbutton, input, textarea {
  font-family: arial,helvetica,verdana,geneva;
}
.header, h1, h2, h3 {
  font-size: 14pt;
  color: #663399;
}
h2 {
  font-size: 12pt;
  font-weight: bold;
}
h3 {
  font-size: 12pt;
  margin-top: 5px;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
p, ul, ol, dl, dt, dd, li, blockquote, .text, input, textarea {
  font-size: 10pt;
}
.small, .footer, .button {
  font-size: 8pt;
}
.purple, .footer, a.purple {
  color: #663399;
}
.darkpurple, a.darkpurple {
  color: #330066;
}
.light {
  color: #7f7f7f;
}
.footer {
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000000;
}
.error {
  color: #990000;
  font-weight: bold;
  border: 5px solid #990000;
  padding: 0 5px;
}
.indent {
  margin-left: 30px;
}
.smindent, table.outline .smindent {
  margin-left: 15px;
}
.exdent {
  text-indent: -20px;
}
.checkindent {
  margin-left: 10px;
}
.pre, .preCentered {
  white-space: pre;
}
.preCentered {
  text-align: center;
}
.tpad {
  padding: 10px 5px;
}

.blackBorder {
  border: 1px solid #000000;
}
.divLine, .lightLine {
  width: 100%;
  border-bottom: 1px solid #ccbed9;
}
.lightLine {
  margin-top: 5px;
  margin-bottom: 8px;
}
.smDivider {
  width: 45%;
  border-bottom: 1px solid #d9cce5;
  font-size: 0px;
  line-height: 0px;
}
.callout {
  border: 1px solid #663399;
  color: #663399;
  padding: 5px;
}

.scroll {
  margin-left: 30%;
}

input, textarea, select {
  color: #330066;
  background: #ffffff;
}
input, textarea {
  padding-left: 3px;
}
textarea {
  background: #ffffff url('/images/bg-rose-red.jpg') no-repeat bottom right;
}
.noinput {
  font: none;
  color: none;
  background: none;
  padding: 0;
  margin-left: 0;
}

.bar {
  padding: 0;
  margin: 5px 0;
  height: 16px;
  white-space: nowrap;
}
.barDone, .barNotDone, .barCurrent {
  font-size: 8pt;
  margin: 0;
  padding: 0 5px;
  white-space: nowrap;
  border: 1px solid #000000;
  float: left;
}
.barDone, .barDone a:link, .barDone a:visited, .barDone a:active, .barDone a:hover {
  color: #ffffff;
  background: #9966cc;
}
.barNotDone {
  color: #ffffff;
  background: #999999;
}
.barCurrent {
  color: #ffffff;
  background: #663399;
  font-weight: bold;
}
.connector {
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #ccbed9;
  float: left;
  width: 4%;
  margin-top: 7px;
}

table.outline, table.line {
  border-collapse: collapse;
}
table.outline thead, table.outline .total {
  color: #ffffff;
  background: #663399;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
table.outline .shaded {
  background: #e5d9f2;
}
table.outline .subtotal {
  color: #ffffff;
  background: #9966cc;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
table.outline td, table.outline th, table.line td, table.line th {
  border: 1px solid black;
  border-width: 1px 0;
}
table.outline td, table.outline th {
  padding: 4px 8px;
}
table.line td, table.line th {
  border-color: black;
  border-width: 3px 0;
  padding: 8px 0;
}
table.outline div, table.line div.float, table.line div.floatLine {
  padding: 2px 8px;
  float: left;
  border-top: 1px solid #ccbed9;
  color: #666666;
}
.float {
  padding: 2px 8px;
  float: left;
  width: 45%;
}
table.line div.floatLine, table.line div.float {
  color: black;
  width: 45%;
}
table.line div.float {
  border: none;
}
table.outline b {
  color: #663399;
}
table.line b {
  vertical-align: top;
}
table.outline div b {
  color: #997fb2;
}
table.outline div.dark {
  color: black;
}
table.outline div.clear {
  clear: both;
  float: none;
  border: none;
}
table.outline div.plain {
  color: black;
  border: none;
}
table.line img {
  margin-left: 10px;
}
table.line .padR, table.outline .padR {
  margin: 0;
  margin-right: 10px;
  margin-bottom: 3px;
}
pre {
  margin: 0;
}

.button, a.button:link, a.button:visited, a.button:active, a.button:hover, .smallbutton, a.smallbutton:link, a.smallbutton:visited, a.smallbutton:active, a.smallbutton:hover, .smltbutton, a.smltbutton:link, a.smltbutton:visited, a.smltbutton:active, a.smltbutton:hover {
  color: #ffffff;
  background: #663399;
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border: 1px solid #000000;
  text-align: center;
  display: inline-block;
}
.smallbutton, a.smallbutton, .smltbutton, a.smltbutton {
  font-size: 7.5pt;
  letter-spacing: 0.05em;
}
a.button:hover, a.smallbutton:hover {
  background: #9966cc;
  text-decoration: none;
}
.smltbutton, a.smltbutton:link, a.smltbutton:visited, a.smltbutton:active, a.smltbutton:hover {
  background: #9966cc;
}
.smltbutton:hover, a.smltbutton:hover {
  background: #cc99ff;
  text-decoration: none;
}

#roseUL, #roseUR, #roseLR, #roseLL {
  position: absolute;
  width: 40px;
  height: 63px;
}
#roseUL {
  top:  80px;
  left: 0px;
}
#roseUR {
  top:   80px;
  right: 0px;
}
#roseLR, #roseLL {
  visibility: hidden;
}
