a { color: #369; }
a:hover { color: #999; }

body {
    color: #000000;
    background-color: #FFFFFF;
}

.toc * { background-color: #FFFFFF; }

body, p, table, form, select, dl, dt, dd, ul, ol {
    font-size: 12px;
    font-family: "helvetica", Arial, Helvetica;
}

table.clm_test th { border: 1px solid; }
.clm_test td, .clm_test th { font-size: 10px; text-align: left; }

select { font-size: 10px; border: 1px solid #cdcdcd; }
input, textarea { border: 1px solid #cdcdcd; }
form { margin-top : 0px; margin-bottom : 0px; }
input.button {
    padding: 2px 2px 2px 2px;
    font-size: 10px;
    border: 1px solid black;
    background-color: #FFFFFF;
}

table.manage_header {
    background-color: #DEDEDE;
    color: #000031;
    font-size: 11px;
}
table.manage_header td.cms_label {
    font-size: 18px;
    padding: 3px;
    font-family: Georgia, helvetica, arial;
}

.top_artist {
    font-size: 17px;
    color: #000000;
    font-family: georgia;
    padding-left: 10px;
}

.toc {
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    width: 155px;
}

.help_options .name { font-weight: bold; }

.code { color: #666666; font-face: courier; }

.tiny { font-size: 9px; }
.var {
    font-weight: bold;
    text-align: right;
}

/* this is stuff for standardized items across all tools */
h1.header {
    font-size: 14px;
    background-color: #DEDEDE;
    padding: 5px;
    text-transform: capitalize;
}

h2 { font-family: georgia; font-weight: normal; }

.dotted200 { border: 1px dotted; width: 200px; padding: 2px; }

/*
#display_fields {
    padding: 5px;
}
*/

#display_fields span.boxes {
    border: 1px solid;
    background-color: white;
    padding: 5px;
    font-size: 10px;
}

#display_fields div.helpmsg {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    padding-bottom: 6px;
}

a.text-button-selected {
    border: 1px solid;
    font-weight: bold;
    background-color: black;
    color: white;
    padding: 2px; 
}

a.text-button-unselected {
    border: 1px solid;
    font-weight: bold;
    background-color: white;
    color: black;
    padding: 2px; 
}

a.text-button-selected:link, a.text-button-selected:visited,
a.text-button-unselected:link, a.text-button-unselected:visited
{
    text-decoration: none;
}

a.text-button-selected:link:hover, a.text-button-selected:visited:hover,
a.text-button-unselected:link:hover, a.text-button-unselected:visited:hover
{
    color: white;
    background-color: black;
    text-decoration: underline;
}
