table.license {
	border:1px solid #000;
	border-collapse:collapse;
	font-family:verdana,tahoma,arial;
	font-size:80%;
}

table.license a {
    font-family:verdana,tahoma,arial;
    font-size:100%;    
}

table.license td,th{
	border:1px solid #000;
	border-collapse:collapse;
	padding:5px;
}	

table.license #fn,#dp,#ar{width:58px;}
table.license #fr,#to{width:138px;}

table.license caption{
	background:#aeaf97;
	font-size:140%;
	border:1px solid #000;
	border-bottom:none;
	padding:5px;
	text-align:left;
	font-weight: bold;
	color: #FFFFFF;
}

table.license thead th{
	background:#aeaf97;
	text-align:left;
    color:#fff;
}

table.license tfoot td{
	text-align:right;
	font-weight:bold;
	background:#aeaf97;
	color: #FFFFFF;
}

table.license tbody th{
    text-align:left;
    background:#fdfff2;
}

table.license tbody th a {
    color: #000;
}

table.license tbody td{
	background:#FFFFFF;	
}
table.license tbody tr.odd td{
	background-color: #808090;
}







table.orders {
    border:1px solid #000;
    border-collapse:collapse;
    font-family:verdana,tahoma,arial;
    font-size:80%;
}

table.orders a {
    font-family:verdana,tahoma,arial;
    font-size:100%;    
}

table.orders td,th{
    border:1px solid #000;
    border-collapse:collapse;
    padding:5px;
}    

table.orders #fn,#dp,#ar{width:58px;}
table.orders #fr,#to{width:138px;}

table.orders caption{
    background:#aeaf97;
    font-size:140%;
    border:1px solid #000;
    border-bottom:none;
    padding:5px;
    text-align:left;
    font-weight: bold;
    color: #FFFFFF;
}

table.orders thead th{
    background:#fdfff2;
    text-align:left;
}

table.orders tfoot td{
    text-align:right;
    font-weight:bold;
    background:#aeaf97;
    color: #FFFFFF;
}

table.orders tbody th{
    text-align:left;
    background:#69c;
}

table.orders tbody th a {
    color: #FFF;
}

table.orders tbody td{
    background:#FFFFFF;    
}
table.orders tbody tr.odd td{
    background-color: #808090;
}