﻿/* --- Stylesheet for ViNA Website --- */
body 
{
	margin:0px;
	font-family:Tahoma;
	font-size:small;
}
/* 
  Ensures the background color on
  both sides of the bodyTable 
*/
.outerRegion
{
	background:#999964;
}
.headerRegion
{
	background:#FFFFFF;
}
.contentRegion
{
	background:#CCCC99;
}
/* 
  footer has same bgcolor as 
  the content region 
*/
.footerRegion
{
	background:#CCCC99;
}
.miniContactRegion
{
	color:White;
	font-family:Tahoma;
	font-size:small;
	font-weight:bold;
	text-align:right;
	vertical-align:middle;
	background:#739CC6;
}
.bannerImageRegion
{
	border-bottom:solid 1px #AABFD1;
	border-top:solid 1px #AABFD1;
	text-align:left;
	vertical-align:bottom;
}
.bodyTable
{
	background-color:#CCCC99;
	border-right:solid 1px #CCCC99;
	border-left:solid 1px #CCCC99;
}
/*  --- Standard Links --- */
.cmsLink
{
	font-family:Tahoma;
	font-size:small;
    font-weight:bold;
    color:#085AA4;
}
.cmsLink a
{
	color:#085AA4;
}
.cmsLink a:active
{
	color:#085AA4;
}
.cmsLink a:visited
{
	color:#085AA4;
}
.cmsLink a:hover
{
	color:#FF9900;
}
/* --- Header --- */
.cmsPageHeadingRow
{
	height:35px;
}
.cmsPageHeading
{
	text-align:left;
	font-family:Tahoma;
	color:#0033CC;
	font-size:large;
}
/* --- Paragraph Heading --- */
.cmsParagraphHeading
{
	font-family:Tahoma;
	font-size:small;
	color:Navy;
}
.cmsParagraphHeadingH2
{
	font-family:Tahoma;
	font-size:medium;
	color:#003388;
}
.cmsNewsHeading
{
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:Navy;
}
.cmsMainText
{
	font-family:Tahoma;
	font-size:small;
}
.copyrightText
{
	font-family:Tahoma;
	font-size:smaller;
}
.footerStart
{
	border-top:solid 1px white;
}
.footerDiv
{
	width:550px; 
	border-collapse:collapse; 
	position:relative;
}
.textStyleSmall
{
  font-family:Tahoma;
  font-size:small;
  color:#000000;
}
.textStyleBlueSmall
{
  font-family:Tahoma;
  font-size:small;
  color:#085AA4;
}
.fieldNameCell
{
	font-family:Tahoma;
    font-size :small;
    color:#085AA4;
    font-weight :bold;
    vertical-align:top;
    text-align:right;
}

/* ------------------------------------------- */
/* LISTS                                       */
/* ------------------------------------------- */

.spacedListItem
{
	margin-bottom : 10pt;
}
.spacedListItem2
{
	margin-bottom : 5pt;
}
.spacedListItem3
{
	margin-bottom : 2pt;
}
.cmsList
{
	line-height: 0.5cm;
}
.positionList
{
	line-height: 0.5cm;
}
.clientBenefitsList
{
	font-family:Tahoma;
	font-size:small;
	line-height: 0.5cm;
}


.emplappFieldName
{
	text-align:right;
	vertical-align:top;
}
.emplappFieldValue
{
	text-align:left;
	vertical-align:top;
}
.missionStatementRegion
{
	background:#739CC6;
}
.missionStatementTitle
{
	font-family:Tahoma;
	font-weight:bolder;
	font-size:larger;
	color:#C0C0C0;
	text-align:right;
	vertical-align:middle;
}
.missionStatementContent
{
	color:White;
	font-family:Tahoma;
	font-size:small;
	text-align:left;
	vertical-align:middle;
}

/* new 2011/06/16 */

.memberList
{
    padding-left: 2px;
}
.memberListName
{
    font-family: Tahoma;
	font-size: small;
	color: #003388;
	font-weight: bold;
}
.memberListTitle
{
    padding-bottom: 12px;
}
