button.system{
	border: 1px solid #8c8986;
	background-color: white;
	height: 20px;
  line-height: 1em;
}

button.add{
	padding-left: 25px;
	background-image: url(/app/images/add.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.edit{
	padding-left: 25px;
	background-image: url(/app/images/edit.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.delete{
	padding-left: 25px;
	background-image: url(/app/images/delete.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	border: 1px solid reoranged;
	background-color: orange;
	color: white;
}

button.save{
	padding-left: 25px;
	background-image: url(/app/images/save.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.cancel{
	padding-left: 25px;
	background-image: url(/app/images/cancel.png);
	background-position: 4px center;
	background-repeat: no-repeat;
	background-color: #ffe4b5;
}

button.browse{
	padding-left: 25px;
	background-image: url(/app/images/browse.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.email{
	padding-left: 25px;
	background-image: url(/app/images/email.png);
	background-position: 4px center;
	background-repeat: no-repeat;
}

button.nocaption{
  padding-left: 12px;
  padding-right: 12px;
}

button.nocaption span{
  display: none;
}

#ProgressPanelBG{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 290;
	background-color: #ffffff;
	filter: alpha(opacity=85);
   -moz-opacity: 0.85;
   opacity: 0.85;	 		
}

#ProgressPanelFG{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 291;
	background-image: url(/app/images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;	
}

.error{
  clear: both;
  margin: 0px;
  padding: 10px 0px 0px 30px;
  color: red;
  font-weight: bolder;
}

#system_messages{
/*  background-image: url(../app/images/fg_image_bg.png);*/
/*  position: fixed;
  top: 50%;
  left: 50%;*/
  padding: 10px;
/*  margin: -100px 0px 0px -200px;*/
  color: black;
  font-weight: bold;
  font-size: 12px;
  z-index: 10000;
  line-height: 1.2em;  
  font-family: Tahoma !important;
/*  width: 400px;*/
  position: relative;
  background-color: yellow;
}

#system_messages a{
  position: absolute;
  right: 15px;
  top: 7px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

/*#system_messages a:hover{
  color: yellow;
}*/

#system_messages ul{
/*  border: 1px white solid;*/
/*  padding: 25px;*/
  margin: 0px;  
  padding: 0px;
}

#system_messages li{
  padding: 0px;
  margin: 0px;
  list-style: none;      
}

#fatal_error{
  text-align: center;
  font-weight: bolder;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/* system */

.node_operations{
  position: absolute;
  margin-top: -30px;
  right: 0px;
  /*right: 50%;
  margin-right: -495px;*/
  font-size: 1.2em;
  background-color: white;
  padding: 0px 10px;
}

.node_operations a{
  padding-left: 25px;
	background-position: 4px center;
	background-repeat: no-repeat;
  font-size: 0.9em;
  color: black;
  text-decoration: none;
}

.node_operations a:hover{
  text-decoration: underline;
}

.node_operations a.add_node{
  background-image: url(/app/images/add.png);
}

.node_operations a.edit_node{
  background-image: url(/app/images/node.gif);
}

.node_operations a.edit_module{
  background-image: url(/app/images/module.png);
}

.node_operations a.delete_item{
  background-image: url(/app/images/delete.gif);
}

.node_operations a.add_item{
  background-image: url(/app/images/add.gif);
}

.node_operations a.edit_item{
  background-image: url(/app/images/edit.gif);
}

.node_operations a.save_item{
  background-image: url(/app/images/save.png);
}

.node_operations a.add_product{
  background-image: url(/app/images/add.png);
}

.node_operations a.make_fav{
  background-image: url(/app/images/fav.png);
}

#fg_image{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-image: url(../images/fg_image_bg.png);
}

#fg_image img, #fg_image iframe{
  position: absolute;
  border: 5px solid white;
  left: 50%;
  top: 50%;
}

#fg_image a.close, #fg_image a.prev, #fg_image a.next{
  position: absolute;
  left: 50%;
  top: 50%;
}

#fg_image a.close img, #fg_image a.prev img, #fg_image a.next img{
  position: static;
  border: none;
}

#admin_link{
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 10px 20px;
	background-color: navy;
	color: white;
}