.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; 
} 










/* Test modal popup...*/
.modalpopup {
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    display: block;
    position: absolute;
}
.modalcontainer {
    width: 350px;
    border: solid 1px #808080;
    border-width: 1px 0px;
} 
.modalheader {
    background: url(../images/sprite.png) repeat-x 0px -200px;	
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 
.modalheader .msg {
    font-weight: bold;
}         
.modalbody {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px;
} 
.modalbody .msg {
    background: url(../images/sprite.png) no-repeat 0px -1150px;	
    float: left;
    padding-left: 22px;
}  
.modalfooter {
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    text-align:right;
    padding-bottom: 8px;
    padding-right: 8px;
} 
.modalclose {
    right: 7px;	
    background: url(../images/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}
