/* CSS Document */

.module 
{
	width:283px;
	height:200px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
}

#portal_table 
{
 width: 100%;
 border: 1px solid #cccccc;
 padding: 5px;
}

#portal_table th
{
	text-align: left;
	font-size: 13px;
	color: #336699;
}

#portal_table td
{
	padding:4px;
}

#portal_table .odd
{
	 background-color:#f8f8f8;	 
}

#portal_table .sorted
{
	 background-color: #CCFFCC;
	 font-weight: bold;
}
