.addYelo {
	background-color: #E5E1CF;
	background-image: url(../images/backgrounds/addYellow.gif);
	height: 77px;
	background-position: bottom;
	vertical-align: bottom;
	background-repeat: repeat-x;
}
.purpLi {
	background-color: #7300CF;
	height: 1px;
}

.darkPurpLi {
	background-color: #280153;
	height: 1px;
}

.whiteLi {
	height: 1px;
	background-color: #FFFFFF;
}

.greenLi {
	height: 1px;
	background-color: #00450B;
}

.redLi {
	background-color: #841800;
	height: 1px;
}

.blueLi {
	height: 1px;
	background-color: #6699cc;
}


.tanPad {
	background-color: #E5E1CF;
	height: 16px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 20px;
}

.tanPadwhite {
	background-color: white;
	height: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	line-height: 10px;
}

.tanPad, .tanPad A:link, .tanPad A:visited, .tanPad A:active {
	text-decoration: none;
	color: #000;
}

.tanPad A:hover {
	text-decoration: underline;
	color: #FF0000;
}

.tanPadDots {
	background-color: #EDE9D3;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-color: #C9C6B3;
	border-bottom-color: #C9C6B3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
}

.tanPadDots_reportlist {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-color: #FFFFFF;
	border-bottom-color: #C9C6B3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
}

.purpPad {
	font-size: 10px;
	background-color: #DED3E7;
	height: 24px;
	padding-right: 10px;
	padding-left: 10px;
}

.purpPad, .purpPad A:link, .purpPad A:visited, .purpPad A:active {
	text-decoration: none;
	color: #000;
}

.purpPad A:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* Cells */
.cellreport {
	background-image: url(../images/misc/tabCell.gif);
    background-repeat: repeat-y;
	background-position: right;
	height: 24px;
	font-size: 11px;
	padding-left: 5px;
	line-height: 11px;
}

.cell {
	background-image: url(../images/misc/tabCell.gif);
    background-repeat: repeat-y;
	background-position: right;
	height: 24px;
	font-size: 11px;
	padding-left: 5px;
	line-height: 11px;
}

.cell, .cell A:link, .cell A:visited, .cell A:active {
	text-decoration: none;
	color: #000;
}

.cell A:hover {
	text-decoration: underline;
	color: #FF0000;
}

.cellEnd {
	height: 24px;
	font-size: 11px;
	padding-left: 5px;
	line-height: 11px;
}

.cellEndreport {
	height: 24px;
	font-size: 10px;
	padding-left: 5px;
	line-height: 11px;
}


.cellEnd, .cellEnd A:link, .cellEnd A:visited, .cellEnd A:active {
	text-decoration: none;
	color: #000;
}

.cellEnd A:hover {
	text-decoration: underline;
	color: #FF0000;
}


.joinCell {
	height: 24px;
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #000000;
}

.joinCell a {
	text-decoration: underline;
	color: #000000;
}

/* right cells */

.cellR {
	background-image: url(../images/misc/tabCell.gif);
	background-repeat: repeat-y;
	background-position: right;
	height: 24px;
	font-size: 11px;
	padding-right: 7px;
	text-align: right;
}

.cellR, .cellR A:link, .cellR A:visited, .cellR A:active {
	text-decoration: none;
	color: #000;
}

.cellR A:hover {
	text-decoration: underline;
	color: #FF0000;
}

.cellEndR {
	height: 24px;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
}
.cellEndR, .cellEndR A:link, .cellEndR A:visited, .cellEndR A:active {
	text-decoration: none;
	color: #000;
}

.cellEndR A:hover {
	text-decoration: underline;
	color: #FF0000;
}

.tan {
	background-color: #EFEBD9;
}

.purp {
	background-color: #DED3E7;
}

.darkPurpSo {
	font-family: Arial, Verdana,;
	background-color: #280153;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	
}

.darkPurpCrn {
	font-family: Arial, Verdana,;
	background-color: #280153;
	background-image: url(../images/misc/tabCrn.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}

.darkPurpCrnR {
	font-family: Arial, Verdana,;
	background-color: #280153;
	background-image: url(../images/misc/tabCrn.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 16px;
	color: #ffffff;
	font-weight: bold;
	padding-right: 7px;
	text-align: right
	
}

.whiteSo {
	height: 16px;
	font-size: 11px;
}

.blackSo {
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;
}

.blackSo A:link, .blackSo A:visited, .blackSo A:active {
	color: #333333;
}

.whiteSo A:link, .whiteSo A:visited, .whiteSo A:active {
	text-decoration: none;
}

.greenCell {
	background-color: #005942;
	color: #ffffff;
	height: 20px;
	padding-left: 13px;
	font-family: Arial, Verdana,;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/misc/titleEnd.gif);
	background-repeat: no-repeat;
}

.lightgreenCell {
	background-color: #33cc99;
	color: #ffffff;
	height: 20px;
	padding-left: 13px;
	font-family: Arial, Verdana,;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/misc/titleEnd.gif);
	background-repeat: no-repeat;
}


.greenCellJS {
	background-color: #005942;
	color: #ffffff;
	height: 20px;
	padding-left: 13px;
	font-family: Arial, Verdana,;
	font-weight: bold;
	font-size: 12px;
}


.greenCell a {
	color: #ffffff;
}

.redCell {
	background-color: #CE3100;
	color: #ffffff;
	height: 20px;
	padding-left: 13px;
	font-family: Arial, Verdana,;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/misc/titleEnd.gif);
	background-repeat: no-repeat;
}

.redCell a {
	color: #ffffff;
}

.purpCell {
	background-color: #7300CF;
	color: #ffffff;
	height: 20px;
	padding-left: 13px;
	font-family: Arial, Verdana,;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/misc/titleEnd.gif);
	background-repeat: no-repeat;
	width: 50%;
}

.blueCell {
	background-color: #6699cc;
	color: #ffffff;
	height: 20px;
	padding-left: 13px;
	font-family: Arial, Verdana,;
	font-weight: bold;
	font-size: 12px;
	background-image: url(../images/misc/titleEnd.gif);
	background-repeat: no-repeat;
}

.blueCell a {
	color: #ffffff;
}


.purpEnd {
	background-image: url(../images/backgrounds/purpleLine.gif);
	width: 50%;
}

.redEnd {
	background-image: url(../images/backgrounds/redLine.gif);
	width: 50%;
}

.greenEnd {
	background-image: url(../images/backgrounds/greenLine.gif);
	width: 50%;
}

.blueEnd {
	background-image: url(../images/backgrounds/blueLine.gif);
	width: 50%;
}
.headerTitle 
{
 font-weight :bold; 	
}

.lightTan {
	background-color: #F2F0E9;
}
