﻿/*
* IDOT MISTIC
* 2011/04/01
*/

@import url("ui.layout.css");
@import url("jquery-ui-1.8.2.custom.css");

html {
    height: 100%;
}

body, textarea {
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    height: 100%;
}

img {
    border: none;
}

p {
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.5em;
    color: black;
    margin: 0.25em 0em 15px 0em;
}

p.footnote {
    margin: 0;
    padding: 0;
    line-height: 5.5em;
    font-size: 10px;
    color: #888888;
}

p.footnote a, p.footnote a:visited {
    line-height: 5.5em;
    color: #005a77;
    text-decoration: none;
}

p.footnote a:hover {
    color: #138cee;
}

a, a:visited {
    color: #117cd3;
    text-decoration: none;
}

a:hover {
    color: #4F628A;
    text-decoration: underline;
}

h1 {
    font-size: 25px;
    margin: 0 0 20px 0;
    font-weight: bold;
}

h2 {
    font-size: 22px;
    color: #6176a1;
    margin: 0 0 10px 0;
}

h3 {
    font-size: 18px;
    color: #6176a1;
    border-bottom: solid 1px #6176a1;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 15px;
    color: #6176a1;
    margin: 0 0 10px 0;
}

h5 {
    font-size: 14px;
    color: #6176a1;
    border-bottom: solid 1px #6176a1;    
    margin: 0 0 20px 0;
    padding: 15px 0 10px 0;
    width: 90%;
}

h5.first {
    font-size: 14px;
    color: #6176a1;
    border-bottom: solid 1px #6176a1;    
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    width: 90%;
}

h6 {
    font-size: 14px;
    color: #6176a1;  
    margin: 0 0 15px 0;
}

table {
    font-size: 13px;
}
td {
    padding: 6px 6px 6px 12px;
}

input {
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

select {
    font-family: Segoe UI, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

pre {
    font-family: Consolas, "Lucida Console" , Monaco, monospace;
    font-size: 13px;
    color: #00f;  
    margin: 0 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    background: #eef3fc;
    border-left: 5px solid #ccddff;
    line-height: 20px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}

code {
    font-family: Consolas, "Lucida Console" , Monaco, monospace;
    font-size: 13px; 
    color: #00f;   
}

ul {
    color: #4e4e4e;
    margin: 0 0 20px 20px;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8em;
}

ul li {
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 0 20px;
    padding: 0;
}

ul li ul {
    margin: 0 0 0 20px;
    list-style-type: disc;
}

ul.instruction {
    margin-top: -30px;
}
