/* Global Styles */

body {
    margin:0px;
}
body, p, td, form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

p, td, form {
    font-size: 10pt;
    line-height: 150%;
}

th {
  text-align: left;
  vertical-align: top;
}

h1 {
    font-weight: normal;
    font-size: 28pt;
    color: #333333;
    line-height: 100%;
}

h2 {
    font-weight: normal;
    font-size: 18pt;
    color: #000000;
    line-height: 100%;
}
h2.error {
    font-weight: normal;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
    color: #993300;
    line-height:22px;
    letter-spacing:.2em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.h3_simple {
    font-size: 10pt;
    font-weight: bold;
    color: #993300;
    letter-spacing:.2em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h4 {
    font-size: 9pt;
    font-weight: bold;
    letter-spacing:.1em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

h4_simple {
    font-size: 9pt;
    font-weight: bold;
    letter-spacing:.1em;
	margin-top: 0px;
	padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

small {
    font-size: 9pt;
}

a {
    /* color: #993300; */
    color: #0033cc;
}
a:hover {
    /* color: #5C743D; */
    color: #ff5500;
}

.headline { /* <p> replacing a <h2> */
    margin-top: 0px;
}

.error {
    font-weight: bold;
    color: #ff0000;
}

.highlight { /* highlighted terms in search results */
    background-color: #ffffaa;
}
.searchexample {
    border: 1px #aaaaaa inset;
    background-color: #ffffff;
    padding: 0px 4px;
    white-space: nowrap;
}
    

table.form td {
    padding: 0px;
    padding-right: 10px;
    padding-bottom: 2px;
}

/* Page Layout elements */

#layout_top_logotext     {
    font:16pt Arial, Helvetica, sans-serif;
    color: #5C743D;
    letter-spacing:.2em;
    line-height:30px;
}

#layout_top_tagline     {    
    padding: 0px;
    margin: 0px;
    font:10pt Arial, Helvetica, sans-serif;
    color: #993300;
    letter-spacing:.4em;
    line-height:18px;
}

#topnavigation_middle, #topnavigation_username, #topnavigation_right,
#topnavigation_middle a, #topnavigation_username a, #topnavigation_right a {
    font: 9pt Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #993300;
    letter-spacing:1.1pt
}
#topnavigation_middle {
    padding: 0px 20px;
    white-space: nowrap;
}
#topnavigation_username {
    padding: 0px;
    padding-right: 20px;
    text-align: right;
    float: right;
}
#topnavigation_right {
    padding: 0px;
    padding-right: 20px;
}

#logo_pane {
    padding: 0px;
    border-right: 1px solid #000090;
}
#navigation_pane {
    padding: 0px;
    padding-top: 20px;
    vertical-align: top;
    border-right: 1px solid #305000;
}
#foot_navigation_pane {
    padding: 0px;
    padding-top: 0px;
    vertical-align: top;
    border-right: 1px solid #305000;
    border-bottom: 1px solid #305000;
}
#search_pane {
    padding: 20px;
    padding-left: 0px;
    vertical-align: bottom;
}

#confirm {
    border: 2px solid #77ffaa;
    background-color: #ddffee;
    margin: 4px;
    padding: 0px 14px; /* horizontal margin + padding + border = 20px = content_pane padding */
    vertical-align: top;
}
#error {
    border: 2px solid #ff0000;
    background-color: #ffdddd;
    margin: 10px;
    padding: 0px 20px;
    vertical-align: top;
}
#attention {
    border: 1px solid #ffdd00;
    background-color: #ffff99;
    margin: 0px;
    padding: 1.2ex 2ex;
    vertical-align: top;
}

#command_bar {
    background-color: #ffeeaa;
    border-bottom: 1px solid #305000;
    padding: 1ex;
    padding-left: 20px;
    vertical-align: top;
    line-height: 100%;
}
#content_pane {
    padding: 20px;
    padding-bottom: 0px; /* allows more than one content pane above each other without too much gap */
    vertical-align: top;
}
#right_pane {
    padding: 20px;
    padding-left: 0px;
    padding-bottom: 40px;
    vertical-align: top;
}
#content_pane, #right_pane {
    margin-top: 0px;
}
#comments_pane {
    padding: 20px;
    vertical-align: top;
}

#pagefoot_left {
    padding: 20px;
    padding-top: 0px;
    padding-right: 0px;
    color: #d5edb3;
}
#pagefoot {
    padding: 20px;
    padding-top: 0px;
    color: #808080;
}

#mainsearch {
    padding: 20px 0px;
}
#searchbox {
    margin: 0px;
    padding: 0px;
}

/* Navigation elements */

.navigation_headline {
    border-bottom: 1px solid #F4FFE4;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 9pt;
    font-weight: bold;
    color: #A4AAC2;
    line-height:12px;
    letter-spacing:.1em;
    text-align:left;
    vertical-align:bottom;
}

.navigation_item, .navigation_item_open {
    border-bottom: 1px solid #F4FFE4;
    padding:8px 6px 10px 20px;
    display:block;
    font-size: 10pt;
    font-weight: bold;
    line-height:16px;
    letter-spacing:.1em;
    text-decoration: none;
    color: #d5edb3;
}

.navigation_item_open {
    background: #99CC66;
    color:#993300;
}

a.navigation_item:hover, a.navigation_item_open:hover {
    background-color: #ffaa00;
    color: #ffffff;
}

.sub_navigation_item, .sub_navigation_item_open {
    padding: 0px 4px 4px 4px;
    font-size: 10pt;
    font-weight: bold;
    line-height:16px;
    letter-spacing:.1em;
    text-decoration: none;
    color: #d5edb3;
    background-color: #5c743d;
    border-left: 1px solid #f4ffe4;
    border-right: 1px solid #f4ffe4;
}

.sub_navigation_item_open {
	color: #993300;
    background-color: #99cc66;
    border-left: 1px solid #f4ffe4;
    border-right: 1px solid #f4ffe4;
}

a.sub_navigation_item:hover, a.sub_navigation_item_open:hover {
	color: #ffffff;
    background-color: #ffaa00;
}

/* Specific styles */

table.search_result td {
    text-align: left;
    vertical-align: top;
    padding-left: 0px;
    padding-right: 8px;
    padding-top: 0px;
    padding-bottom: 2px;
}
.search_rank {
    font-weight: bold;
    color: #666666;
    padding-right: 8px;
}
.pubarchive_abstract {
    /*font-family: Times New Roman, Times, serif;
    font-size: 11pt;*/
    font-size: 10pt;
    text-align: justify;
}

.memberdirectory_lastlogin {
  margin-left:1em;
  top:-1em;
  position:relative;
}
.memberdirectory_admin_only { /* some items in pages (for instance in the member directory) are only displayed to admin users */
  background-color:#ffcccc;
  color:#000000;
  border:1px solid #ff0000;
}

.td_row_even{
	border: 1px solid #d3ddc6;
}

.td_row_uneven {
	border: 1px solid #d3ddc6; font-weight: bold; padding-left: 5px; background-color: #e5efd6;
}

.hover_title{
	border-bottom: thin dotted;	
}


/* end of file */
