@CHARSET "ISO-8859-1";
/* custom css for jquery related stuff */
div.whiteOverlay { background: black; }
/* jqmModal dialog CSS courtesy of;
	Brice Burgess <bhb@iceburg.net> */

div.jqmDialog {
	display: none;
    background: #fff;
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;

	overflow: hidden;
	font-family:verdana,tahoma,helvetica;
}

/* Fixed positioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html div.jqmDialog {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}



/* [[[ Title / Top Classes ]]] */
div.jqmdTC { 
	background: #fff;
	color: #8b8b8b;
	padding: 7px 22px 5px 5px;
	font-family:"sans serif",verdana,tahoma,helvetica;
	font-weight: bold;
	* zoom: 1;
}
/*
div.jqmdTL { background:  url(../../images/sprite.gif) no-repeat 0px -41px; padding-left: 3px;}
div.jqmdTR { background: url(../../images/sprite.gif) no-repeat right 0px; padding-right: 3px; * zoom: 1;}
*/

/* [[[ Body / Message Classes ]]] */
/*
div.jqmdBC {
	background: url(../../images/bc.gif) repeat-x center bottom;
	padding: 7px 7px 7px;
	height: 300px;
	overflow: auto;
}
div.jqmdBL { background: url(../../images/bl.gif) no-repeat left bottom; padding-left: 7px; }
div.jqmdBR { background: url(../../images/br.gif) no-repeat right bottom; padding-right: 7px; * zoom: 1 }
*/


/* [[[ Button classes ]]] */
a.jqmdX {
	position: absolute;
	right: 7px;
	top: 4px;
	padding: 0 15 0 19px;
	/* height: 19px;
	width: 0px;
	background: url(../../images/close.gif) no-repeat top left; */
	overflow: hidden;
}
a.jqmdXFocus {background-position: bottom left; outline: none;}

div.jqmdBC button {
	margin: 8px 10px 4px 10px;
	color: #777;
	background-color: #fff;
	cursor: pointer;
}

/* JQMODAL IFRAME STUFF */
.jqmWindow {
                background: #FFFFFF url(main_background.gif) left top repeat-x;
                color: #000;
                border: 5px solid #8b8b8b;
                padding: 0 0px 37px;
            }   
            #jqmTitle {
                background: transparent;
                color: black;
                height: 50px;
                padding: 0px 5px 0 10px;
            }
            #jqmTitleText {
            	background: #fff; 
				color: #8b8b8b;
				padding: 7px 22px 5px 5px;
				font-family:"sans serif",verdana,tahoma,helvetica;
				font-weight: bold;
				* zoom: 1;
            }
            #jqmHolder {
            	background: url(../../images/bc.gif) repeat-x center bottom;
            }
            #jqmContent {
                width: 100%;
                height: 110%;
                display: block;
                clear: both;
                margin: auto;
                /*margin-top: 10px;*/
                background: #FFF;
                border: none;
                /*border: 1px solid #EAEAEB;*/
                overflow: auto;
            }
/* JQMODAL IFRAME STUFF  END */

/*jquery datepicker styling*/

img.ui-datepicker-trigger {
	cursor: pointer !important;
}
/*end jquery datepicker styling*/