﻿/*body
{
	background: #fff;
	font: 12px/1.25 "Helvetica Neue" , Arial, sans-serif;
	color: #222;
}*/

/*Modal Popup*/
.modalBackgroundProcessing {
	background-color:#C0C0C0;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupProcessing {
	background-color:#F0F8FF;
	border-width:3px;
	border-style:solid;
	border-color:#1E90FF;
	padding:3px;
	text-align:center;
}
.hiddenProcessing {display:none}


.modalPopupAjax
{
    text-align:center;
    padding-top: 30px;
    padding-bottom:30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:400px; 
    height:auto;
}

.modalPopup
{
    text-align:center;
    padding-left:10px;
    padding-right:10px; 
    padding-top: 20px;
    padding-bottom:10px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:400px; 
    height:auto;
}

.modalPopupDisplayImage
{
    text-align:center;
    padding-left:5px;
    padding-right:5px; 
    padding-top: 15px;
    padding-bottom:5px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:320px; 
    height:auto;
}

.modalPopupDisplayVideo
{
    text-align:center;
    padding-left:10px;
    padding-right:10px; 
    padding-top: 15px;
    padding-bottom:10px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:auto; 
    height:auto;
}

.confirm-dialog
{
	background: url(Images/ModalPopup/dialog24.png) no-repeat left top;
	margin: 0px auto; 
	width: 330px;
	padding-top: 14px;
	position: relative;
}

.confirm-dialog .innerFirstTime
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background: url(Images/ModalPopup/dialog24.png) no-repeat left bottom;
	float: left;
	margin: 0px 0px -10px 0px;
	width: 400px;
	padding-top: 0px;
} 

.confirm-dialog .innerPopup
{
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 11px;
	background: url(Images/ModalPopup/dialog24.png) no-repeat left bottom;
	float: left;
	margin: 0px 0px -20px 0px;
	width: 290px;
	padding-top: 0px;
} 

.confirm-dialog .base
{
	border-top: #ddd 1px solid;
	background: url(Images/ModalPopup/dialog-base.png) no-repeat left bottom;
	padding-bottom: 4px;
	margin-left: -11px;
	margin-right: -11px;
	padding-top: 4px;
	text-align: center;
}

.confirm-dialog H2
{
	font-weight: bold;
	font-size: 1.25em;
	color: #f60;
	text-align: center;
} 

.confirm-dialog input
{
	width: 50px;
}     

.close
{
	/*display: block;*/
	background: url(Images/ModalPopup/close24.png) no-repeat 0px 0px;
	left: -5px;
	width: 26px;
	/*text-indent: -1000em;*/
	position: absolute;
	top: -7px;
	height: 26px;
}   


.modalBackground
{
	background-color:Gray;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
} 
