/*
	/parknpool/includes/styelsheets_0802/page_footer_tbl.css
	 
	Copyright (c) 2008 ParknPool Corp.

	<table class="pgFtrTbl">
		<tr>
			<td class="pgFtrTopLft" colspan="2"></td>
			<td class="pgFtrTopRgt" colspan="2"></td>
		</tr>
		<tr>
			<td class="pgFtrBtmLft"></td>
			<td class="pgFtrBtmCtr" colspan="2"></td>
			<td class="pgFtrBtmRgt"></td>
		</tr>
	</table>
	
	2008/02/08 mv	Initial coding.
*/

/* Table styles - In order of arrangement for page display*/

#pgFtrTbl {
	background:  url(../../images/pg_ftr_2008_02/ftr_bg.gif) repeat-x top;
	width: 100%;
}

.pgFtrTopLft {
	padding-bottom: 30px;
	padding-left: 10px;
	padding-top: 10px;
	text-align: left;
	vertical-align: top;
}

.pgFtrTopCtr {
	padding-bottom: 30px;
	padding-top: 10px;
	text-align: center;
	vertical-align: top;
}

.pgFtrTopRgt {
	color: #444;
	font-size: 11px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
	vertical-align: top;
}

.pgFtrBtmLft {
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
	vertical-align: bottom;
	width: 200px;
}

.pgFtrBtmCtr {
	color: #444;
	font-size: 11px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: bottom;
	width: 60%;
}

.pgFtrBtmRgt {
	padding-bottom: 3px;
	padding-right: 10px;
	text-align: right;
	vertical-align: bottom;
	width: 200px;
}

/* Text styles */

.pgFtrContact {
	color:#003399;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.pgFtrCopyright {
	color: #444;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* Link styles */

a.pgFtrGlbNavLnk:link, a.pgFtrGlbNavLnk:visited, a.pgFtrGlbNavLnk:active { 
	color: #003399;
	font-size: 11px;
}

a.pgFtrGlbNavLnk:hover { 
	color:#090;
	font-size: 11px;
}

a.pgFtrCatNavLnk:link, a.pgFtrCatNavLnk:visited, a.pgFtrCatNavLnk:active { 
	color:#003399;
	font-size: 11px;
}

a.pgFtrCatNavLnk:hover { 
	color:#090;
	font-size: 11px;
}

