body, button, input, select {
  color: #222;
  font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
  font-size: 20px;
}

pre{
  background-color: #F0F0F0;
  border: 1px solid #CCC;
  font-size: 11px;
  max-height: 400px;
  overflow: auto;
  width: 720px;  
}
td {
  font-size: 20px;
}
img {
  border: 0 none;
}
a, img { -webkit-tap-highlight-color: rgba(0,0,0,0); }

a:link {color:#138;}
a:visited {color:#404759;}
a:hover {color:#46C;}

.head1 {
  font-size: 28px;
  font-weight: bold;
  margin: 20px 0;
}
.head1sub {
  border-left: 4px solid #CCC;
  color: #666;
  font-family: Georgia,"Times New Roman",times,"Century Schoolbook L",serif;
  font-size: 22px;
  font-style: italic;
  font-weight: normal;
  padding-left: 8px;
  vertical-align: 1px;
}
.head2 {
  background-color: #F6F6F6;
  border-top: 1px solid #ECECEC;
  color: #333;
  font-weight: bold;
  margin: 40px 0 20px;
  padding: 2px 8px;
}
.head2sub {
  color: #666;
  font-family: Georgia,"Times New Roman",times,"Century Schoolbook L",serif;
  font-size: 21px;
  font-style: italic;
  font-weight: normal;
}
.head3 {
  background-color: #583;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  clear: both;
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 4px 10px;
  text-shadow: 1px 1px 0 #223614; 
  -moz-text-shadow: 1px 1px 0 #223614;
  -webkit-text-shadow: 1px 1px 0 #223614;
}
.pText {
  font-family: Georgia,"Times New Roman",times,"Century Schoolbook L",serif;
  line-height: 1.3;
  margin-bottom: 20px;
}
.section {
  margin: 20px 0;
}
.subSection {
  margin-left: 20px;
}


.success {
  background-color: #F0FFF0;
  border: 3px solid #583;
  color: #583;
  margin: 40px 0 0;
  padding: 10px;
}
div.success ul {
  font-size: 16px;
  margin: 10px auto;
}

.error {
  background-color: #FDD;
  border: 3px solid #B00;
  color: #B00;
  margin: 40px 0 0;
  padding: 10px;
}
div.error ul {
  font-size: 16px;
  margin: 10px auto;
}


select {
  background-color: #FFD;
  border: 1px solid #666;
  font-size: 20px;
}

.gradGry {
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
  background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

/* ----- BUTTONS ----- */
button {
  border: 1px solid #999;
  color: #333;
  cursor: pointer;
  text-shadow: 0 1px 0 #FFF;
  -moz-text-shadow: 0 1px 0 #FFF;
  -webkit-text-shadow: 0 1px 0 #FFF;
  box-shadow: 1px 1px 1px 0px #CCC;
  -moz-box-shadow: 1px 1px 1px 0px #CCC;
  -webkit-box-shadow: 1px 1px 1px 0px #CCC;
}

button:hover {
  background: #F6F6F6;
  box-shadow: inset 1px 1px 1px #CCC;
  -moz-box-shadow: inset 1px 1px 1px #CCC;
  -webkit-box-shadow: inset 1px 1px 1px #CCC;
}

.buttonL {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-width: 3px;
  font-size: 48px;
  margin: 0 20px;
  padding: 4px 45px 10px;
}

.buttonM {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-width: 2px;
  font-size: 32px;
  margin: 0 20px;
  padding: 10px 25px;
}

.buttonS {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-width: 1px;
  font-size: 22px;
  margin: 0 20px;
  padding: 7px 15px;
}

.buttonS2 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-width: 1px;
  font-size: 24px;
  padding: 5px 20px;
}

.cRed {
  color: #CC0000;
}

/* ----- TABLES ----- */
.mainTable {
  border: 2px solid #999;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  text-align: left;
  width: 615px;
}
.mainTable th {
  background-color: #583;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  text-shadow: 0 1px 1px #19290F;
  -moz-text-shadow: 0 1px 1px #19290F;
  -webkit-text-shadow: 0 1px 1px #19290F;
}
.mainTable tr.altRow td {
  background-color: #ECECEC;
}
.mainTable td {
  padding: 5px;
}
.tdBottom {
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px 0pt #EEE;
  -moz-text-shadow: 1px 1px 0pt #EEE;
  -webkit-text-shadow: 1px 1px 0pt #EEE;
  background-color: rgb(204, 204, 204);
  color: rgb(72, 72, 72);
}

/* ----- FOOTER ----- */
.footerMain {
  border-top: 1px solid #CCC;
  color: #484848; 
  margin-top: 50px; 
  padding-top: 10px;
  text-align: center;
}
.footerLogo {
  border-right: 1px solid #CCC;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-right: 20px;
}
.footerLinks {
  font-size: 13px; 
  font-weight: bold;
  line-height: 1.5;
  padding-top: 10px;
}
.footerLinks a {
  display: inline-block;
  padding: 0 8px;
}
.footerCopyright {
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}
.welcome {
  background-color: #E9E9E9;
  border: 1px dashed #999;
  color: #666;
  font-size: 14px;
  padding: 2px 10px;
  text-shadow: 0 1px 0 #FFF;
  -moz-text-shadow: 0 1px 0 #FFF;
  -webkit-text-shadow: 0 1px 0 #FFF;
}
/* ----- LOGIN ----- */
.logoHeadDiv {
  margin-bottom: 20px; 
  position: relative; 
  text-align: left;
}
#userControls {
  max-width: 550px;
  position: absolute; 
  right: 0; 
  text-align: right;
  top: 0;
}
#userControls #logoutButton {
  background-color: #F2F2F2;
  border: 2px solid #CCC;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #AAA;
  display: inline-block;
  padding: 2px 10px;
  text-decoration: none;
}
#userControls #logoutButton:hover {
  background-color: #C00;
  border: 2px solid #000;
  color: #FFF;
  text-shadow: 0 1px #520000;
  -moz-text-shadow: 0 1px #520000;
  -webkit-text-shadow: 0 1px #520000;
}
.cpanelLink {
  margin-right: 2px;
  padding: 2px 10px;
  text-decoration: none;
}
a.cpanelLink {
  color: #808080;
}
a.cpanelLink:hover {
  background-color: #F2F2F2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #222;
}