


*:target {background-color: #ffa; }

.nodisplay {display: none; }
.clearboth {clear: both; }
.clearleft {clear: left; }
.clearright {clear: right; }
.smaller {font-size: smaller; }
.larger {font-size: larger; }
.center {text-align: center; }
.bold {font-weight: bold; }
.floatleft {float: left; }
.floatright {float: right; }
.highlight {background-color: #dddddd; }
.nowrap {white-space: nowrap; }
.halfwide {width: 47%; }
.thirdwide {width: 31%; }
.quarterwide {width: 23%; }
.notextdecoration {text-decoration: none; }
.noborder {border: none; }
.thinblackborder {border: thin solid black; }
.automargin {margin-left: auto; margin-right: auto; }
.cancelled {
  text-decoration: line-through;
  text-line-through-color: red;
}

.narrow {width: 15%; }
.wide {width: 25%; }
.superwide {width: 35%; }


@media print {
  .noprint {display: none; }
  a {color: inherit; text-decoration: inherit; }
}


html {
  background-color: #cccccc;
}
body {
  margin: 0;
  color: black;
  background-color: #cccccc;
}
@media print {
  html {background-color: white; }
  body {background-color: white; }
}


#pageheader {
  color: black;
  background-color: #cccccc;
}

#crumbsbar {
  color: #003366;
  padding: 0.25em;
  font-family: sans-serif;
  font-size: 70%;
}
#crumbs {
  float: left;
  padding-left: 0.25em;
}
#printableview {
  float: right;
  padding-right: 0.25em;
}
#crumbsbar a {
  color: inherit;
    background-color: inherit;
  text-decoration: underline;
  white-space: nowrap;
}
#crumbsbar a:hover {
  color: blue;
  background-color: inherit;
}
#crumbs a:last-child {
  text-decoration: none;
}

#searchform {display: inline; }
#searchform input {font-size: smaller; }
#searchform div {display: inline; }

.bannerright {
 position:absolute;
 right:0;
 padding:3px 8px 3px 3px;
 font-size:75%;
 font-family:Arial,Avenir,"Lucida Grande",Verdana,Helvetica,sans-serif;
 text-align:right;
}
#uabanner {
 height:42px;
 width:100%;
 color:white;
 background-color:#cc0033;
 position:relative;
 overflow:hidden;
}
#uabanner.bannerright {
 height:42px;
 top:0;
 vertical-align:middle;
}
#uabanner a {white-space:nowrap; color:inherit;
    text-decoration:none;}
#uabanner a:hover {color:#cccccc;}
#uabanner a img {border:none;}
#uabanner ul {list-style-type:none;}
#uabanner li {display:inline;}

#bannerbar {
 height:46px;
 width:100%;
 color:white;
 background-color:#003366;
 position:relative;
 overflow:hidden;
 border-top:1px solid white;
}
#bannerbar a {white-space:nowrap; color:inherit;
    text-decoration:none;}
#bannerbar a:hover {color:#cccccc;}
#bannerbar a img {border:none;}
#bannerbar a.math {
  font-size:18px;
  font-variant:small-caps;
}
#bannerbar a.science {
  font-size:10px;
  font-variant: small-caps;
}
@media print {
  #bannerbar {
    color: black;
    background-color: white;
    }
  #bannerbar a {
    color: #003366;
    }
  }



#sectionsbar {
  color: #003366;
  background-color: #cccccc;
  font-size: 85%;
  font-variant: small-caps;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  border-bottom: thin solid #003366;
}
#sectionsbar a {
  color: inherit;
    background-color: transparent;
  padding: 0 0.4em;
  text-decoration: none;
  white-space: nowrap;
}
#sectionsbar a.currentsection {
  background-color: white;
  color: #003366;
  border: 2px solid #003366;
}
#sectionsbar a:hover {
 color: #0066cc;
  background-color: white;
}



#sectiontree {
  color: #003366;
  background-color: #cccccc;
  font-family: sans-serif;
  /*font-style: normal;*/
  border: 2px solid;
  margin: 0 77% 0 0;
}
#sectiontree ul {
  list-style: none;
  margin: 0;
  padding: 0 0.5em 0 0.5em;
  border-top: 1px solid;
  color: #003366;
  background-color: #cccccc;
  font-size: smaller;
  }
