/* CSS Document */

.padding {
	padding-left:34px;
}

.padding2 {
	padding-left:10px;
}

.tablePaddingLeft {
	color:#6e6e6e;
}

.tableHeading {
	background-color:#d6d6d6;
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
}

.tableListA {
	background-color:#e9e9e9;
	vertical-align:middle;
	border-top:1px solid #ffffff;
	color:#333333;
}

.tableListB {
	background-color:#e9e9e9;
	vertical-align:middle;
	text-align:center;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	color:#333333;
}

.newsTableListA {
	background-color:#e9e9e9;
	text-align:center;
	border-top:1px solid #ffffff;
	color:#333333;
}

.newsTableListB {
	background-color:#e9e9e9;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	color:#333333;
}

/* Ordered Item Table */
.orderedItemTable{
	background-color:#e9e9e9;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}
.orderedItemTable td, .orderedItemTable th{
	background-color:#e9e9e9;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding-left:15px;
	padding-right:15px;
}

/* artwork detail */
.artworkTableA {
	background-color:#e9e9e9;
	vertical-align:top;
	text-align:right;
	border-top:1px solid #ffffff;
	color:#333333;
}

.artworkTableB {
	background-color:#e9e9e9;
	vertical-align:top;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	color:#333333;
}

.artworkTableC {
	background-color:#e9e9e9;
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
	color:#333333;
}

.errMsgBorder{
	color:#FF0000;
	background-color:#FFD7D8;
	border:1px solid #FFAAAA;
	padding:5px;
	margin-bottom:10px;
	text-align:center;
}

.hintsBorder{
	color:#0000FF;
	background-color:#D9DEFF;
	border:1px solid #5B5BFF;
	padding:5px;
	margin-bottom:10px;
	text-align:center;
}

.searchTable {
	background-color:#e9e9e9;
	color:#333333;
}

/* E-card */
table.ecard td.tl{
	width:18px;
	height:18px;
	background-image:url('/skin/skin1/images/common/p_border/tl.gif');
	background-repeat:no-repeat;
}
table.ecard td.top{
	height:18px;
	background-repeat:repeat-x;
	background-image:url('/skin/skin1/images/common/p_border/top.gif');
}
table.ecard td.tr{
	height:18px;
	width:18px;
	background-image:url('/skin/skin1/images/common/p_border/tr.gif');
	background-repeat:no-repeat;
}

table.ecard td.left{
	width:18px;
	background-image:url('/skin/skin1/images/common/p_border/left.gif');
	background-repeat:repeat-y;
}
table.ecard td.right{
	width:18px;
	background-image:url('/skin/skin1/images/common/p_border/right.gif');
	background-repeat:repeat-y;
}
table.ecard td.bl{
	width:18px;
	height:18px;
	background-image:url('/skin/skin1/images/common/p_border/bl.gif');
	background-repeat:no-repeat;
}
table.ecard td.bottom{
	height:18px;
	background-repeat:repeat-x;
	background-image:url('/skin/skin1/images/common/p_border/bottom.gif');
}
table.ecard td.br{
	width:18px;
	height:18px;
	background-image:url('/skin/skin1/images/common/p_border/br.gif');
	background-repeat:no-repeat;
}

.ecardDataRow{
	background-color:#e9e9e9;
}
.ecardFormHead{
	text-align:right;
	font-weight:bold;
}
