/*--------------------------------------------*/
/* Page-specific styles                       */

/* FCC Bonds */

table.fcc-bonds {
    width: 5%;
}

table.fcc-bonds, table.fcc-bonds td, table.fcc-bonds th {
    border-top: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

table.fcc-bonds td, table.fcc-bonds th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
}

table.fcc-bonds td {
    white-space: nowrap;
}

table.fcc-bonds th {
    background-color: #002b65;
    color: white;
    font-weight: bold;
}

.fcc-bonds-legend {
    padding: 0.25em; 
    float: right;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 1em;
    vertical-align: middle;
}

.fcc-bonds-legend table {
    margin: 0;
}

.fcc-bonds-legend table, .fcc-bonds-legend table td {
    border-style: none;
    text-align: left;
}


/***** Drive Away Hunger *****/

#dah-route td { vertical-align: top; }


/***** AgNews weather *****/


/*#weather ul {
  margin-top: 0;
  margin-left: 2em;

  padding-left: 0;
}*/

/* City selection */

#weather .weather-select {
    margin-top: 1.5em;
    width: 30em;
    padding: 0.5em;

    background-color: #d1d8e8;
}

#weather #weather-forecast {
    background: url('/media/images/weather/gradient_blue.jpg') no-repeat;
}

#weather hr {
    clear: both;

    border: none;
    border-top : 1px solid #b0b0b0;
}

#weather hr.inside {
    margin-left: -1em;
    margin-right: -1em;
}

/* Current conditions */
#weather .current-conditions table {
    border-collapse: collapse;
    margin: 1em 1em 1.5em 1em;
    padding: 0;
}

#weather .current-conditions table table {
    margin: 0;
}

#weather .current-conditions table td, #weather .current-conditions table th {
    padding: 0;
}

#weather .current-conditions .location {
    padding-right: 11px;

    color: #002b65;
    font-size: 18px;
    font-weight: bold;
}

#weather .current-conditions .observed-on {
    padding-left: 1em;
    width: 100%;

    border-left: 1px solid black;
}

#weather .current-conditions .current-conditions-meas {
    padding: 1em 0;
}

#weather .observed-on span.cc {
    font-weight: bold;
}

#weather table td.current-temperatures {
    padding: 1em 0 1em 1em;
    width: 225px;
}

#weather .current-temperatures .temp {
    /*
    margin-left: 10px;
    margin-top: 10px;
    */
    width: 180px;
    height: 70px;
    
    background-color: #dbdbdb;
    font-weight: bold;
}

#weather .current-temperatures .temp .current-icon {
    /*
    margin-left: -10px;
    margin-top: -10px;
    */
    width: 80px;
    height: 64px;
}
#weather .current-temperatures .temp .current-temperature {
    text-align: center;
    vertical-align: middle;

    font-size: 20px;
}

#weather .current-temperatures .temp .today-hi-lo {
    text-align: center;
    padding: 0.5em;
}

#weather .current-conditions .condition-type {
    font-weight: bold;
    padding-right: 1.5em;
}

#weather .current-conditions .text-summary {
    padding: 0 5em 0 3em;
}

#weather .today {
    margin-bottom: 1em;
}

#weather .issued {
    font-weight: bold;
    line-height: 16px;
}

/* Yesterday conditions */
#weather .yellow-grad {
    background: #dbdbdb url('/media/images/weather/gradient_yellow.jpg') no-repeat;
}

#weather .yesterday-conditions {
    padding: 1em 1em;
}

#weather .condition {
    float: left;
    width: 15em;
}

#weather .yesterday-conditions h3 {
    margin-top: 0;
    margin-bottom: .25em;
}

#weather .yesterday-amount {
    color: #002b65;
}


/* Forecast */
#weather .forecast {
    padding: 0;
}

#weather .forecast h3 {
    margin-top: 0;
    margin-bottom: .25em;
}

#weather .forecast-sub {
    padding: 0;
    background-color: #dbdbdb;
}

#weather .forecast-sub-table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

#weather .forecast-name {
    font-weight: bold;
}

#weather .period {
    vertical-align: top;
    padding: 0 8px;
    /*float: left;
    width: 80px;
    
    margin-right: 1em;
    */
}

#weather .period-first {
    padding-left: 0;
}

#weather .period-last {
    padding-right: 0;
}

#weather .forecast-container {
    padding: 0 2px;
}

#weather .forecast-summary, #weather .hi-lo-pop {
    font-size: 10px;
    font-weight: bold;
}


#weather .text-forecast {
    margin-top: 1em;
    /*clear: both;*/
}

#weather .normals {
    clear: both;
    padding-top: 1.5em;
    padding-bottom: 1em;
    
    color: #002b65;
}

