/* CSS Document */

a, .highlight {
    text-decoration: none;
    color: #2d7dc0;
}
a:hover {
    text-decoration: underline;
    cursor: pointer;
}
h1, h2, h3 { 
    margin-bottom: 3px;
    padding-bottom: 2px;
    border-bottom: 1px solid #eee;
}
h1, h1.header { font-size: 16px; }
h2, h2.header { font-size: 14px; }
h3, h3.header { font-size: 13px; }

.header { padding-top: 4px; }

h2.header, h3.header { border-bottom: 0; }

ul, ol { 
    margin: 5px 0 5px 20px;
}
ul li, ol li { 
    padding: 3px 0 3px 4px;
    line-height: 1.35em;
} 

ul { list-style: square; } 

p {
    line-height: 1.5em;
    padding: 5px 0;
    font-size: 13px;
}
dl {
    margin-top: 0;
    margin-bottom: 0;
}
dt, dd {
    padding: 5px 0;
    line-height: 1.3em;
}
dt {
    font-weight: bold;
}
dt {
    float: left;
    width: 150px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
dd {
    margin-left: 160px;
    text-align: left !important;
}