.dhtmlwindow{
position: absolute;
border: 2px solid black;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 8px 5px 8px 10px;
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
background-color: #E6E2DD;
color: black;
cursor: move;
overflow: hidden;
width: auto;
background: url(image/bg_heading.gif) repeat-x left center;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
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;
}

p {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}

h3 {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #A1081D;
	text-decoration: none;
	padding: 5px;
}

h1 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000000;
	display:inline;
	text-decoration: none;
	padding: 5px;

}

/* CSS added by Sisir */
body {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background: #E6E2DD;
}

.popupheader {
	background: url(image/bg_heading.gif) repeat-x left center;
	height: 35px;
}

.heading_page {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	border-left: 6px solid #808080;
	padding-right: 5px;
	padding-left: 10px;
}

#main {
	border-top: solid 1px #808080;
	border-bottom: solid 6px #808080;
	border-left: solid 6px #808080;
	background: #DAD6D0 url(image/bg_col2main.gif) repeat-y right bottom;
	padding-top: 60px;
	padding-bottom: 60px;
	
}

.txtboxcommon_popup
{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	width: 135px;
	border: 1px solid #C1BEBA;
}

.ddlcommon_popup
{
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 1px;
	width: 141px;
	border: 1px solid #C1BEBA;
}

.lbltd_popup{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #585757;
	text-decoration: none;
	white-space: nowrap;
	text-align:right;
}

.lbltdBold_popup {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #585757;
	text-decoration: none;
	white-space: nowrap;
}

.btnImg {
	margin: 8px 8px 8px 8px;
}