html {
    overflow-y: scroll;  /* Always show the vertical scrollbar. */
}
html, body,
h1, h2, h3, h4, h5, h6,
p, blockquote, hr,
ul, ol, li,
dl, dt, dd,
dir, menu,
form, fieldset {
    margin: 0;
}
html, body, form, ol, ul, li {
    padding: 0;
}
h1 { font-size: 2.00em; }
h2 { font-size: 1.50em; }
h3 { font-size: 1.17em; }
h4 { font-size: 1.00em; }
h5 { font-size: 0.83em; }
h6 { font-size: 0.75em; }
 
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 85%;
    color: black;
    background-color: white;
}
a {
    color: #759361;
}
a img {
    border-color: #759361;
}
a:visited,
a:hover {
    color: #495E68;
}
a:visited img,
a:hover img {
    border-color: #495E68;
}
 
#page-container {
    width: 900px;
    margin: 0 auto;
}
 
#pps-header {
    float: left;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 120%;
    background-color: #809EAD;
}
#pps-header a {
    color: white;
    text-decoration: none;
}
#pps-header a:hover {
    text-decoration: underline;
}
#pps-link {
    display: block;
    float: left;
    margin-left: 10px;
    width: auto;
    background: url(http://www.pps.k12.or.us/schools/jefferson-dancers/template/ppslogo02.jpg) left center no-repeat;
    padding: 8px 0 8px 33px;
    position: relative;
    z-index: 1;
}
#IEroot #pps-link {
    display: inline; /* Fix double float margin bug. */
}
#pps-location {
    float: right;
    width: auto;
    margin: 8px 10px 8px 0;
    text-align: right;
}
#IEroot #pps-location {
    display: inline; /* Fix double float margin bug. */
}
#language-links {
    text-align: center;
    position: relative;
    top: 8px;
}
#language-links li {
    display: inline;
    margin: 0 5px;
}
#language-links a {
    font-size: 70%;
}
 
#page-masthead {
    clear: both;
    color: #000000;
    text-align: right;
    background: 115px top no-repeat;
    padding: 10px 5px 10px 560px;
    width: 335px; /* Fix IE6 absolute positioning bug and IE7 doubled padding bug. */
    min-height: 140px;
    border-bottom: 13px solid #000000;
    position: relative;
}
#IEroot #page-masthead {
    height: 140px;
}
#school-name {
    padding-top: 10px;  /* Can't use margin-top because of an IE bug. */
    margin-bottom: 5px;
}
#school-name a {
    color: #000000;
    text-decoration: none;
}
#school-name a:hover {
    text-decoration: underline;
}
#school-name img {
    position: absolute;
    left: 0;
    top: 10px;
    margin-top: 0;
    border-style: none;
}
#school-tagline {
    font-weight: bold;
    margin-bottom: 10px;
}
#school-contact {
    font-size: 80%;
}
 
#breadcrumbs {
    clear: both;
    margin: 10px 0 0 5px;
    font-weight: bold;
    font-style: italic;
    font-size: 90%;
}
 
#page-content {
    margin: 5px 0;
    float: left;
    width: 100%;
}
 
#nav-column {
    float: left;
    width: 225px;
    margin-left: 5px;
    padding: 5px 5px 5px 0;
    border-right: 1px #22336B solid;
}
#IEroot #nav-column {
    display: inline;
}
#main-column {
    float: left;
    width: 655px;
    padding: 5px 0 5px 5px;
    border: 1px #000000 none;
    border-left-style: solid;
    position: relative;
    left: -1px; /* Move the main column so its border overlaps with the nav column border. */
}
 
#search-form {
    background-color: #CCCCCC;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
#search-form label {
    font-size: 80%;
    font-weight: bold;
    margin: 0 5px;
}
#search-box {
    width: 135px;
}
#search-button {
    background-color: #c03000;
    color: white;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 1px;
    margin-left: 2px;
    border: 1px black solid;
}
#IEroot #search-button {
    overflow: visible;  /* For some reason this gets rid of the extra padding that IE adds to buttons. */
    padding: 0 2px;
}
 
