/**
    * @file default.css
    * @author Olivier Raggi <olivier.raggi@e-asc.com>
    * @version %Revision: 3.0% 2007-11-02
    * @desc Default CSS file
    * @comment
    **/

/* common styles
----------------------------------------------- */
html, body { 
    margin: 0px;
    padding: 0px;
} 

body {
    font-family: Trebuchet, Verdana,  Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-stretch: expanded;
    background-color: #ddd;
    color: black;
    text-align: center;
}


/* layout
----------------------------------------------- */
#frame {
    position: relative;
    margin: 20px auto 20px auto;
    padding-top: 76px;
    padding-top: 10px;
    width: 700px; 
    background-color: #369;
    border: 1px solid #f90;
    padding-bottom: 1px;
    z-index: 2;
    -moz-border-radius: 20px 20px;	
}

#container {
    width: 678px; 
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align:justify; 
    border: 1px solid #d0d0d0;
    background-color: #fff;
    -moz-border-radius: 10px 10px;
    min-height: 450px; 
}

#pageHeader {
    border-bottom: 4px solid #f90;
    height: 106px;
    margin: 0px;
}

#quickSummary {
    float: left;
    position: relative;
    width: 166px;
    margin: 0;
    top: 22px;
    left: 0px;
    padding: 0px;
}

#preamble {
    padding: 0px;
    margin: 0px 0px 0px 180px;
    background: transparent;
}

#footer {
    clear: both;
    border-top: 1px solid #f90;
    margin: 26px 0px 6px 0px;
    text-align: right;
}


/* headings
----------------------------------------------- */

h1 {
                    line-height: 1.2em; 
                    letter-spacing: 0.12em;
                    font-size: 1.1em;
                    font-weight: 800;
}

h2 {
                    line-height: 1.1em; 
                    letter-spacing: 0.11em;
                    font-size: 1.0em;
                    font-weight: 800;
}

h3 {
                    line-height: 1.0em; 
                    letter-spacing: 0.1em;
                    font-size: 0.9em;
                    font-weight: 800;
}

h4,h5,h6 {
                    line-height: 0.9em; 
                    letter-spacing: 0.09em;
                    font-size: 0.8em;
                    font-weight: 800;
}

#container h1 {
                               color: #f7200;
                               margin: 20px 20px 0px 0px;
                               padding-top: 0.20em;
                               padding-bottom: 0.05em;
                               border-bottom: 4px solid #d0d0d0;
}

#container h2 {
                               color: #000;
                               margin: 20px 20px 0px 0px;
                               padding-top: 0.20em;
                               padding-bottom: 0.05em;
                               clear: both;
                               border-bottom: 2px solid #f90;
}

#container h3 {
                               color: #ff7200;
                               margin: 20px 20px 0px 60px;
                               padding-top: 0.20em;
                               padding-bottom: 0.05em;
                               clear: both;
}

#container h4,h5,h6 {
                               color: #ff7200;
                               margin: 20px 20px 0px 80px;
                               padding-top: 0.20em;
                               padding-bottom: 0.05em;
                               clear: both;
}


/* text
----------------------------------------------- */

p {
    padding: 4px 24px 10px 4px;
    margin: 0px;
}

#container hr { 
                margin: 20px 20px 0px 0px;
                border: 4px solid #d0d0d0;

}

/* lists
----------------------------------------------- */
ul {
    background-color: #fff;
    color: #369;
}

#quickSummary ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 32px;
}


/* links
----------------------------------------------- */
a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    color: #f90;
    text-decoration: none;
}

blockquote a, blockquote a:link, blockquote a:visited {
    color: #005fa9;
    line-height: 1.56;
}

blockquote a:hover {
    background-color: #cce6ff;
    color: #f90;
    text-decoration: none;
}

#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
    background-color: #fff;
    color: #000;
    display: block; 
    font-weight: bold;
    text-decoration: none;
}

#quickSummary a:hover {
    background-color: #fff;
    color: #005fa9;
    text-decoration: none;
}

#footer a, #footer a:link, #footer a:visited {
    background-color: #fff;
    color: #aaa;
    padding: 0px 20px 0px 0px;
    text-decoration: none;
}

#footer a:hover {
    background-color: #fff;
    color: #f90;
    text-decoration: none;
}

a:link img, a:visited img {
    border-style: none;
} /* no border on img links */

/* classes, components & miscellaneaous
----------------------------------------------- */
#preamble blockquote {
    background-color: #cce6ff;
    border: 1px solid #ffcc80;
    color: #000;
    margin: 16px 32px 16px 32px;
    padding: 6px 0px 2px 20px;
}

#pageHeader img.logo {
    float: left;
    border: 0px;
    margin: 0px 0px 0px 8px;
}

#pageHeader img.title {
    float: right;
    border: 0px;
    margin: 0px 8px 0px 0px;
}

a.flag {
    color: #aaa;
    float: right;
    padding: 0px 2px 0px 2px;
}

#langSelect {
margin-left: 32px;
margin-bottom: 14px;
}