/* 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: 20px;
    left: 50%;

    margin-left: -300px;
    width: 600px;

    background-color: #EEE;
    color: #333;
    padding: 12px;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}

#closebutton {
	float:right;
	background-color: #fff;
	width:20px;
	height:20px;
	vertical-align:middle;
	text-align:center;
}
#closebutton a {
	color: #333;
}
.jqmOverlay { background-color: #fff; }

/* 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');
}

.jqmdMSG {
	text-align:left;
	height:400px;
	overflow:auto;
}
.jqmWindow fieldset {
	border:0;
	margin:0;
	padding:0;
}
.jqmWindow label {
	width: auto;
	float:left;
	font-weight: normal;
	padding-right:0.5em;
}
.jqmWindow .middleColumn {
	float:left;
}
.jqmWindow .simplecalentry input.text, .jqmWindow .calendardate input {
	width:140px;
	padding:0;
	border:1px solid #BBBBBB;
}

.jqmWindow .calendardate input {
	width:100px;
}
.jqmWindow .row {
	height:28px;
	clear:both;
}

/* This is the popup calendar selection */
.ui-datepicker {
	z-index: 5000;
}
#ui-datepicker-div {
	z-index: 5000;
}

.jqmWindow .field {
	clear:both;
	padding:10px 0;
}
.jqmWindow .field label {
	width:200px;

}
.jqmWindow .field input{
	width:200px;
}

.jqmWindow .field input.checkbox {
    width: 20px;
    float:left;
}

.jqmWindow .optionset {
    margin-left:0;
}

.jqmWindow .field input.radio {
    width: auto;
    float:left;
}

.jqmWindow ul li {
	list-style: none;
}

.jqmWindow .field ul li label {
	width:auto;
}

ul#Form_ImportUserForm_Groups li {
    list-style: none;
}

input#Form_ImportUserForm_sendPW {
    width: 20px;
}


ul#Form_ImportUserForm_Groups li input.checkbox {

}
ul#Form_ImportUserForm_Groups label {

}
.jqmWindow .field textarea {
	height: 150px;
	width: 300px;
	padding:5px;
}
.optionset li {
	clear:left;
}
.jqmWindow .checkbox input {
	width:auto;
}
.jqmWindow .field.file {

}