ul.nav-bar {
    width: 100%;
    list-style-type: none;
    font-size: 110%;
    margin-bottom: 10px;
}
 
/* Override the default Spry ul.MenuBarVertical styles. */
ul.nav-bar ul.MenuBarVertical,
ul.nav-bar ul.MenuBarVertical ul,
ul.nav-bar ul.MenuBarVertical li,
ul.nav-bar ul.MenuBarVertical ul li {
    width: 100%;
}
 
ul.nav-bar ul.MenuBarVertical ul {
    font-size: 90%;
    width: 90%;
}
ul.nav-bar ul.MenuBarVertical ul ul {
    font-size: 100%;
    width: 100%;
}
 
ul.nav-bar ul.MenuBarVertical {
    border: none;
}
ul.nav-bar ul.MenuBarVertical ul {
    margin: -7px 0 0 97%;
    border: 1px #999 solid;
    border-bottom-style: none;
}
 
ul.nav-bar a,
ul.nav-bar a:visited {
    display: block;
    overflow: hidden;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 0.5em 6.5% 0.4em 4.5%;
    border-bottom: 1px #999 solid;
}
#IEroot ul.nav-bar a {
    width: 89%;  /* A width is required for overflow:hidden to work in IE. */
}
 
ul.nav-bar ul.MenuBarVertical a.MenuBarItemHover,
ul.nav-bar ul.MenuBarVertical a.MenuBarItemSubmenuHover,
ul.nav-bar ul.MenuBarVertical a.MenuBarSubmenuVisible
{
    background-color: #FFFFFF;
    color: #000000;
}
 
ul.nav-bar a:hover,
ul.nav-bar a:focus,
ul.nav-bar a#nav-bar-this-page
{
    background-color: #CCCCCC !important;
    color: #000000 !important;
}
 
ul.nav-bar a#nav-bar-this-page {
    cursor: default;
}
 
ul.nav-bar ul.MenuBarVertical a.MenuBarItemSubmenu {
    background-image: url(http://www.pps.k12.or.us/schools/jefferson-dancers/template/SpryMenuBarRightHover.gif);
    background-position: 96% 50%;
    background-repeat: no-repeat;
}
ul.nav-bar ul.MenuBarVertical a.MenuBarItemSubmenuHover {
    background-image: url(http://www.pps.k12.or.us/schools/jefferson-dancers/template/SpryMenuBarRight.gif);
    background-position: 96% 50%;
    background-repeat: no-repeat;
}
ul.nav-bar a#nav-bar-this-page.nav-bar-has-subpages {
    background-image: url(http://www.pps.k12.or.us/schools/jefferson-dancers/template/SpryMenuBarDown.gif);
    background-position: 97% 50%;
    background-repeat: no-repeat;
}
 
ul#nav-bar-subpages-menu {
    font-size: 90%;
    width: 90%;
    margin: 0 0 0 auto;
}
ul#nav-bar-subpages-menu ul {
    font-size: 100%;
    width: 100%;
}
 
#pps-footer {
    clear: both;
    border-top: 13px #000000 solid;
    color: #000000;
    font-size: 90%;
    text-align: center;
}
#pps-footer p {
    margin: 1em 0 0.5em 0;
}
#non-discrimination-statement {
    text-align: justify;
}
 
.wysiwyg h1 { margin: 0.67em 0; }
.wysiwyg h2 { margin: 0.75em 0; }
.wysiwyg h3 { margin: 0.83em 0; }
.wysiwyg h4 { margin: 1.12em 0; }
.wysiwyg h5 { margin: 1.50em 0; }
.wysiwyg h6 { margin: 1.67em 0; }
 
.wysiwyg,
.wysiwyg blockquote,
.wysiwyg dl,
.wysiwyg fieldset,
.wysiwyg hr,
.wysiwyg ol,
.wysiwyg p,
.wysiwyg ul {
    margin-top: 1.12em;
    margin-bottom: 1.12em;
}
.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
.wysiwyg blockquote {
    margin-left: 40px;
    margin-right: 40px;
}
.wysiwyg dd,
.wysiwyg li {
    margin-left: 40px;
}
 
