/* CSS Document */

table {
 font-size: 10pt;
 font-family: verdana,arial;
}

.info_text {
 font-size: 8pt;
}

input,select,textarea {
 font-size: 10pt;
 border: 1px solid #afafaf;
 padding: 3px;
}


/* admin */
.dataheader {
 background: #E8F3CA;
 font-weight: bold;
}

.datadata {
 background: #FBFFF0;
}


.subtitle {
 font-size: 12pt;
 font-weight: bold;
 text-decoration: underline;
}


.edit_field_key {
 background: #C3D6E7;
}

.edit_field_data {
 background: #E2ECF4;
}

.delete_button {
 color: red;
}


.confirm_msg {

}

.image_edit_thumbnail {
 background: #C3D6E7;
}

.image_edit_data_key {
 background: #E2ECF4;
}

.image_edit_data {
 background: #E2ECF4;
}


/* viewer */
.viewer_name {
 background: #E8F3CA;
 font-size: 16pt;
 font-weight: bold;
 color: #759C01;
}

.viewer_info {
 background: #F1FBD3;
 color: #759C01;
}

.viewer_picture {
 color: #759C01;
}

.viewer_comment_header {
 background: #E8F3CA;
 color: #759C01;
}

.viewer_comment_data {
 color: #759C01;
}

.viewer_area {
 background: #F4FBE1;
 color: #759C01;
}


.viewer_subtitle {
 font-size: 12pt;
 font-weight: bold;
 text-decoration: underline;
 color: #759C01;
}

.viewer_current_score_td {
 background: #C1DD70;
 color: #759C01;
}


.viewer_score_by {
 font-weight: bold;
 color: #759C01;
}

.viewer_score_title {
 color: #759C01;
}

.viewer_score_score {
 font-size: 32pt;
 font-weight: bold;
 color: #759C01;
}

.viewer_score_area {
  color: #759C01;
}

.viewer_score_subtitle {
 font-size: 12pt;
 text-decoration: underline;
 color: #759C01;
}


/* image view */
.iv_date {
 color: #99AA66;
}
