﻿/* iui.css (c) 2007 by iUI Project Members, see LICENSE.txt for license */
body {
    margin: 0;
    font-family: Arial,Helvetica,Verdana;
    color: #000000;
    overflow-x: hidden;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
}
.clear { clear: both; }

body > *:not(.toolbar) {
/*    display: none;*/
    /*position: absolute;*/
    margin: 0;
    margin-right: 10px;
    padding: 0;
    /*left: 0;
    top: 45px;*/
    width: 100%;
    /*min-height: 372px;*/
}

body[orient="landscape"] > *:not(.toolbar) {
    /*min-height: 268px;*/
}

body > *[selected="true"] {
    display: block;
}


/************************************************************************************************/

body > .toolbar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0px;
    margin-left: auto;
    margin-right:auto;
}

.toolbar > h1 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
    background: url(logo.png) no-repeat;
}

body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
    
}

.button {
    position: absolute;
    overflow: hidden;
    top: 8px;
    right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    /*-webkit-border-image: url(/but_back.jpg) 0 5 0 5;*/
}



/************************************************************************************************/

body > ul > li {
    /*position: relative;*/
    margin: 0;
    border-bottom: 1px solid #E9EEF3;
    padding: 8px 0 8px 10px;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}


body > ul > li > a {
    display: block;
    margin: -8px 10px -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: #000000;
    background: url(/arrow.jpg) no-repeat right;
}

a[target="_replace"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    color: cornflowerblue;
    background-color: #FFFFFF;
    background-image: none;
}

#footer {
    font-size: 12px;
}

#footer a {
    color: #00509F;
    background:none;
}

/************************************************************************************************/
    

input {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 12px;
    font-weight: normal;
}

button {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 12px;
    font-weight: normal;
}

select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin: 8px 0 0 0;
    font-size: 12px;
    font-weight: normal;
}



/************************************************************************************************/

body > .panel {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    background: #c8c8c8 url(pinstripes.png);
}



/************************************************************************************************/

table {
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    margin: 5px;
    padding: 2px;
}

/************************************************************************************************/

.seperator{
    height: 30px;
    background-color:#27B2EB;
}

.seperator > span{
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    color:#ffffff;
    position:absolute;
    padding-top:8px;
    font-weight:bold;
    text-transform: uppercase;
}

.seperator > a > img{
    margin: 7px 10px 0 10px;
    border:0px;
}

.footer{
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    position: bottom;
    text-align:right;
    padding-top: 10px;
    padding-bottom:10px;
}

.footer > a {
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    margin:0 10px 0 0;
    color:#27B2EB;
    text-decoration:none;
}
.footer > span{
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    margin:0 10px 0 0;
    text-decoration:none;
}

.press_releases span{
    font-family: Arial,Helvetica,Verdana;
    font-size: 12px;
    text-decoration:none;
    font-weight: normal;
}

.press_releases > li > a{
    margin: 8px 10px 8px -10px;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    background:url(/arrow.jpg) no-repeat scroll right center transparent;
    color:#000000;
    display:block;
}

.press_releases > li > p{
    margin-top: -8px;
}



.daily_basket_price{
    padding-left:10px;
}
 
/************************************************************************************************/


h2 {
    margin: 10px 0px 10px 10px;
    font-size: 110%;
    font-family: Arial,Helvetica,Verdana;
    font-weight: bold;
}
p {
    margin: 10px 10px;
    font-family: Arial,Helvetica,Verdana;
    line-height: 1.35em;
    font-size:12px;
}
.teaser {
    font-size: 16px;
    margin: 10px;
    font-family: Arial,Helvetica,Verdana;
    line-height: 1.35em;
    font-weight: bold;
}
.text {
    font-size: 16px;    
    margin: 10px;
    font-family: Arial,Helvetica,Verdana;
    line-height: 1.35em;
}
.subline {
    font-size: 14px;
    color: #999999;
    margin: 10px;
    font-family: Arial,Helvetica,Verdana;
}

table{
    background-color:#D9DCDE;
    border:1px solid #D9DCDE;
    width:100%;
    margin:0px;
}
table tr td{
    text-align: center;
    background-color:#ffffff;
}
table tr.odd td{
    text-align: center;
    background-color:#D9DCDE;
}