/******************************************************************************
// Alloy Navigator 5
//
// Copyright (c) 2002-2007 Alloy Software Inc.
// All Right Reserved
//
// The entire contents of this file is protected by U.S. and
// International Copyright Laws. Unauthorized reproduction, 
// reverse-engineering, and distribution of all or any portion of 
// the code contained in this file is strictly prohibited and may 
// result in severe civil and criminal penalties and will be 
// prosecuted to the maximum extent possible under the law. 
//
// RESTRICTIONS 
// 
// The source code contained within this file and all related 
// files or any portion of its contents shall at no time be 
// copied, transferred, sold, distributed, or otherwise made 
// available to other individuals without express written consent 
// and permission from Alloy Software Inc. 
*/

/* The stylesheet defines the style of pop-up message boxes (such 
   as Error, Warning, Confirm). */

div.msgbox
{	width:450px;
	position:absolute;
	background-color: #7A7A7A;	
	z-index:110;
	overflow:hidden;
	border: solid 1px #8A8A8A;
	-moz-opacity: 0.3 ;
	filter:alpha(opacity: 30);
	border: solid 1px #9A9A9A;
}

div.msgbase
{	height:auto;
	position : absolute;
	right:5px;
	bottom:3px;
	width:450px;
	z-index : 111;
	/*overflow:hidden;*/
	border: solid 1px #9A9A9A;
}

div.msgbox iframe, div.msgbase iframe
{	display: block;
	position:absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}


div.msg_caption
{	width:100%;
  border-bottom: 1px solid #D1D5D8;
  background: url("../images/bg01.gif");
  color: #000;
  font-size: 70%; 
}

table.msg_caption_table
{	width:100%;
  height:21px;
  vertical-align:middle;
}

table.msg_caption_table td
{ padding-left:10px;}

td.caption_text
{	text-align:left;
	font-weight:bold;
}

td.caption_close
{ text-align:right;
	width:40px;
}

td.caption_close input
{ width:18px;
	height:18px;
	text-align:center;
	vertical-align:middle;
}

div.msg_body
{ vertical-align:middle;
	text-align:left;
	font-size:80%;
	background-color:white;
	border-bottom:solid 1px #9A9A9A;
	padding:10px;
}

td.body_icon
{	width:40px;
	text-align:center;
}

td.body_text
{	text-align:left;}

div.msg_foot
{ background-color:white;
	border:none;
}

div.msg_foot table
{	width:100%;
	height:40px;
	vertical-align:middle;
}

td.foot_first_cell
{ width:50%;
	text-align:right;
}

td.foot_cell
{	text-align:center;}

td.foot_last_cell
{ width: 50%;
	text-align:left;
}

div.msg_foot input
{	width:70px;}

div.back
{	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:url('../images/transparent.gif') top left;
	z-index:101
}