/*--------------------------------------------*/
/* 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-bottom: 0;
  margin-left: 2em;
  padding-left: 0;
}

#weather ul li {
  /*list-style: none;*/
}

#weather .left {
  float: left;
  margin-right: 10px;
}
#weather .right {
  float: left;
}

#weather iframe {
  border-style: none;
  border-width: 0;
  width: 100%;
  height: 900px;
  /*overflow: hidden;*/
  margin-top: 2em;
}

#weather .city-select {
  border: 0;
}

#weather .city-select select {
  width: 175px;
  vertical-align: middle;
}

/* Remotely hosted forecast: */

#weather-forecast td, #weather-forecast th, #weather-forecast li {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #000000;
    border-width: 0;

}

#weather-forecast h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: -.5em;
}

#weather-forecast h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-top: 2em;
}

#weather-forecast table {
    border: 1px solid #222222;
    margin-top: 0;
    border-collapse: collapse;
    width: 100%;
}

#weather-forecast table th {
    font-weight: bold;
    border: 1px solid #002b65;
    padding: 4px;
    text-align: center;
}

#weather-forecast table td {
    border: 1px solid #002b65;
    padding: 4px;
}

#weather-forecast table#current-conditions td {
    text-align: center;
}

#weather-forecast table tr.icons td {
   text-align: center;
}

#weather-forecast table tr.description td {
   vertical-align: top;
}

#weather-forecast #time {
    margin-top: 2em;
}

#weather-forecast div#time {
    text-align: center;
}

#weather-forecast table#yesterday td {
    text-align: center;
}

#weather-forecast table#today td {
    text-align: center;
}

#weather-forecast div#text-forecast {
    border: 1px solid #002b65;
    padding: 4px;
}

#weather-forecast #text-forecast p {
    margin-top: 0;
    margin-bottom: 0;
}

#weather-forecast #text-forecast hr {
    color: #8F8F8F;
    height: 1px;
    background-color: #8F8F8F;
    border: 0;
}

/* 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;
}

/* 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/fccsoftware.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;
    color: white;
    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: white;
}

#splash img {
    border-style: none;
}
