*{
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:verdana,Arial sans-serif;
}

#header{
	text-align: center;
	background-color: #104d79;
	color: white;
}

#banner {
	text-align:center;
	font-weight:bolder;
	margin-bottom:10px;
	margin-top:10px;
	color:Black;
}

.login{
	font-size:13px;
}

#content {
	display:table;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
}

#footer {
	position: inherit;
	bottom: 0px;
	left: 0;
	border-top: #104d79 solid thin;
	width:100%;
	text-align:center;
	background:#104D79;
	color:White;
	font-size:11px;	
}

#disclaimer {
	position:relative;
	bottom:0;
	left:0;
	font-size:small;
	background:white;
	color:#990066;
	text-align:left;
}

table.Report {
	border-collapse: collapse;
}
table.Report, table.Report th, table.Report td {
	border:1px solid #104d79;
}
table.Report th {
	padding: 6px;
}
table.Report td {
	padding: 3px;
}
.lableColor {
	color: black;
}

/* HallTicket */

table.HallTicket {
	margin: 0 inherit;
	clear: both;
	height:0px;
	width: 100%;
	background-color: #fafafa;
	border-top: 0px solid #D5D5D5;
	color:#3d3d3d;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
}
tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}
table.HallTicket td {
	padding:4px;
	border-bottom: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	vertical-align:top;
	text-align:left;	
}

table.HallTicket td span{
	font-weight:bold;
}