/* CSS for adilas.biz web/customer application */

body
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000000;
	background:#DDDDFF;
	background-image:url(images/cloud_background.jpg);
	background-repeat:no-repeat;
	margin:0;
}
.basicText
{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.imgText
{
	text-decoration:none;
}
.imgText a
{
	text-decoration:none;
}
.imgText a:hover
{
	text-decoration:none;
}
.footerText
{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#000099;
}
.headingText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000000;
}
.titleText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#006699;
}
.callOutRow
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#006699;
	padding-left:10px;
	padding-right:10px;
}
.callOutRowTwo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000099;
	background-color:#00FF99;
	padding-left:10px;
	padding-right:10px;
}
.messageErrorText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#000099;
	background-color:#00FF99;
	padding-left:10px;
	padding-right:10px;
}
.messageText
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#006699;
	padding-left:10px;
	padding-right:10px;
}
.tableRow1
{
	background-color:#FFFFFF;
}
.tableRow2
{
	background-color:#DDDDFF;
}
.basicText a,
.footerText a,
.headingText a,
.titleText a,
.callOutRow a,
.callOutRowTwo a,
.messageErrorText a,
.messageText a
{
	text-decoration:none;
	color:#000099;
	background-color:transparent;
}
.basicText a:hover,
.footerText a:hover,
.headingText a:hover,
.titleText a:hover,
.callOutRow a:hover,
.callOutRowTwo a:hover,
.messageErrorText a:hover,
.messageText a:hover
{
	text-decoration:none;
	color:#000099;
	background-color:#00FF99;
}

.center-modal-image 
{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
}	
