/*	Based on jqModal base Styling courtesy of Brice Burgess <bhb@iceburg.net> */

/*	The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */

.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	width: 300px;
	background: #ffffff url(../Images/DialogBg.gif) left top repeat-x;
	color: #000;
	border: 1px solid #666666;
	padding: 0 0px 37px;	
}

.jqmWindowSmall {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -300px;
	width: 450px;
	height: 190px;
	background: #ffffff url(../Images/DialogBg.gif) left top repeat-x;
	color: #000;
	border: 1px solid #666666;
	padding: 0 0px 37px;
}

.jqmWindowSmallEmail {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -300px;
	width: 450px;
	height: 95px;
	background: #ffffff url(../Images/DialogBg.gif) left top repeat-x;
	color: #000;
	border: 1px solid #666666;
	padding: 0 0px 37px;
}

.ie .jqmWindowSmallDepartment {
	display: none;
	position: absolute;
	top: expression(((document.documentElement.clientHeight / 2) - 107) + 'px');
	left: expression(((document.documentElement.clientWidth / 2) - 0) + 'px');
	margin-left: -300px;
	width: 563px;
	height: 265px;
	background: #ffffff url(../Images/DialogBg.gif) left top repeat-x;
	color: #000;
	border: 1px solid #666666;
	padding: 0 0px 37px;
}

.jqmWindowSmallDepartment {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -300px;
	width: 563px;
	height: 265px;
	background: #ffffff url(../Images/DialogBg.gif) left top repeat-x;
	color: #000;
	border: 1px solid #666666;
	padding: 0 0px 37px;
}

.jqmOverlay { 
	background-color: #000; 
}

/*	Background iframe styling for IE6. 
	Prevents ActiveX bleed-through (<select> form elements, etc.) */
	
* iframe.jqm {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/*	Fixed posistioning emulation for IE6.
	Star selector used to hide definition from browsers other than IE6.
	For valid CSS, use a conditional include instead. */
	
* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#jqmTitle .jqmClose { 
	float: right; 
	padding-top: 3px;
	cursor: pointer;
}

#jqmTitle {
	background: transparent;
	font-size: 11px; 
	font-weight: bold; 
	color: #2b2f53;
	height: 15px;
	padding: 5px;
	clear: right;
}

#jqmTitleSmall .jqmCloseSmall { 
	float: right; 
	padding-top: 3px;
	cursor: pointer;
}

#jqmTitleSmall {
	background: transparent;
	font-size: 11px; 
	font-weight: bold; 
	color: #2b2f53;
	height: 15px;
	padding: 5px;
	clear: right;
}

#jqmContent {
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
	margin: 0;
	background: #fff;
} 

#jqmContentSmall {
	width: 100%;
	height: 100%;
	display: block;
	clear: both;
	margin: 0;
	background: #fff;
} 

#jqmContent ul 
{
	padding-top: 5px;
}

#jqmContent .JobTitleLabelField 
{
	padding-top: 5px;
	padding-left: 5px;
}

.jqmTrigger {
	cursor: pointer;
}

.jqmChildTrigger {
	cursor: pointer;
}

/* Drag n Resize */
.jqDrag {
	cursor: move;
}

.jqHandle {
   background: #ffffff;
   height:15px;
}

.jqResize {
   width: 15px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
}

/* Tips popup */
.jqmWindowTips {
	display: none;
	position: fixed;
	top: 25%;
	left: 50%;
	margin-left: -300px;
	width: 450px;
	height: 332px;
	background: transparent;
	border: 0px;
	padding: 0;
}