/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 254 2010-07-23 05:14:44Z emartin24 $
 */

#confirm {display:none;}
#confirmcancel {display:none;}
#confirmscroll {display:none;}

/* Overlay */
/* style is taken from RISA template, from .black-overlay
#confirm-overlay {background-color:#eee; cursor:wait;}
*/
#confirm-overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
/* Container */
/*  style is taken from RISA template, from .white-content
#confirm-container {position:absolute; top:0; left:0; height:auto !important; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699;}
#confirm-container .header {height:30px; line-height:30px; width:100%; background:url(../images/confirm/header.gif) repeat-x; color:#fff; font-weight:bold;}
*/
#confirm-container {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	border: 5px solid #999;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

#confirm-container .header {
	/*background: url(../images/lightboxHeader.jpg);
	background-repeat:repeat-x;
    height:76px;*/
	background-color: #006FC0;
    height:25px;
	font-size:12pt;
	color:#FFF;
	font-weight:bold;
	padding:10px;		
}



#confirm-container .header span {padding-left:8px;}

/*  style is taken from RISA template, from .light-box-content
#confirm-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px;}
*/
#confirm-container .message {
	padding:12px 4px 12px 8px;
	margin:0;
	font-size:14px;	
	color:#333;	
	word-wrap: break-word;
}

#confirm-container .messagescroll {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px; height:240px; overflow:scroll; overflow-x: hidden;}
#confirm-container .buttons {line-height:26px; width:auto; float:right; padding:10px 8px 0;} 
#confirm-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../images/confirm/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
/*
#confirm-container a.modal-close,
*/
#confirm-container a.modal-close 
{
    height: 24px;
    width: 24px;
	background-image:url(../images/buttons/delete_btn_disabled.png);
	background-repeat: no-repeat;    
	margin-top: 10px;
	text-indent: -10000px;
}



#confirm-container a.modal-close:link,
#confirm-container a.modal-close:active,
#confirm-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#confirm-container a.modal-close:hover {color:#ccc;}

#confirm-container div.yes {	
	background: url(../images/large_buttons/confirm_btn.png);
	background-repeat: no-repeat;
	display: inline;
	color: #006FC0; /*#f28200;*/
	font-weight:bold;
	height:32px;
	line-height:29px;
	text-decoration:none;
	width:120px;
	border: 1px outset #CCC;
	padding:0px;
	text-indent: -10000px;
}

#confirm-container div.no {	
	background: url(../images/large_buttons/cancel_btn.png);
	background-repeat: no-repeat;
	display: inline;
	color:#006FC0; /* #f28200;*/
	font-weight:bold;
	height:32px;
	line-height:29px;
	text-decoration:none;
	width:120px;
	border: 1px outset #CCC;
	padding:0pxx;
	text-indent: -10000px;
}


#alert {display:none;}
#alertscroll {display:none;}

/* Overlay */
#alert-overlay {background-color:#eee; cursor:wait; z-index:9999 !important}

/* Container */
/*  style is taken from RISA template, from .white-content
#alert-container {position:absolute; top:0; left:0; height:auto !important; width:420px; font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; background:#fff; border:2px solid #336699; z-index:9999 !important}
#alert-container .header {height:30px; line-height:30px; width:100%; background:url(../images/alert/header.gif) repeat-x; color:#fff; font-weight:bold;}
*/
#alert-container {
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	border: 5px solid #999;
	background-color: white;
	z-index: 10001 !important;
	overflow: auto;
}

#alert-container .header {
	/*
    background: url(../images/lightboxHeader.jpg);
	background-repeat:repeat-x;
	*/
	background-color: #006FC0;
    height:25px;
	font-size:12pt;
	color:#FFF;
	font-weight:bold;
	padding:10px;		
}




#alert-container .header span {padding-left:8px;}
#alert-container .message {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px; word-wrap: break-word;}
#alert-container .messagescroll {color:#333; font-size:14px; margin:0; padding:12px 4px 12px 8px; height:240px; overflow:scroll; overflow-x: hidden;}
#alert-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#alert-container .buttons div {float:right; margin-left:4px; width:70px; height:26px; color:#666; font-weight:bold; text-align:center; background:url(../images/alert/button.gif) repeat-x; border:1px solid #bbb; cursor:pointer;} 
/*
#alert-container a.modal-close,
*/
#alert-container a.modal-close 
{
    height: 24px;
    width: 24px;
	background-image:url(../images/buttons/delete_btn_disabled.png);
	background-repeat: no-repeat;    
	margin-top: 10px;
	text-indent: -10000px;
}

#alert-container a.modal-close:link,
#alert-container a.modal-close:active,
#alert-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#alert-container a.modal-close:hover {color:#ccc;}

#alert-container div.yes {
	background-image:url(../images/large_buttons/active_btn_bg.png);
	background: url(../images/large_buttons/confirm_btn.png);
	background-repeat: no-repeat;
	display: inline;
	color: #006FC0; /*#f28200;*/
	font-weight:bold;
	height:32px;
	line-height:29px;
	text-decoration:none;
	width:120px;
	border: 1px outset #CCC;
	padding:0px;
	text-indent: -10000px;
}
