/*Top and bottom module style */
#topModulesWrapper
{
	float	: left;
	width	: 100%;
	background	: #ccebff;
	border		: 1px solid #1ba4fd;
}

.tcMod-f, 
.tcMod-l, 
.tcMod-r,
.tcMod-c
{	
	float: left;
	padding: 0;
	overflow: hidden;
}

.tcMod-f div.moduletable,
.tcMod-l div.moduletable,
.tcMod-r div.moduletable,
.tcMod-c div.moduletable
{
	padding: 0 9px 5px 9px;
}



.tcMod-l div.moduletable h3,
.tcMod-f div.moduletable h3 
{
	
}


/* top modules styling */
#tmwInner
{

}

#tmwInner h3 {
	font-size	: 12px;
	color		: #000;
	height		: 22px;
	margin		: 0;
	padding		: 0;
	margin		: 0px;
	line-height	: 25px;
	font-family	: Arial,"Lucida Grande","Lucida Sans";
	font-weight	: bold;
	margin-bottom	: 2px;
	border-bottom	: 1px dotted #1ba4fd;
	padding-bottom	: 5px;
}

#tmwInner div.moduletable {
	margin: 0;
	color	: #31312a;
}

#tmwInner ul {
	padding: 0;
	margin: 0 !important;
}

#tmwInner li {
	padding	: 0;
	margin: 0;
	background: none;
}

#tmwInner a:link,
#tmwInner a:visited,
#tmwInner a:active
{
	color	: #31312a;
	
}

#tmwInner a:hover
{
	text-decoration	: underline;
}


#tmwInner td {
	padding: 0;
}

#tmwInner .article_seperator {
	display: none;
}

#tmwInner table {
	border-spacing: 0;
	border-collapse: collapse;
}
