body{
  background:#DEDFD5
}

div.modfront_main{
  margin: 0 auto;        /* Center main content in browser window */
  width: 960px;          /* Fixed width of content window */
  background: white;
  border: 1px solid;     /* Border around box */
  padding: 10px;
  height: 700px
}

/*****************************************************************/
/*  NEW STUFF */

div.modfront_head{
  height: 46px;
  padding: 0px;
  background-color: #AA0000;
}

div.modfront_body{
  height: 654px;
  padding: 0px;
  background-color: #00AA00;
}

div.modfront_body_left{
  width: 160px;
  height: 632px;
  padding: 10px;
  float: left;
  text-align: left;

  font-size: 9pt;
  font-family: arial, verdana, ms sans serif;
  background-color: #F2F10E;
}
/* html>body div.modfront_body_left{ width: 140px;} */

div.modfront_body_left_pad{
  width: 160px;
  height: 10px;
  padding: 0px;
  float: left;
  text-align: left;

  font-size: 9pt;
  font-family: arial, verdana, ms sans serif;
  background-color: #997799;
}

/*****************************************************************/


div.corner{
  height: 46px;
  width: 152px;
  padding:4px;
  background-color: #8800CC;
  float: left;
}

div.corner2{
  height: 46px;
  padding: 14px;
  background-color: #7777FF;
}

div.nav_links{
  height: 46px;
  padding: 4px;
  background-color: #F2F1EE;
}

div.modfront_leftcol{
  width: 140px;
  height: 624px;
  padding: 10px;
  float: left;

  font-size: 9pt;
  font-family: arial, verdana, ms sans serif;
  background-color: #F2F1EE;
}

div.modfront_title{
  width:  360px;
  height:  90px;
  padding: 0px;
  float: left;

  font-size: 16pt;
  font-family: arial, verdana, ms sans serif;
  background-color: #FFFFFF;
}

div.modfront_interactive{
  width:  360px;
  height:  170px;
  padding: 0px;
  float: left;
/* //  border: 2px solid;     /* Border around box */
/* //  border-color: #FF0000; */

  font-family: arial, verdana, ms sans serif;
  background-color: #FFFFFF;
}

div.modfront_interactive_short{
  width:  360px;
  height:  110px;
  padding: 0px;
  float: left;
/* //  border: 2px solid;     /* Border around box */
/* //  border-color: #FF0000; */

  font-family: arial, verdana, ms sans serif;
  background-color: #FFFFFF;
}

div.modfront_summary{
  width:  360px;
  height: 440px;
  padding: 10px;
  float: left;

  border: 0px solid;          /* No Border around box */
  background-color: #FFFFFF;
  font-size: 10pt;
  line-height: 1.4;
  font-family: arial, verdana, ms sans serif;
}

div.modfront_summary_short{
  width:  360px;
  height: 200px;
  padding: 10px;
  float: left;

  border: 0px solid;          /* No Border around box */
  background-color: #FFFFFF;
  font-size: 10pt;
  line-height: 1.4;
  font-family: arial, verdana, ms sans serif;
}

iframe.modfront_sum{
  width:  360px;
  height: 205px; 
  float: left;

  background-color: #FFFFFF;
  border:        0px solid;          /* No Border around box */
  border-top:    0px solid;
  border-bottom: 0px solid;

  scrolling: auto;
  frameborder: 0;
}

div.modfront_iframe{
  float: left;
  height: 205px; 
  width: 360px;
  
  padding-top: 0px;
  margin-bottom: 36px;    /* Works */

  background-color: #FFFFFF;
  border:        0px solid;          /* No Border around box */
  border-top:    0px solid lightgray;
  border-bottom: 0px solid;

  scrolling: auto;
  frameborder: 0;
}

div.modfront_references{
  overflow:auto; 
  height:100px; 
  background:white;          
  border-top:0px solid lightgray;
  border-bottom: 1px solid lightgray;
  float: left;

  scrolling: auto;
}

td{ font-size: 10pt;}

