﻿/* CSS Document */

body {
    background:         white;
    font-size:          12pt;
    margin:             3%;
}

.content a:link:after, #content a:visited:after {
/*   content: " (" attr(href) ") "; */
/*   font-size:         90%; */
}

.content a[href^="/"]:after {
/*  content: " (http://www.longwood.edu" attr(href) ") "; */
}

.header_text_left h1 a {
    text-decoration:    none;
    color:              #000000;
}

.header_text_right {
    font-style:         italic;
    border-bottom:      1px solid #85A7C9;
}

.headernav {
    display: none;
}

.pageTitle {
    font-size:         170%;
}

.nav_container {
    display: none;
}

.content {
    margin:            10px 0px 20px 0px;
}

#pagetools {
    display:           none;
}

.right_col {
    border:            1px solid #85A7C9;
    /*background-color:  #F4F9FF;*/
    clear:             both;
}

.right_col_content {
    margin:            10px;
}

.footer {
    border-top:        1px solid #85A7C9;
}

.footer_left {
    margin:            10px 0px 5px 0px;
}

.footer_right {
    margin:            10px 0px 0px 0px;
}

.footerlinks {
    display:           none;
}
    
.leftImg {
    float:             left;
    margin-right:      10px;
}

.rightImg {
    float:            right;
    margin-left:      10px;
}

.centerImg {
    display:          block;
    margin:           0 auto;
}

.img_fullwidth {
    display:          none;
}

.divider {
    clear:            both; 
    margin-top:       10px; 
    font-size:        1px; 
    border-bottom:    1px dotted #85A7C9; 
    margin-bottom:    10px; 
    width:            100%; 
    line-height:      1px; 
    padding-top:      10px; 
    height:           1px
}

.divider_noborder {
    clear:            left;
    font-size:        1px; 
    padding-bottom:   10px; 
    width:            100%;
    line-height:      1px;
    padding-top:      0px;
    height:           1px
}

a:link, a:visited {
   color:             #520;
   background:        transparent;
   font-weight:       bold;
   text-decoration:   underline;
}

#preview-message {
    display:          none;
}
 
.img_fullwidth {
    width: 300px;
    height:100px;
    }
 
li {
    clear:    both;
}

/************************
 * Rotating Area Slideshow 
 ************************/
/* and only show the first one if there's no javascript */

#rotatingArea ul.slides .divider {
    clear:            both; 
    margin-top:       10px; 
    font-size:        1px; 
    border-bottom:    1px dotted #85A7C9; 
    margin-bottom:    10px; 
    width:            100%; 
    line-height:      1px; 
    padding-top:      10px; 
    height:           1px
}
 
#rotatingArea ul.slides .divider_noborder {
    padding-bottom:   10px;
}

#rotatingArea .rotatingArea_content ul.slides li {
    display:    none;
}

#rotatingArea .rotatingArea_content ul.slides li ul li {
    display:    list-item;
}

#rotatingArea .rotatingArea_content ul li {
    display: none;
}

#rotatingArea .rotatingArea_content ul li.first {
    display:  list-item;
}

#rotatingArea div.next-prev {
    display: none;
}
 
#JSmessage {
    display: none;
}

#rotatingArea {
    display: none;
}

/************************
 * Accordian Tabbed Area
 ************************/

h2.accordionHeader {
    background:      none;
    background-repeat: no-repeat;
    background-color: transparent;
}

h3.tab {
    background: none;
}

div.accordionArea h3.tab {
    background: none;
}

div.accordionArea h3.tab:hover {
    background: none;
}

div.accordionArea div.accordion_tab {
    display:block;
}

div#accordionArea h3.last {
    background:       none;
}
 
.noprint {
    display: none; 
    visibility: hidden;
}

#vpaf .content ol { list-style-type:upper-alpha; }
#vpaf .content ol ol { list-style-type:decimal; }
#vpaf .content ol ol ol { list-style-type:lower-alpha; }
#vpaf .content ol ol ol ol { list-style-type:decimal;}
#vpaf .content ol ol ol ol ol { list-style-type:lower-roman;}
#vpaf .content ol ol ol ol ol ol { list-style-type:lower-alpha;}