body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}

body {
    font-family:Helvetica,'Nokia Sans',Arial,Sans-serif;
    font-size:small;
    background: #C5CCD7;
}

a, a:visited, a:active {
    color:black;
    font-weight: bold;
}

div#header {
    background:#8A4D99 url(purple.png) repeat-x scroll left bottom;
}

div#header h1 {
    text-align: center;
    padding-top: 5px;
}

div#header #backButton {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0;
    max-width: 55px;
    color: white;
    font-weight: bold;
}

div#body {
    padding: 15px 15px 0 15px;
}

fieldset {
    border:0 none;
    padding:0 0 10px 0;
    margin:0;
}

legend, #body h1 {
    font-size: 16px;
    font-weight: bold;
    color: #4E5980;
    padding-top: 5px;
}

ul, dl, div.info, table {
    margin-top: 15px;
    background: white;
    margin-bottom: 10px
}

div.info {
    padding: 5px;
}

dl dt {
    clear: left;
    float: left;
    padding: 5px 0px 5px 5px;
    width: 95px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

dl dt.info {
    width: 98%;
    float: none;
    text-overflow: clip;
    white-space: normal;
    overflow: auto;
}

dl dd {
    padding: 5px 5px 5px 105px;
    margin: 0px;
    font-weight: normal;
}

ul li {
    list-style-type: none;
    padding: 5px 5px 5px 5px;
}

p {
    margin: 0;
}

.small {
    color: #666;
    font-size:90%;
}

div#body input[type=submit], div#body input[type=button] {
    width: 100%;
    padding: 6px;
    margin-top: 10px;
    /*background-color: #F4C84B;*/
    font-size:115%;
    font-weight: bold;
}

ul li input[type="text"], ul li input[type="password"],
ul li textarea, ul li select, dl dd input[type="text"],
dl dd input[type="password"], dl dd textarea, dl dd select,
dl dd input[type="number"], ul li select, ul li input[type="number"] {
    border: 1px solid;
    display: inline-block;
    width: 100%;
}

.footer {
    text-align: center;
    padding: 20px 10px;
}

ul li.arrow {
    background-image: url(chevron.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}

label {
    white-space: normal;
}

ul li a img.ico, ul li img.ico {
    border: 0;
    vertical-align:middle;
    padding-right: 8px;
}

ul li a span {
    color: #777;
    display: block;
}


/* custom esv */

li.ok, dl.ok {
    background-color:#80FF80;
}

li.ko, dl.ko {
    background-color:#FF7F7F;
}

/* dictionary */

ul.dictionary {
    border: 0 none;
}

ul.dictionary li {
    width: 35px;
    display: block;
    float: left;
    margin: 10px;
    background: white none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}

.footer {
    clear: left;
}

.big p {
    font-size: 24px;
    font-weight:bold;
    color: #666;
}
