body {
  background-image: url("../images/background.jpg"); }
  
a {
  color: #99ccff;
  text-decoration: underline; }
a:hover {
  color: #ffff00;
  text-decoration: underline; }

img {
  border: 0px;
  margin: 0px 0px -4px 0px;
  padding: 0px;
  display: inline; }

/* Header Styles */

#header {
  margin-left: 240px; }

#header h1 {
  color: #ffffff;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 250%;
  font-weight: normal;
  margin: 20px 0px 0px 0px;
  padding: 70px 0px 0px 0px; }
  
#header a {
  color: #ffffff;
  text-decoration: none; }
#header a:hover {
  color: #ffffff;
  text-decoration: none; }

#header p {
  color: #ffffff;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: 0.1em;
  margin: 3px 0px 0px 3px; }

/* Background Graphics Styles */

#graphics {
  background-image: url("../images/shirt.gif");
  background-repeat: no-repeat; }

/* Navigation Sidebar Styles */

#navigation {
  border: 0px solid red;
  width: 170px;
  float: left;
  margin: 0px 0px 0px 0px; }

#navigation ul {
  border: 0px solid green;
  list-style: inside;
  list-style-type: none;
  padding: 0px;
  text-align: right; }

#navigation li {
  border: 0px solid blue;
  color: #ffffff;
  display: block;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  line-height: 150%;
  font-weight: bold;
  margin: 20px 0px;
  padding: 2px 25px 2px 2px; }

#navigation li a {
  border: 0px solid black;
  color: #999999;
  display: block;
  margin: -2px -25px -2px -2px;
  padding: 2px 25px 2px 2px;
  text-decoration: none; }

#navigation li a:hover {
  color: #ffffff;
  display: block;
  text-decoration: none; }

.active {
  background: url("../images/active.gif") right center no-repeat;
  padding-right: 20px; }

.inactive {
  background: url("../images/inactive.gif") right center no-repeat;
  padding-right: 20px; }

.inactive a:hover {
  background: url("../images/active.gif") right center no-repeat;
  padding-right: 20px; }


/* Content Styles */

#content {
  margin: 40px 0px 0px 240px; }

#content p {
  color: #ffffff;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  line-height: 150%;
  font-weight: normal;
  margin: 20px 0px 0px 0px; }

#content h1 {
  color: #ffffff;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 150%;
  line-height: 150%;
  font-weight: bold;
  margin: 20px 0px 0px 0px; }

#content h2 {
  color: #ffffff;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 120%;
  line-height: 150%;
  font-weight: bold;
  margin: 20px 0px 20px 0px; }

#content ul {
  margin: 0px 0px 0px -20px; }

#content li {
  color: #ffffff;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  line-height: 150%;
  font-weight: normal;
  margin: 5px 0px 0px 0px; }

#content table {
  background-color: #122a41;
  border: 1px solid #ffffff;
  border-collapse: collapse;
  margin: 20px 0px 0px 0px;
  width: 80%; }

#content tr,th {
  border: 1px solid #ffffff; }

#content td {
  border: 1px solid #ffffff;
  text-align: center; }

#content table p {
  margin: 0px; }

#content table h2 {
  margin: 0px;
  padding: 10px 0px; }

.inputTD {
  display: inline;
  text-align: left; }

#content input {
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  margin: 5px; }

#content textarea {
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  margin: 5px;
  width: 35em; }

.error_notification {
  color: #ff0000;
  padding: 0px 10px 1px 10px;
  text-align: left; }

.errored_cell {
  background-color: #ff6666; }

.info_cell {
  background-color: #339933; }

.coloured_cell_primary {
  background-color: #526aa1; }

.coloured_cell_secondary {
  background-color: #728ac1; }

.coloured_cell_confirm {
  background-color: #52aa52; }

.coloured_cell_change {
  background-color: #aa5252; }

th {
  background-color: #324a81; }

/* Footer Styles */

#footer {
  border-top: 1px solid #999999;
  clear: both;
  color: #ffffff;
  font-family: "trebuchet ms", trebuchet, "century gothic", tahoma, "lucida grande", verdana, arial, helvetica, sans-serif;
  font-size: 80%;
  font-weight: normal;
  line-height: 100%;
  margin: 50px auto 0px auto;
  padding: 0px;
  text-align: center;
  width: 500px; }

