﻿/* 
================================
 START: SideBar styles
================================
*/
.sidebarcontainer
{
	background-image: url(images/SideBar_bg.png);
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	clear: left;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 236px;
}
.sidebarcontent
{
	clear: both;
	display: block;
	float: none;
	font-size: 11px;
	line-height: 14px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	width: 204px;
}
.sidebarheader
{
	-webkit-background-clip: border;
	-webkit-background-origin: padding;
	background-attachment: scroll;
	background-image: url(images/SideBar_Grey_Header_236px.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: both;
	display: block;
	float: none;
	height: 25px;
	width: 236px;
}
.sidebartitle
{
	color: white;
	display: inline;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.sidebarbottom
{
	background-image: url(images/SideBar_Bottom.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	clear: left;
	display: block;
	float: left;
	height: 5px;
	width: 236px;
}
/* 
================================
 END: SideBar styles
================================
*/