/* Right side bar module css */

#leftBar h3,
#rightBar h3
{
	font-size		: 1.2em;
	font-family		: Verdana;
	margin 			: 0;
	margin-bottom		: 3px;
	padding			: 0;
	color			: #333333;
	text-align		: left;
	height			: 32px;
	padding-top		: 12px;
	padding-left		: 10px;
	font-weight		: bold;
	background		: url(../images/h3-left.gif) no-repeat;
		
}

#leftBar .module
{
	padding-bottom 	: 9px;
	color 		: #777777;
	font-size 	:.9em;
	margin-bottom	: 0px;
	font-family	: verdana;
	width		: 165px;
	padding-left	: 5px;
}


#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 round cornered boxes */

#rightBar div.module
{
}


#rightBar div.module-round1
{
	background	: transparent url(../images/right-bar-bg.gif) left repeat-y;
	width		: 196px;
}

#rightBar div.module-round1 div
{
	background	: transparent url(../images/right-bar-top.gif) no-repeat;
	padding-top	: 37px;
}

#rightBar div.module-round1 div div
{
	background	: transparent url(../images/right-bar-bottom.gif)  bottom left no-repeat;
	padding		: 0 0 40px 0;
	
}

#rightBar div.module-round1 div div div
{
	background	: transparent;
	padding		: 0 17px 0px 17px;
}


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

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

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

#rightBar div.module
{
	width		: 196px;
}

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

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

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


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

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

/* ***************************** making round2 round corner */

#rightBar .module-round2 {
	
	width		: 193px;
	padding		: 0;
	margin		: 0;
	
}

#rightBar .module-round2  div
{
	background	: url(../images/gold-top.gif) top right no-repeat;
	
}

#rightBar .module-round2  div div
{
	background	: url(../images/gold-body-long.gif) 0 36px no-repeat;
}

#rightBar .module-round2  div div div
{
	padding		: 0px 10px 20px 10px;
	background	: url(../images/gold-bottom.gif) left bottom no-repeat;	
}

#rightBar .module-round2 h3
{
	background	: transparent;
	color		: #fff;

}

#rightBar .module-round2  div div div div
{
	background	: none;
}

#rightBar .module-round2 form
{
}

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