#sectiontree li {
  line-height: 1.1em;
  margin: 0.2em 0;
}
#sectiontree ul ul {
  padding: 0 0 0 1em;
  font-size: 90%;
  border: none;
}
#sectiontree ul ul li {
  margin: 0.4em 0;
}
#sectiontree div {
  color: white;
  background-color: #003366;
  text-align: center;
  font-size: 90%;
  font-weight: bold;
  /*font-style: normal;*/
}
#sectiontree a {
  text-decoration: none;
  /*font-style: normal;*/
  color: inherit;
}
#sectiontree a:hover {color: #003366; background-color: white; }
#sectiontree li.current > a {color: #003366; background-color: white; }





div.sidebox {
  float: right;
  /*color: #cc0033;*/
  background-color: #dddddd;
  font-family: sans-serif;
  font-size: smaller;
  line-height: 1.15em;
  border: thin solid #cc0033;
  margin: 0 0 1.5em 1.5em;
  padding: 0.5em;
}
div.sidebox a {
  /*color: #cc0033;*/
}
div.sidebox div {
  color: white;
  background-color: #cc0033;
  text-align: center;
  font-weight: bold;
  margin: 1em -0.5em -0.5em -0.5em;
  padding: 0 0.5em;
}
div.sidebox div:first-child {
  margin: -0.5em;
}
div.sidebox ul {
  padding: 0 0 0.5em 0.5em;
  margin: 0.75em 0 0.5em 0.5em;
}
div.sidebox p {
  margin: 0.75em 0 0 0;
}

@media print {
  div.sidebox {color: black; background-color: white; }
  div.sidebox div {color: black; background-color: white; }
}



div.centerbox {
  background-color: #dddddd;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  padding: 0.25em 1em;
  margin: 2em;
}

@media print {
  div.centerbox {
    background-color: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }
}






#pagecontentouter {
  color: black;
  background-color: #f4f0f0;
  font-family: Berkeley, Palatino, Georgia, "Times Roman", serif;
  padding: 0.75em 0.75em 3em 0.75em;
  }

@media screen {
  #pagecontentouter a[href$=".pdf"]:after {
    content: " [PDF]";
    color: black;
    white-space: nowrap;
    font-size: 80%;
    text-decoration: none;
    }
  #pagecontentouter a[href$=".ps"]:after {
    content: " [PS]";
    color: black;
    white-space: nowrap;
    font-size: 80%;
    text-decoration: none;
    }
  #pagecontentouter a[href$=".doc"]:after {
    content: " [DOC]";
    color: black;
    white-space: nowrap;
    font-size: 80%;
    text-decoration: none;
    }
  #pagecontentouter a[href$=".ppt"]:after {
    content: " [PPT]";
    color: black;
    white-space: nowrap;
    font-size: 80%;
    text-decoration: none;
    }
  #pagecontentouter a[href$=".xls"]:after {
    content: " [XLS]";
    color: black;
    white-space: nowrap;
    font-size: 80%;
    text-decoration: none;
    }
}

@media print {
  #pagecontentouter {background-color: white; }
  #pagecontentouter a[href^="http:"] {color: #520; }
  #pagecontentouter a[href^="https:"] {color: #520; }
  #pagecontentouter a[href^="http:"]:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
    text-decoration: none;
    }
  #pagecontentouter a[href^="https:"]:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
    text-decoration: none;
    }
  #pagecontentouter a[href^="http://map.arizona.edu/"]:after {
    content: "";
    font-size: 100%;
    text-decoration: none;
    }
  #pagecontentouter a[href^="http://iiewww.ccit.arizona.edu/uamap/"]:after {
    content: "";
    font-size: 100%;
    text-decoration: none;
    }
  #pagecontentouter a[href^="http://math.arizona.edu/people/profile.php"]:after {
    content: "";
    font-size: 100%;
    text-decoration: none;
    }
}



