/* Right side bar module css */

#leftBar h3,
#rightBar h3
{
	font-size		: 1.2em;
	font-family		: Tahoma;
	margin 			: 0;
	margin-bottom		: 5px;
	padding			: 0;
	color			: #DD3D37;
	text-align		: left;
	padding-top		: 7px;
	padding-bottom		: 5px;
	font-weight		: bold;
	border-bottom		: 1px solid #999999;
}




#leftBar .module a:link,
#leftBar .module a:visited,
#rightBar .module a:link,
#rightBar .module a:visited
{
	color			: #3B3C6C;
	font-size		: 1em;
	font-weight		: bold;
}


#rightBar div.module a:hover
{
	text-decoration	: none;
}

/* ***************************** making no round cornered boxes , i.e., default behaviour */

#rightBar div.module
{
}

#rightBar div.module div
{
	padding	: 0;
}

#rightBar div.module div div
{
	padding		: 0 0 20px 0;
	
}

#rightBar div.module div div div
{
	padding		: 0 9px 0px 9px;
}


#rightBar div.module div div div div
{
	padding: 0px;
	margin: 0px;
}

#rightBar table.poll td
{
	text-align	: left;
}


/* Left Bar default */

#leftBar div.module
{
}

#leftBar div.module div
{
	padding	: 0;
}

#leftBar div.module div div
{
	padding		: 0 0 20px 0;
	
}

#leftBar div.module div div div
{
	padding		: 0 9px 0px 9px;
}


#leftBar div.module div div div div
{
	padding: 0px;
	margin: 0px;
}

#leftBar table.poll td
{
	text-align	: left;
}
