table.tableStandard {
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
}
table.tableStandard td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

table.tableStandard tr.rowEven {
}
table.tableStandard tr.rowEven td {
}

table.tableStandard tr.rowOdd {
}

table.tableStandard tr.rowOdd td {
	background-color: #f3efea;
}
table.tableStandard tr.columnHeader {
}
table.tableStandard td.cellColumnHeader, table.tableStandard tr.columnHeader td {
	color: #ffffff;
	background-color: #c89862;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	border-bottom:  3px solid white;
}
table.tableStandard td.cellColumnHeader a {
	color: #ffffff;
	text-decoration: none;
}
table.tableStandard th {
	color: #ffffff;
	font-family: Georgia;
	font-weight: bold;
	background-image: url(../../images/default/tablestandard_header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 2px;
	height: 20px;
}

table.tableStandard th span.span_PageSelector {
	text-transform: none;
	background-color: #FBF9F6;
	font-weight: normal;
}

table.tableStandard td.cellPaging {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 2px;
	text-align: center;
	background-image:url(../../images/default/tablestandard_paging_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 5px;
	border-bottom: 2px solid #aba293; 
}

table.tableStandard td.cellPagingTop {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	border-top: 2px solid #aba293; 
}

/* props table */
table.tableProps {
	/*border-spacing: 0px;
	border-collapse: collapse;
	background-image: url(../../images/default/tableprops_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	width: 534px;*/
	background-image:url(../../common/images/box_title_bg.gif);
	width:467px;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:2px;
}
table.tableProps tr.rowDark {
}
table.tableProps tr.rowLight {
}
table.tableProps th {
	color: #ffffff;
	font-family: Georgia;
	font-weight: bold;
	background-image: url(../../images/default/tableprops_header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 2px;
	height: 38px;
}
table.tableProps td.cellLabel {
	/*background-image: none;
	color: #5c4f35;*/
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
	padding-bottom: 6px;
}
table.tableProps td.cellLabel td {
	text-align: left;
}
table.tableProps td.cellValue {
	/*background-image: none;*/
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 10px;
}

table.tableProps td.cellButtons {
	padding-top: 4px;
	padding-bottom: 4px;
}
table.tableProps td.cellText {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
/* props table */
table.tablePropsNew {
	background-image:url(/common/images/box_title_bg.gif);
	width:673px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom: 10px;
	margin-left:2px;
}
table.tablePropsNew tr.rowDark {
}
table.tablePropsNew tr.rowLight {
}
table.tablePropsNew th {
	color: #ffffff;
	font-family: Georgia;
	font-weight: bold;
	background-image: url(../../images/default/tableprops_header_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 2px;
	height: 38px;
}
table.tablePropsNew td.cellLabel {
	/*background-image: none;
	color: #5c4f35;*/
	font-weight: bold;
	padding-right: 5px;
	vertical-align: middle;
	text-align: right;
	padding-bottom: 6px;
	#padding-bottom: 3px;
	width: 100px;
}
table.tablePropsNew td.cellLabel td {
	text-align: left;
}
table.tablePropsNew td.cellValue {
	/*background-image: none;*/
	padding-bottom: 6px;
	#padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 10px;
}

table.tablePropsNew td.cellButtons {
	padding-top: 4px;
	padding-bottom: 4px;
}
table.tablePropsNew td.cellText {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}
table.tablePropsNew input.checker {
	border: 0 none;
}
