/*
==============================================================================

  © Copyright 2002-2009 Media Monitors. All Rights Reserved.

  Media Monitors Company Confidential, Media Monitors, 445 Hamilton Ave. White Plains, NY 10601

  This code and all associated files are the proprietary property of Media Monitors.

  No portion nor portions may be used without the express written permission of Media Monitors.

==============================================================================

   $Header: /Aircheck/MM Website Development/MMAnalysis/css/confirm.css 10    4/03/09 6:17p Jconti $

==============================================================================
*/

.confirm_btn
	{
	cursor: hand;
	/*
	background-color: orange;
	border: 2px silver outset;
	font: bold 11px Arial;
	padding-left: 4px;
	padding-right: 4px;
	color: white;
	*/
	font: 10px Verdana;
	width: 50px;
	text-align: center;
	}

.confirm_dialog
	{
	position: absolute;
	top: 150px;
	left: 250px;
	width: 400px;
	display: none;
	z-index: 9999999999;
	background-color: #FBFBF9;
	color: #595F47;
	font: 12px Arial;
	padding-top: 14px;
	padding-left: 34px;
	padding-bottom: 4px;
	padding-right: 4px;
	border: 2px silver outset;
	text-align: left;
	}

.confirm_dialog td
	{
	color: #595F47;
	}

.confirm_dialog img
	{
	position: relative;
	top: -5px;
	left: -10px;
	}

.confirm_dialog input
	{
	width: 260px;
	background-color: white;
	color: #595F47;
	font: 12px Arial;
	}

.confirm_dialog input.checkbox
	{
	width: 20px;
	background-color: transparent;
	color: #595F47;
	font: 12px Arial;
	}

.confirm_dialog td
{
	background-color: Transparent;
	border: none;
	padding:0;
	margin:0;
}

.confirm_dialog a:link 		{color: #FF8711; font-weight: normal; font-size: 12px; text-decoration:none; cursor: hand; }
.confirm_dialog a:visited 	{color: #FF8711; font-weight: normal; font-size: 12px; text-decoration:none; cursor: hand; }
.confirm_dialog a:active 	{color: #FF8711; font-weight: normal; font-size: 12px; text-decoration:none; cursor: hand; }
.confirm_dialog a:hover 	{color: #004698; font-weight: normal; font-size: 12px; text-decoration:underline; cursor: hand; }

/*
==============================================================================

   $Log: /Aircheck/MM Website Development/MMAnalysis/css/confirm.css $
 * 
 * 10    4/03/09 6:17p Jconti
 * Updated internationalization code;
 * [TT #20032]
 *
 * 9     3/09/09 13:42 Jconti
 * Fixed initial sizing & positioning of text alerts; adjusted alert icon
 * code;
 * [TT #20035]

==============================================================================
*/
