@charset "UTF-8";

@media print 
{
html, body {visibility:hidden;display:none;}
}

A:hover
{ 
background-color:sandybrown;
color:black;
}

A:active, A:visited, A:link
{
color:darkblue;
}

/* to hide audio download button */
audio::-internal-media-controls-download-button {
display:none;
}
audio::-webkit-media-controls-enclosure {
overflow:hidden;
}
audio::-webkit-media-controls-panel {
width: calc(100% + 60px); /* Adjust as needed */
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 60px); /* Adjust as needed */
}



body, h1, h3, .citation_title, .citation_author
{
background-color:white;
color:black;
font-weight:normal;
font-size:16px;
font-family:"Times New Roman",Times,Georgia,Verdana,Tahoma,Arial,sans-serif;
margin-left:15px;
margin-right:10px;
margin-top:5px;
margin-bottom:0px;
line-height:150%;
text-decoration:none;
}

div.center
{
text-align:center;
}

hr
{
width:90%;
height:3px;
border-style:none;
color:sandybrown;
background-color:sandybrown;
} 

img
{
border-width:0px;
border-color:white;
margin:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
padding:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
}

p
{
color:darkblue;
cursor:pointer;
}

p.nolink
{
color:black;
cursor:text;
}

p.centered
{
color:black;
cursor:text;
text-align:center;
}



ul, li
{
line-height:200%;
}

iframe.pdfviewer
{
margin:0px;
padding:0.1%;
width: 70%;
height: 3000px;
min-height:3000px;
border-style:none solid dotted solid;
border-width:medium;
border-color:red;
}

.erase, A.erase, A.erase:hover, A.erase:active, A.erase:visited, A.erase:link
{
color:white;
font-weight:normal;
font-size:1px;
background-color:white;
text-decoration:none;
}

.wordlink, A.wordlink, A.wordlink:hover, A.wordlink:active, A.wordlink:visited, A.wordlink:link
{
color:#4C4C4C;
font-weight:normal;
font-size:13px;
background-color:white;
cursor:text;
text-decoration:none;
}

.wordlinkhide, A.wordlinkhide, A.wordlinkhide:hover, A.wordlinkhide:active, A.wordlinkhide:visited, A.wordlinkhide:link
{
color:white;
font-weight:normal;
font-size:1px;
background-color:white;
cursor:text;
text-decoration:none;
}

.nounderline, A.nounderline, A.nounderline:hover, A.nounderline:active, A.nounderline:visited, A.nounderline:link
{
cursor:text;
text-decoration:none;
}

.menu_left_sel
{
background-image:url("./im_left_tab_sel.gif");
background-color:white;
font-weight:bold;
width:11px;

}

.menu_center_sel
{
background-image:url("./im_center_tab_sel.gif");
background-color:white;
font-weight:bold;
font-size:13px;
font-family:Papyrus,Forte,Chiller,Ravie,Magneto,Jokerman,Curlz MT,Brush Script MT,Comic Sans MS,Tahoma,Book Antiqua,Verdana,sans-serif,Helvetica,Arial;
color:sandybrown;
text-align:center;
}

.menu_right_sel
{
background-image:url("./im_right_tab_sel.gif");
background-color:white;
font-weight:bold;
width:9px;
}

.menu_left
{
background-image:url("./im_left_tab.gif");
background-color:sandybrown;
font-weight:bold;
width:11px;
}

.menu_center
{
background-image:url("./im_center_tab.gif");
background-color:sandybrown;
font-weight:bold;
font-size:13px;
font-family:Papyrus,Chiller,Forte,Ravie,Magneto,Jokerman,Curlz MT,Brush Script MT,Comic Sans MS,Tahoma,Book Antiqua,Verdana,sans-serif,Helvetica,Arial;
color:blue;
text-align:center;
}

.menu_right
{
background-image:url("./im_right_tab.gif");
background-color:sandybrown;
font-weight:bold;
width:11px;
}

.addthis
{
background-color:sandybrown;
font-size:11px;
text-align:left;
text-decoration:none;
font-family:Tahoma,Arial;
cursor:pointer;
}

.unselectable 
{
-moz-user-select:-moz-none;
-khtml-user-select:none;
-webkit-user-select:none;
user-select:none;
}

