/* ==================================================================================
   additional markups
================================================================================== */
.extraSmallText {font-size:x-small;}

/* ==================================================================================
   tables
================================================================================== */
/* td with the css equivalent of border=1 */
tr.bordered {border-top: 1px solid #666; border-bottom: 1px solid #666;}
/* td with the css equivalent of border=1 very light */
td.veryLightBorder {border: 1px solid #CCC;}
/* td with the css equivalent of border=0 */
td.noBorder {border: 0px;}
/* td with border-right dark */
tr.noBorderBottom {border-bottom-width:0px;}

.rightBorderLight{
border-right: 1px solid #CCC;
}

.leftBorderLight{
border-left: 1px solid #CCC;
}

.outsideBorder{
	border-left: 1px solid #666; 
	border-right: 1px solid #666; 
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.hBorder{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.leftBorder{
	border-left: 1px solid #666; 
}

.vBorder{
	border-left: 1px solid #666; 
	border-right: 1px solid #666; 
}

.botomBorder{
	border-bottom: 1px solid #666;
	}
