.setupSidebar {
	background-color: #f0f3af;
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #94a263;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
}
.setupSidebarTable {

	padding: 5px;
	text-align: right;
	background-color: #94a263;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 10px solid #FF0000;
}
.leftSidebarTableNoteCopy {

	padding: 5px;
	border: none;
}
.setupSidebarTxtNote {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-align: left;
	border: none;
	padding: 5px 5px 5px 0px;
	font-weight: normal;
	vertical-align: top;
}
.setupSidebarTxt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	border: none;
	padding: 5px;
	font-weight: bold;
	vertical-align: middle;
}
.setupSidebarNoPad {
	background-color: #f0f3af;
	border-right-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #94a263;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 0px;
}
.setupSidebarTxtNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: left;
	border: none;
	padding: 0px;
	font-weight: bold;
	vertical-align: middle;
}
.leftSidebarTableNoteNoPad {
	padding: 0px;
	border: none;
}
