.tablehead{
	background-image: url(../images/bg_tablehead.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	line-height: 26px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.tablehead a{
	color: #000000;
}

.leftcell{
	border: 1px solid #B1BECD;
}
.rightcell{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B1BECD;
	border-right-color: #B1BECD;
	border-bottom-color: #B1BECD;
	border-left-color: #EEEEEE;
	overflow:visible;	
}

.midcell{
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1BECD;
	border-bottom-color: #B1BECD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B1BECD;
	border-left-color: #EEEEEE;
}

.sole {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1BECD;
	border-bottom-color: #B1BECD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B1BECD;
	border-left-color: #B1BECD;
}

.right{
	text-align:right;
}

.left{
	text-align:left;
}

/* + 2008111 AA & DS: Classes cTableHeadLeft, cTableHeadRight, cTableHead are here for backwards compatibility.
Please replace with "tablehead leftcell", etc. */
.cTableHeadLeft{
	background-image: url(Images/bg_tablehead.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border: 1px solid #B1BECD;
	line-height: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.cTableHeadRight{
	background-image: url(Images/bg_tablehead.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B1BECD;
	border-right-color: #B1BECD;
	border-bottom-color: #B1BECD;
	border-left-color: #EEEEEE;
	line-height: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.cTableHead{
	background-image: url(Images/bg_tablehead.gif);
	background-repeat: repeat-x;
	background-position: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B1BECD;
	border-bottom-color: #B1BECD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B1BECD;
	border-left-color: #EEEEEE;
	line-height: 26px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* - 2008111 AA & DS: Classes cTableHeadLeft, cTableHeadRight, cTableHead are here for backwards compatibility.
Please replace with "tablehead leftcell", etc. */