/* Default element styles  */
html {
}

body {
    background: White;
    font: normal 11px verdana, "times new roman", times, serif;
    color: #666666;
}

input, select, option {
    font: normal 11px verdana, "times new roman", times, serif;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
    font-style: italic;
}

td {
    vertical-align: top;
}

th {
    text-align: left;
}

/* Links */
a:visited, a:link {
    color: #666666;
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
    color: #999999;
}

p a:visited, p a:link {
    text-decoration: underline;
    color: #999999;
}

p a:active, p a:hover {
    color: #666666;
    text-decoration: none;
}


table.propList td a:visited, table.propList td a:link {
    text-decoration: none;
    color: blue;
}

table.propList td a:active, table.propList td a:hover {
    color: #666666;
    text-decoration: underline;
}

table.uploadInfo {
    border-collapse: collapse;
}
table.uploadInfo td, table.uploadInfo th {
    border: solid 1px;
    border-collapse: collapse;
    padding: 2px 5px 2px 5px;
}
/* Classes */

.dbSearchBox {
    border: dashed black 1px;
}

.dbSearchBoxActive {
    border: dashed blue 1px;
    background-color: #f5f5f5;
}

table.propList {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
}

table.propList td {
    color: black;
    border-top: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px;
    padding-top: 2px;
    padding-bottom: 2px;
}

table.propList td.propListName {
    font-weight: bold;
}

table.propList td.propListValue {
    padding-left: 20px;
    text-align: right;
}

.propListName {
    font-weight: bold;
}

.comment {
    font-style: italic;
    color: black;
}

.footerContent {
    margin-top: 30px;
}

.error {
    color: red;
}

.caption {
    font-style: italic;
    margin-top: 0px;
}

.requiredField {
    color: red;
}
.movieSuggestSelect {
    width: 200px;
}

#movieSuggestTaskBox {
    width: 447px;
}

#movieSuggestTable {
    width: 565px;
}
