﻿body
{
    
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #fff;
}

a 
{
    text-decoration: none;
    color: #267dc2;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/
/* */
h1, h2, h3, h4, h5, h6
{
    font-family: Verdana;
    font-weight: bold;
    color: #255377;
}

h1, h4
{
    font-size: 16pt;
}

h2, h5
{
    font-size: 14pt;
}

h3, h6
{
    font-size: 13pt;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/*
COLOR REFERENCE
light green: #7D8E11
dark green: #525D0D
light blue: #267dc2
dark blue: #255377
light brown: #A5722A
dark brown: #5C400A
*/
body, table, td, div, span, form
{
    font: 12pt Arial;
    
    color: Black;
    
    padding: 0;
    margin: 0;
}

#logo
{
    padding: 0;
    margin: 0;
    
    position: relative;
    top: 0px;
    left: 0px;
    height: 140px;
    width: 86px;
    background: url('images/logo.jpg');
    background-color: Purple;
}

#login
{
    padding: 0;
    margin: -140px 0 0 86px;
    
    width: 714px;
    height: 60px;
    
    text-align: right;
}

#login a, #login span, #login li
{
    font-size: 8pt;
}

#login ul
{
    margin: 0px;
    padding: 0px;
    height: 12px;
}


#login li
{
    padding: 0px 3px 0px 3px;
    display: inline;
    list-style: none;
    border-right: 1px solid Black;
}

#outerWrap
{
    padding: 0;
    margin: 0 auto;
    
    background-color: White;
    width: 800px;
}

#header
{
    margin: 0px 0 0 86px;
    
    height: 40px;
    width: 714px;
    background-color: #255377;
    color: White;
}

#headerSlug
{
    margin: 0 0 0 10px;
    height: 40px;
    background: url('images/slug.jpg');
    background-repeat: no-repeat;
}

#searchPanel
{
    margin: -33px 0 0 960px;
    color: White;
}

#mainMenuWrap
{
    padding: 0 0 0 0;
    margin: 0 0 0 86px;
    
    height: 37px;
    width: 714px;
    background-color: #525D0D;
    color: White;
}

#mainContent
{
    float: left;
    width: 800px;
    
    padding: 0px;
    margin: 0px;
}

#mainContent > div 
{
    padding: 10px;
}

#footer
{
    width: 800px;
    
    padding: 0px;
    margin: 0px;
    
    font-size: 9pt;
    float: left;
    text-align: center;
    background-color: #A5722A;
    color: #255377;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    background-color: #525D0D;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    
    font-weight: bold;
    text-decoration: none;
    line-height: 2.2em;
    color: #fff;
}

ul#menu li a
{
    padding: 6px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.2em;
    background-color: #525D0D;
    color: #fff;
}

ul#menu li a:hover
{
    background-color: #7D8E11;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #7D8E11;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #7D8E11;
    text-decoration: none;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset p div, fieldset div
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
    font-weight: bold;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input, textarea
{
    padding: 4px;
    margin: 1px;
    font-family: Verdana, Arial, Sans-Serif;
    border: 1px solid #333
}

input[type="text"] 
{
    width: 200px;
}

input[type="password"] 
{
    width: 200px;
}

select[multiple="multiple"]
{
    width: 150px;
}

input[disabled="disabled"]
{
    background-color: #E9E9E9;
}

input[type="button"], input[type="submit"]
{
    cursor: pointer;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td
{
    vertical-align: top;
    border: solid 1px #e8eef4;
}

thead, th
{
    font-weight: bold;
    color: #FFF;
    background-color: #5c87b2;
    border: 2px solid #5c87b2;
}

tfoot, tfoot td
{
    font-weight: bold;
    border: 2px solid #5c87b2;
    padding: 3px;
}

th
{
    padding: 3px;
    text-align: center;
}
th.header 
{
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 20px;
} 
th.headerSortUp 
{
    background-image: url('images/arrowDown.gif');
}
th.headerSortDown
{
    background-image: url('images/arrowUp.gif')
}

td
{
    padding: 2px 4px 2px 4px;
}

table.compressed
{
    margin: 0px;
    padding: 0px;
}

table.compressed tr
{
    margin: 0px;
    padding: 0px;
}

table.compressed td
{
    margin: 0px;
    padding: 1px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.announcement
{
    margin: 5px;
    padding: 5px;
    border: 1px solid #AAA
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.hidden
{
    display: none;
}

.dialog 
{
    display: none;
    padding: 5px;
}

.warning
{
    font-weight: bold;
    color: Orange;
}

.successMessage
{
    display: none;
    margin: 2px;
    padding: 5px;
    border: 1px solid DarkGreen;
    font-weight: bold;
    color: Green;
}

.smallTextbox 
{
    width: 100px;
}

.disabled
{
    color: #999;
    font-weight: normal;
}

.center
{
    text-align: center;
}

/* Comments system styles
------------------------------------- */
.toolbar
{
    position: fixed;
    top: 2px;
    left: 2px;
    background-color: White;
    padding: 4px;
}

.toolbarTitle
{
    font-weight: bold;
}

.toolbarButton
{
 
}

.documentComment
{
    border: 1px dotted blue;
    padding: 2px;
    margin: 0px;
    background-color: #EAEAFF;
}

.commentTooltip
{
    display: none;
    position: absolute;
    background-color: #EFEFEF;
    border: 1px solid black;
    padding: 2px;
}

.commentTooltipText
{
    max-width: 300px;
}

/*
 *
 */
.sortableContainer
{
    list-style-type: none;
    width: 50%;
}

.sortableTextItem
{
}

.sortableContainer li
{
    padding: 5px;
    margin: 2px;
}

.reviewContainer 
{
    border: 1px solid #AAA;
    margin: 3px;
    padding: 5px;
}

.columnContainer { height: 100%; width: 100%}
.halfColumn { width: 47%; height: 100%; display: inline-block; vertical-align: top; margin: 1%; }
.thirdColumn { width: 31%; height: 100%; display: inline-block; vertical-align: top; margin: 1%; }

/* Abstract display classes*/
.abstract_wrap
{
    font: 12pt "Segoe UI", Verdana, Arial, sans-serif;
    text-align:left;
    
    margin-left: 1.5in;
    margin-right: 1.5in;
}
.abstract_title
{
    font-size: 16pt;
    text-align: center;
}
.abstract_authorList
{
    font-size: 13pt;
    text-align: center;
}
.abstract_presenterName, .abstract_authorName 
{
    
}
.abstract_presenterName 
{
    text-decoration: underline;
}
.abstract_affiliation
{
    font-style: italic;
}
.abstract_text
{
    color: Black;
    background: White;
}
.abstract_citationList
{
}
.abstract_citation
{
}

