/* GLOBAL */
	a.orderby 		{ color:white; text-decoration:underline;font-size: 14px;font-weight:bolder;}
	a.orderby:hover {text-decoration:none;}
	
	a.darklink 		{ color:black; text-decoration:underline;font-size: 12px;font-weight:bolder;}
	a.darklink:hover {text-decoration:none;}
	
	.table{
		width:98%;
		border:1px black solid;
		}

	.product{
		font-weight:bold
		}
		
	.toprow{
		font-size: 12px;
		background-color: #9A6800;
		color:white;
		font-weight:bolder;
		margin-left:5px; 
		font:16px;
		}
	
	.row0{
		background-color: #F1EECB;
		font-size:12px;
		}
		
	.row1{
		background-color:#E7E7E7;
		font-size:12px;
		}

/*  MESSAGES  */

	#msgDiv {
		padding: 10px 10px 10px 40px;
		margin:0;
		background-position: top left;
		background-repeat: repeat-x;
		color: white;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		}
	.msgTitle, #msgDiv h3 {
		font-size:13px;
	}
	#msgDiv ul {
		list-style: outside;
		}
	#msgDiv li {
		list-style-image: url(../images/msgDiv_whiteArrowOnRed.gif);
		}
	#msgDiv p {
		}	
	.badMsg {
		background-image: url(../images/msg-bad-bg.png);
		background-color: #cc0000;
		border: 1px solid #c00;
		border-left: none;
		border-right: none;
		}
	.badmsgicon {
		background-image: url(../images/msg-bad-icon.gif);
		height:18px;
		width:19px;
		float:left;
		margin-right: 10px;
		}
	.goodMsg {
		background-image: url(../images/msg-good-bg.png);
		background-color: #090;
		border: 1px solid #060;
		border-left: none;
		border-right: none;
		}
	.goodmsgicon {
		background-image: url(../images/msg-good-icon.gif);
		height:17px;
		width:18px;
		float:left;
		margin-right: 10px;
		}
	.submit{
		border:2px black solid;
		background-color:#006600;
		font-weight:bold;
		color:white;
		}
	.admintable{
		width:400px;
		border:1px black solid;
		}
	.activeuserstext{
		margin-left:10px;
		font-weight:bolder;
		margin-bottom:5px;
		}
