table tr, ul, ol {
page-break-inside: avoid;
}

div.dropmarker {
      height:6px;
      width:100px;
      border-top:3px solid #000;
      color: #fff;
     
      z-index:1000;
      margin : 0 0 30px 20px;
      
   }
   
   #item_list tr {
     cursor:move;
   }

#dndDiv table { width : 700px; margin : 0 0 30px 20px; border-collapse : collapse; font : 100% Trebuchet, "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
/* =tr */
#dndDiv tbody tr:hover { background-color : #edf6dd;}

/* =th */
#dndDiv th { padding : .5em; text-align : left; color : #000; border-right : 1px solid #fff; }

/* =td*/
#dndDiv td { padding : .35em;  border-bottom : 1px dotted #c8c8c8;  vertical-align : top; }

#userTable th {color:#000000;}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(http://webdemo/daves/cal/admin/images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(http://webdemo/daves/cal/admin/images/bubble.png) bottom right;
}

#popup	{
	position:absolute;
	left:100px;
	top:150px;
	background-color:#E6E4CF;
	visibility:hidden;
	z-index:1500;
	outline-color: #000000;
	outline-style: solid;
	outline-width: thin;
}
#catSelect	
{
	position:absolute;
	left:-550px;
	top:0px;
	background-color:#E6E4CF;
	padding: 10px;
	z-index:1500;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	visibility: hidden;
}

#loading {
	position:			absolute;
	width:				35px;
	height:				35px;
	left: 				50%;
	top: 				50%;
 	z-index:			9000;
 	background-color: 	transparent;
	margin-left: 		-80px;
	margin-top: 		-80px;
	visibility:hidden;
}

#answerdiv 
{
    visibility:hidden;
}

.calPadding {
    padding:3px;
    width:125px;
}

.formButton {
	color:#036;
	border-color:#036;
	border-width:1px;
	background-color:#BDDDFD;
	font-weight:bold;
}

