/* Horizontal table
-------------------------------------------------------------*/
table.horizontal {
	margin: 0px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
	width: 470px;
	border-collapse: collapse; 
	border-spacing: 0px;
	}

.column {
	background: #f9f9f9;
	}

.horizontal caption {
	margin: 20px 0 0 0;
	color: #333;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 3px;
	text-align: left;
}

.horizontal thead th {
	text-align: left;
	background: url('http://images.icnetwork.co.uk/collections/css_r2_hamiltonad/listcolor2_bkg.gif') repeat-x;
	color: #fff;
	padding: 5px;
}

.horizontal tbody td, tbody th {
	padding: 7px;	
}

.horizontal tbody th td {
text-align: left;
}

.horizontal tbody th {
	font-weight: normal;
	text-align: left;
}

.horizontal tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
	
.horizontal tbody tr.odd 	{
	background: #f9f9f9;
}

.horizontal tbody tr.even 	{
	background: #fff;
}


.horizontal tbody th a:link, .horizontal tbody th a:visited{
	padding:3px;
	}
	
.horizontal tbody th a:hover{
	color:#666;
	}

.horizontal tbody tr td { 
	text-align: left;
	background: #FFF;
	}

.horizontal tbody tr.odd td{ 
	background: #f9f9f9;
	}
	
.horizontal tbody tr.even td{ 
	background: #fff;
	}

.horizontal table td a:hover {
	color: #666;
	text-decoration: underline ;
}

.horizontal tbody td a {
	margin: 0 auto;
	height: 15px;
	padding:3px;
}

.horizontal table a { 
	padding:20px 0px 0px 5px;
}

.horizontal tfoot th, .horizontal tfoot td {
	background: #fff;
	padding:4px;
	text-align:left;
	font-size: 0.8em;
}

.horizontal tfoot tr th {
	font-weight: normal;
}


/* Vertical table
-------------------------------------------------------------*/
table.vertical {
	margin: 0px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
	width: 470px;
	border-collapse: collapse; 
	border-spacing: 0px;
	}

.vertical td.col1 {
	background: #f9f9f9;
	}
	
.vertical td.col2 {
	background: #fff;
	}
	
.vertical td.col3 {
	background: #f9f9f9;
	}

.vertical caption {
	margin: 20px 0 0 0;
	color: #333;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 3px;
	text-align: left;
}

.vertical thead th {
	text-align: left;
	background: url('http://images.icnetwork.co.uk/collections/css_r2_hamiltonad/listcolor2_bkg.gif') repeat-x;
	color: #fff;
	padding: 5px;
	font-size: 1em;
}

.vertical tbody td, .vertical tbody th {
	padding: 7px;	
}

.vertical tbody th td {
text-align: left;
}

.vertical tbody th {
	font-weight: normal;
	text-align: left;
}

.vertical tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
	
.vertical tbody th a:link, .vertical tbody th a:visited{
	padding:3px;
	}
	
.vertical tbody th a:hover{
	color:#666;
	}

.vertical tbody tr td { 
	text-align: left;
	background: #FFF;
	}

.vertical table td a:hover {
	color: #666;
	text-decoration: underline ;
}

.vertical tbody td a {
	margin: 0 auto;
	height: 15px;
	padding:3px;
}

.vertical table a { 
	padding:20px 0px 0px 5px;
}

.vertical tfoot th, .vertical tfoot td {
	background: #fff;
	padding:4px;
	text-align:left;
	font-size: 0.8em;
}

.vertical tfoot tr th {
	font-weight: normal;
}


/* vertical-border
--------------------------------------------------------*/
table.vertical-border {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
	border-collapse: collapse; 
	border-spacing: 0px;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	}

table.vertical-border td.col1 {
	background: #f9f9f9;
	}
	
table.vertical-border td.col2 {
	background: #fff;
	}
	
table.vertical-border td.col3 {
	background: #f9f9f9;
	}

