/* VoteWorks specific styles */

/*
#page {
    margin: 0 auto;
    position: relative;
    width: 1000px;
}
*/
#header {
    color: #FFFFCC;
    background: #FFFFFF;
    border-bottom: 1px solid #D0D0D0;
    overflow: hidden;
}

a:link,
a:visited {
    color: #18778E;
}

a:hover {
    color: #18778E;
    text-decoration: underline;
}

p.counter {
    margin-top: 5px;
    font-size: 11px;
}

p.indent {
    margin-left: 20px;
}

#licGenForm input[type=text] {
    border: 1px solid #cccccc;
}

#recipient {
    min-width: 220px;
}

input[type=submit] {
    font-size: 12px;
}

#header a:link,
#header a:visited {
    color: #18778E;
}

#header a:hover {
    color: #18778E;
    text-decoration: underline;
}

#topMenu {
    color: #515353;
    font-size: 13px;
    position: absolute;
    right: 65px;
    top: 13px;
}

#logo {
    margin: 15px 25px;
}

#content {
    margin: 0px 25px 0px;
    padding: 0px 40px;
}

#content tr.selectedRow td {
    background-color: #add8e6;
}

#content {
    font-size: 13px;
}

#footer {
    border-top: 1px solid #D0D0D0;
}

.form-row {
    padding: 4px 0;
    width: 100%;
}

.form-row label {
    float: left;
    font-size: 1em;
    line-height: 2em;
    padding-right: 0.5em;
    width: 7em;
}
.form-row #username, .form-row #password {
    width: 14em;
}

.submit-row {
    clear: both;
    padding: 1em 0 0 7.4em;
}

.error {
    color: red;
}

table {
    width: 100%;
}

th.company {
    width: 33%;
}

th.username {
    width: 33%;
}

th.comment {
    width: 33%;
}

td.wrap {
    max-width: 0;
    white-space: pre-line;
    overflow: hidden;
    text-overflow: clip;
}
