BODY {
	margin: 0px;
}

/* --- menu entries along left --- */
#sidenav ul {
	list-style: none;
	list-style-image: none;
	/*list-style-image: url("http://images.incentivelogic.com/points/crmi/en/arrow.gif");*/
	/*	padding: 0;*/
	margin: 0;
	white-space: nowrap;
}

#sidenav ul li {
	/*
	** Windows IE needs at least the bottom border specified.
	** Otherwise the "display: block" on the A tag below makes
	** the LI items grow to huge vertical spacing for some reason.
	*/
	/*display: list-item;*/
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	list-style-position: inside;

	margin: 1em 1px 1em 6px;
}

#sidenav ul li a {
	color: #000;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	display: block;
	vertical-align: middle;
	padding: 4px 2em 4px 4px;
}

#sidenav ul li a:hover {
	  background: #7c9edb;
}

.bgc1 {
/*	background-color: #fff;*/
	background-color: #6d1813;
}


.topBar {
	padding: 6px;
}

#topBar {
	/*background-color: #000;*/
	background-image: url("http://images.incentivelogic.com/points/crmi/en/bottom_gradient.gif");
	background-repeat: repeat-x;
	padding: 6px;
}

a.topNav, a.topNav:visited, .topNav {
	color: #ffffff;
	font-weight: bold;
}
	
a.topNav {
	text-decoration: none;
	font-style: italic;
}

a.topNav:hover {
	color: #ff0000;
}

#bottomBar {
	/*background-color: #000;*/
	background-image: url("http://images.incentivelogic.com/points/crmi/en/bottom_gradient.gif");
	background-repeat: repeat-x;
}

td#il_logo {
	text-align: center;
	background-color: #000000;
	padding: 0;
}

#il_logo div {
	padding: 0px;
/*	background-color: #000000;*/
}

.userGreeting {
	text-align: left;
	background-color: #000000;
	color: #ffffff;
	padding: 6px;
}

a:visited {
	color: #800058;
}

.error {
	font-size: 14px;
}

td#il_logo_trans {
	text-align: center;
	padding: 0;
}

