

div.agendaOverlay
{
	background-color: black;/*white;*/
}
div.jqDrag
{
	cursor: move;
}

/* jqmModal dialog CSS courtesy of;
  Brice Burgess <bhb@iceburg.net> */

div.jqmDialog
{
	display: none;
	
	position: fixed;
	top: 37%;
	left: 50%;
	
	margin-left: -265px;
	width: 530px;
	
	overflow: hidden;
	font-family:verdana,tahoma,helvetica;
	border: 1px solid black;
	text-align: left;
}

/* 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 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: #253255 url(../images/agenda/sprite.gif) repeat-x 0px -82px; 
	color: #FFFFFF;
	padding: 7px 22px 5px 5px;
	font-family: "sans serif",verdana,tahoma,helvetica;
	font-weight: bold;
	* zoom: 1;
	text-align: left;
}
div.jqmdTL
{
	background: #253255 url(../images/agenda/sprite.gif) no-repeat 0px -41px;
	padding-left: 3px;
}
div.jqmdTR
{
	background: #253255 url(../images/agenda/sprite.gif) no-repeat right 0px;
	padding-right: 3px;
	* zoom: 1;
}


/* [[[ Body / Message Classes ]]] */
div.jqmdBC
{
	background: #FFFFFF url(../images/agenda/bc.gif) repeat-x center bottom;
	padding: 7px 7px 7px;
	height: 100px;
	overflow: auto;
}
div.jqmdBL
{
	background: #FFFFFF url(../images/agenda/bl.gif) no-repeat left bottom;
	padding-left: 7px;
}

div.jqmdBR
{
	background: #FFFFFF url(../images/agenda/br.gif) no-repeat right bottom;
	padding-right: 7px;
	* zoom: 1;
}

div.jqmdMSG
{
	color: #000000;
	text-align: left;
}


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

div.jqmdBC button, div.jqmdBC input[type="submit"]
{
	margin: 8px 10px 4px 10px;
	/*color: #777;
	background-color: #fff;*/
	cursor: pointer;
}
/*
div.jqmDialog input:focus, div.jqmDialog input.iefocus
{
	background-color: #eaffc3;
}
*/



/* 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 (in jqModal.js). You
	can change this value by either;
	  a) supplying one via CSS
	  b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
/*
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.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');
}
*/
