.table-white {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.table-white-top {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.table-white-cell-bottom {
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.table-white-cell-left {
	background-color: #FFFFFF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.table-white-cell-right {
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
}
.table-white-cell-sides {
	background-color: #FFFFFF;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}




.table-gray {
	border: 1px solid #CCCCCC;
	background-color: #EFEFEF;
}
.table-gray-cell-top {
	background-color: #EFEFEF;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.table-gray-cell-bottom {
	background-color: #EFEFEF;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.table-gray-cell-left {
	background-color: #EFEFEF;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.table-gray-cell-right {
	background-color: #EFEFEF;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
}
.table-gray-cell-sides {
	background-color: #EFEFEF;
	border-top: none;
	border-right: 1px solid #FF9900;
	border-bottom: none;
	border-left: 1px solid #FF9900;
}




.table-yellow {
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
}
.table-yellow-cell-top {
	background-color: #FFFFCC;
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.table-yellow-cell-bottom {
	background-color: #FFFFCC;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.table-yellow-cell-left {
	background-color: #FFFFCC;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.table-yellow-cell-right {
	background-color: #FFFFCC;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
}
.table-yellow-cell-sides {
	background-color: #FFFFCC;
	border-top: none;
	border-right: 1px solid #FF9900;
	border-bottom: none;
	border-left: 1px solid #FF9900;
}




.table-gradient {
	background-image: url(images/table/gradient_whitegray.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.table-chiclet-cell-top {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height: 10px;
}
.table-chiclet-cell-bottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	line-height: 0px;	
}
.table-chiclet-cell-left {
	width: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.table-chiclet-cell-right {
	width: 10px;
	align: right;
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
}





.table-dashed-bottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px dashed #CCCCCC;
	border-left: none;
	line-height: 0px;	
}




.line-light-dashed {
	background-color: #CCCCCC;
	height: 1px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}




.form-standard 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