#weather table th {
    vertical-align: top;
    text-align: left;
    padding-right: 1em;
}



/***** Markets page *****/

table#markets {
    border-style: none;
    border-collapse: collapse;
}

table#markets tr th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    margin-left: 0;
    padding-left: 0;
}

table#markets tr.subhead th {
    text-align: left;
}

table#markets tr td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #000000;
    white-space: nowrap;
}

table#markets col.name-date {
    margin-left: 1em;
    padding-left: 1em;
    text-align: left;
}

table#markets colgroup.data col {
    text-align: right;
    margin: 0 .25em 0 .25em;
    padding: 0 .25em 0 .25em;
}



table#currencies {
    border: 2px solid black;
    border-collapse: collapse;
}

table#currencies caption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: white;
    background-color: black;
}

table#currencies tr th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-align: left;
}

table#currencies tr th.timestamp {
    text-align: center;
}

   /* Alternating row colours are done with inline Javascript */

table#currencies tr td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    color: #000000;
    white-space: nowrap;
    text-align: right;
}

hr.markets {
    color: #000;
    height: 1px;
    background-color: #000;
    border: 0;
}

/* Farm Finance Kit */
#ffk, #ffk table tr td, #ffk ul li, #ffk ol li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#ffk form {
    margin: 0px;
    padding: 0px;
}
#ffk #buttonss {
    margin: 5px;
}

#ffk #step0, #ffk #step1, #ffk #step2, #ffk #step3, #ffk #step4, #ffk #step5,
  #ffk #step6, #ffk #step7, #ffk #step8, #ffk #step9 {
    margin: 5px;
}

#ffk .FCCsmallbtns {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

#ffk .FCCsmallbtnsPressed {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    background-color: #FFFFFF;
    color: #40637A;
    border: 2px outset #002b65;
}

#ffk .FCCbuttonsBIG {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
}

#ffk .FCCMouseOver {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #002b65;
}

#ffk .FCCButtons {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
}

#ffk .FCCnoBorders { }

#ffk .input-label, #ffk .input-label-red {
    font-size: 10px;
}

#ffk .input-label-red {
    color: red;
}

#ffk .next-btn-container {
    margin: 10px 20px 0 0;
    text-align: right;
}

#ffk .print-btn-container {
    float: left;
}

#ffk .close-btn-container {
    float: right;
}

/* Today's news */
#cp-news {
  float:left;
  margin-bottom:30px;
  text-align: left;
}

#cp-news div.cp-news-headline {
  float:left;
  clear:left;
  width: 420px;
}

#cp-news div.cp-news-headline .cp-news-timestamp {
  float:left;
  width: 55px;
}
#cp-news div.cp-news-headline .cp-news-title {
  float:right;
  width:365px;
}

/* Ag 101 on Highway 1 */
hr.ag101-hr {
    color: #002b65;
    height: 1px;
    background-color: #002b65;
    border: 0;
}

.ag101-sectiontitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: .75ex;
    margin-bottom: 1ex;
    /*color: rgb(104, 146, 84);*/
    color: #309850;
}

a.ag101-sectionlink {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: underline;
    /*color: rgb(104, 146, 84);*/
    color: #309850;
}

a.ag101-sectionlink:hover {
    color: #8F8F8F;
}

.ag101-studentname {
    font-weight: bold;
    color: #002b65;
}

img.ag101-backtotop {
    border: 0;
    vertical-align: middle;
}

.ag101-byauthor {
    color: #888888;
    font-weight: bold;
    font-style: italic;
    margin-top: -2ex;
}

/* Sitemap */

#sitemap ul {
    margin: 0.2em auto 0.2em 0;
    padding-left: 1.5em;

    list-style: none;
}

#sitemap ul li {
    margin-top: 1em;
    margin-bottom: 0.2em;

    font-weight: bold;
    font-size: 12px;
}

#sitemap ul ul {
    padding-left: 2em;

    list-style-type: square;
}

#sitemap ul ul li {
    margin-top: auto;

    font-weight: normal;
    font-size: 11px;
}

#sitemap ul ul ul {
    list-style-type: none;
    padding-left: 1.5em;
}


/* AgriSuccess Logo */
#agrisuccessLogo {
    margin-top: 1em;
}


