/* ----------------------------------------------------------
  DESCRIPTION CSS file for the new policy page on the District Portal site.
              Used by both the SHTML file and the Javascript file.
  
  AUTHOR:     David Joynson
  
  HISTORY     20100127 -  WO 990347 DJ 
              New CSS file created.
              
              20100309 -  WO 990347 DJ 
              Added .imgtog for a little "+" or "-" graphic to make
              sure it aligns with the associated number or words.
              
              20100310 -  WO 990347 DJ 
              Added .expcol & expcolimg for to expanding or collapsing 
              all menus on the page.
              
              20100324 -  WO 990347 DJ
              Added .expdiv & .coldiv since I changed the "Expand All" & 
              "Collapse All" in the shtml file to divs.

---------------------------------------------------------- */
#masterdiv {
  position: relative;
}
.menu1st {
  cursor: hand;
  cursor: pointer;
  text-align: left;
  font-family: Arial;
  font-size: 11pt;
  /*color: #006ABD;*/
  font-weight: bold;
}
a.menu1st:hover {
  text-decoration: underline;
}
.menu2nd {
  cursor: hand;
  cursor: pointer;
  text-align: left;
  font-family: Arial;
  font-size: 10pt;
  /*color: #006ABD;*/
  font-weight: bold;
}
a.menu2nd:hover {
  text-decoration: underline;
}
.notlink {
  text-align: left;
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
  vertical-align: top;
}
.submenu1{
  position : relative;
  margin-bottom: 0em;
}
.submenu2{
  position : relative;
  margin-bottom: 0em;
}
a.policydoc:link, a.policydoc:visited,a.policydoc:active {
  text-align: left;
  font-family: Arial;
  font-size: 10pt;
  /*color: #006ABD;*/
  text-decoration: none;
}
a.policydoc:hover {
  /*color: #006ABD;*/
  text-decoration: underline;
}
a.procdoc:link, a.procdoc:visited,a.procdoc:active {
  text-align: left;
  font-family: Arial;
  font-size: 10pt;
  /*color: #006ABD;*/
  text-decoration: none;
  font-style: italic;
}
a.procdoc:hover {
  /*color: #006ABD;*/
  text-decoration: underline;
}
a.attachdoc:link, a.attachdoc:visited,a.attachdoc:active {
  text-align: left;
  font-family: "Lucida Sans Unicode", "Lucida Grande";
  font-size: 10pt;
  /*color: #006ABD;*/
  text-decoration: none;
}
a.attachdoc:hover {
  /*color: #006ABD;*/
  text-decoration: underline;
}
.imgtog {
  vertical-align: top;
}
.expcol{
  cursor: hand;
  cursor: pointer;
  text-align: left;
  font-family: Arial;
  font-size: 11pt;
  /*color: #006ABD;*/
}
.expcolimg{
  cursor: hand;
  cursor: pointer;
  text-align: left;
}
.expdiv {
  float:left;
}
.coldiv {
  float:left; visibility:hidden; position:relative; left:-101px; .left:-111px;
}
