.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

.demoheading {
	padding-bottom:20px;
	color:#5377A9;
	font-family:Arial, Sans-Serif;
	font-weight:bold;
	font-size:1.5em;
}

.demobottom {
	height:8px;
	background:#FFF url(images/demobottom.png) no-repeat left bottom;
}

wireFrame {
display: 	none; 
overflow: hidden; 
z-index: 2; 
background-color: #FFFFFF; 
border: solid 1px #D0D0D0;

}

CloseButtonStyle {
background-color: #666666; 
color: #FFFFFF; 
text-align: center; 
font-weight: bold; 
text-decoration: none; 
border: outset thin #FFFFFF; 
padding: 5px;
}

.CursorPointer
{
  cursor:pointer;
}

.CursorPointerRight
{
  cursor:pointer;
  float:right;
}


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
  cursor:default;
}

.updateProgress {
  border-width:1px; 
  border-style:solid; 
  background-color:#FFFFFF; 
  position:absolute; 
  width:150px; 
  height:56px;
  font-weight:bold;    
}

/*Textbox Watermark*/

.unwatermarked {
  font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
}

.watermarked {
  font-family: Arial, Helvetica, sans-serif;
	font-size:11px; 
	background-color:#FFFFCC;
	color:gray;
}	

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:20px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size:15px;
}

/*ContextMenu*/
.skin0 {
position:absolute;
width:140px;
border:2px solid black;
background-color:menu;
font-family:Arial;
line-height:20px;
cursor:default;
font-size:14px;
z-index:100;
visibility:hidden;
}

.menuitems {
padding-left:5px;
padding-right:10px;
font-family:Arial;
font-size:12px;
color:black;
}
.menuitems A:link {
text-decoration : none; 
} 
.menuitems A:active {
text-decoration : none; 
} 
.menuitems A:visited {
text-decoration : none; 
} 




