
body {
    font-family: "Arial";
    font-size: medium;
    background-color: white;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, table {
    margin: 8px 0;
}

h1 {
    font-size: 1.5em;
    color: #000;
    font-weight: bold
}

h2 {
    font-size: 1.3em;
    color: #E00;
    font-weight: bold
}

h3 {
    font-size: 1.15em;
    color: #555;
    font-weight: bold
}

img {
    border: 0
}

li, p {
    font-size: 0.9em
}

form ul {
    list-style-type: none;
}

label {
    width: 15em;
    display: inline-block
}

/* LM VARIABLES */


ul.HorizontalMenu {
    margin: 0;
    padding: 6px 0;
    text-align: left;
    width: 100%
}

ul.HorizontalMenu li {
    list-style: none;
    display: inline;
    position: relative;
}

ul.HorizontalMenu a {
    padding: 5px;
    text-decoration: underline;
    color: white;
    font-weight: bold;
    border-right: 2px solid white;
    background: #001CA8;
}


/* STANDARD LM CSS ELEMENTS */

p.Error {
    color: #AA0000;
    border: 2px solid #AA0000;
    padding: 10px;
    display: block;
    margin-top: 5px
}

table.Normal {
    border: 1px solid #CCC;
    border-collapse: collapse;
    line-height: 1.2em;
    border: 1px solid #CCC;
}

table.Normal td {
    padding: 2px 3px;
    font-size: 0.9em;
    font-weight: normal;
    border: 1px solid #CCC;
}

table.Normal th {
    background-color: #F97114;
    font-size: 0.9em;
    margin: 0px;
    padding: 2px 3px;
    font-weight: bold;
    color: #FFF;
}

table.Normal th a {
    color: #FFF
}

table.Normal td a {
    color: #FF6600;
    border-bottom: 1px dotted #FF6600;
    text-decoration: none
}


table.Normal tr.row1 {
    background-color: #FFF;
}

table.Normal tr.row2 {
    background-color: #EFEFEF
}


input[type=text], input[type=password], input[type=url], input[type=email] {
    width: 500px
}

textarea {
    width: 500px
}