/* ----------------------------------------------------------------------------

  this is a beta stylesheet.
  i am working on a better version, but i am still testing,
  and i am lazy to worry too much about cohesive design
  while i program... so, don't like it? go screw!

---------------------------------------------------------------------------- */

.floatRight {
  float: right;
}


table.fineprint {
/*  border: 1px solid green;*/
  border-collapse: collapse;
}

table.messageFineprint td {
/*  border: 1px solid green;*/
  font-size: 0.55em;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  color: #909090;
  padding-right: 5px;
}

table.messageFineprint td.key {
  white-space: nowrap;
}

div.messageFineprint {
/*  border: 1px solid green;*/
  font-size: 0.65em;
  font-weight: bold;
  padding: 0px;
  margin: 10px 0px 10px 0px;
  color: #607090;
}

div.smaller {
  font-size: 0.75em;
}

span.blue {
  display: none;
}



p.disclaimer {
/*  border: 1px inset none;*/
  border-style: inset;
  border-width: 2px;
  background-color: #e0e0f0;
  overflow: auto;
  height: 100px;
  padding: 2px;
  margin: 0px;
  font-size: 0.8em;

}

p.disclaimerNote,
div.disclaimerNote {
/*  border: 1px solid green;*/
  font-size: 0.65em;
  font-weight: bold;
  padding: 0px;
  margin: 10px 0px 10px 0px;
  color: #607090;
}

.bold { font-weight: bold; }

a         { color: #7f7f90; text-decoration: underline }
a:hover   { color: #7f9090; text-decoration: underline }
a:active  { color: #7f7f90; text-decoration: underline }
/*a:visited { color : #B0B0C0; text-decoration : underline }*/

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
  margin-top: 5px;
  /* H2 is 20 */
  /* H3 is 16 */
  /* H4 is 13 */
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-bottom: 5px;
  margin-top: 5px;
  /* H2 is 20 */
  /* H3 is 16 */
  /* H4 is 13 */
  border-bottom: 2px double #8080a0;
  color: #474750;
  padding-top: 0pt;
  font-family: Helvetica, Arial, sans-serif;
}

p {
  margin: 20px 0px 20px 0px;
  font-size: 1em;
}


hr {
  border: 1px solid #505050;
  font-size: 1em;
}

ul {
  margin: 10px;
  padding-left: 20px;
}

ul li {
  margin-top: 5px;
  margin-bottom: 10px;
}

/* ------------------------------------------------------------------------- */

div.notification {
  font-size: 1.2em;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 10px;
}

p.note {
  font-size: 0.75em;
  color: #d0d0d0;
}

p.intobackground {
  font-size: 0.75em;
  color: #303030;
  margin: 5px;
  text-align: center;
}

/* ------------------------------------------------------------------------- */
p.cleared {
  clear: both;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}

/* ------------------------------------------------------------------------- */

.centered {
  text-align: center;
}

.italicized {
  font-style: italic;
}

.alignRight {
  text-align: right;
}

.alignLeft {
  text-align: left;
}

/* ------------------------------------------------------------------------- */

div.content {
  text-align: left;
}

div.footer {
  text-align: center;
  font-size: 0.66em;
  color: #666666
}

div.disclaimer {
  overflow: auto;
/*  border: 1px solid #000;*/
  border-width: 1px;
  border-style: inset;
/*  margin: 10px;*/
  padding: 5px;
  height: 120px;
  font-size: 0.75em;
  background-color: #e0e0f0;
}

div.colorbox { /* for test purposes */
  border: 1px solid orange;
  background-color: yellow;
}

/* ------------------------------------------------------------------------- */


/*
pre.NO {
  border: 1px solid #707080;
  background: #404050;
  color: #a0a0ff;
  padding: 15px;
}

pre b {
  font-size: 1.2em;
  text-decoration: underline;
}

p.text {
  font-size: 0.75em;
  width: 600px;
}

*/

div.text {
  padding: 1em 0.5em 1em 0.5em;
  font-size: 0.75em;
/*  width: 600px;*/
}

div.finer {
  font-size: 0.8em;
  font-style: italic;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* ------------------------------------------------------------------------- */

.sidepanelMain {
  width: 150px;
}
.sidepanelMain div.top {
  width: 150px;
  background-color: red;
}
.sidepanelMain div.main {
  background-color: purple;
}
.sidepanelMain div.bottom {
  background-color: red;
}

/* ------------------------------------------------------------------------- */

table.userForm {
  width: auto;
  border: none;
  font-size: 1em;
  font-family: Myriad, Arial, sans-serif;
/*  background-color: #888888;*/
  margin: 5px;
}

table.userForm tr td {
  font-size: 1em;
  padding: 1px;
}

table.userForm tr.header td {
  color: #ffffff;
  background-color: #111111;
  padding: 5px;
  font-size: 1.25em;
}

table.userForm tr.plain td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1em;
}

table.userForm tr td.key {
  white-space: nowrap;
  text-align: right;
/*  background-color: #333333;*/
  color: #a0a0a0;
  font-size: 1.5em;
  padding-left: 5px;
  padding-right: 5px;
}

table.userForm tr td.value {
  white-space: nowrap;
/*  background-color: #666666;*/
  width: 320px;
  padding: 2px;
}

table.userForm tr td.fullwidth {
  width: 100%;
}

table.userForm tr td.value input {
  color: #333333;
  width: 250px;
}

table.userForm tr td.value input.checkbox {
  color: #333333;
  width: auto;
}

table.userForm tr td.value input.standard {
  color: #333333;
  width: auto;
}

div.select,
table.userForm tr td.value select {
  color: #333333;
  width: 200px;
}

table.userForm tr td.right {
  text-align: right;
}

/* ------------------------------------------------------------------------- */

div.captchaWrapper {
  color: #606090;
  border: 1px solid #a0a0f0;
  padding: 4px;

}

div.captchaContent {
  background-color: #c0c0f0;
  padding: 10px;
}

p.spacer {
  border: none;
/*  background-color: red;*/
  margin: 0px;
  font-size: 1px;
  height: 20px;
}

/* ------------------------------------------------------------------------- */

hr.nav {
  border-top: 2px solid #9090a0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 5px 0px 5px 0px;
}

/* ------------------------------------------------------------------------- */

div.entry {
  margin-top: 10px;
  padding-left: 5px;
  margin-bottom: 20px;
}

a.navArrowUp {
  background-image: url('/graphics/betaIndex/navArrowUp.png');
  background-position: right top;
  background-repeat: no-repeat;
  display: block;
  width: 75px;
  height: 30px;
  text-align: right;
  line-height:2em;
  padding-right: 20px;
}

a.navArrowUp:hover {
  background-position: right -30px;
}

a.navArrowDown {
  background-image: url('/graphics/betaIndex/navArrowDown.png');
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 75px;
  height: 30px;
  text-align: left;
  line-height:2em;
  padding-left: 20px;
}

a.navArrowDown:hover {
  background-position: left -30px;
}

a.navArrowLeft {
  background-image: url('/graphics/betaIndex/navArrowLeft.png');
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 20px;
  text-align: left;
  padding-left: 35px;
}

a.navArrowLeft:hover {
  background-position: left -20px;
}


