/* ------------------
 styling for the tables 
   ------------------   */

.greenactivisttoolbar{
	height:110px; 
	background-color:#40CECC; 
	border: .2em solid #CCCCCC; color:#FFFFFF; 
	font-weight:800; 
}

.greenactivisttoolbar .activisttoolbartext {
	font-size: 18px;
	font-weight: bold;
}

div.greenactivisttoolbar div a.link{
	color:#FFFFFF;
}


.VNATitleColor{
	color:#C00000;
}


.VNALatestInfoCenterTitle{
	color:#C00000;
	font-size:11px;
}


.VNALeftPaneHomePageTitle{
	color:#44AC84;
	font-weight:bold;
}



.VNALatestInfoCenterNonTitle{
	font-size:11px;
}


.VNALatestHomepageLargePaneTitle{
	color:#A00404;
	font-size:14px;
	 font-weight:bold; 
}

.VNALatestHomepageSmallPaneTitle{
	color:#C00000;
	font-size:11px;
}

.VNALatestHomepageLargePaneNonTitle{
	/* font-size:11px; */
}

.VNALatestHomepageSmallPaneNonTitle{
	/* font-size:11px;  */
}






#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 9px;
	margin: 3px;
	width: 1040px;
	text-align: left;
	border-collapse: collapse;
	font-weight: 500;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q7
{
	background: #b9c9fe url('table-images/right.png') right -1px no-repeat;
}


#rounded-corner thead th.rounded-q
{
	width: 140 px;
}


#rounded-corner th
{
	padding: 1px;
	font-weight: 600;
	font-size: 11px;
	color: #039;
	background: #b9c9fe;
	height: 12 px;
}




#rounded-corner td
{
	padding: 1px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}





