/* 

TABLES STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 9. tables	--------- */

div.contentCentre table {
		}
div.contentCentre table tr {
		}
div.contentCentre table td {
		background: #edf5f8;
		padding: 10px 5px;
		font-size: 1.1em;
		color: #3d7186;
		}
div.contentCentre table tr.head td {
		background: #e2eff4;
		}



div.contentCentre table.payment-table {
		clear: both;
		width: 100%;
		}
/*	--	family details form	--	*/
div.contentCentre div#family-details-form {
		display: none;
		background: #ddedf4;
		border: 1px solid #bbdcea;
		padding: 5px;
		margin-top: 10px;
		}
div.contentCentre div#family-details-form p {
		margin-top: 0;
1		border: 1px solid #ccc;
		}
div.contentCentre div#family-details-form .third {
		width: 30% !important;
1		border: 1px solid #ccc;
		}
div.contentCentre div#family-details-form .third input {
		width: 90%;
		}
div.contentCentre div#family-details-form .label {
		font-size: 1.1em;
		margin-top: 10px;
		font-weight: bold;
		}