/* Careers */
.career-listings {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.career-listings li {
    margin-bottom: 1em;
}

/* Calendar */

.calendar-cpYearNavigation,
.calendar-cpMonthNavigation {
    background-color: #E5E5E5;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #003b72;
    font-weight: bold;
}
.calendar-cpDayColumnHeader,
.calendar-cpYearNavigation,
.calendar-cpMonthNavigation,
.calendar-cpCurrentMonthDate,
.calendar-cpCurrentMonthDateDisabled,
.calendar-cpOtherMonthDate,
.calendar-cpOtherMonthDateDisabled,
.calendar-cpCurrentDate,
.calendar-cpCurrentDateDisabled,
.calendar-cpTodayText,
.calendar-cpTodayTextDisabled,
.calendar-cpText {
    font-family:arial;
    font-size:8pt;
} 

TD.calendar-cpDayColumnHeader
{
    text-align:right;
    border: none;
    border-width: 0 0 1px 0;
}

.calendar-cpCurrentMonthDate,
.calendar-cpOtherMonthDate,
.calendar-cpCurrentDate
{
    text-align:right;
    text-decoration:none;
}
.calendar-cpCurrentMonthDateDisabled,
.calendar-cpOtherMonthDateDisabled,
.calendar-cpCurrentDateDisabled
{
    color:#D0D0D0;
    text-align:right;
    text-decoration:line-through;
} 

a.calendar-cpCurrentMonthDate
{
    color:#003b72;
    font-weight:bold;
}

.calendar-cpCurrentDate
{
    color: black;
    font-weight:bold;
}

a.calendar-cpOtherMonthDate
{
    color: #837f02;
}

TD.calendar-cpCurrentDate
{
    color: #34516A;
    background-color: #e5e5e5;
    border: 1px solid #000000;
}

 

TD.calendar-cpCurrentDateDisabled
{
    border: 1px solid #FFAAAA;
}

 

TD.calendar-cpTodayText,
TD.calendar-cpTodayTextDisabled
{
    border: none;
    border-width: 1px 0 0 0;
}

 

A.calendar-cpTodayText,
SPAN.calendar-cpTodayTextDisabled
{
    height:20px;
}

 

A.calendar-cpTodayText
{
    color: #003b72;
    font-weight: bold;
}

 

SPAN.calendar-cpTodayTextDisabled
{
    color:#D0D0D0;
}
 

.calendar-cpBorder
{
    border: solid thin black;
}


/* Express top stories */
#express div.hr {
    border: 0;
    width: 100%;
    height: 1px;

    color: #002B65;
    background-color: #002B65;

    margin: 1em 0;
    padding: 0;
    clear: both;
}
#express div.hr hr {
    display: none;
}

#express h4.article-title {
    font-size: 1em;
    font-weight: bold;

    margin-bottom: 0;
    margin-top: 1em;
}

#express h5.article-author {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;

    margin-top: 0;
}

#express .back-to-top {
    float: right;
    margin-bottom: 1em;
}

/* Express archives */
#express-archives ul {
    list-style-type:none;
    margin-left:0;
    padding-left:0;
}


/* Splash page */
#splash {
    text-align: center;
}

#splash .container {
    width: 600px;
    height: 312px;
    margin: 5em auto 0 auto;
    padding: 0;
    text-align: left;

    background: url('/media/images/site/splash/maple_leaf.jpg') no-repeat;
    border: 3px solid black;
}

#splash .top {
    height: 230px;
    width: 600px;
    margin: 0;
    padding: 0;
    padding-left: 275px;
}

#splash .bottom {
    height: 82px;
    width: 600px;
    margin: 0;
    padding: 0;

    background: url('/media/images/site/splash/logo.gif') no-repeat;
}

#splash table.main {
    height: 100%;
    /*width: 350px;*/
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#splash table table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

#splash table td {
    vertical-align: top;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#splash table td.english {
    vertical-align: middle;
}

#splash table td.french {
    vertical-align: middle;
}

#splash table td.english, #splash table td.french {
    width: 135px;
}


#splash table td.button {
    text-align: center;
}

#splash table td.checkbox {
    width: 10px;
}

#splash table td.vertical-bar {
    width: 21px;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

#splash table td.vertical-bar div {
    width: 1px;
    height: 100px;
    padding: 0;
    margin: 0 auto;

    background-color: #002b65;
}

#splash img {
    border-style: none;
}

/* Express and Journal email article forward page */
/* use oneColHybHdr (1col.css) as a base and then modify from there... */
#article-email.oneColHybHdr #container, #contact-email.oneColHybHdr #container {
    padding: 0 1em 1em 1em;

    width: 450px;
}

#article-email .indent, #contact-email .indent {
    margin-left: 2em;
}

#cse-search-box.express-search-box .search-box {
    margin-bottom: 0.3em;
}

#cse-search-box.express-search-box .search-button {
    vertical-align: bottom;
}

/* journal */
.journal-headline p {
    margin-top: 0;
    margin-bottom: 0;
}
