﻿
#modalBackground {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 9;
  background-color:#000;
  display: none;
  opacity: 0.50;
  filter: alpha(opacity=50);
}

#modalWindow {
    position: fixed;
    left: 0;
    top: 0;
	z-index: 100;
	background-color: white;
	margin: 0;
	padding: 0;
	border: 5px solid #333333;
	overflow:hidden;
}

div.MW {
	width: 400px;
	height: 400px;
}

#modalHeader, #chatHeader {
	background: black;
	text-align: right;
	height: 24px;
	margin:0;padding:0;
	cursor: hand; cursor: pointer;
}

#modalTitle, #chatTitle {
	float: left;
	color: #FFFFFF;
	margin: 0; padding: 3px 0px 3px 5px;
	font-weight: bold;
	font-size: 13px;
	cursor: hand; cursor: pointer;
}

#modalActionBtn, #chatActionBtn {
	cursor:pointer;
}

#modalActionBtn a, #chatActionBtn a {
	border: none;
	text-decoration: none;
}

#modalActionBtn img, #chatActionBtn img {
	border: none;
	text-decoration: none;
}

#loadHolder {
	height: 50px;
	margin-top: 20px;
	margin-left: auto;
}

#dialogcontent {
	margin: 15px !important;
	text-align:left;
	background-color: white;
	font-size: 12px;
}

div.textarea {
	margin: 0;
	padding: 0;
	background-color: white;
	overflow-y:hidden;
}

.textarea h4 {
	margin: 0 0 1.5em;
}

#dialogcontent #container {
  text-align:center;
  margin: 0 auto 1.5em;
}

#dialogcontent p {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
  color: #333;
}

#modalWindow .mf_navigation_buttons {
	margin-right: 3px;
}

div.AssignInterviewer {
	width: 400px;
	height: 200px !important;
}

div.AssignInterviewer .textarea {
	height: 10em;
}

div.AssignInterviewer .textarea select {
	margin: 0 3em 0 0;
}

div.CommentWindow {
	height: 240px !important;
}

div.CommentWindow textarea.mf_inputbox, div.ApproveRejectDocument textarea.mf_inputbox, div.SubmitApplication textarea.mf_inputbox, div.HelpEditor textarea.mf_inputbox, div.SendBrochure textarea.mf_inputbox {
	width: 345px;
	margin: 0 0em 0 10px;
}

div.ApproveRejectDocument {
	height: 200px;
}

div.ApproveRejectDocument #RejectionReason {
	margin: 1em 0 1.5em;
}

div.ApproveRejectDocument #Padding {
	height: 2em;
}

div.SelectReferenceCheckSource {
	height: 150px;
}

div.CalendarEvent { 
	height: 260px;	
}

div.CalendarEvent table.shortform, div.HelpEditor table.shortform  {
	margin: 0 0 1.5em 0;
}

div.CalendarEvent table.shortform td, div.HelpEditor table.shortform td {
	height: 2em;
}

div.CalendarEvent table.shortform td.labelcol {
	width: 165px;
}

div.HelpEditor table.shortform td.labelcol {
	width: 200px !important;
	border: 1px solid;
}

div.HelpEditor table.shortform td.labelcol label {
	width: 100% !important;
}

div.SubmitApplication ul.submitwarn {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 1.5em 1.5em;
}

div.HelpEditor {
	height: 350px;
}

div.HelpEditor input { 
	margin: 0 0.5em 0.5em 0;
}

div.HelpEditor label.vs {
	width: 80px;
	clear:both;
	float:left;
}

div.HelpEditor input.vs {
	float:right;
}

p.NoM {
  line-height: 1.5em;
  margin: 0 0 0.5em !important;
}

div.HelpDisplayWindow {
	height: 300px !important;
}

div.HelpDisplayWindow div.HC {
	height: 15em;
	margin-bottom: 2em;
}

div.HelpDisplayWindow div.HCScroll {
	height: 15em;
	overflow: scroll;
	margin-bottom: 2em;
}

div.HelpDisplayWindow div.HC p {
	width: 99%;
}

div.SendBrochure {
	height: 270px;
}

div.Referral {
	height: 245px;
}

.ie #modalBackground, .ie #modalIframe {
    position: absolute;
    left: expression(ignoreMe = document.documentElement.scrollLeft + "px");
    top: expression(ignoreMe = document.documentElement.scrollTop + "px");
    width: 100%; /*expression(document.documentElement.clientWidth + "px");*/
    height: expression(document.documentElement.clientHeight + "px");
}

.ie #modalIframe {
    filter: alpha(opacity=0);
    z-index: 8;
}

.ie #modalWindow {
    position: fixed; /* May be an issue for IE6 */
    left: expression(ignoreMe = document.documentElement.scrollLeft + "px");
    top: expression(ignoreMe = document.documentElement.scrollTop + "px");
}
