/* 

STYLE SHEET FOR MAG INTRANET SITE
Created by Richard Clark 
www.kmp.co.uk

Zone Homepage Styles

*/

/* =========== TABLE LAYOUT ============= */


#content table.zone-home {
	width:100%;
	border:none;
	background:none;
	text-align:left;	
}

#content table.zone-home td, #content table.zone-home th {
	padding:0;
}

#content table.zone-home th {
	background:none;	
}
#content table.zone-home tr td {
	border-left:1px solid #959ca1;
	border-right:1px solid #959ca1;	
	background:#fff;	
}
#content table.zone-home tr th.header {
	border-left:1px solid #959ca1;
	border-right:1px solid #959ca1;		
	background:#CAD5D5 url('/webdesign.nsf/attachmentsbytitle/divider.gif/$FILE/divider.gif') repeat-y;
}

#content table.zone-home tr.top-row th {
	border-top:1px solid #959ca1;
}

#content table.zone-home tr.bottom-row td {
	border-bottom:1px solid #959ca1;
}
#content table.zone-home tr.text-row td {
	vertical-align:text-top;
}
#content table .spacer {
	width:5px;
	padding:0;
	background:none;
	border-bottom:none !important;
}

#content table th.spacer {
	border-bottom:none !important;
	border-top:none !important;	
}

/* =========== FONTS ============= */

#content table.zone-home th h2 {
	color:#002654;
	font-size:1.1em;
	line-height:normal;
	font-weight:bold;
	padding:10px 5px 5px 10px;
}

#content table.zone-home th h2 a {
	border-bottom:none;
}

#content table.zone-home th h2 a:hover {
	color:#002654;
}

#content table.zone-home tr p {
	color:#002654;
	font-size:1.1em;
	padding:10px 10px 0 10px;
	margin:0;
}

#content table.zone-home tr ul {
	padding:10px 0 0 0;
	margin:0 0 0 10px;
}
#content table.zone-home tr ol {
	padding-top:10px;
	margin-bottom:0;
}
#content table.zone-home tr ul li {
	padding:0 0 0 15px;
	margin:0;
	background:url('/webdesign.nsf/attachmentsbytitle/bullet.gif/$FILE/bullet.gif') no-repeat left center;
}
#content table.zone-home tr a {
	font-weight:bold;
}

/* =========== LINKS ============= */


#content table.zone-home tr.bottom-row ul {
	bottom:0;
	padding:5px 5px 0 10px;
	margin:0 0 5px 0;
	vertical-align:bottom;
}
#content table.zone-home tr.bottom-row ul li {
	text-align:right;
	font-size:1em;
	background:none;
	padding:3px 20px 3px 0;
	
	background:url('/webdesign.nsf/attachmentsbytitle/circle_arrow_white.gif/$FILE/circle_arrow_white.gif') no-repeat center right;
}

#content table.zone-home tr.bottom-row ul li a {
	border-bottom:none;
	padding:0 0 0 0;	
	margin:0 0 0 0;
}

#content table.zone-home tr.bottom-row ul li:hover {
	background:url('/webdesign.nsf/attachmentsbytitle/circle_arrow_white_over.gif/$FILE/circle_arrow_white_over.gif') no-repeat center right;
	color:75aadb;
}