/*********************************************/
/* Iseult-soft.com theme by Tristan Richard. */
/*********************************************/

@import "home.css";
@import "features.css";
@import "faq.css";
@import "register.css";

/**********************************/
/* General settings for all pages */
/**********************************/
html, body {
    margin: 0px;
    background-color: #103075;
}
html.popup, body.popup, fieldset {
    margin: 0px;
    background-color: #ffe8b7;
}
fieldset {
    border-color: #103070;
    border-width: 1px;
}
/* Links */
a, a:visited, a.advertise:hover {
     background-color: transparent;
     color: #0066FF;
     text-decoration: none;
}
a:hover {
     background-color: transparent;
     color: #FF0000;
     cursor: pointer;
     text-decoration: none;
}
a.author {
     background-color: transparent;
     color: #000099;
     font-size: 12pt;
     font-style: italic;
}
a.url, a.url:visited {
     background-color: transparent;
     color: #000099;
     text-decoration: none;
}
a.url:hover {
     background-color: transparent;
     color: #006699;
     text-decoration: none;
}
img {
    border: none;
}
.center {
    text-align: center;
}
/* Download tables titles */
th {
     font-weight: bold;
     font-style: italic;
     vertical-align: text-bottom;
     text-align: left;
}
/* Vertical spacer for tables */
td.heightFiller {
    height: 15px;
}
/* Font settings */
body, p, td, th, ul, .notice, td.version, td.release {
    color: #103070;
    font-family: arial,verdana,Geneva,Sans-Serif;
    font-size: 10pt;
    text-decoration: none;
}
.relevant {
     color: #0e3d7d;
     font-size: 10pt;
     font-weight: bold;
     text-decoration: none;
}
.notice {
    background-color: #ffffff;
    font-style: italic;
}
.copyright {
    background-color: #ffffff;
    color: #000099;
    font-size: 10pt;
    text-align: center;
}
td.version {
    background-color: #ffffff;
    font-weight: bold;
    width: 430px;
}
td.release {
    background-color: #ffffff;
    font-weight: bold;
    font-style: italic;
    width: 140px;
}
table.main {
    background-color: #ffffff;
    color: inherit;
    margin-left: 15%;
}
/* Version id in banner */
.versionId {
    background-color: #ffffff;
    color: #6633cc;
    font-size: 10pt;
    font-weight: normal;
    margin-left: 10%;
    text-align: left;
    text-decoration: none;
}
/* Menu bar */
table.menubar img {
    vertical-align: text-bottom;
}
table.menubar {
    border: none;
    width: 100%;
}
table.menubar td {
    background-color: #e8a000;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #103070;
    border-left: none;
    border-right: none;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #103070;
    color: inherit;
    height: 25px;
    text-align: center;
    vertical-align:middle;
}
td.menu a, td.menu a:link, td.menu a:visited {
    background-color: transparent;
    color: #ffe8b7;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    vertical-align:middle;
}
td.menu a:hover {
    color: #e8a000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffe8b7;
}
/* Central part */
td.central {
    /* For IE to center the table */
    text-align: center;
}
td.central table {
    border: none;
    /* For browsers, including IE, to center the table */
    margin-left: auto;
    margin-right: auto;
    width: 85%;
}
td.central td {
    text-align: justify;
}
/* Footer buttons */
.banners {
    height: 60px;
    text-align: center;
}
.banners img {
    height: 31px;
    margin: 4px;
    padding: 0px;
    vertical-align: middle;
    width: 88px;
}