﻿body {
  background-color: white;
  background-color: #444444;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
  margin: 0px;
  }

body,table,input,textarea,select {
  font-family: Trebuchet MS,Tahoma,verdana,arial,sans-serif;
  font-size: 12px;
  color: black;
  }

table.page {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  }

td.header {
  background-image: url('../images/bg/shadow-top.png');
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-top: 20px;
  }

td.menu {
  width: 170px;
  padding-left: 50px;
  padding-bottom: 50px;
  background-image: url('../images/bg/bg-leftpage.png');
  background-repeat: repeat-y;
  background-position: 0% 0%;
  text-align: center;
  vertical-align: top;
  }

td.news {
  width: 180px;
  padding: 65px 25px 50px 25px;
  background-image: url('../images/bg/bg-leftpage.png');
  background-repeat: repeat-y;
  background-position: 100% 0%;
  vertical-align: top;
  }

p.newsTitle {
  font-weight: bold;
  color: white;
  margin: 0px 0px 10px 0px;
  font-size: 12px;
  }

p.newsItem {
  color: #ec95bb;
  line-height: 120%;
  text-align: left;
  margin: 0px 0px 20px 0px;
  }

span.newsDate {
  color: black;
  }

a:link.news,a:visited.news,a:active.news {
  color: #efaac9;
  text-decoration: none;
  }

a:hover.news {
  color: white;
  }

td.cnt {
  width: 360px;
  padding: 30px 40px 50px 50px;
  background-color: #454545;
  background-image: url('../images/bg/bg-rightpage.png');
  background-repeat: repeat-y;
  background-position: 100% 0%;
  vertical-align: top;
  }

td.leftside {
  background-image: url('../images/bg/shadow-left.png');
  background-repeat: repeat-y;
  background-position: 100% 0%;
  }

td.rightside {
  background-image: url('../images/bg/shadow-right.png');
  background-repeat: repeat-y;
  background-position: 0% 0%;
  }

td.bottom {
  background-image: url('../images/bg/shadow-bottom3.png');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  padding-bottom: 80px;
  text-align: right;
  }

div.footer {
  width: 100%;
  height: 20px;
  position: fixed;
  bottom: 0px;
  background-color: black;
  color: white;
  text-align: center;
  font-family: verdana;
  font-size: 9px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 200%;
  background-image: url('../images/bg/bg-footer.png');
  background-repeat: repeat-x;
  background-position: 50% 100%;
  }

img.pinkDotFooter {
  width: 4px;
  height: 4px;
  margin: 0px 10px;
  vertical-align: 1px;
  }

img.pinkDot {
  width: 4px;
  height: 4px;
  margin: 0px 6px;
  vertical-align: 2px;
  }

img.logo {
  width: 91px;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 50px;
  border-width: 0px;
  }

img.menuBtn {
  width: 135px;
  height: 26px;
  border-width: 0px;
  }

h1 {
  color: #d82b77;
  font-family: Georgia,Times New Roman,Times,serif;
  font-size: 20px;
  text-align: right;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 30px;
  }

p {
  text-align: justify;
  line-height: 180%;
  margin-bottom: 20px;
  }

a:link,a:visited,a:active {
  color: #d82b77;
  text-decoration: underline;
  font-weight: bold;
  }

a:hover {
  color: #999999;
  text-decoration: none;
  }

a:link.adminLink,a:visited.adminLink,a:active.adminLink,a:hover.adminLink {
  color: white;
  }

h2 {
  color: #454545;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 15px;
  }

h3 {
  color: #ffcc00;
  font-size: 17px;
  }

td.fieldname {
  vertical-align: top;
  padding-right: 15px;
  padding-top: 5px;
  text-align: right;
  }

td.field {
  vertical-align: top;
  padding-top: 5px;
  }

.input250 {
  width: 250px;
  }

.input150 {
  width: 150px;
  }

.linksBelowForm {
  text-align: right;
  }

span.info {
  font-style: italic;
  color: #d3226b;
  font-size: 11px;
  padding-left: 20px;
  background-image: url('../images/misc/info-icon.png');
  background-repeat: no-repeat;
  background-position: 0% 0%;
  }

hr {
  height: 1px;
  text-align: left;
  margin-right: auto;
  margin-left: 0px;
  color: #d3226b;
  border-top: 1px solid #d3226b;
  }

div.dottedTopBot {
  border-style: dotted;
  border-width: 1px 0px;
  border-color: #cccccc;
  padding: 5px 0px;
  }

div.dottedTop {
  border-style: dotted;
  border-width: 1px 0px 0px 0px;
  border-color: #cccccc;
  padding: 15px 0px;
  }

img.externalLink {
  width: 12px;
  height: 11px;
  vertical-align: top;
  margin-left: 3px;
  }

.editDelBtns {
  float: right;
  }

.btn16,.ico16 {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border-width: 0px;
  margin-right: 5px;
  }