
/* Generic module properties for any that comes under left side bar */

#leftBar div.moduletable h3
{
	font-size		: 1.4em;
	font-family		: arial;
	margin 			: 0;
	margin-bottom		: 3px;
	padding			: 0;
	color			: #999999;
	text-align		: left;
	height			: 18px;
	padding-top		: 5px;
	font-weight		: normal;
}

#leftBar  div.moduletable{
	padding-bottom 	: 9px;
	color 		: #fff;
	font-size 	: 1em;
	margin-bottom	: 0px;
}

#leftBar div.moduletable td
{

}

#leftBar div.moduletable a:link
{
	color			: #ff8040;
	font-size		: 1em;
	font-weight		: bold;
	text-decoration		: none;
}

#leftBar div.moduletable a:visited
{
	color 			: #e86523;
	font-size 		: 1em;
	font-weight		: bold;
	text-decoration		: none;
}

#leftBar div.moduletable a:hover
{
	text-decoration	: none;
}


/* Right side bar module css */

#rightBar div.moduletable h3
{
	font-size		: 1.6em;
	font-family		: arial;
	margin 			: 0;
	margin-bottom		: 3px;
	padding			: 0;
	color			: #333333;
	text-align		: left;
	height			: 18px;
	padding-top		: 5px;
	font-weight		: normal;
}

#rightBar  div.moduletable{
	padding-bottom 	: 9px;
	color 		: #777777;
	font-size 	:.9em;
	margin-bottom	: 0px;
	font-family	: verdana;
}

#rightBar div.moduletable td
{

}

#rightBar div.moduletable a:link
{
	color			: #ff8040;
	font-size		: 1em;
	font-weight		: bold;
}

#rightBar div.moduletable a:visited
{
	color 			: #e86523;
	font-size 		: 1em;
	font-weight		: bold;
}

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


