table.portlet					
{	table-layout: fixed;	
	width: 100%;
	margin-top: 5px;
}

table.ContentPortlet
{
	height: 100%;
}

tr.portletHeader 
{	height: 22px;
	
}

td.portletHeader 
{	

}


.BluePortlet td.portletHeader 
{	
	background-color: #538EB5;
}
.GreenPortlet td.portletHeader 
{	
	background-color: #608443;
}
.BrownPortlet td.portletHeader 
{	
	background-color: #A2836F;
}
.ContentPortlet td.portletHeader 
{	
	background-color: #345B84;
}

a
{
	color: #333333;
	text-decoration: none;
}
a:visited
{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #006699;
	text-decoration: none;
}


div.portletHeader
{	position: relative;
	padding-left: 7px; 
	padding-top: 1px;
	width: 100%;
	height: 100%;
	font-weight: bold; 
	font-size: 12px; 
	/*color: #003300; */
	color: #663300;
	font-family: Arial;
}


tr.portletContent
{	 
	
}
td.portletContent
{	
	border-top: 6px solid #EFEFEF;
	vertical-align: top;
}
.BluePortlet td.portletContent
{
	background-color: #D9E0E5;
}
.GreenPortlet td.portletContent
{
	background-color: #DCE4D6;
}
.BrownPortlet td.portletContent
{
	background-color: #E8E0DB;
}
.ContentPortlet td.portletContent
{
	background-color: #CBD7DF;
}

div.portletContent
{	vertical-align: top;
	padding: 7px;
	position: relative;
	width: 100%;
	font-size: 11px; 
	font-family: Arial;
	height: 100%;
}


