
body {
	background-image:  none; 
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
} 

td,th {
	font-family: Arial, Helvetica, sans-serif;
}

#productSelect {

	text-align: left;

}

#productSelect li {

	margin-left: -20px;
	list-style-type: disc;
	font-size: 18px;
	
}

#designerNavLeft td {

	border: 1px solid #000000;
	background-color: #FFFF00;

}

/* Used to display a short message to the user inline at the top of the page */
#UserMessage {

	/* Wide margin to make message show up well */
	margin: 15px;
	padding: 14px;
	
	background-color: #FFFFFF;
	color: #000000;
	border: 2px solid #DFDFDF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
/*	height: 160px; */
/*	width: 350px; */

}

/* Status Messages */
.StatusError {

	font-weight: bold;
	color : #FF0000;

}
.StatusBad {

	font-weight: bold;
	color : #FF0000;

}
td.StatusBad { background-color: #FF0000; }

.StatusWarning {

	font-weight: bold;
	color:#FF9900;

}

.StatusGood {

	font-weight: bold;
	color : #008000;

}
td.StatusGood { background-color: #008000; }


.Status {

/*	font-weight: bold; */
	color : #000000;

}

