body {
    font-family:Arial,Trebuchet MS;
    font-size:10pt;
}


a:link { color:#5d97cf; text-decoration:none; }
a:active { color:#5d97cf; text-decoration:none; }
a:hover { color:#5d97cf;  text-decoration:none; }
a:visited { color:#5d97cf; text-decoration:none; }
a.disabled { color:gray; text-decoration:none; }
a.thispage { color:black; font-weight: bold; text-decoration:none; }

/*-------------------------------
   Login page
 ------------------------------*/

#LoginContainer 
{
    width:650px;
    margin-top:150px;
    margin-right: auto; 
    margin-left:auto;
}

#LogoAndLinks 
{
    float:left;
    width:222px;
    text-align:center;
    font-size:11pt;
}

.Logo 
{
    clear:both;
    padding-bottom:5px;
}

#InputsContainer
{
    float:right;
    width:360px;
    margin-top:50px;
}

#Inputs label 
{
    float: left;
    width: 90px;
    margin-top:5px; 
    font-size:10pt;
}

#Inputs input
{
    margin-bottom:10px;
}

#Inputs 
{
    float:left;
    width:250px;
}

#LoginButton 
{
    margin-top:24px;
    float:right;
}

.warning 
{
    color:Red;
    font-size:10pt;
    font-weight:bold;
}

/*-------------------------------
   Search page
 ------------------------------*/

#SearchContainer 
{
   width:900px;
    height:130px;
    margin-left:auto;
    margin-right:auto;
}

#AdvanceSearchContainer 
{
    width:900px;
    height:200px;
    margin-right: auto; 
    margin-left:auto;
}

#SearchInputsContainer 
{
    width:568px;
    float:right;
    margin-top:24px;
    height:150px;

}

#SearchQuery 
{
    margin-bottom:15px;
    width:550px;
    float:right;
    height:40px;
}

#SearchQuery .Input 
{
    float:left;
    width:320px;
    margin-top:7px;
}

#SearchQuery .InputButtons 
{
    width:214px;
    float:right;
}
 
#SearchQuery .InputButtons input
{
    padding:0px;
    margin:0px;
} 


#SearchSelects
{
    width:553px;
    float:right;
    overflow:hidden;
    display:inline-block;
}

#SearchSelects .Button 
{
    float:right;
    margin-top:8px;
}

#SearchSelects .Button input 
{
    margin:0px;
    padding:0px;
}


.DropListSelects 
{
    text-align:center;
    float:left;
    padding-right:15px;
    font-size:10pt;
    width:100px;
}

.DropListSelectsLast
{
    text-align:center;
    float:left;
    padding-right:10px;
    font-size:10pt;
    width:180px;
}


#SearchToolBar
{
    background-image:url(../static/img/toolbar_bg.gif);
    background-repeat:no-repeat;
    height:50px;
    padding-top:16px;
    margin-right:auto;
    margin-left:auto;
    width:924px;
    /*_border: 1px dotted yellow;*/
}

#SearchToolBar #Items 
{
    margin-top:2px;
    width:690px;
    float:right;
    text-align:right;
    font-size:8pt;
    text-transform:uppercase;
    /*_border: 1px dotted yellow;*/
}


#SearchToolBar #Items UL
{
    /*_border: 1px dotted black;*/
    float:left;
    margin-left:8px;
}


#SearchToolBar #Messages 
{
    float:left;
    width:220px;
    margin-left:10px;
    /*_border: 1px dotted green;*/
}

#SearchToolBar #PubName 
{
    float:left;
    width:300px;
    margin-left:10px;
    font-weight:bold;
}

#SearchToolBar ul 
{
    width:650px;
    margin:0px;
    padding:0px;
    _margin-right:20px;
    /*_border: 1px dotted pink;*/
}

#SearchToolBar ul li
{
    display:inline;
    padding:0 2px;
    margin: 0;
    border-right:1px solid black;
}

#SearchToolBar li.LastItem 
{
    border:none;
}

#SearchToolBar a:link { color:black; text-decoration:none; }
#SearchToolBar a:active { color:black; text-decoration:none; }
#SearchToolBar a:hover { color:black;  text-decoration:none; }
#SearchToolBar a:visited { color:black; text-decoration:none; }

.message 
{
    font-size:10pt;
    font-weight:bold;
}

#SearchResults 
{
    margin-right: auto; 
    margin-left:auto;
    width:900px;
}

.NavResults 
{
    font-size:10pt; 
    margin-bottom:15px; 
    overflow:hidden;
    display:inline-block;
    clear:both;
    height:25px;
    width:890px;
}

.NavResults div {
width:890px;
}

.PreviousNext 
{
    float:left;
    width:400px;
    height:25px;
}

.CombinedPDFLink
{
    float:right;
    text-align:right;
    padding-right: 12px;
    padding-bottom: 12px;
    width:200px;
 }

/* only for mac ie */ 
*>html .CombinedPDFLink {margin-top:-25px;}


.CombinedPDFLink input 
{
    margin:0px;
    padding:0px;
}

.NavResults2 
{
    font-size:10pt; 
    margin-bottom:50px; 
    margin-left:auto;
    margin-right:auto;
    width:900px;
    padding-top: 3px;
    border-top: 1px solid #E0E0E0;
}

.Hit 
{
    margin-bottom:20px;
}

.HitText 
{
    font-size:10pt;
}

.HitActionsContainer 
{
    overflow:hidden;
    display:inline-block;
    width:900px;
    clear:both;
}

.HitHeadline 
{
    font-weight:bold;
    float:left;
    width:455px;
}

.HitActionsContainer .HitHeadline a:link { color:#5d97cf; text-decoration:underline; }
.HitActionsContainer .HitHeadline a:active { color:#5d97cf; text-decoration:underline; }
.HitActionsContainer .HitHeadline a:hover { color:#5d97cf; text-decoration:underline; }
.HitActionsContainer .HitHeadline a:visited { color:#5d97cf; text-decoration:underline; }

.HitActions 
{
    text-align:right;
    float:right;
    text-transform:uppercase;
    font-size:8pt;
    width:440px;
}

.HitActions ul 
{
    margin:0px; padding:0px;
}

.HitActions ul li
{
    display:inline;
    padding:0 .5em;
    border-right:1px solid #5d97cf;
}

.HitActions li.LastItem 
{
    border:none;
}

.Hit a:link { color:#5d97cf; text-decoration:none; }
.Hit a:active { color:#5d97cf; text-decoration:none; }
.Hit a:hover { color:#5d97cf; text-decoration:none; }
.Hit a:visited { color:#5d97cf; text-decoration:none; }

.HitInfo 
{
    margin-top:8px;
    font-size:9pt;        
}

#NewsPaperLogos 
{
    width:930px;
    height:50px;
    margin-left:auto;
    margin-right:auto; 
    clear:both;
}

#NewsPaperLogos .img 
{
    text-align:center;
}

.MastImage 
{
    margin: 0 17px 17px 0;
    margin-top:10px;
}

/*-------------------------------
   Advanced Search page
 ------------------------------*/

#AdvanceSearch 
{
    height:160px;
    margin-top:15px;
    margin-left:20px;
    width:658px;
    float:right;
}

#AdvanceSearch td
{
    font-size:8pt;
}

#AdvanceSearch td input 
{
    font-size:8pt;
}

#AdvanceSearch td select
{
    font-size:8pt;
}

.AdvanceSearchCol0
{
    width:90px;
}

.AdvanceSearchCol2
{
    width:86px;
    padding-left:8px;
}

.AdvanceSearchSel3
{
    width:180px;
}

.AdvanceSearchCol4
{
    width:62px;
    padding-left:8px;
}


/*-------------------------------
   List pages
 ------------------------------*/

#PageContainer 
{
    width:900px;
    margin-right: auto; 
    margin-left:auto;
    margin-bottom:10px;
    height:110px;
}

#PageReturn 
{
    width:568px;
    float:right;
    margin-top:95px;
    margin-right:8px;
    text-align:right;
    font-weight:bold;
}

#SavedSearchContent
{
    width:895px;
    margin-right: auto; 
    margin-left:auto;
    margin-top:10px;
}

#SavedSearchContent .MySearch 
{
    width:400px;
    height:37px;
}

#SavedSearchContent .MySearch .Input 
{
    float:left;
    margin-top:6px;
}

#SavedSearchContent .MySearch .Button
{
    float:left;
}

#SavedSearchContent #Headings
{
    color:#6699c9;
    font-size:12pt;
    clear:both;
    height:25px;
    width:900px;
}

#SavedSearchContent #Headings .ColOne
{
    width:450px;
    float:left;
    height:20px;
}

#SavedSearchContent #Headings .ColTwo
{
    width:100px;
    float:left;
    height:20px;
}

#SavedSearchContent #Headings .ColThree
{
    width:65px;
    float:left;
    height:20px;
}

#SavedSearchContent #Headings .ColFour
{
    width:65px;
    float:left;
    height:20px;
}

#SavedSearchContent #Headings .ColFive
{
    width:100px;
    float:left;
    height:20px;
}

.SavedItem 
{
    clear:both;
    margin-bottom:5px;
    width:900px;
}

/* Ignore the next rule in IE mac \*/
.SavedItem { overflow:hidden;display:inline-block }
/* Stop ignoring in IE mac */


/* only for mac ie */ 
*>html .SavedItem {height:35px;}

.SavedItem .ColOne
{
    width:450px;
    float:left;
    margin:5px 0px 5px 0px;
}

.SavedItem .ColTwo
{
    width:100px;
    float:left;
    margin:5px 0px 5px 0px;
}

.SavedItem .ColThree
{
    width:65px;
    float:left;
    margin:5px 0px 5px 0px;
}

.SavedItem .ColFour
{
    width:65px;
    float:left;
    margin:5px 0px 5px 0px;
}

.SavedItem .ColFive
{
    float:left;
    margin:5px 0px 5px 0px;
}

.SavedItem .ColFive input 
{
    width:200px;
}

.SavedItem a:link { color:black; text-decoration:none; }
.SavedItem a:active { color:black; text-decoration:none; }
.SavedItem a:hover { color:black;  text-decoration:none; }
.SavedItem a:visited { color:black; text-decoration:none; }

#ArticleNav 
{
    width:568px;
    height:115px;
    float:right;
    margin-right:8px;
    font-weight:bold;
    text-align:right;
}

#ArticleNav #Return 
{
    margin-top:40px;
    margin-left:440px;
}

#ArticleNav #PrevNext 
{
    width:200px;
    height:30px;
    margin-top:40px;
    float:right;
    margin-bottom:28px;
}

#ArticleNav #PrevNext .arrow1
{
    width:85px;
    float:left;
    cursor:pointer;
}

#ArticleNav #PrevNext .arrow1 .Image
{
    float:left;
    width:23px;
    margin-top:-2px;
}

#ArticleNav #PrevNext .arrow1 .Text
{
   float:right;
   width:50px;
}

#ArticleNav #PrevNext .arrow2
{
    width:85px;
    float:right;
    cursor:pointer;
}

#ArticleNav #PrevNext .arrow2 .Image
{
    float:right;
    width:23px;
    margin-top:-2px;
}

#ArticleNav #PrevNext .arrow2 .Text
{
   float:left;
   width:50px;
}


#Info 
{
    width:895px;
    margin-right: auto; 
    margin-left:auto;
    margin-top:-10px;
    
}

#ArticleContent 
{
    width:895px;
    margin-right: auto; 
    margin-left:auto;
    margin-top:10px;
    
}

#ArticleDetails 
{
    font-weight:bold;
}

#ContentHeadings
{
    min-height:145px;
    height:auto !important;
    height:145px;
}

#ContentHeadings #Image 
{
    float:right;
    width:230px;
    margin-right:10px;
    margin-top:15px;
    text-align:right;
}

#ContentHeadings #Headings
{
    width:650px;
    float:left;
}

#ContentHeadings #Headings h2 
{
    margin:0px;
    padding:15px 0px 0px 0px;
}

#ContentHeadings #Headings .Publication 
{
    padding:10px 0px 0px 0px;
    font-weight:bold;
    font-size:large;
}

#ContentHeadings #Headings .By 
{
    padding:10px 0px 5px 0px;
    font-size:1.3em;
    color:#6699c9;
}

#ArticleContent #Content 
{
    clear:both;
    margin-top:20px;
}

.InputButton 
{
    background-color:White;
    background-image:url(../static/img/b1.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#73a0c9;
    font-weight:bold;
    cursor:default;
}


.InputButtonOn 
{
    background-color:White;
    background-image:url(../static/img/b2.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#73a0c9;
    font-weight:bold;
    cursor:pointer;
}

.InputButtonR
{
    background-color:white;
    background-image:url(../static/img/b1r.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#D05060;
    font-weight:bold;
    cursor:default;
}

.InputButtonOnR 
{
    background-color:white;
    background-image:url(../static/img/b2r.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#D05060;
    font-weight:bold;
    cursor:pointer;
}

.InputButtonG 
{
    background-color:white;
    background-image:url(../static/img/b1g.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#50D060;
    font-weight:bold;
    cursor:default;
}

.InputButtonOnG 
{
    background-color:white;
    background-image:url(../static/img/b2g.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#50D060;
    font-weight:bold;
    cursor:pointer;
}

.InputButtonB
{
    background-color:white;
    background-image:url(../static/img/b1b.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#73a0c9;
    font-weight:bold;
    cursor:default;
}

.InputButtonOnB 
{
    background-color:white;
    background-image:url(../static/img/b2b.jpg);
    background-position:2px 3px;
    background-repeat:no-repeat;
    border-width:0px; 
    width:100px; 
    line-height:39px;
    height:39px;
    color:#73a0c9;
    font-weight:bold;
    cursor:pointer;
}

#CombinedPDFLink
{
    float: right;
    padding-right: 12px;
    padding-bottom: 12px;
    //clear: both;
}

.SavedSearchButtons
{
    width:895px;
    margin-right: auto; 
    margin-left:auto;
    margin-top:30px;
    height:100px;
}


/*-------------------------------
   Browse page
 ------------------------------*/
#BrowseContainer 
{
    width:650px;
    float:right;
    margin-top:44px;
    height:60px;
    _border: 1px dotted yellow;
}

#BrowseContainer .One
{
    width:285px;
    float:left;
    _border: 1px dotted pink;
}

#BrowseContainer .One .Label
{
    width:70px;
    float:left;
    margin-top:2px;
}

#BrowseContainer .One .Field 
{
    float:left;
    margin-bottom:15px;
}

#BrowseContainer .Two 
{
    width:260px;
    float:left;
}

#BrowseContainer .Two .Label
{
    width:70px;
    float:left;
    margin-top:2px;
}

#BrowseContainer .Two .Field 
{
    float:right;
    width:180px;
    margin-bottom:15px;
}

#BrowseContainer .Three
{
    width:100px;
    height:40px;
    margin-top:30px;
    float:right;
}


.hl { background-color: #FFFF80; }

.LegalNoteDisplay
{
    margin: 20px 0px 10px 0px;
}

#LegalNote
{
    margin-left:auto;
    margin-right:auto; 
    margin-top:20px;
    margin-bottom:20px;
    clear:both;
    width: 880px;
    padding: 5px;
    border: 1px solid darkred;
}

#LegalNoteHead
{
    margin-bottom: 5px;
    font-weight: bold;
    color: darkred;
}

.LegalNoteEditButton
{
    font-size: 11px;
}

#LegalNoteTextArea
{
    width: 90%;
}

#ErrorMessage
{
    color: red;
    font-size: 18px;
}

.ThumbnailTable {
    border: 1px solid black;
}

.ThumbnailCell {
    border: 1px solid black;
    background-color: #F0F0F0;
}

.Correction {
    font-weight: bold;
    color: red;
}

#FedExDate {
    font-size: large;
    padding-bottom: 8px;
}