/*jqModal Styles*/
.jqmWindow
{
	display: none;
	position: absolute;
	top: 17%;
	left: 50%;
	margin-left: -300px;
	text-align: left;
	width: 600px;
	background-color: #EEE;
	color: #333;
	border: 2px solid #d3d3d3;
}
.jqmOverlay 
{
	background-color: #000;
}
* iframe.jqm
{
	position:absolute;top:0;left:0;z-index:-1;
/*	REMOVED FOR WARNINGS
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px'); 
*/ 
}
* html .jqmWindow
{
	position: absolute;
/*	REMOVED FOR WARNINGS
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
*/
}
.jqmWindow div.ajaxLoad
{
	padding: 5px;
}
#dlgTitle {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #555555;
	background: #e6e6e6 url(/Content/images/dialog-title.png) 0 50% repeat-x;
	border-bottom: 1px solid #d3d3d3;
	font-size: 1.1em;
	font-weight: normal;
	position: relative;
}
a.jqmClose
{
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(/Content/images/dialog-titlebar-close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
a.jqmClose span
{
	display: none;
}
a.jqmClose:hover
{
	background: url(/Content/images/dialog-titlebar-close-hover.gif) 0 0 no-repeat;
}
#dlgContent
{
	padding: 1.5em;
}
/* Form */
div.ajaxMessage
{
	clear: both;
	width: 100%;
	min-height: 20px;
	padding: 2px 2px 2px 6px;
	margin-bottom: 5px;
	vertical-align: bottom;
	background-color: #ffffff;
	color: #000000;
}
div.datarow
{
	width: 100%;
	clear: both;
	padding: 5px;
}
div.datarow .caption
{
	width: 30%;
	float: left;
	text-align: left;
}
div.datarow .captionwide
{
	width: 100%;
	text-align: left;
}
div.datarow .value
{
	width: 65%;
	float: left;
	text-align: left;
}
div.datarow .valuewide
{
	width: 100%;
	text-align: left;
}
div.commandrow
{
	width: 100%;
	clear: both;
	text-align: right;
	border-top: 1px solid #d3d3d3;
	margin-top: 5px;
}
div.commandrow input
{
	border: none;
	background-color: #d3d3d3;
	margin: 5px;
}
div.fieldcaption
{
	clear: both;
	padding: 10px;
}
div.fieldvalue
{
	clear: both;
	padding: 10px;
}
div.datarow textarea
{
    width: 100%;
}
div.datarow input
{
    width: 60%;
}
