﻿/* styles for the modal popup */
/* dialog frame */
.modal-dialog {position: fixed;}
/* dialog contents container */
.modal-dialog .container
{
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px; 
	width: 340px;
	border: solid 1px #99aabd;
	background-color:#F2F9FF;
} 
/* dialog header */
.modal-dialog .header {background: url(img/sprite.gif) repeat-x 0px -1100px; height:25px; padding-top:5px;}
/* dialog header message */
.modal-dialog .header .msg{vertical-align:middle;padding-left:6px;color:#fff;font-size:12px;font-weight:bold;}         
/* confirm body */
.modal-dialog .body {height:40px; background-color:#F2F9FF;}
/* Login */
.modal-dialog .loginBody { background-color: #F2F9FF; height: 145px; }
.modal-dialog .loginBody table { margin-top: 5px; }
.modal-dialog .lbl { font: normal normal bold 13px/19px "Trebuchet MS"; color: #003976; }
.modal-dialog .lbl 
{ 
	text-align: right; 
	padding:0 12px 0 40px; 
	font:normal normal bold 13px/19px "Trebuchet MS"; 
	color:#003976;
}
.modal-dialog .ctrl { text-align: left; width: 200px; } 
/* dialag body message */
.modal-dialog .body h2{padding-top:10px;background-color:#F2F9FF;font-size:11px;text-align:center;font-weight:normal;}  
/* dialog footer */
.modal-dialog .footer{height:30px;background-color: #F2F9FF;} 
/* dialog footer buttons */
.modal-dialog .footer .right
{background-color: #F2F9FF;float:right;text-align:right;padding-bottom:6px;padding-right:6px;}
/* dialog footer checkbox */
.modal-dialog .footer .left{background-color: #F2F9FF;float:left;text-align:left;padding-bottom:6px;padding-left:6px;} 
/* dialog close */
.modal-dialog .close
{right:4px;background: url(img/icons.gif) no-repeat -732px 0px;width:16px;cursor:pointer;position:absolute;top:5px;height:16px;}
/* dialog close hover */
.modal-dialog .close:hover{background: url(img/icons.gif) no-repeat -749px 0px;}
 

