@import url("csiEvents.css");
@import url("csiBilling.css");
@import url("Core/Cart/csiCheckout.css");

div #links /* Hide Top Nav Links like Personal Information, etc */
{
 display: none;
}

.tableHeader
{
	background-color: #ececec;
	padding: 2px;
	border: 1px solid #000;
	font-weight: bold;
	color: #000;
}

.tableRow
{
	padding: 2px;
	background-color: #fff;
}

.tableRowAlt
{
	padding: 2px;
	background-color: #dde0ee;
}

.importantText { color: Red; }
table.importantText ul li { color: red; }

