﻿body, html {

	font-family: 'kabelregular', Helvetica, Arial, Verdana, sans-serif; 

}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.8;
	z-index: 10000;
}
/*.popup_Container {
	border:1px solid #d1ece8;
	padding: 0px 0px 0px 0px;
}*/

.popup_Container {
	border:1px solid #38393b;
	padding: 0px 0px 0px 0px;
}
.containertxt
{
	font-family: 'kabelregular', Helvetica, Arial, Verdana, sans-serif; font-size:12px; color:#000; 
    font-size: 12px;
    padding-left:5px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
    text-align: left;
}

@font-face {
    font-family: 'kabelregular';
    src: url('../fonts/kabel_regular.woff2') format('woff2'),
         url('../fonts/kabel_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*.popupConfirmation
{
    width: 300px;
    height: 200px;
}*/
.popup_Titlebar {
background-color:#003770;
height: 29px;
}

.popup_Body
{
    padding:15px 15px 15px 15px;
	font-family: 'kabelregular', Helvetica, Arial, Verdana, sans-serif; font-size:12px; color:#000; 
    font-weight:normal;
    font-size:13px;
    color:#000000;
    line-height:15pt;
    clear:both;
    padding:20px;
    background-color:#fff;
}

.TitlebarLeft 
{
    float:left;
    padding-left:5px;
    padding-top:5px;
    font-family: 'kabelregular', Helvetica, Arial, Verdana, sans-serif; font-size:12px; color:#000; 
    font-weight:bold;
    font-size:12px;
    color:#FFFFFF;
}
.TitlebarRight 
{
    background:url(../Images/cross_icon_normal.png) no-repeat 0 0;
    background-position:right;
    background-repeat:no-repeat;
    height:15px;
    width:16px;
    float:right;
    cursor:pointer;
    margin-right:5px;
    margin-top:5px;
}
.popup_Buttons
{ 
    margin-left:180px;
}
.back{
	font-family: 'kabelregular', Helvetica, Arial, Verdana, sans-serif; font-size:12px; color:#000; 
	font-size: 13px;
	font-weight: bold;
	color: #065e9d;
	text-decoration:underline;
	text-align: justify;
}