@charset "utf-8";
body { margin:0; padding:0; width:100%; background:#fff;}
html { padding:0; margin:0;}

@font-face { 
  font-family: CONSTAN; 
    src: url('../fonts/CONSTAN.eot'); 
    src: local("CONSTAN"), url('../fonts/CONSTAN.ttf'); 
}

/************************ Table Report *************************/
#report
{
	width:760px;
	border:1px solid #000;
	border-collapse:collapse;
	table-layout:fixed;
}

#report th
{
	font:bold 12px Calibri;
	color:#000;
	text-shadow: .55px .50px #fff;
	padding:3px;
	vertical-align:middle;
	border:1px solid #fff;
	border-top:1px solid #000;
	background:#FBB917;
}

#report td
{
	font:normal 12px Calibri;
	color:#000;
	padding:3px;
	vertical-align:middle;
	border:1px solid #fff;
}

#report #al
{
	text-align:center;
}

#report #hl
{
	text-align:center;
	background:yellow;
}

#wd
{
	width:150px;
}

#wd1
{
	width:250px;
}

tr:nth-child(odd)		{ background-color:#B6B6B4; }
tr:nth-child(even)		{ background-color:#E5E4E2; }
