/*Top and bottom module style */
#topModulesWrapper
{
	background	: #eeeeee;
	float		: left;
	width		: 99.9%;
	padding		: .1%;
}
.tcMod-f, 
.tcMod-l, 
.tcMod-r,
.tcMod-c
{	
	float: left;
	padding: 0;
	overflow: hidden;
	
}

.tcMod-f div.module,
.tcMod-l div.module,
.tcMod-r div.module,
.tcMod-c div.module
{
	padding-left	: 7px;
	padding-bottom	: 7px;
}



.tcMod-l div.module h3,
.tcMod-f div.module h3 
{
	
}


/* top modules styling */
#tmwInner
{

}

#tmwInner h3 {
	font-size	: 12px;
	background	: #0461cb;
	color		: #FFF;
	margin		: 0;
	padding		: 0;
	margin		: 0px;
	line-height	: 25px;
	font-family	: Tahoma;
	font-weight	: bold;
	margin-bottom	: 2px;
	text-indent		: 12px;
}

#tmwInner div.module {
	margin: 0;

	padding-top	: 7px;
}

#tmwInner div.module div div div
{
	background	: #fff;
	padding		: 3px;
}

#tmwInner ul {
	padding: 0;
	margin: 0 !important;
}

#tmwInner li {
	padding-left :12px;
	margin: 0;
	background: url(../images/top-li.gif) no-repeat 0px 7px;
}

#tmwInner a:link,
#tmwInner a:visited,
#tmwInner a:active
{
	color		: #6b6bb2;
}	

#tmwInner a:hover
{
	text-decoration	: underline;
}


#tmwInner td {
	padding: 0;
}

#tmwInner .article_seperator {
	display: none;
}

#tmwInner table {
	border-spacing: 0;
	border-collapse: collapse;
}
