
/*sainath*/
.Dhtml_panel 
{
	/*border:color: 1px solid #a1c6e2;*/
	border:color: 1px solid #336699;
	background-color: #d0e4f9;
}
.panelOver
{
	cursor:hand;
	background-color:#f8ff83;
}
.panelOut
{
	cursor:hand;
	background-color:#FFFFFF;
}
.MainWindow
	{
	position: relative;
	display:block;
	/*height:100%;*/
	}
.ContentWindow
	{
	background-image: url(../Images/panels_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #a3c7e2;
	background-color: #d7e9fc;
	display:block;
	}
	.ContentWindowOpen
	{
	/*height:100%;*/
	display:block;
	}
.HideMainWindow
	{
	position:relative;
	height:0%;
	}
.HideContentWindow
	{
	/*background-image: url(../Images/panels_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #a3c7e2;
	background-color: #d7e9fc;
	position:relative;
	height:0px;
	visibility:hidden;*/
	height:0%;
	display:none;
	}
.liststyle
{
	list-style-type:none;
	display:block;
	margin: 1px;
	padding: 0px;
	cursor:move;
	position:relative;
}

.PanelLink 
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	/*color: #8E1B17;
	color:#330000;*/
	color: #3373a3;
	
	text-decoration:none;
}

/* WaterMark input stylesheet classes*/
.watermark
{
  		padding-bottom:1px;
		background-color:#fffff0;
		color:Gray;
	border:1px solid #7480DC;
}
.normal
{
		padding-bottom:1px;
		border:1px solid #7480DC;
		color:Gray;
}
.panel_open {
	background-image: url(../Images/panels_bg.gif);
	background-repeat: repeat-x;
	height:22px;
	border: 1px solid #a3c7e2;
	background-color: #d7e9fc;
}

.popup
{
	position:absolute;
	border:solid 1px black;
	background-color:white;
	padding:1px;
	width:352px;
	}
.transparent {
	filter:alpha(opacity=90);
	background-color:#d7e9fc;
	position:absolute;
	color: #000000;
	border: 10px solid #666666:transparent;
	}
	.CursorImg
	{
		cursor:wait;
	}
