﻿/* file contains :
	- footer layout	
			   - used on HomePage
			   - used on Forum.aspx
			   - used on Groups.aspx

*/
.pl_footer
{
	clear: both;
	font-size: 11px;
	line-height: 35px;
	margin: auto;
	text-align: center;
	width: 100%;
}
.pl_footer span
{
	border-right: 1px solid black;
	clear: both;
	font-size: 11px;
	height: 7px;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 1px;
	padding-left: 11px;
	padding-right: 7px;
	text-align: left;
}

.pl_footer a
{
	border-right: 1px solid black;
	clear: both;
	font-size: 11px;
	height: 7px;
	line-height: 35px;
	overflow: hidden;
	padding-bottom: 1px;
	padding-left: 11px;
	padding-right: 7px;
	text-align: left;
	text-decoration :none;
	color:Black;
}

.noborder
{border: none;
	}
/* footer end */