@charset "utf-8";
/* CSS Document */
.iperfTable table{
    border-collapse: collapse;
        border-spacing: 0;
	font-size: 0.8em;
}
.iperfTable tr:hover td{
	
}
.iperfTable tr:nth-child(odd){ background-color:#ffaa56; }
.iperfTable tr:nth-child(even)    { background-color:#ddd2cf; }.iperfTable td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding: 2px 7px;
	font-size:1.3em;
	color:#000000;
}.iperfTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.iperfTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.iperfTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.iperfTable tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:1.5em;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;;
	font-weight:bold;
	color:#ffffff;
}
.iperfTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.iperfTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.iperfTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}