#pagecontent {
  float: right;
  width: 75%;
}
#pagecontent.nosection {
  float: none;
  width: 100%;
}
@media print {
  #pagecontent {float: none; width: 100%; }
}

#pagecontent a {text-decoration: none; }
#pagecontent a:link {color: #0066cc; }
#pagecontent a:visited {color: #003366; }
#pagecontent a:hover {text-decoration: underline; }


#pagecontent h1 {
  margin: 0em 0em 0.4em 0em;
  text-align: center;
  font-family: "Arial Black", Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 140%;
  color: #cc0033;
  }
#pagecontent h2 {
  margin: 0.5em 0;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 125%;
  color: #cc0033;
}
#pagecontent h3 {
  margin: 0.25em 0 0 0;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 115%;
}
#pagecontent h4 {
  margin: 0.1em 0em;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 100%;
}
@media print {
  #pagecontent h1 {color: black; }
  #pagecontent h2 {color: black; }
}

#pagecontent fieldset {background-color: #dddddd; }
/*#pagecontent hr {display: inline; }*/
#pagecontent hr {
  height: 2px;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 2px solid black;
}

#pagecontent ol.compact li {margin-top: 0; }
#pagecontent ul.compact li {margin-top: 0; }

#pagecontent form.contactus {margin: 1em 0; }
#pagecontent form.contactus fieldset {border: outset; }
#pagecontent form.contactus fieldset table tr td:first-child {text-align: right; }
#pagecontent form.contactus legend {
  margin: 0.5em 0;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 125%;
  color: #cc0033;
}



#pagecontent ul.faq {
  font-size: smaller;
  padding: 0.5em;
  margin: 0.5em;
}
#pagecontent ul.faq a {text-decoration: none; }
#pagecontent div.faq h2 {
  border-top: solid 3px black;
  padding-top: 0.5em;
}



#pagecontent div.figure div.caption {
  text-align: center;
  font-size: smaller;
}





#pagecontent div.quotations {
  width: 40%;
  float: right;
  background-color: #dddddd;
  font-family: sans-serif;
  font-size: smaller;
  line-height: 1.15em;
  border: thin solid #cc0033;
  margin: 0 0 1.5em 1.5em;
  padding: 0.5em;
}
#pagecontent div.quotations blockquote {
  margin: 0.5em;
}
#pagecontent div.quotations div.quotecredit {
  text-align: right;
  font-size: smaller;
  margin-left: 40%;
}



#pagecontent div.researchcenter {
  font-size: larger;
  float: left;
  width: 155px;
  height: 13em;
  border: 1px solid #003366;
  margin: 0 10px 10px 0;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
#pagecontent div.researchcenter img {border: none; }
#pagecontent div.researchcenter a {text-decoration: none; color: black; }
#pagecontent div.researchcenter a:hover {text-decoration: underline; background: yellow; }






#pagecontent div.personnel {
  float: left;
  margin-left: 2em;
}
#pagecontent div.personnel span {font-size: smaller; }
#pagecontent div.personnel img {border: thin solid black; margin: 0.5em 0; }
#pagecontent div.personnel div {border: thin solid black; margin: 0.5em 0; background: #eee; }




#pagecontent table.frametableitems {border-collapse: collapse; margin-top: 0.5em; margin-bottom: 0.5em; }
#pagecontent table.frametableitems td {border: thin solid #bbb; padding: 0.25em; }
#pagecontent table.frametableitems th {border: thin solid #bbb; padding: 0.25em; }
#pagecontent table.topaligntableitems tr {vertical-align: top; }



span.topofpagelink {
  font-size: smaller;
  font-family: sans-serif;
}
span.topofpagelink img {
  border: none;
  vertical-align: sub !important;
}
@media print {
  span.topofpagelink {display: none; }
}



#pagefooter {
  font-family: sans-serif;
  font-size: 65%;
  padding: 0.25em 0.5em;
  border-top: thick solid #003366;
  color: #666;
  /*background-color: ;*/
}
#pagefooter a {color: #666; }
#pagefooter img {border: none; opacity: 0.5; }
