﻿.missingQuestions { font-size: 16px; font-weight: bold; color: Red; }

#validation_box { position: absolute; top: 5px; width: 300px; right: 5px; background-color: #fff; z-index: 100001; padding: 5px; border: solid 1px #ccc; }
#validation_body ul { margin-left: 10px; list-style-type: disc; text-align: left !important; }
.validation_message { color: Blue; text-decoration: underline; cursor: help !important; }
.modalDialog { width: 820px; background-color: #fff; border: 2px solid #444; z-index: 100000; height: 700px; overflow: scroll; }
.modalClose { width: 120px; position: absolute; bottom: 5px; left: 5px; }
.dialogHeader { width: 100%; border: solid 1px #ccc; background-color: #333; background-image: url(../images/panel_header_bg.png); background-repeat: repeat-x; color: #ccc; font-size: 11px; font-weight: bold; text-align: left; padding: 4px; }
.dialogBody { width: 100%; height: auto !important; border-bottom: none; font-size: 11px; padding: 5px; }
.modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; cursor: wait; }
