/* TABLE ORANGE */
table.orange {
	width:100%;
	background-color:#F3C8A3;
	border-spacing:1px;
	font-family:tahoma;
}


table.orange thead th {
	background-color:#FFE7D2;
	padding:10px 3px;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	border-top:1px solid #F3C8A3;
	color:#603121;
	text-align:center;
}

table.orange tfoot td {
	background-color:#FFF8F2;
	padding:3px;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	border-bottom:1px solid #F3C8A3;
	color:#6F3400;
	text-align:center;
}



table.orange td {
	background-color:#FFFAF5;
	padding:4px 3px;
	font-family:tahoma;
	font-size:11px;
	color:#6F3400;
}


/* ROUNDED TABLE GREEN */

div.table-rounded-green-top {
	background:url(../images/green-table-top.gif) no-repeat 0 0;
	height:6px;
	padding-left:6px;
	display:block;
	overflow:hidden;
}

div.table-rounded-green-top div {
	background:url(../images/green-table-top.gif) no-repeat 100% 0;
	height:6px;
	display:block;
	overflow:hidden;
}


div.table-rounded-green-bottom {
	background:url(../images/green-table-bottom.gif) no-repeat 0 0;
	height:6px;
	padding-left:6px;
	display:block;
	overflow:hidden;
}

div.table-rounded-green-bottom div {
	background:url(../images/green-table-bottom.gif) no-repeat 100% 0;
	height:6px;
	display:block;
	overflow:hidden;
}

table.table-rounded-green {
	width:100%;
	border-spacing:0px;
	font-family:tahoma;
	border-left:1px solid #60E652;
	border-right:1px solid #60E652;
}


table.table-rounded-green thead th {
	background-color:#D8FFC8;
	padding:4px 3px 10px 3px;
	font-family:tahoma;
	font-weight:normal;
	font-size:11px;
	color:#085200;
	text-align:center;
	border-style:none solid solid;
	border-width:0 1px 1px 0;
	border-color:#FFFFFF;
}
table.table-rounded-green thead th.last-col {
	border-width:0 0 1px 0;
}

table.table-rounded-green td {
	background-color:#fff;
	padding:4px 3px;
	font-family:tahoma;
	font-size:11px;
	color:#404040;
	border-bottom:1px solid #ABFF88;
	border-right:1px solid #ABFF88;
}




table.green {
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #404040;
	width: 100%;
	background-color: #fafafa;
	border: 1px #C2D3E5 solid;
	border-collapse: collapse;
	border-spacing: 1px;
}


table.green td {
	background-color:white;
	border-bottom:1px dashed #CEDCEA;
	color:#404040;
	font-family:Verdana,sans-serif,Arial;
	font-size:11px;
	font-weight:normal;
	padding:3px;
	text-align:left;
	vertical-align:top;
}



/* XacBank Webmaster's Addition */
.webed {
  font-size: 10px; /*Currency Calculator phrase size: Belneer zarah hanshaar...*/
  color: #1B1B1B;
  font-family: Arial, Helvetica, sans-serif;
}
