 .tableHeader
{
    background-color: Gray;
    border: solid 0px white;
}

TABLE
{
    width: 100%;
}

tr.dboardrow {
}

tr.dboardrow td {
   vertical-align: middle;
}

tr.dboardrow td img {
   vertical-align: middle;
   text-align: center;
}

#dashboard {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
}

#dashboard table {
   width: 100%;
}

div.dashboard table table table {
   border: solid 0px white;
}

#WebPart_gwpSearchBox, #WebPart_gwpRecentActivity, #WebPart_gwpNewContent, #WebPart_gwpHighestRatedContent, #WebPart_gwpFavorites, #WebPart_gwpPolicies, #WebPart_gwpSuggestedResources, #WebPart_gwpMostPopular, #WebPart_gwpSupportOptions, #WebPart_gwpKeyTopics, #WebPart_gwpSystemAlerts, #WebPart_gwpExternalLinks, #WebPart_gwpGoogleWidget {
	background-image: url(images/tablebg.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	border-right: #bfbfbf 2px outset;
	border-bottom: #bfbfbf 2px outset;
   border-left: solid 1px #bfbfbf;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	font: Arial;
}

#WebPart_gwpTechnologyStatus {
   border: solid 1px #bfbfbf;
	margin: opx 0px 0px 0px;
	padding: 0 0 0 0;
	font: Arial;
}

#WebPart_gwpTechnologyStatus td.PartStyle {
   background-color: inherit;
   background-image: none;
   color: inherit;
}

#WebPart_gwpTechnologyStatus tr td.PartTitleStyle spanx {
   display: none;
}

#WebPart_gwpTechnologyStatus table.datalist td {
   border: none;
   background-color: inherit;
}

#WebPart_gwpTechnologyStatus  table tr td span {
   background-color: inherit;
   color: inherit;
}

#RecentActivity table table
, #HighestRatedContent table table
, #NewContent table table
, #Favorites table table
{
   border-collapse: collapse; 
}

#RecentActivity table table tr 
, #HighestRatedContent table table tr 
, #NewContent table table tr 
, #Favorites table table tr 
{
   border-bottom: solid 1px #D0D0D0;
   border-collapse: separate;
}

#RecentActivity table table td 
, #HighestRatedContent table table td 
, #NewContent table table td 
, #Favorites table table td 
{
   border-bottom: solid 1px #D0D0D0;
   border-collapse: separate;
}

