
.dhtmlwindow{
	position: absolute;
	visibility: hidden;
	border: 1px solid #333;
	background-color: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------------- style css -------------------------- */
#trips  {
	font-size: 80%;
	color:#4D7600;
	background:#F0F6E3;
	margin: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #cccccc;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#tableMain {
	text-align: left;
	padding: 6px;
}
#trips h4    {
	margin: 0px;
	padding: 0px;
	color: #C9F27C;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#trips tr ,table #trips td  {
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
}

#tableMain p {
	font-size: 100%;
	color: #00305A;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0;
}

.explain {
	font-size: 80%;
	color: #003366;
	line-height: 1.0em;
	padding: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
/*------------- end style css -------------------------------------*/


.drag-handle{ /*CSS for Drag Handle*/
	padding: 10px;
	background-color: #4D7600;
	color: #FFFFFF;
	cursor: move;
	overflow: hidden;
	width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	font-family: "sans-serif";
	font-size: 120%;
	font-weight: bold;
	text-transform: capitalize;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
color: black;
height: 150px;
padding: 2px;
margin-top:15px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}
