	
	/* CSS Document */

	body {
		font: 70% Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		behavior: url('/js/csshover.htc');
		text-align: center;
	}
	
	img {
		behavior: url('/js/iepngfix.htc');
	}
	
	a {
		text-decoration: none;
		font-weight: bold;
		color: blue;
	}
	
	a:hover {
		color: #666;
	}
	
	#frame {
		behavior: url('/js/iepngfix.htc');
		background: url('img/shadow.png') no-repeat bottom right;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		margin: 15px;
	}
	
	#site {
		position: relative;
		top: -5px;
		left: -5px;
		border: 1px solid #ccc;
	}
	
	#header {
		margin: 15px;
	}
	
	#menu {
		border-bottom: 1px solid #ccc;
		height: 23px;
	}
	
	#menu ul {
		border: 0;
		margin: 0;
		margin-left: 15px;
		padding: 0;
		list-style-type: none;
		text-align: left;
		clear: left;	
	}
	
	#menu ul li {
		display: block;
		float: left;

		padding: 0;
		margin: 0;
	}
		
	#menu ul li a {
		padding: 5px 10px 5px 30px;
		display: block;
		text-decoration: none;
		color: #6666CC;
		overflow:hidden;
		background-image: url('img/icons/table_multiple.png') !important;
		background-image: url('img/icons/gif/table_multiple.gif');
		background-repeat: no-repeat;
		background-position: 10px 3px;
		behavior: url('/js/iepngfix.htc');
		font-weight: normal;
	}
	
	#menu ul li a:hover {
		background-color: #efefef;
		color: #6666CC;
	}
	
	.active {
		background-color: #fff;
		border: 1px solid #ccc;
		border-bottom: none;
	}
	
	#content {
		margin: 15px;
	}
	
	#content h1 {
		font-size: 190%;
		color: #666;
		font-weight: normal;
	}
	
	.formRow {
		padding: 3px;
		clear: left;
	}
	
	.formRow label {
		width: 180px;
		float: left;
		font-weight: bold;
	}
	#formRow .display {
		width: 180px;
		float: left;
	}
	
	.formCheck {
		float: left;
		width: 300px;
	}
	
	.formRowCheck {
		clear: left;
	}
	
	.formRowCheck label {
		width: 100px;
		font-weight: normal;
	}
	
	.formRowCheck input {
		float: left;
	}
	
	.textInput {
		width: 300px;
	}
	
	.textarea {
		width: 300px;
		height: 100px;
	}
		
	.tableHead {
		font-weight: bold;
		padding: 4px;
		background: #84ADE7;
		color: #fff;
	}
	
	a.tableHead {
		display: block;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.tableHead:hover {
		background: #FFFFE1;
		color: #000;
	}
	
	.tableData {
		padding: 4px;
		border-bottom: 1px dashed #efefef;
	}
	
	.tableRow:hover {
		background-color: #FFFFE1;
	}
	
	#debug {
		font-family: "Courier New", Courier, monospace;
		font-size: 12px;
		background: #FFFFCC;
		border: 1px solid #ccc;
		padding: 10px;
		margin: 15px;
	}
	
	.activeOrder {
		background: #ccc;
	}
	
	.navBox {
		padding: 4px;
	}