/*
   * Contains styles for specific tables or layout options not 
   * related to multiple pages (see layout.css for those)
*/

div.ms_head { 
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
 }

ul.indent_only { 
margin-left: 10px; padding-left: 2.5em;
list-style-position: inside;
list-style-type: none;
margin-top: 5px;
/* margin: 10px;*/
}
ul.indent_only li{ 
list-style-type: none;
}

ul.small_indent_only { 
margin-left: 5px; padding-left: 2.5em;
list-style-position: inside;
list-style-type: none;
}
ul.small_indent_only li{ 
list-style-type: none;
margin-bottom: 0.5em;
}


ul.boxit { 
margin-left: 7px; padding-left: 1.5em;
list-style-position: inside;
list-style-type: none;
margin-top: 5px;
}
ul.boxit li{ 
list-style-type: none;
margin-top: 1.0em;
padding-top: 0.2em;
border-top: 1px solid red;
}

div.indent {
  margin: 5px 5px 5px 10px;
}

div.larger p { 
  font-size: 1.0em;
}

div.headline_left { 
  border-top: 2px solid #D92524;
  border-bottom: 2px solid #D92524;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  text-align: left;
}

div.headline_center {
  border-top: 2px solid #D92524;
  border-bottom: 2px solid #D92524;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  text-align: center;
}

div.headline_highlight {
  padding-top: 2px;
  padding-left: 2px;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #D92524;
  color: #FFF;
}

div.header { 
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}


/* Terms of Use Style */
.tou { 
  font-size: larger; 
}
.tou p {
  margin: 2px 5px 7px 5px; 
  text-indent: 5px;
}


textarea.simple { 
  font-family: Tahoma; 
  font-size: 0.90em; 
}

/* For lists of files */
table.list_table {border-collapse: collapse; 
	padding: 0.25em; margin: 0.0em; border-spacing: 0.0em;}
table.list_table td  { 
  color: black;   background-color: inherit; 
  vertical-align: middle;}
table.list_table tr.d1 td { 
  color: inherit; background-color: inherit;
  padding: 0.25em; margin: 0.5em;}
table.list_table tr.d2 td { 
  color: inherit; background-color: #e0e0e0;
  padding: 0.25em; margin: 0.5em;}


/* form Input table (and headers) */

table.input { 
  border-collapse: collapse;
  margin: 0px; 
  border-spacing: 0px;
}
table.input img { 
  vertical-align: middle; border: 0; 
}
table.input tr, table.input td { 
  padding: 3px;
  text-align: left;
  font-size: 1.0em;
}

table.input tr.head { 
  border-top: 1px solid #000000; 
  font-size: 1.2em; 
}

table.input td.required { color: #b80000; background-color: inherit;}
.required { color: #b80000; background-color: inherit;}
table.input td.tl { border-top: 1px solid #000; }
table.input td.padzero { padding: 0px; margin: 0px; text-align: left;}
table.input td.center { text-align: center; }
table.input td.right  { text-align: right; }
table.input td.left   { text-align: left; }
