/*
   * Contains styles for specific tables or layout options not 
   * related to multiple pages (see layout.css for those)
*/

div.ms_box { 
  color: inherit;
  background-color: inherit;
  border: #1B7DC9 5px solid;  
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 15px 5px 15px;
}

div.ms_head { 
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
 }

ul.indent_only { 
margin-left: 10; 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;
}


div.staff_box { 
  /* Just need a container for print style */
  margin: 0px;
  padding: 0px;
 }
div.staff_h  { 
  /* Staff Description Header */
  clear: both;
  font-family: Verdana, sans-serif;
  text-align: left;
  font-size: 1.0em;
  font-weight: bold;
  border-top: #3399cc 1px solid;
  background-color: inherit;
  margin: 0.5em 2.0em 0.5em 0.5em;
  padding: 0.2em 0.5em 0.2em 0.5em;
}

div.staff_b  { 
  /* Staff Description Body */
  font-family: Verdana, sans-serif;
  text-align: left;
  font-size: 1.0em;
  font-weight: normal;
  margin: 0.5em 2.0em 0.5em 1.5em;
  padding: 0.15em;
}

div.staff_b img { float: left; margin: 0 20px 10px 10px; }

div.staff_b_header {  
  font-family: Verdana, sans-serif;
  text-align: left;
  font-size: 1.0em;
  font-weight: bold;
}

div.staff_b ul { 
margin-top: 5px;
list-style-position: outside;
list-style-type: square;
font-style: normal;
font-weight: normal;
font-variant: normal;
font-size: 0.93em;
text-transform: none;
line-height: 1.5em;
margin-left: 0; padding-left: 2.5em;
}
div.staff_b ul { 
list-style-type: disc;

}

div.al, div.al p {
  color: inherit;
  background-color: inherit;
  font-weight: bold;
  margin-top: 3px;  
  margin-bottom: 3px;
  font-size: 0.8em;
}

div.al_head { 
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 5px; 
  margin-bottom: 5px;
 }


div.indent {
/*  font-family: Verdana, sans-serif; */
  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: 5px;
  text-align: left;
}

table.input tr.head { 
  border-top: 1px solid #000000; 
  font-size: 1.0em; 
}

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; }

/*
* Create a corner-rounded box around text
* The divs build-up then back down.
* Note: Needs print version of css to turn off
* borders.
* Concept from www.spiffycorners.com 
*/
.greyroundbox, .grey2roundbox, .redroundbox, .blueroundbox {
  display:block;
}
.greyroundbox *, .grey2roundbox *, .redroundbox *, .blueroundbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em; 
}
.greyroundbox1, .grey2roundbox1, .redroundbox1, .blueroundbox1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
}
.greyroundbox2, .grey2roundbox2, .redroundbox2, .blueroundbox2  {
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
}
.greyroundbox3, .grey2roundbox3, .redroundbox3, .blueroundbox3 {
  margin-left:1px;
  margin-right:1px;
}
.greyroundboxfg, .grey2roundboxfg, .redroundboxfg, .blueroundboxfg {
  padding-left: 5px;
/*  line-height: 2.0em; */
  font-weight: bold;}
/*
* Center version of box text
*/
.greyroundboxfgc, .grey2roundboxfgc, .redroundboxfgc, .blueroundboxfgc {
  padding-left: 5px;
  font-size: 100%; 
  text-align: center;
  font-weight: bold;
}

/* Color differences */
.greyroundbox * { background:#C5C5C5;}
.greyroundbox1 { 
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  background:#d3d3d3;}
.greyroundbox2 { 
  border-left:1px solid #f9f9f9;
  border-right:1px solid #f9f9f9;
  background:#d0d0d0;}
.greyroundbox3 { 
  border-left:1px solid #d0d0d0;
  border-right:1px solid #d0d0d0;}
.greyroundbox4{
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;}
.greyroundbox5{
  border-left:1px solid #d3d3d3;
  border-right:1px solid #d3d3d3;}
.greyroundboxfg { 
  background:#C5C5C5;}

.grey2roundbox * { background:#858585; }
.grey2roundbox1 { 
  border-left:1px solid #A6A6A6;
  border-right:1px solid #A6A6A6;
  background:#919191;}
.grey2roundbox2 { 
  border-left:1px solid #B9B9B9;
  border-right:1px solid #B9B9B9;
  background:#909090;}
.grey2roundbox3 { 
  border-left:1px solid #909090;
  border-right:1px solid #909090;}
.grey2roundbox4{
  border-left:1px solid #B0B0B0;
  border-right:1px solid #B0B0B0;}
.grey2roundbox5{
  border-left:1px solid #A0A0A0;
  border-right:1px solid #A0A0A0;}
.grey2roundboxfg { 
  background:#858585;}

.redroundbox * {
  background:#D92524; }
.redroundboxfg, .redroundboxfgc {
  background:#D92524; color: #fff;}
.redroundbox1{
  border-left:1px solid #ee180f;
  border-right:1px solid #ee180f;
  background:#c53f3f;}
.redroundbox2{
  border-left:1px solid #fb1103;
  border-right:1px solid #fb1103;
  background:#c03030;}
.redroundbox3{
  border-left:1px solid #e0201d;
  border-right:1px solid #e0201d;}
.redroundbox4{
  border-left:1px solid #ee180f;
  border-right:1px solid #ee180f;}
.redroundbox5{
  border-left:1px solid #e21f1b;
  border-right:1px solid #e21f1b;}

.blueroundbox * { background:#1B7DC9;}
.blueroundbox1 { 
  border-left:1px solid #9cc7e7;
  border-right:1px solid #9cc7e7;
  background:#549dd6;}
.blueroundbox2 { 
  border-left:1px solid  #e8f2f9;;
  border-right:1px solid  #e8f2f9;;
  background:#4695d3;}
.blueroundbox3 { 
  border-left:1px solid #4695d3;;
  border-right:1px solid #4695d3;}
.blueroundbox4{
  border-left:1px solid  #9cc7e7;
  border-right:1px solid  #9cc7e7;}
.blueroundbox5{
  border-left:1px solid   #549dd6;
  border-right:1px solid   #549dd6;}
.blueroundboxfg, .blueroundboxfgc { 
  background: #1B7DC9;}

/* end of rounded corner styles */