@charset "utf-8";
/* CSS Document */

table.pricetable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	padding:0;
	margin:0px 10px 10px 10px;
	border: 1px solid #000;
	text-align:center;
	border-collapse:collapse;
	line-height:140%;
}

table.pricetable caption {
color:#fff;
background-color:#003366;
font-weight:bold;
font-size:120%;
border: 2px solid #000;
padding:6px;
margin-left:-1px; /* Hack for Firefox - fox some reason the caption is always 1px right of the rest of the table */
}

table.pricetable thead th {
background-color:#CCFFFF; 
padding-top:2px;
padding-bottom:2px;
border: 1px solid;
}

table.pricetable tbody th {
background-color:#66CCCC;
border: 1px solid;
text-align:right;
}

table.pricetable tbody td {
background-color:#DDD;
border: 1px solid #999;
}

table.pricetable .tbl-emptyrow {
background-color:#EEE;
}

table.pricetable .tbl-cell-black {
background-color:#000;
}

table.pricetable .tbl-cell-heading {
background-color:#66CCCC;
padding-top:6px;
padding-bottom:6px;
}

/* ............................................................................................................ */

table#liva-specs { 	/* Sets table width, text to black, background colour, font size */
	width:85%;
	margin-left: 50px; 
	text-align:left;
	border-collapse:collapse;
	border: 1px solid #333333;
	color:#000000;
	background: #CCFFFF;
	font-size:1.0em;	
}

table#liva-specs caption {		/* Sets table caption text colour, size, background colour, border around caption */
	padding: 3px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight:bold;
	border: 1px solid #333333;
	background: #000033;
	margin-left:-1px; /* Hack for Firefox - fox some reason the caption is always 1px right of the rest of the table */
}

table#liva-specs tbody th {		/* Sets th rows i.e. Lenght: to be aligned right and have some padding to the right */
	text-align:right;
	padding-right: 5px;
}

table#liva-specs tbody tr.odd td {		/* Sets up alternating colours for the body rows */
	background: #B7DBFF;
}

table#liva-specs tbody tr.odd th {		/* Sets up alternating colours for the Dates part of body rows */
	background: #B9E9FF;
}
