﻿
.hidden
{
	visibility:hidden;
}

.pnlVerticalSpacer
{
	height:5px;
	line-height:5px;
	background-color:#636164;
}

.pnlHorizontalSpacer
{
	width:5px;
	height:100%;
	float:left;
	background-color:#636164;
}

.clear
{
	clear: both;
}

.minHeight
{
	height: 0.1px;
	line-height: 0.1px;
	overflow: hidden;
}

/* -------------------------------------------------------------------------------------------- */
/* --------------------------------------- Templates ------------------------------------------ */
/* -------------------------------------------------------------------------------------------- */

.pnlTemplateImageLeft,
.pnlTemplateText
{
	float:left;
}

.pnlTemplateImageRight
{
	float:right;
}

.pnlTemplateImageLeft,
.pnlTemplateImageRight
{
	width:192px;
}

.pnlTemplateImageLeft
{
	padding-right:12px;
}

.pnlTemplateImageRight
{
	padding-left:12px;
}

.pnlTemplateText
{
	width:256px;
	color:Black;
}




