/******************************************************************
/******************************************************************
/******************************************************************
/ DEX ALERT BOX
/******************************************************************/
#dexAlertBox
{
	position: fixed;
	text-align:center;
	top: 10%;
	left: 10%;
	right: 10%;
	width:80%;
	background-color:#FFF;
	max-width:384px;
	max-height:384px;

	background-image: -webkit-linear-gradient(top left, #FFF 0%, #E8FFB2 100%); 
	background-image: -moz-linear-gradient(right bottom, #FFF 0%, #E8FFB2 100%); 
	background-image: -o-linear-gradient(#FFF 0%, #E8FFB2 100%); 
	background-image: linear-gradient(#FFF 0%, #E8FFB2 100%);

    opacity: 1;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
/******************************************************************/
/*Black/Transparent BG*/
#dexAlertBG
{
	top:0;
	left:0;
	width:100em;
	height:100em;
	position:absolute;
	
	background-color:#000;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
/******************************************************************/
/*Header Text*/
#dexAlertHeader
{
	text-align:center;
	color:#000;
	font-size:22px;
	font-weight:bold;
	width:80%;
	margin: 0 auto;
	margin-top:7.5%;
}
/******************************************************************/
/*Content Text*/
#dexAlertContent
{
	font-size:16px;
	text-align:Left;
	color:#000;
	width:80%;
	min-height:55%;
	margin: 0 auto;
	margin-top:7.5%;
	height:250px;
	max-height:250px;

}/******************************************************************/
/*dexAlertScrollContainer Text*/
.dexAlertScrollContainer{
	border:2px solid #96C139;
	height:84%;	
	text-align:center;	
	padding:3%;
	width:94%;
	margin: 0 auto;
	margin-bottom:3em;
	overflow-y:scroll;
}
/******************************************************************/
/*OK Button*/
.btn_dexAlertOK{
	border-radius: 10px;
	border:2px solid #96C139;
	width:80%;
	margin: 0 auto;
	height:auto;	
	font-size:16px;
	padding-top:3%;
	padding-bottom:3%;
	background-color:#FFF;
	text-align:center;
	-moz-border-radius: 10px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	font-weight:bold;
	z-index:110;	
	margin-bottom:1.5em;
	color:#123456;
	background-image: -webkit-linear-gradient(top left, #FFF 0%, #96C139 100%); 
	background-image: -moz-linear-gradient(right bottom, #FFF 0%, #96C139 100%); 
	background-image: -o-linear-gradient(#FFF 0%, #96C139 100%); 
	background-image: linear-gradient(#FFF 0%, #96C139 100%);
}
#btn_dexAlertYesNoBox{

	width:80%;
	min-width:80%;
	max-width:80%;
	margin: 0 auto;
}
/******************************************************************/
/*YesNo Button*/
.btn_dexAlertYesNo{
	border-radius: 10px;
	border:2px solid #000;
	width:45%;
	margin: 0 auto;
	height:auto;	
	font-size:16px;
	padding-top:3%;
	padding-bottom:3%;
	background-color:#FFF;
	text-align:center;
	-moz-border-radius: 10px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	font-weight:bold;
	z-index:110;
	float:left;
	margin-bottom:1.5em;
	color:#123456;
	background-image: -webkit-linear-gradient(top left, #FFF 0%, #E8FFB2 100%); 
	background-image: -moz-linear-gradient(right bottom, #FFF 0%, #E8FFB2 100%); 
	background-image: -o-linear-gradient(#FFF 0%, #E8FFB2 100%); 
	background-image: linear-gradient(#FFF 0%, #E8FFB2 100%);
}
#btn_dexAlertYesNo_left{
	float:left;
	margin-left:
}
#btn_dexAlertYesNo_right{
	float:right;
}
/******************************************************************/
/*YesNoCancel Button*/
.btn_dexAlertYesNoCancel{
	border-radius: 10px;
	border:2px solid #000;
	width:29%;
	margin: 0 auto;
	height:auto;	
	font-size:16px;
	padding-top:3%;
	padding-bottom:3%;
	background-color:#FFF;
	text-align:center;
	-moz-border-radius: 10px;
	overflow:hidden;
	-webkit-border-radius: 10px;
	font-weight:bold;
	z-index:110;
	float:left;
	margin-bottom:1.5em;
	color:#123456;
	background-image: -webkit-linear-gradient(top left, #FFF 0%, #E8FFB2 100%); 
	background-image: -moz-linear-gradient(right bottom, #FFF 0%, #E8FFB2 100%); 
	background-image: -o-linear-gradient(#FFF 0%, #E8FFB2 100%); 
	background-image: linear-gradient(#FFF 0%, #E8FFB2 100%);
}
#btn_dexAlertYesNoCancelBox{

	width:80%;
	min-width:80%;
	max-width:80%;
	margin: 0 auto;
}
#btn_dexAlertYesNoCancel_left{
	float:left;
}
#btn_dexAlertYesNoCancel_middle{
	float:left;
	margin-left:4%;
}
#btn_dexAlertYesNoCancel_right{
	float:right;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
/******************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************/


/******************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************/
/*  END OF FILE
/******************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************/
/******************************************************************************************************************************************************************/