.vertical-border caption {
	margin: 20px 0 0 0;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 3px;
	text-align: left;
}

.vertical-border thead th {
	background: url('http://images.icnetwork.co.uk/collections/css_r2_hamiltonad/listcolor2_bkg.gif') repeat-x;
	color: #fff;
	padding: 5px;
}

.vertical-border thead {
	border-left: 1px solid #006688;
	border-top: 1px solid #006688;
	border-right: 1px solid #006688;
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
 }

.vertical-border tbody td, tbody th {
	padding: 7px;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;	
}

.vertical-border tbody tr th, tbody tr td {
	}
	
.vertical-border tbody th {
	font-weight: normal;
}

.vertical-border tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
	
.vertical-border tbody tr.odd 	{
	background: #f9f9f9;
}

.vertical-border tbody th a:link, .vertical-border tbody th a:visited{
	padding:3px;
	}
	
.vertical-border tbody th a:hover{
	color:#666;
	}

.vertical-border tbody tr td { 
	background: #FFF;
	}

.vertical-border table td a:hover {
	color: #666;
	text-decoration: underline ;
}

.vertical-border tbody td a {
	margin: 0 auto;
	height: 15px;
	padding:3px;
}

.vertical-border table a { 
	padding:20px 0px 0px 15px;
}

.vertical-border tfoot {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	}

.vertical-border tfoot th, tfoot td {
	background: #fff;
	padding:4px;
	text-align:left;
	font-size: 0.8em;
}

.vertical-border tfoot tr th {
	font-weight: normal;
}






/* horizontal-border
--------------------------------------------------------*/
table.horizontal-border {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333;
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px solid #e0e0e0e;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	}

.horizontal-border .column-odd {
	background: #f9f9f9;
	}
	
.horizontal-border .column-even {
	background: #fff;
	}

.horizontal-border caption {
	margin: 20px 0 0 0;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 0 0 5px 3px;
	text-align: left;
}



.horizontal-border thead th {	
	background: #d1d1d3 url(http://images.icnetwork.co.uk/collections/css_r2_hamiltonad/nav_bkg_on1.jpg) repeat-x top;
        color: #000;
	padding: 3px 0 3px 0;
        text-align: center;
        border-left: 1px solid #e0e0e0;
}

th#col1 { padding: 0 0 0 10px; text-align: left;}

.horizontal-border thead {
	border-bottom: 1px solid #e0e0e0;
	text-align: left;
}



#col2, #col3, #col4, #col5   { padding-left: 6px; }
#col6, #col7 { padding-left: 1px; }



.horizontal-border tbody td, tbody th {
	padding: 5px 8px 5px 11px;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;	
}

.horizontal-border tbody tr th, tbody tr td {
	}
	
.horizontal-border tbody th {
	font-weight: normal;
}

td.col1 { text-align: left; }

.horizontal-border tbody tr	{
	background-color:#FFF; 
	text-align: center;
	}
	
.horizontal-border tbody tr.odd {
	background: #f9f9f9;
}

.horizontal-border tbody th a:link, .vertical-border tbody th a:visited{
	padding:3px;
}

.horizontal-border tbody th a:hover{
	color:#666;
}

.horizontal-border tbody tr td { 
	background: #FFF;
}

.horizontal-border tbody tr.odd td{ 
	background: #f9f9f9;
}

.horizontal-border table td a:hover {
	color: #666;
	text-decoration: underline ;
}

.horizontal-border tbody td a {
	margin: 0 auto;
	height: 15px;
	padding:3px;
}

.horizontal-border table a { 
	padding:20px 0px 0px 15px;
}

.horizontal-border tfoot {
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}

.horizontal-border tfoot th, tfoot td {
	background: #fff;
	padding:4px;
	text-align:left;
	font-size: 0.8em;
}

.horizontal-border tfoot tr th {
	font-weight: normal;
}