.wysiwyg table.calendar-month {
    width: 99%;
    margin: 0 auto;
    color: #000000;
    border-collapse: collapse;
    border-bottom: 2px #CCCCCC solid;
    empty-cells: show;
}
.wysiwyg table.calendar-month caption {
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    background-color: #CCCCCC;
    border-bottom: 2px white solid;
}
.wysiwyg table.calendar-month th,
.wysiwyg table.calendar-month td {
    padding: 2px;
    vertical-align: top;
    width: 14%;
    border: 2px #CCCCCC solid;
}
.wysiwyg table.calendar-month th {
    border-top-style: none;
    text-align: center;
}
.wysiwyg table.calendar-month td {
    height: 4.5em;
    text-align: left;
}
.wysiwyg table.calendar-month th.weekend,
.wysiwyg table.calendar-month td.weekend {
    background-color: #CCCCCC;
    border-color: white;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}
 
table.border-around-table {
    border: 1px solid black;
    empty-cells: show;
}
table.border-around-cells {
    border: 1px solid black;
    border-collapse: collapse;
    empty-cells: show;
}
table.border-around-rows {
    border: 1px solid black;
    border-collapse: collapse;
    empty-cells: show;
}
table.border-around-cells th,
table.border-around-cells td {
    border: 1px solid black;
}
table.border-around-rows th,
table.border-around-rows td {
    border: 1px black;
    border-style: solid none;
}

.pod-columns {
    clear: both;
    width: 100%; /* A width is required for overflow:auto, and a container with a specified width is necessary to avoid an IE float clear padding bug. */
}
.left-pod-column {
    float: left;
    width: 49%;
}
.right-pod-column {
    float: right;
    width: 49%;
}
.pod {
    clear: both;
    border-top: 2px solid;
    border-bottom: 2px solid;
    margin-bottom: 10px;
    width: 100%; /* A width is required for overflow:auto. */
}
.pod-title {
    display: block;
    color: white;
    background-color: black;
    padding: 5px 5px 2px 5px;
    font-size: 140%;
    text-align: center;
}
.pod-content {
    width: 100%; /* A width is required for overflow:auto. */
}
.pod-content .wysiwyg {
    margin: 15px;
}
.pod-content .wysiwyg h1,
.pod-content .wysiwyg h2 {
    font-size: 1.3em;
}
.pod-content .wysiwyg h5,
.pod-content .wysiwyg h6 {
    font-size: 1em;
}
.pod-content .wysiwyg h1,
.pod-content .wysiwyg h2,
.pod-content .wysiwyg h3,
.pod-content .wysiwyg h4,
.pod-content .wysiwyg h5,
.pod-content .wysiwyg h6 {
    margin-bottom: 0.5em;
}
.pod-content .wysiwyg blockquote,
.pod-content .wysiwyg dl,
.pod-content .wysiwyg hr,
.pod-content .wysiwyg ol,
.pod-content .wysiwyg p,
.pod-content .wysiwyg ul {
    margin-top: 0.5em;
}
.pod-content .wysiwyg p {
    margin-left: 5px;
    margin-right: 5px;
}
.pod-content .wysiwyg li {
    margin-top: 5px;
    margin-bottom: 5px;
}
 
.pod-image {
    text-align: center;
    width: 252px;
}
.pod-image img {
    max-width: 250px;
    border-width: 1px;
}
.pod-image-small {
    text-align: center;
    width: 127px;
}
.pod-image-small img {
    width: 125px;  /* Visually scale down the 250px wide image. */
    border-width: 1px;
}
.pod-image-left {
    float: left;
    clear: left;
    margin: 0 20px 10px 0;
}
.pod-image-right {
    float: right;
    clear: right;
    margin: 0 0 10px 10px;
}
.pod-columns .pod-image-left {
    margin-right: 10px;
}
.pod-columns .pod-image-right {
    margin-left: 5px;
}
/* If the normal size pod image is in a narrow column or the small size pod image
   is in a really narrow column, then just center it and don't float it because
   there's barely enough space for the image itself. */
