/*!
  * Copyright (c) 2008-2010, routeRANK Ltd <info@routerank.com>
  *
  * All rights reserved. Modification or use of this program or part of it is
  * prohibited without the written permission of the copyright holder.
  *
  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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.
*
  */

/*
 *  
 * @version 1.0
 * @author Miguel
 */
html {
    margin-top: 0em;
    padding: 0em;
    height: 100%; 
    margin-bottom: 0em;
    }

body { 
    background-color: #f0f4fb;
    padding: 0em;
    padding-left: 0.2em;
    font-family: Arial, Verdana, sans-serif;
    font-size: 0.7em;
    color: black;
    background-repeat: repeat-x; 
    background-position: 0 0em;
    }

h1 {
    font-size: medium;
}

h2 {
    font-size: small;
}

input,select {
    font-family: Arial, Verdana, sans-serif;
    clear: both
}

hr {
    padding-top:0.05em;
    padding-bottom:0.05em;
}

strong {
	font-weight: bolder;
}

a {
    color: blue;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

div.initialText {
    padding-top: 0.7em;
    padding-right: 1.2em;
    padding-left: 1.3em;
    width:100%;
    }

div.initialText_part {
    width:auto;
}

div.colOpen {
    clear:both;
    margin-bottom:0.9em;
    margin-left:-1.3em;
    margin-right:-1.3em;
}

div.colLabel h1 {
    line-height: 1.5em;
    font-size: 1em;
    font-weight: normal;
    color: black;
    padding-top:0.3em;
    width:100%;
}

div.colLabel div {
    margin-right: 0.3em;
    padding-top: 0.4em;
    text-align: center;
    font-weight: bold;
    color: white;
    float: left;
    height: 1.45em;
    width: 1.4em;
    background-color: #ff7e00;
}

div.detailedJourney {
    border-bottom:  0.2em solid #999999;
    border-top:  0.2em solid #999999;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
}

div.detailedJourney_title h2 {
    background-color: #e0e2fe;
    margin: 1em 0 0.3em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}

div.detailedJourney_fullTitle {
    padding-top: 0.5em;
}

div.faq h2,div.terms h2,div.privacy h2, div.contact h2{
    margin-top: 0.5em;
    font-size: 125%;
    font-weight: bold;
}


div#tophome {
    margin-top: 0.3em;
}

div.detailedJourney_deeplink{
    margin-top: 0.2em;
}

div.generalJourney_deeplink{
    margin-bottom: 1.8em;
    margin-top: 0em;
}

div.generalJourney p {
    margin: 0.2em 0;
}

div.break { clear: both }

div.generalJourney_title h1 {
    background-color: #e0e2ee;
    font-size: small;
    margin-bottom: 0.3em;
    margin-top: 0.3em;
    padding-bottom: 0.15em;
}

div#newSearch {
    margin-top: 0.2em;
    padding-bottom: 0.2em;
    border-bottom:  0.1em solid #999999;
}

div#pageButtons{
    margin-top: -0.7em;
}

div.mail_successful {
    margin: 0.5em 0 0.5em;
}

#footer {
    color: #666666;
    font-size: smaller;
    margin: 0.3em 0 0;
    padding: 0.2em 0;
}

#options,#title {
    padding-top: 0.5em;
}

#footer #footerlinks {
    border-top: 0.1em solid #999999;
}

#footer #footerlinks a {
    color: #666666;
    text-decoration: none;
}
#footer p.tradpxark {
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.breadcrumb {
    border-bottom:  0.1em solid #999999;
    border-top:  0.1em solid #999999;
    font-size: smaller;
    padding: 0.2em;
}

.block {
    border-bottom: 0.1em solid #999999;
    padding-bottom: 0.5px;
    padding-top: 0.5em;
}

.optionForm {
    margin: 0.4em 0 0.4em;
}

.breadcrumb span {
    white-space: nowrap;
}

img {
    margin-top: 0.1em;
    margin-bottom: -0.3em;
}

.error {
    color: #FF0000;
}
