/* Title:     Factor Software's site basic table style sheetAuthor:    Federico Filipponi*//* Standard tag styles---------------------------------------------------------- */table {	table-layout: fixed;}/* Style for Order table---------------------------------------------------------- */table.order {	font-size: 0.65em;	width: 98%;	margin: 8px 1px 1px 8px;	border-collapse: collapse;}table.order col.license {	width: 70%;	background-color: #F0F0F0;}table.order col.price {	width: 15%;	background-color: #FFFFCC;}table.order col.buy {	width: 15%;	background-color: #CCCCFF;}table.order thead {	font-weight: bold;	color: #FFFFFF;	background-color: #666699;}table.order th, table.order td {	padding: 2px;	border-width: 1px;	border-style: solid;}table.order th {	text-align: left;	border-color: #333366;}table.order td.license {	border-color: #999999;}table.order td.price {	border-color: #FF9900;}table.order td.buy {	border-color: #336699;}table.order td.price {	padding-right: 6px;	text-align: right;	font-size: 1.1em;	font-weight: bold;}table.order th.price, table.order th.buy, table.order td.buy {	text-align: center;}/* Style for Scores table---------------------------------------------------------- */table.scores {	table-layout: auto;	width: 350px;	text-align: left;	font-size: 0.75em;	font-weight: normal;	color: #333333;	margin: 8px 1px 1px 10px;	border: 1px solid #333366;	border-collapse: separate;	border-spacing: 0;}table.scores col.rank {	width: 12%;}table.scores col.name {	width: 50%;}table.scores col.score {	width: 26%;}table.scores col.level {	width: 12%;}table.scores thead {	font-size: 0.9em;	color: #000033;	background-color: #9999CC;}table.scores thead tr.title {	font-size: 1.2em;	font-weight: bold;	color: #FFFFFF;	background-color: #333366;}table.scores tr.r0 {	background-color: #FFFFFF;}table.scores tr.r1 {	background-color: #EEEEEE;}table.scores th, table.scores td {	margin: 0;	padding: 1px;	border-style: none;}table.scores td {	overflow: hidden;}/* Style for Download table---------------------------------------------------------- */table.download {	font-size: 0.75em;	width: 97%;	margin: 8px 1px 1px 8px;	border-collapse: collapse;}table.download col.file {	width: 47%;	background-color: #F0F0F0;}table.download col.size {	width: 18%;	background-color: #CCCCCC;}table.download col.format {	width: 35%;	background-color: #F0F0F0;}table.download thead {	height: 2em;	text-align: left;	font-weight: bold;	color: #333333;	background-color: #E0E0E0;}table.download th, table.download td {	padding: 0 6px;	border: 1px solid #FFFFFF;}table.download td.file {	padding: 0;}table.download th.size, table.download td.size {	text-align: center;}table.download td.file a {	display: block;	width: 100%;	height: 2em;	color: #003366;	font-weight: bold;	text-decoration: none;}table.download td.file a:hover {	background-color: #CCFFCC;}