/* iPhone.css - iPhone Interface Cascading Style Sheet
 * Copyright (C) 2007-2008  Jay Freeman (saurik)
*/

/*
 *        Redistribution and use in source and binary
 * forms, with or without modification, are permitted
 * provided that the following conditions are met:
 *
 * 1. Redistributions of source code must retain the
 *    above copyright notice, this list of conditions
 *    and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the
 *    above copyright notice, this list of conditions
 *    and the following disclaimer in the documentation
 *    and/or other materials provided with the
 *    distribution.
 * 3. The name of the author may not be used to endorse
 *    or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS''
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

/* .clearfix {{{ */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}
/* }}} */

* {
    border: 0;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

sup {
    font-size: smaller;
    margin-top: -6px;
    position: relative;
    top: -6px;
}

select {
    border: 1px solid #999999;
    padding-right: 10px;
}

body {
    font-family: Helvetica;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
}

body.pinstripe {
    background: #c7ced5 url('pinstripes.png');
/*    background: #c7ced5 url('bgsilver.jpg') repeat; */
}

dialog {
    display: block;
    position: absolute;
    width: 100%;
}

dialog > panel {
    display: block;
    padding: 1px 0;
}

a {
    color: blue;
    text-decoration: none;
    text-underline-style: dotted;
}

strong {
    font-weight: bold
}

pre, tt {
    font-family: monospace;
}

pre {
    letter-spacing: -2px;
}

.default {
    color: #aaaabb;
}

toolbar > p {
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 24px;
    background-color: #6d84a2;
    background-image: url(toolbar.png);
    background-repeat: repeat-x;
    background-position: left top;
}

toolbar > p > myheader {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	height: 100%;
	margin: 1px auto 0 auto;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	white-space: nowrap;
}

toolbar > p > a.back-button,
toolbar > p > a.forward-button,
toolbar > p > a.tool-button,
toolbar > p > a.home-button {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: -3px;
    padding: 0 3px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    white-space: nowrap;
}

toolbar > p > a.back-button {
    -webkit-border-image: url(backButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
    float: left;
}

toolbar > p > a.forward-button {
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
    border-width: 0 5px;
    float: right;
}

toolbar > p > a.tool-button {
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
    border-width: 0 5px;
    float: left;
}

toolbar > div {
    border-bottom: 1px solid #2d3642;
    padding: 10px;
    height: 24px;
    background-color: #6d84a2;
    background-image: url(toolbar.png);
    background-repeat: repeat-x;
    background-position: left top;
}

toolbar > div > myheader {
	display:block;
	overflow:hidden;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	height: 100%;
	margin: 1px auto 0 auto;
	text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
	text-align: center;
	white-space: nowrap;
}

toolbar > div > a.back-button,
toolbar > div > a.forward-button,
toolbar > div > a.tool-button,
toolbar > div > a.find-button,
toolbar > div > a.home-button {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: -3px;
    padding: 0 3px;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    white-space: nowrap;
}

toolbar > div > a.back-button {
    -webkit-border-image: url(backButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
    float: left;
}

toolbar > div > a.forward-button {
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
    border-width: 0 5px;
    float: right;
}

toolbar > div > a.tool-button {
    -webkit-border-image: url(toolButton.png) 0 5 0 5;
    border-width: 0 5px;
    float: left;
}

toolbar > div > a.home-button {
    -webkit-border-image: url(homeButton.png) 0 8 0 28;
    border-width: 0 8px 0 28px;
    float: left;
}

toolbar > div > a.find-button {
    -webkit-border-image: url(findButton.png) 0 12 0 12;
    border-width: 0 12px;
    float: right;
}

dialog > panel > block {
    background-color: #c7ced5;
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    display: block;
    font-size: 16px;
    margin: 9px 10px;
    padding: 0 10px;
}

dialog > panel > block > hr {
    border-width: 1px 0 0 0;
}

dialog > panel > fieldset {
    background-color: #ffffff;
    border: 1px solid #999999;
    -webkit-border-radius: 10px;
    font-size: 16px;
    margin: 9px;
}

dialog > panel > input[type="submit"] {
    display: block;
	background-image: url('bluesubmit.png');
	background-repeat: repeat-x;
	background-color: blue;
	-webkit-border-radius: 10px;
    border: 3px solid #7A7A7A;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    height: 44px;
    padding-top: 2px;
    text-align: center;
    width: 96%;
}

   dialog > panel > p > input[type="submit"] {
/*    -webkit-border-image: url(blueButton.png) 0 12 0 12;
    -webkit-border-radius: 0;  */
/*    -webkit-border-image: url(grayButton.png) 20 5 20 5; */
/*    -webkit-border-image: url(blueButton.png) 3 5 3 5; */
    
    -webkit-border-image: url(toolButton.png) 3 5 3 5;
    border-width: 0px 0px;
    border: 1px solid #999999;
    float: center;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-weight: default;
    height: 44px;
    margin: 9px;
    padding: 8px;
    text-align: center;
    width: 280px;
}

dialog > panel > label {
    display: block;
    margin: 13px 0 -4px 17px;
    line-height: 24px;
    font-size: inherit;
    font-weight: bold;
    color: #4d4d70;
    text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}

fieldset > a,
fieldset > div,
fieldset > textarea {
    border-top: 1px solid #999999;
    min-height: 19px;
    padding: 12px 17px 11px 17px;
}

fieldset > h6 {
    color: #000000;
    font-size: 10px;
    font-weight: normal;
    height: 100%;
    margin: 1px auto 0 auto;
    text-shadow: rgba(0, 0, 0, 0) 0px 0px 0;
    text-align: center;
}

fieldset > a:first-child,
fieldset > div:first-child {
    border-top: none;
}

fieldset > a img.icon,
fieldset > div img.icon {
    height: auto;
    margin: -13px 5px -10px -10px;
    max-height: 30px;
    min-width: 30px;
    width: 30px;
}

panel > block > p,
fieldset > div > p {
    margin: 11px 0;
    text-align: center;
}

fieldset > div > ul {
    margin-left: -20px;
}

fieldset > div > p:first-child,
fieldset > div > ul:first-child {
    margin-top: 0;
}

fieldset > div > p:last-child,
fieldset > div > ul:last-child {
    margin-bottom: 0;
}

fieldset > a {
    color: inherit;
    display: block;
}

fieldset > textarea,
fieldset > div > input,
fieldset > div > select {
    background: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
}
fieldset > a.back > div {
    background: no-repeat url(Linkspfeil.png);
    background-position-y: center;
    background-position-x: left;
    text-align: center;
}
fieldset > a.fwd,
fieldset > a.fwd > div > select {
    background: no-repeat url(pfeil.png);
    background-position-y: center;
    background-position-x: right;
}
dialog > fieldset > a,
dialog > panel > fieldset > a,
dialog > fieldset > div > select,
dialog > panel > fieldset > div > select {
/*    background-position-x: right; */
}

fieldset > textarea,
fieldset > div > input,
fieldset > div > select,
fieldset > a > label + div,
fieldset > div > label + div {
    color: #193250;
}

fieldset > textarea,
fieldset > div > input,
fieldset > div > select {
    font-size: 16px;
}


fieldset > div > select,
fieldset > div > input {
    border: none;
    height: 44px;
    margin: -13px -17px -13px 60px;
 /*       margin: -13px -17px -13px 86px; */
}

dialog > panel > fieldset > div > select,
dialog > panel > fieldset > div > input {
	width: 223px;
/*    width: 187px;  */
}

dialog > fieldset > div > select,
dialog > fieldset > div > input {
   width: 207px;
}

fieldset > div > input {
    padding: 13px 7px;
}

fieldset > textarea {
    padding: 10px;
    width: 320px;
}

fieldset > a > label,
fieldset > div > label,
fieldset > a> div > label{
    font-weight: bold;
    margin-left: 10px;
    width: 80px;
}

fieldset > a > label + div {
    margin-right: 16px;
}

dialog > fieldset > a > label + div,
dialog > fieldset > div > label + div 
dialog > fieldset > a> div > label + div {
/*    margin-left: 94px; */
}

dialog > panel > fieldset > a > label + div,
dialog > panel > fieldset > div > label + div
dialog > panel > fieldset >a > div > label + div{
    float: right;
    text-align: right;
}

dialog > panel > img {
    display: block;
    margin: 9px auto 4px auto;
    height: auto;
    width: 300px;
}
.generallink {
    margin-right: 10px;
}
.weblink {
    background: no-repeat url(web.png);
    background-position-y: center;
    background-position-x: left;
}
.centertext {
	text-align: center;
	display:block;
	width: auto;
}
.leftlabel {
	display:inline-block;
	width: 90px;
	margin-left: 5px;
}
.paralabel {
	display:block;
	width: 35px;
	height: auto;
	font-weight:bold;
	margin-bottom: 5px;
}
.parahead {
	display:block;
	width: 90%;
	font-weight:bold;
}
.btext {
	font-weight:bold;
}
.iconavail {
	vertical-align:middle;
	margin-top: -6px;
	margin-right:10px;
}
.rtext {
	color:red;
}
.pnavail1 {
	margin-right:10px;
    background: no-repeat url(avail1.png);
    background-position-y: center;
    background-position-x: right;
}
.pnavail2 {
	margin-right:10px;
    background: no-repeat url(avail2.png);
    background-position-y: center;
    background-position-x: right;
}
.pnavail3 {
	margin-right:10px;
    background: no-repeat url(avail3.png);
    background-position-y: center;
    background-position-x: right;
}
