﻿/**************************************************************************************/
/*  Sidebar
/**************************************************************************************/
.pnlSidebar
{
	position : relative;

	width : 200px;
	padding-right : 20px;
}

.box
{
	padding-bottom : 20px;
}

.innerBox
{
	padding  : 10px;
	z-index  : 7000;
}

.ibPnlTitle
{
	background-image    : url('../Assets/dottedLine.jpg');
	background-repeat   : repeat-x;
	background-position : bottom;

	height              : 21px;
}

.ibPnlContent
{
	padding-top : 10px;
	line-height : 21px;
	color : #3b3b3b;
}