﻿
body
{
	font-family: Arial,Tahoma,sans-serif; 
	background: white;
	font-size: 13pt;
}

.noprint
{
	display:none;
	visibility:hidden;
}

.print
{
	display:table-cell;
	visibility:visible;
}

#confirmtable, #confirmtable td
{
    border:0;
    color:#000;
}

#confirmtable h3
{
    font-weight:bold;
    font-size:16px;
}

.confheader
{
	height:48px;
}

.conflogo
{
	text-align:left;
	width:150px;
}
.conflogo img
{
	padding-left:5px;
}
.confnumbercell
{
	font-size:14px;
	text-align:right;
	font-weight:bold;
}
#conftext
{
	text-align:justify;
	line-height:18px;
}
#conftext p
{
	margin:10px 0;
	padding:0;
	text-indent:0;
}

.confheaderline
{
	border-top:solid 1px #000; width:100%; height:1px;
}

#confcontent
{
    line-height:18px;
    font-size:14px;
    top:100px !important;
    width: auto;
    text-align:justify;
    
}

#confcontent strong
{
	line-height:14px;
	font-weight:bold;
	color:#000;
}


/*Confirmation details table */
	
#confdetails
{
	width:100%;
	border:solid 1px #000!important;
	margin:15px 0;
	font-weight:bold;
	height:115px;
}

#confdetails table
{
	height:116px;
}
.confinfocell
{
	vertical-align:middle;
	width:60%;
	border-right:1px solid #7F7F7F !important;
}

.conflogocell
{
	vertical-align:middle;
	text-align:center;
}

.confinfocell p
{
	margin:5px 0 0 20px;
	font-size:13px
}

