body { font-family: Verdana, Arial, Tahoma, sans-serif; }
.abstract {color: black; font-size: 9px; line-height: 100%; font-family: Verdana, Arial, Helvetica, sans-serif}
.menu   { color: #073847; font-size: .9em; line-height: 125%; }
p {}
td {}
td#menu a:link { color: #555555; font-size: small; line-height: 125%; font-weight: bold; }
.menuhead    { color: #073847; font-weight: bold; font-size: 13px; line-height: 130%; }
.menuheadgray    { color: #555555; font-weight: bold; font-size: 13px; line-height: 130%; }
.menublack    { color: #303030; font-weight: bold; font-size: 13px; line-height: 130%; }
.small_rev     { color: white; font-size: x-small; line-height: 115%; }
.ed_text      { color: black; font-size: 12px; line-height: 120%; font-family: Verdana, Arial, Tahoma, sans-serif; }
.ed_head   { color: #000; font-weight: bold; font-size: 13px; line-height: 120%; }
.art_title   { color: black; font-weight: bold; font-size: 15px; }
.art_subtitle  { color: #265665; font-weight: bold; font-size: small; line-height: normal; }
.art_text  { color: black; font-weight: normal; font-size: 12px; line-height: 125%; }
.ref_text { color: black; font-size: x-small; }
.small_head   { color: black; font-weight: bold; font-size: smaller; line-height: 100%; }
.menu_small   { color: #073847; font-size: x-small;}
.footertext    { color: #696969; font-size: xx-small; line-height: normal;}
.alert_sm { color: #db0000; font-size: x-small; line-height: 115%; }
.alert_head { color: #db0000; font-weight: bold; font-size: small;}
.cap_text { color: black; font-size: 11px; line-height: 13px; }
A.Teditorial, .Teditorial    { color: #555555; font-weight: bold; font-size: 13px; line-height: 130%; }
A.Tpublished, .Tpublished    { color: #073847; font-weight: bold; font-size: 13px; line-height: 130%; }

A.Aeditorial, .Aeditorial   { color: #555555; font-size: .9em; line-height: 125%; text-align: right;}
A.Apublished, .Apublished   { color: #073847; font-size: .9em; line-height: 125%; text-align: right;}

.TOChead    { color: #073847; font-weight: bold; font-size: 13px; line-height: 130%; text-align: right;}
.TOCtitle    { color: #073847; font-weight: bold; font-size: 13px; line-height: 130%; text-align: right;}
p.searchlabel { color: #073847; font-weight: bold; font-size: 11px; line-height: 130%; text-align: center;}
p.searchlabel input.searchbox { font-weight: normal; font-size: 11px;}

/* MODAL BUTTON AND LINK BOX */
#popular {width: 50%; word-wrap: nowrap; padding: 5px; text-align: center; background: #265665;}
#popular a:link, #popular a:visited {color: #d8e3e8; text-decoration: none;}
#popular a:active, #popular a:hover {color: #fff; text-decoration: none;}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
	font-size: 1.5em;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
	position:  relative;
}

/* The Close Button */
.close {
	display: block;
    color: #aaa;
    position: absolute;
	right: 5px;
	top: 1px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
