
body {
    color: #333333;
    font-size: 12px;
    font-family: Arial Narrow, Arial;
}

h1 {
    font-family: Zurich, Arial Narrow, Arial;
    font-size: 24px;
    font-weight: bold;
    color: #00A994;
    line-height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
}

.blackh1 {
    font-family: Zurich, Arial Narrow, Arial;
    font-size: 24px;
    font-weight: bold;
    color: black;
    line-height: 20px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
}

h2 {
    font-family: Arial;
    font-size: 20px;
    color: #999999;
    letter-spacing: -1px;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: Arial;
    font-size:  1.17em;
    line-height: 20px;
    font-weight: normal;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

a {
    font-size: 10px;
    color: #00A994;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-decoration: none;
}

a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
}

ul {
        list-style-type: square;
}

li {
    color: #999999;
    list-style-position: inside;
}

li a {
    font-size: 14px;
    text-transform: none;
}

div {
    display: table;
    position: relative;
}

.footer { /* e.g.: contact us link, or just the copyright text */
    font-size: 10px;
}

.label {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: Arial;
    line-height: 20px;
}

.label-login {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-family: Arial;
    line-height: 20px;
    width: 60px;
    margin-left: 40px;
}

.div-outer {
    border: 0;
    margin: auto;
}

.div-outer-login {
    border: 1px solid black;
    margin: 70px auto auto auto;
    width: 360px;
    height: 360px;
    *height: 530px;
    padding: 40px 30px 40px 30px; /* specs say 40px everywhere, but then bottom status (`All right reserved...`) does not fit in 1 line */
}

.div-inner {
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 100%;
}

.div-inner-login {
    border: 0;
    width: 100%;
}

.div-page-subtitle {
    border: 0;
    width: 100%;
}

.div-page-subtitle-login {
    border: 0;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
}

.div-line-container {
    border: 0;
    margin: 0;
    width: 100%;
}

.div-thick-black-horizontal-seperator {
    display: block;
    border: 0;
    background-color: black;
    margin: 5px 0 5px 0;
    height: 10px;
    width: 100%;
}

.div-tool-info { /* used to style the toolbar that indicates the tool name, version etc. at the bottom of the main widget */
    font-size: 12px;
    margin-bottom: 10px;
    width: 100%;
}

.div-page-header {
    border: 0;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 10px;
}

.div-page-header-login {
    border: 0;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

.div-page-footer {
    border: 0;
    width: 100%;
    padding: 0 10px 0 10px;
}

.div-page-footer-login {
    border: 0;
    width: 100%;
    padding: 0;
}

.img-small-dot-grey {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 0;
    width: 7px;
    height: 7px;
    background: url('../img/bullet.gy.10.gif');
    margin: 0 0 0 7px;
    *margin-bottom: 2px;
}

.img-small-dot-green {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 0;
    width: 7px;
    height: 7px;
    background: url('../img/bullet.gr.10.gif');
    margin: 0 0 0 7px;
    *margin-bottom: 2px;
}

.img-small-dot-black {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 0;
    width: 7px;
    height: 7px;
    background: url('../img/bullet.bk.10.gif');
    margin: 0 0 0 7px;
    *margin-bottom: 2px;
}

.img-medium-dot-grey {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 0;
    vertical-align: text-bottom;
    width: 15px;
    height: 15px;
    background: url('../img/bullet.gy.10.gif');
    margin: 0 0 0 15px;
}

.img-medium-dot-green {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 0;
    vertical-align: text-bottom;
    width: 15px;
    height: 15px;
    background: url('../img/bullet.gr.10.gif');
    margin: 0 0 0 15px;
}

.img-medium-dot-black {
    display: inline-block;
    border: 0;
    vertical-align: text-bottom;
    width: 15px;
    height: 15px;
    background: url('../img/bullet.bk.10.gif');
    margin: 0 0 0 15px;
}

.img-eai-logo-bottom {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-image-width: 0;
    border: 0;
    width: 85px;
    height: 10px;
    background: url('../img/EAI_logos_EAI_square_85x10.gif');
    *margin-bottom: 3px;
}

#img-big-3-vertical-squares {
    display: block;
    border-image-width: 0;
    border: 0;
    width: 20px;
    height: 100px;
    background: url('./img/EAI.squares3-20x20.20x100.gif');
    float: right;
    margin-top: 80px;
}

@media screen\0 {
    #img-big-3-vertical-squares {
        margin-top: 85px;
    }
}

.img-header-login-logo {
    display: inline-block;
    border-image-width: 0;
    border: 0;
    width: 85px;
    height: 20px;
    background: url('/img/login-logo.gif'); /* login logo resource is dynamic, it's ok if the name cannot be resolved from here */
    background-repeat: no-repeat;
}