div.modfront_image{
  width: 396px;
  height: 550px;
  padding: 10px;
  float: left;
  border: 0px solid;              /* Border around box */
  border-color: #AAAAAA;          /* Border around box */
  font-size: 10pt;
  font-family: arial, verdana, ms sans serif;
  line-height: 1.3;
  background-color: #FFFFFF;}

div.vertical_divider{
  width: 1px;
  height: 650px;
  padding: 0px;
  float: left;
  background-color: #DEDFCA;
}

div.modfront_legend{
  overflow: auto;
  height: 180px;
  width: 390px;
  background: white;
  border-top: 0px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 10px;
  background-color: #FFFFFF;
}


/*****************************************************************************/
/*  Testing / Development */

div.test_corner{
  height: 36px;
  width: 140px;  /* WYETH - was 152 when padding was 4px */
  padding:10px;  /* WYETH - Using a non-zero value here adds to the height */
  background-color: #FF3333;  /* Red */
  float: left;
}

div.test_corner2{
  height: 146px;
  width: 152px;
  padding:4px;
  background-color: #33FF33;  /* Green */
  float: left;
}

div.test_nav_links{
  height: 46px;
  padding: 4px;
  background-color: #F2F1EE;
  text-align: right;
}

div.test_modfront_iframe{
  float: left;
  height: 205px; 
  width: 360px;
  
  padding-top: 10px;
  margin-bottom: 36px; /* Works */

  background-color: #aa2299;
  border:        0px solid;          /* No Border around box */
  border-top:    0px solid lightgray;
  border-bottom: 0px solid;

  scrolling: auto;
  frameborder: 0;
}

div.test_modfront_summary{
  width:  360px;
  height: 632px; /* was 440px */
  padding: 10px;
  float: left;

  border: 0px solid;          /* No Border around box */
  background-color: #FF00FF;
  font-size: 10pt;
  line-height: 1.4;
  font-family: arial, verdana, ms sans serif;
}

div.test_modfront_image{
  width: 396px;
  height: 632px;
  padding: 10px;
  float: left;
  border: 0px solid;              /* Border around box */
  border-color: #AAAAAA;          /* Border around box */
  font-size: 10pt;
  font-family: arial, verdana, ms sans serif;
  line-height: 1.3;
  background-color: #00FFFF;
}

div.test_modfront_legend{
  overflow: auto;
  height: 180px;
  width: 385px;
  background: white;
  border-top: 0px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 10px;
  background-color: #FFFFFF;
}





div.mfront_top{
  width: 980px;          /* Fixed width of content window */
  height: 720px;
  padding: 0px;
  margin: 0 auto;        /* Center main content in browser window */
  background: white;
  border: 1px solid;     /* Border around box */
}

div.mfront_inset{
  width: 965px;          /* Fixed width of content window */
  height: 704px;
  padding: 0px;
  background: white;
  position: relative;
  left: 8px;
  top: 8px;
  float: left;
}

div.mfront_corner_pad_top{
  width: 160px;
  height:  4px;
  padding: 0px;
  background-color: #8800CC;
  font-size: 2px;  /* Needed to prevent IE7 from increasing div height */
  float: left;
}
div.mfront_corner{
  width: 160px;
  height: 40px;
  padding: 0px;
  background-color: #8800CC;
  color: white;
  text-align: center;
  font-size: 34px;
  float: left;
}
div.mfront_corner_pad_bot{
  width: 160px;
  height:  8px;
  padding: 0px;
  background-color: #8800CC;
  font-size: 4px;  /* Needed to prevent IE7 from increasing div height */
  float: left;
}

div.mfront_header_pad_top{
  width: 801px;
  height:  4px;
  padding: 0px;
  background-color: #F2F1EE;
  font-size: 2px;  /* Needed to prevent IE7 from increasing div height */
  float: left;
}
div.mfront_header{
  width: 801px;
  height: 40px;
  padding: 0px;
  background-color: #F2F1EE;
  float: left;
}
div.mfront_header_pad_bot{
  width: 801px;
  height:  8px;
  padding: 0px;
  background-color: #F2F1EE;
  font-size: 4px;  /* Needed to prevent IE7 from increasing div height */
  float: left;
}

div.mfront_header_in{
  width: 790px;
  height: 40px;
  padding: 0px;
  background-color: #F2F1EE;
  text-align: right;
}


div.mfront_left_pad_top{
  width: 160px;
  height: 10px;
  padding: 0px;
  background-color: #F2F1EE;
  font-size: 4px;  /* Needed to prevent IE7 from increasing div height */
  float: left;
}

div.mfront_main_pad_top{
  width: 801px;
  height: 10px;
  padding: 0px;
  background-color: #FFFFFF;
  font-size: 4px;  /* Needed to prevent IE7 from increasing div height */
  float: left;
}

div.mfront_left{
  width:  150px;
  height: 642px;
  padding:  0px;
  background-color: #F2F1EE;
  float: left;

  font-size: 9pt;
  font-family: arial, verdana, ms sans serif;
}

div.mfront_left_pad_left{
  width:  10px;
  height: 642px;
  padding:  0px;
  background-color: #F2F1EE;
  float: left;
}

div.mfront_sum{
  width:  360px;
  height: 642px;
  padding:  0px;
  background-color: #FFFFFF;
  float: left;

  font-size: 10pt;
  line-height: 1.4;
  font-family: arial, verdana, ms sans serif;
}

div.mfront_vertdiv{
  width:    1px;
  height: 642px;
  padding:  0px;
  background-color: #DEDFCA;
  float: left;
}

div.mfront_vert10{
  width:   10px;
  height: 642px;
  padding:  0px;
  background-color: #FFFFFF;
  float: left;
}

div.mfront_fig{
  width:  410px;
  height: 642px;
  padding:  0px;
  background-color: #FFFFFF;
  float: left;

  font-size: 10pt;
  font-family: arial, verdana, ms sans serif;
  line-height: 1.3;
}

div.mfront_title{
  width:  360px;
  height:  90px;
  padding:  0px;
  float: left;

  font-size: 16pt;
  font-family: arial, verdana, ms sans serif;
  background-color: #FFFFFF;
}

div.mfront_interactive{
  width:  360px;

  height: 170px;
  padding:  0px;
  float: left;

  font-family: arial, verdana, ms sans serif;
  background-color: #FFFFFF;
}

div.mfront_iframe{
  float: left;
  height: 205px; 
  width: 360px;
  
  padding-top: 0px;
  margin-bottom: 36px;    /* Works */

  background-color: #FFFFFF;
  border:        0px solid;          /* No Border around box */
  border-top:    0px solid lightgray;
  border-bottom: 0px solid;

  scrolling: auto;
  frameborder: 0;
}

div.mfront_ref{
  overflow:auto; 
  height:100px; 
  background:white;          
  border-top:0px solid lightgray;
  border-bottom: 1px solid lightgray;
  float: left;

  scrolling: auto;
}

div.mfront_plain{
  float: left;
  width: 360px;
}

div.mfront_legend{
  overflow: auto;
  height: 188px;
  width: 402px;
  background: white;
  border-top: 0px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 4px;
  background-color: #FFFFFF;
}

iframe.mfront_sum{
  width:  360px;
  height: 205px; 
  float: left;

  background-color: #FFFFFF;
  border:        0px solid;          /* No Border around box */
  border-top:    0px solid;
  border-bottom: 0px solid;

  scrolling: auto;
  frameborder: 0;
}


