@import "clear.css";
@import "layout.css";
@import "content.css";
@import "articles.css";
@import "custompromos.css";

html, body, table, p, td {
  font-family: Verdana; font-size: 10pt; color: #fff;
  margin: 0; padding: 0; }

p { margin: 1em 0em; line-height: 1.4em; }
ul { margin-left: 2em; list-style: disc; line-height: 1.4em; }
ol { margin-left: 2em; list-style: decimal; line-height: 1.4em; }

hr { height: 1px; border-width: 0px; background-color: #999; }
a img { border-width: 0px; }
label { font-weight: bold; font-family: Arial; font-size: 9pt; }
.clearer { clear: both; }

h1.title, .promotext h1 { font-family: Arial, Helvetica, sans-serif; font-size: 25pt; font-weight: bold;
  margin: 0 0 25px 0; padding: 0px;
  color: #fff; }
.promotext h1 { background-image: none; padding: 0px; margin: 0px; }
.promotext td { vertical-align: top; padding-top: 1em; }

form { margin: 0; padding: 0; }
form p { margin-bottom: 5pt; }
form textarea { width: 100%; }
form label input { vertical-align: middle; }

p.buttons { padding-top: 10pt; }
div.actions { margin-top: 10pt; }
div.actions select, p.buttons select { float: right; }

form label input {
  vertical-align: middle;
}

form p.required label:after {
  content: '*';
  margin-left: 5pt;
  color: red;
}

form p.sub-field, form .subform {
  border-left: 10pt solid #EEE;
  margin: 0;
  padding:2pt 10pt;
  margin-bottom: 10pt;
}
form .subform {
  padding: 0 10pt;
  padding-bottom: 5pt;
}
form .subform a.remove {
  
}

p.buttons {
  padding-top: 10pt;
}

div.actions {
  margin: 10pt 0;
}

div.actions select, p.buttons select {
  float: right;
}

#downsplash {
  margin: 5em auto;
  amargin-left: 23em;
  amargin-top: 5em;
  width: 410px;
  position: relative;

}

#downsplash a { font-size: 16pt; padding-right: 210px; display: block; line-height: 1.5em; font-weight: normal;
  height: 303px;
  background: transparent url('../images/splash_download.gif') top right no-repeat;
}