


/*
 * Cascading style sheet.
 * This file is actually a JSP, to allow the usage of taglibs.
 *
 * $Id: tobacco.css 6927 2009-03-02 23:03:14Z taketa $
 */


/* ##########################################################################
   ### GLOBAL STYLES ########################################################
   ########################################################################## */

BODY, P, DIV, TD, SPAN, SELECT, SUBMIT, BUTTON 
{ 
    font-family: Verdana, Geneva, Arial, Helvetica; 
    font-size: 11px; 
}

/* images inside links don't need a border */
A IMG
{
    border-width: 0;
}

/* text fields use small font */
INPUT, TEXTAREA, SELECT
{
	font-family: sans-serif;
	font-size: 8pt;
}

/* informational messages */
.notice
{
    font-style: italic;
    background-image: url("/images/icons/ui/obj16/info_tsk.gif");
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left top;    
}

/* warning messages */
.warning
{
	font-style: italic;
    background-image: url("/images/icons/ui/obj16/warn_tsk.gif");
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left top;    
}

/* error messages */
.error
{
    color: red;
    background-image: url("/images/icons/ui/obj16/error_tsk.gif");
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: left top;    
}

UL.errors
{
    list-style-type: none;
}

TR.row-even 
{
	background-color: #f0f1f9;
}

TR.row-odd 
{

}

.resultsTable
{

}

.tocHead 
{ 
    color: #516895; 
    font-size: 11px; 
    font-weight: bold; 
}

.tocItem 
{ 
    color: #516895; 
    font-size: 12px; 
}

.titleCell
{
	
	padding-left: 6px;
}

.dataCell
{

}

.synopsisCell
{
	
}

.brownBorder
{
    border-top-color: #8a4a00;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #8a4a00;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.linkItems
{ 
    color: #516895; 
    font-size: 12px; 
	line-height: 20px;
}

.smalllinkItems
{ 
    color: #516895; 
    font-size: 11px; 
	line-height: 15px;
}

/* the darker green header for each bucket of info */
TABLE.bucket-header
{
	width: 550px; 
	background-color: #dfeeb7; 
	height: 30px;
	
}

/* the dark blue header for listing field values in search tool pages*/
.bluebucket-header
{
	width: 550px; 
	background-color: #374e84; 
	height: 30px;
	
}
	

/* ##########################################################################
   ### BOOKBAG ##############################################################
   ########################################################################## */

.bookbagCheckbox {
    background-color: #dfedb6;
}

/* ******************** BOOKBAG PAGE ********************************************* */

/* list of alternate rows with a thin border around it */
TABLE.bookbag {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
}
/* row of buttons up top */
TABLE.bookbag TABLE.actions TD {
    text-align: center;
}
/* bookbag item number */
TABLE.bookbag TH.item-header {
    text-align: left;
    vertical-align: top;
    font-size: 12pt;
    padding-top: 3px;
    padding-left: 3px;
}
/* bookbag item close box */
TABLE.bookbag TD.item-close {
    text-align: right;
    vertical-align: top;
}
TABLE.bookbag TH {
    text-align: right;
    font-size: 8pt;
    padding-right: 3px;
    vertical-align: top;
}
TABLE.bookbag TD {
    font-size: 8pt;
}
SPAN.note {
    font-size: 8pt;
}

/* curved corner box on search results page */ 
.bl {
    background: url("/images/searchpages/green.gif") 0 100% no-repeat #dfedb6;
    width: 20em;
}
.br {
    background: url("/images/searchpages/curved_bottomRightBookbag.gif") 100% 100% no-repeat;
}
.tl {
    background: url("/images/searchpages/curved_topLeftBookbag.gif") 0 0 no-repeat;
}
.tr {
    background: url("/images/searchpages/curved_topRightBookbag.gif") 100% 0 no-repeat;
    padding:3px;
}
.clear {
    font-size: 1px;
    height: 1px
}
.blBot {
    background: url("/images/searchpages/curved_bottomLeftBookbag.gif") 0 100% no-repeat #dfedb6;
    width: 20em;
}
.brBot {
    background: url("/images/searchpages/curved_bottomRightBookbag.gif") 100% 100% no-repeat;
}
.tlBot {
    background: url("/images/searchpages/green.gif") 0 0 no-repeat;
}
.trBot {
    background: url("/images/searchpages/curved_topRightBookbag.gif") 100% 0 no-repeat;
    padding:3px;
}
.clearBot {
    font-size: 1px;
    height: 1px;
}



/* ##########################################################################
   ### DOCUMENT #############################################################
   ########################################################################## */

/* list of alternate rows with a thin border around it */
TABLE.document-metadata 
{
	border-color: #f0f1f9;
	border-style: solid;
	border-width: 1px;
}

TABLE.document-metadata TH  
{
    text-align: right;
	font-size: 8pt;
	padding-right: 3px;
	vertical-align: top;
}

TABLE.document-metadata TD 
{
	font-size: 8pt;
}

SPAN.document-blank-title
{
	font-style: italic;
}


/* page-by-page paging */
DIV.pbp-paging-widget 
{
    padding-top: 10px;
    padding-bottom: 10px;
}

DIV.pbp-paging-widget TABLE 
{
    background-color: #f0f1f9;
}

DIV.pbp-paging-widget TD
{
    padding-left: 16px;
    padding-right: 16px;
}

DIV.pbp-paging-widget FORM
{
    padding: 0;
}


/* ##########################################################################
   ### ANNOUNCEMENTS ########################################################
   ########################################################################## */
 
 /* begin styles for RSS Feed 
     Modification of no-style feed, this adds a classy dotted underline to item links and faint background color on hover */

.rss-title, rss_title a {
        font-size: 1.2em;
	margin: 0px 0;
        margin-bottom: 0.5em;
	padding: 0;
        color: #406480;
	text-decoration: none;	
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0.2em;
}

.rss-item  {
  font-size: 11px;
  font-weight:bold;
  margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
        color: #406480;
	text-decoration: none;
	border-bottom: 1px dotted #A0B6DE;
	}

.rss-item a:hover { 
        background-color: #DCE3E8;
	color: #406480;
	}
	
.rss-date {
	font-size: xx-small;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }


/* ##########################################################################
   ### PAGING ###############################################################
   ########################################################################## */

DIV.paging-controls
{
    background-color: #f0f1f9;
	padding: 6px 6px 6px 6px;
}

DIV.paging-controls SPAN.pages
{
    margin-left: 5em;
}

DIV.paging-controls SPAN.page-index
{
    text-align: center;
    padding: 3px 6px 3px 6px;
}

DIV.paging-controls SPAN.current-page
{
    font-weight: bold;
}

.page-number
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	font-weight: bold;
	  
}
.page-index
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;	
}



