
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:#424242;
	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; 
} 








/*context menu */
.context_ListElement {  
	visibility: hidden;
  margin: 11px 0px 0px 4px !important;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #868686;
	z-index: 1000;
	background: url(../images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	padding: 1px 1px 0px 1px;
  width: 200px;
	color: #333333;
	
}
.context_highlightedListItem {
	background-color: #FFE6A0;
	color: #333333;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
	text-decoration: none;
	cursor: pointer;	
}
.context_listItem {
	margin: 1px 0 1px 0;
	color: #333333;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 2px;
}
.context_listItem:hover {
	background-color: #FFE6A0;
	color: #333333;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 1px;
	text-decoration: none;
	cursor: pointer;	
}







