/* @override http://filmauckland.deploy.gravitate.co.nz/filmAkGeneric.css */

/* CSS Document */

.tableCell {
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	padding: 5px;
	font-size: 11px;
	}
.tableCellR {
	border-bottom: 1px solid #e0e0e0;
	font-size: 11px;
	padding: 5px;
	}
.tableCellB {
	border-right: 1px solid #e0e0e0;
	font-size: 11px;
	padding: 5px;
	}
.tableCellBR {
	
	font-size: 11px;
	padding: 5px;
}
	
.content {
	margin: 0px;
	padding: 0px 0 0 15px;
	}
	
.content ul { 
	 line-height: 18px;
	 list-style-type: none;
	 margin: 0px;
	 padding: 0px 0px 0px 0px;
	 list-style-position: inside;
	 } 
.content li {	
	padding: 2px 0px 2px 8px;
	list-style-type: none;
	background:transparent url(/images/liBullet.gif) no-repeat;
    background-position:0px 9px;
	margin: 0px;
	line-height: 18px;
}


.contentTable {
	margin: 0px;
	padding: 0px 0 0 0px;
	clear: both;
	}
	
.contentTable ul { 
	 line-height: 18px;
	 list-style-type: none;
	 margin: 0px;
	 padding: 0px 0px 0px 0px;
	 list-style-position: inside;
	 } 
.contentTable li {	
	padding: 4px 0px 4px 8px;
	list-style-type: none;
    background-position:0px 14px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px;
	line-height: 18px;
}
li.contentTableHead  {	
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	border-bottom: 1px solid #e5e5e5;
	margin: 0px;
	line-height: 18px;
	font-weight: bold;
	font-size: 12px;
}

p {
	margin: 0;
}

#mainContent img.img-left {
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top: 0;
	padding-left: 0;
	background-color: white;
	margin: 0;
}

#mainContent img.img-right {
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0;
	padding-right: 0;
	background-color: white;
	margin: 0;
}

#right img.img-left {
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top: 0;
	padding-left: 0;
	background-color: white;
	margin: 0;
}

#right img.img-right {
	padding-left: 1em;
	padding-bottom: 0.5em;
	padding-top: 0;
	padding-right: 0;
	background-color: white;
	margin: 0;
}


.clear {
	clear: both;
	}