.pod-columns .pod .pod-image,
#nav-column .pod .pod-image,
#nav-column .pod .pod-image-small {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
/* And actually, if the normal size pod image is in a really narrow column then
   make it the same width as the column because otherwise it would be too wide. */
#nav-column .pod .pod-image {
    width: 100%;
}
#nav-column .pod .pod-image img {
    width: 98%;
}
.pod-image a img,
.pod-image-small a img {
    border-style: solid;
}
.pod-image .caption,
.pod-image-small .caption {
    border: 1px #000000 solid;
    color: #000000;
    font-size: 80%;
    margin-top: 5px;
    padding: 5px;
    text-align: left;
}
 
.pod, .pod-gray { border-color: #8C8985; }
.pod-title, .pod-gray .pod-title { background-color: #726E6A; }
 
.pod-light-blue { border-color: #6BD9F7; }
.pod-light-blue .pod-title { background-color: #1EBFF7; }
 
.pod-blue { border-color: #0CA0F2; }
.pod-blue .pod-title { background-color: #0983D6; }
 
.pod-dark-red {border-color: #CC0A0A; }
.pod-dark-red .pod-title { background-color: #AF0404; }
 
.pod-orange { border-color: #FC956D; }
.pod-orange .pod-title { background-color: #F46016; }
 
.pod-sage { border-color: #D1B90D; }
.pod-sage .pod-title { background-color: #AA9A07; }
 
.pod-green { border-color: #97AF08; }
.pod-green .pod-title { background-color: #6B8403; }
 
.pod-turquoise { border-color: #0DCCC6; }
.pod-turquoise .pod-title { background-color: #079B9B; }
 
.pod-purple { border-color: #9121E8; }
.pod-purple .pod-title { background-color: #7C0CC4; }
 
.pod-gold { border-color: #F9D087; }
.pod-gold .pod-title { background-color: #F9B723; }
 
.pod-black { border-color: #666666; }
.pod-black .pod-title { background-color: #000000; }
 
.pod-notice {
    background-color: #FFFFFF;
    border-color: #000000;
    border-bottom: 6px double #000000;
}
.pod-notice .pod-title {
    color: #FFFFFF;
    background-color: #000099;
    border-bottom: 6px double #000000;
}
 
.pod-school {
    border-color: #000099;
}
.pod-school .pod-title {
    color: #FFFFFF;
    background-color: #000000;
}
 
.gallery,
.gallery-small {
    margin: 0 12px;
}
.gallery ul,
.gallery-small ul {
    float: left;
    width: 100%;
    margin: 12px 0;
}
.gallery li,
.gallery-small li {
    float: left;
    width: auto;
    margin: 1px;
    list-style: none;
}
#IEroot .gallery li,
#IEroot .gallery-small li {
    display: inline; /* Avoid IE double float margin bug. */
}
.gallery a,
.gallery-small a {
    display: block;
    border: 1px solid white;
}
.gallery a img,
.gallery-small a img {
    height: 120px;
    border-width: 1px;
    border-style: none;
}
.gallery-small a img {
    height: 60px;
}
.gallery a:hover,
.gallery-small a:hover {
    border-style: none;
}
.gallery a:hover img,
.gallery-small a:hover img {
    border-style: solid;
}
 
/* Lightbox Styles */
#lightbox {
    background-color: black;
    color: white;
    padding: 10px;
}
#lightboxDetails {}
#lightboxCaption {
    margin-top: 10px;
    font-weight: bold;
}
#keyboardMsg {
    display: none;
}
@media aural
{
    #keyboardMsg { display: block; }
}
#keyboardMsg a {
    color: white;
    font-weight: bold;
}
#closeButton {
    top: 0;
    right: 0;
    color: white;
}
#lightbox img {
    border: none;
    clear: both;
}
/* End Lightbox Styles */
 
.pod-columns,
.pod,
.pod-content,
.pod-content iframe, /* This doesn't work in IE. */
.pod-image .caption,
.pod-image-small .caption,
#lightboxCaption {
    overflow: auto;
    word-wrap: break-word; /* IE & CSS3 only. */
}