/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */

/**
 * stylesheet.css
 *
 * LICENSE: This source file is subject to version 1.0 of the OpenFlyers
 * license that is available through the world-wide-web at the following
 * URI: http://www.openflyers.com/license/semifreelicense1_0.txt. If you did not receive a
 * copy of the OpenFlyers License and are unable to obtain it through the
 * web, please send a note to contact@openflyers.org so we can mail you
 * a copy immediately.
 *
 * @category    CSS
 * @package     OpenFlyers
 * @author      Christophe LARATTE <christophe.laratte@openflyers.org>
 * @copyright   2008 OPENFLYERS S.A.R.L. <contact@openflyers.com>
 * @license     http://www.openflyers.com/license/semifreelicense1_0.txt  OpenFlyers License
 * @version     SVN: $Id: formBooking.php 4647 2008-10-12 16:10:08Z johnny $
 * @link        http://openflyers.org
 * @since       Fri Dec 13 2002
 */

body {
    background: #eeeeee;
    font-family: Verdana,sans-serif;
    font-size: 1em;
    margin: 0.5em;
    padding: 0;
    text-align:center;
}

a {
    font-family: Verdana,sans-serif;
    color: #565656;
    text-decoration: none;
}

img {
    border: 0px;
}

form {
    margin: 0;
}

table {
    padding: 0px;
    font-family: Verdana,sans-serif;
    text-align: center;
    border-collapse: collapse;
}

.mask {
    display : none;
}

.bookdescText {
    clear:both;
    float:left;
    line-height: 28px;
    font-weight: bold;
    font-size: 120%;
    margin-top: 0.1em;
    margin-left: 0.85em;
    padding-left: 1.5em;
    color: white;
    background-color:#6BDE21;
    background-image: url(img/bookdesc_arrow.png);
    background-position: 8px 50%;
    background-repeat: no-repeat;
}

.bookdescCorner {
    margin-top: 0.1em;
    float: left;
    width: 37px;
    height: 28px;
    background-image: url(img/bookdesc_corner_green.gif);
    background-repeat: no-repeat;
}

.contentbox {
    clear: both;
    margin: 0em 1em;
    padding: 0.5em;
    background-color: #ffffff;
}

.mainbox {
    clear: both;
    margin: 0em 1em 0em 1em;
    padding: 0.5em;
    background-color: #ffffff;
}

.lightSpacer {
    clear: both;
    padding: 0;
    border: 0;
    margin: 0;
    visibility: hidden;
    font-size: 1px;
}

.uppercase {
    text-transform: uppercase;
}

div.spacer {
    clear: both;
    padding: 5px;
    border: 0;
    margin: 0;
}

div.warningRed {
    clear: both;
    color: red;
    font-size: 18px;
}

div.warningOrange {
    clear: both;
    color: orange;
    font-size: 18px;
}

#footer {
    margin-right: 1em;
    margin-left: 1em;
    background: #ffffff;
    height: 28px;
}

#footerInfo {
    float: right;
    height: 28px;
}

#footerLog {
    float: left;
    width: 42px;
    height: 28px;
    background: url(img/help.png) no-repeat;
}

#footerlinks {
    float:left;
    display: inline;
    margin: 0;
    line-height: 28px;
    padding-right: 10px;
    font-size: 0.9em;
    background-color: #e6e6e6;
}

#footerlinks a {
    color: #565656;
}

#ofButton:before {
    content: "[ ";
}
#helpButton:before, #bugButton:before, #aboutButton:before {
    content: " | ";
}

#aboutButton:after {
    content: " ]";
}

/************************ contours *****************/
div.box, div.largebox {
    margin: 0 20px;
    padding: 0;
}

div.box h1, div.largebox h1 {
    color: #67aee6;
    font-weight: bold;
    font-size: 18px;
}

div.outside_box {
    margin: 20px ;
    padding: 0;
}

.pager {
    font-family: Verdana,sans-serif;
    font-size: 1.2em;
}

.pager a {
    text-decoration: none;
}

.about {
    text-align: left;
}

.about ul {
    margin-bottom: 1em;
}

.pager .curLink {
    text-decoration: underline;
    font-weight: bold;
}

.border {
    padding-left: 1px;
    padding-right: 1px;
    text-decoration: none;
    cursor: pointer;
/*    width: 100%;*/
    border: 1px dashed #787878;
}

.border:hover {
    border: 1px dashed #ff8b00;
}

.editOn {
    background: #CCCCFF;
}

.editOff {
    background: #FFF;
}
