﻿.modalBackgroundNew
{
	background-color: Gray;
	opacity: 0.6;

} 

.modalPopup
{
	color:Black;
	line-height:15pt;
	clear:both;
	width:70%;
	background-color:	#f5f5f5;
	font-family:Arial, Helvetica, Sans-Serif;
	position:relative;
	
	border-width:5px;
	border-style:solid;
	border-color:#EAEAEA;
	
	/*border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;*/
	
	position:relative;
	
}

.modalPopupSampleDetails
{
	color:Black;
	line-height:15pt;
	clear:both;
	width:97%;
	color:Black;
	font-family:Arial, Helvetica, Sans-Serif;
	position:relative;
	
	border-width:5px;
	border-style:solid;
	border-color:#EAEAEA;
	
	/*border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;*/
	
	position:relative;
	
}

.modalPopupTNA
{
    /*Actual TNA List*/
	color:Black;
	line-height:15pt;
	clear:both;
	width:80%;
	color:Black;
	font-family:Arial, Helvetica, Sans-Serif;
	position:relative;
	
	border-width:5px;
	border-style:solid;
	border-color:#EAEAEA;
	
	/*border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	border-top-left-radius:15px;
	border-top-right-radius:15px;*/
	
	position:relative;
	
}
.modalMessagePopup
{
	color:Black;
	line-height:15pt;
	clear:both;
	width:350px;
	color:Black;
	font-family:Arial, Helvetica, Sans-Serif;
	border-width:2px;
	border-style:solid;
	border-color:black;
}

.popupBottomDiv
{
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
	background-color:#EAEAEA;
}

/*Warning*/

.popup_TitlebarWarning
{
    padding-top: 3px;
    font-weight: bold;
    font-size: 16px;
    cursor: move;
    width: 100%;
    background-color: #E4B239;
}

.popupBodyDivWarning
{
	background-color: #FEEFB3;
	color:#9F6000;
	height: 50px;
	width: 100%;
	font-size:13px;
	padding:15px 0px 15px 0px;
	border-color:#9F6000;
	border-width:1px;
	border-style:solid;
}

/*Error*/

.popup_TitlebarError
{
	padding-top: 3px;
	font-weight: bold;
	font-size: 16px;
	cursor: move;
	width: 100%;
	background-color:#F23737;
}

.popupBodyDivError
{
	background-color: #FFBABA;
	color:#E1323C;
	height: 50px;
	width: 100%;
	font-size:14px;
	padding:15px 0px 15px 0px;
	border-color:#E1323C;
	border-width:1px;
	border-style:solid;
}

/*Success*/

.popup_TitlebarSuccess
{
    padding-top: 3px;
    font-weight: bold;
    font-size: 16px;
    cursor: move;
    width: 100%;
    background-color: #8EC641;
}

.popupBodyDivSuccess
{
	background-color: #DFF2BF;
	color:#4F8A10;
	height: 50px;
	width: 99.4%;
	font-size:14px;
	padding:15px 0px 15px 0px;
	border-color:#4F8A10;
	border-width:1px;
	border-style:solid;
}

/*  Information  */

.popup_TitlebarInformation
{
	padding-top: 3px;
	font-weight: bold;
	font-size: 16px;
	cursor: move;	
	width: 100%;
	background-color:#86BFE2;
}

.popupBodyDivInformation
{
    background-color: #BDE5F8;
    color :#1966A7;
    height: auto;
    width: 99.6%;
    font-size: 14px;
    padding: 15px 0px 15px 0px;
    border-color: #1966A7;
    border-width: 1px;
    border-style: solid;      
}