/* ##########################################################################
   ### SEARCH PAGES #########################################################
   ########################################################################## */

.greenHeadingText {
	color: #598428;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	font-size: 20px;
	line-height: 28px;
}
.greenText {
	color: #598428;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.checkBoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 20px;
}
.blueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #374e84;
	line-height: 22px;
}
.blueElevenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #374e84;
}
.blueTenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #374e84;
}
.fieldCodeChart {
	
}
.searchBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374E84;
}
.blackTwelvePoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.blackElevenPoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.blackTenPoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
}
.whiteTenPoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.whiteElevenPoint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.tableStyle {
    background-image: url("/images/searchpages/green.gif");
    background-color: #DFEEB7;
}

.greenBucketOutlined {
    background-image: url("/images/searchpages/lightgreen.gif");
	width: 520px;
	padding: 10px;
	border-style: solid;
	border-width: 2px;
	border-color: #DFEEB7;
}

.greenBucket {
    background-image: url("/images/searchpages/lightgreen.gif");
	width: 520px;
	padding: 10px;
}






:link {
	color: #374E84;
}
a:active {
    color: red;
}
.pullDownMenuFixed {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374E84;
}
.pullDownMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #374E84;
}
.searchButton {
	background-color: #598428;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.helpHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #374e84;
}

.highlight {
    background-color: yellow;
    font-weight:bold;
}

.header {
    background-color: #002040;
    color: white;
    font-weight: bold;
    margin:2px;
}

.pageNumberActive {
    color: red;
    font-weight: bold;
    margin:2px;
}

.pageNumber {
    font-weight: bold;
    margin:2px;
}

.searchHitHeader {
    font-weight: bold;
}

/* curved corner box on search results page */ 
.bleft {
    background: url("/images/searchpages/curved_bottomLeftBookbag.gif") 0 100% no-repeat #dfedb6;
    width: 20em;
}
.bright {
    background: url("/images/searchpages/curved_bottomRightBookbag.gif") 100% 100% no-repeat;
}
.tleft {
    background: url("/images/searchpages/curved_topLeftBookbag.gif") 0 0 no-repeat;
}
.tright {
    background: url("/images/searchpages/curved_topRightBookbag.gif") 100% 0 no-repeat;
    padding:10px;
}
.clear {
    font-size: 1px;
    height: 1px
}

/* "Back to my last search" link */
.lastSearchLink {
    text-align: right;
    padding: 10px;
}


/* ##########################################################################
   ### SEARCH HISTORY #######################################################
   ########################################################################## */

/* list of alternate rows with a thin border around it */
TABLE.searchHistory
{
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px;
}

/* row of buttons up top */
TABLE.searchHistory TABLE.actions TD
{
    text-align: center;
}

TABLE.searchHistory TR.header 
{
	background-color: black;
    color: white;
}

TABLE.searchHistory TH 
{
    text-align: center;
	font-size: 8pt;
	padding-right: 3px;
	vertical-align: top;
}

TABLE.searchHistory TD 
{
    text-align: left;
	font-size: 8pt;
}

TABLE.searchHistory TD.date 
{
    text-align: center;
	white-space: nowrap;
}

TABLE.searchHistory TD.results 
{
	text-align: right;
}

