BODY{
}

A.NewChangesLink{
	display: block;
	width: 500px;
	padding: 5px;
	margin-bottom: 1em;
	color: #900;
	border: solid #f00 1px;
	text-decoration: none;
	text-align: center;
}

A.NewChangesLink:hover{
	background: #fee;
}

DIV.singleProduct{
}

	DIV.singleProduct SPAN.Title{
		font-weight: bold;
		font-size: 150%;
		display: block;
		margin-bottom: 0.1em;
		border-bottom: solid #666 1px;
	}
	
	DIV.singleProduct TABLE{
		border-spacing: 0;
		border: solid #999 1px;
		border-right: none;
		border-bottom: none;
	}
	
	DIV.singleProduct TD{
		border: solid #999 1px;
		border-left: none;
		border-top: none;
		padding: 4px;
		margin: 0;
	}
	
	DIV.singleProduct TD.head{
		background-color: #eee;
		font-weight: bold;
	}
	
DIV.editProduct{
}

	DIV.editProduct SPAN.Title INPUT{
		font-weight: bold;
		font-size: 150%;
		display: block;
		margin-bottom: 0.1em;
	}
	
	DIV.editProduct TABLE{
		border-spacing: 0;
		border-top: solid #999 1px;
		margin-bottom: 5px;
	}
	
	DIV.editProduct TD{
		padding: 5px 2px;
	}
	
	DIV.editProduct TR.rateRow TD{
		border-bottom: solid #006 2px;
	}
	
	DIV.editProduct TD.head{
		border-bottom: solid #000 1px;
	}
	
	DIV.editProduct TD INPUT.text {
		width: 100px;
	}	
	
#AdminMain{
	width: 800px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-top: 20px;
	border-right: solid black 2px;
	border-bottom: solid black 2px;
	border-top: solid #666 1px;
	border-left: solid #666 1px;
}

	#AdminHeader{
		border-bottom: solid #999 1px;
		padding: 0.4em;
		background-color: #eee;
		text-align: right;
	}
	
	#ControlBar{
		width: 140px;
		height: 100%;
		border-right: solid #999 1px;
		margin: 0;
		padding: 0;
		float: left;
	}
	
		#ControlBar UL{
			list-style: none;
			margin: 0;
			padding: 0;
		}
		
		/* fixes extra space issue in IE */
		#ControlBar LI {
			display: inline;
		}
		
		#ControlBar A:link,
		#ControlBar A:visited {
			display: block;
			font-size: 150%;
			padding: 20px;
			text-align: right;
			border-bottom: solid #ccc 1px;
			width: 100px;
			color: blue;
		}
		
		#ControlBar A:hover{
			background: #eef;
			border-left: solid #066099 8px;
			width: 92px;
		}
	
	#WorkArea{
		float: left;
		width: 616px;
		height: 100%;
		padding: 20px;
		overflow: hidden;
	}

						.disclaimerListItem{
							border: solid #999 1px;
							border-top: solid #999 2px;
							border-bottom: solid #999 2px;
							padding: 1em;
							padding-top: 2em;
							margin-bottom: 1em;
							position: relative;
							width: 600px;
							max-height: 100px;
							overflow-y: scroll;
						}
						
						.disclaimerListItem INPUT{
							position: absolute;
							top: 4px;
							left: 4px;
						}
						

TEXTAREA{
	display: block;
	width: 100%;
	height: 6em;
}
	
	TEXTAREA.tallTextarea{
		height: 16em;
	}
	
		.ChangeRow{
			border: solid #ccc 2px;
			padding: 1em;
			margin-top: 1em;
		}
		
		.changeLabel{
			font-weight: bold;
			font-size: 125%;
			color: #090;
		}
		
		.changeFrom{
			font-size: smaller;
			background: #eee;
			color: #333;
			padding: 1em;
		}
	
		.changeTo{
			padding: 1em;
			border: solid #eee 2px;
		}
		
		.changeNotes{
			background: #ffe;
			border: solid #999 1px;
			border-left: none;
			border-right: none;
			margin-bottom: 1em;
		}
		
		FORM.buttonRowForm{
			margin: 0;
			padding: 0.5em;
			background-color: #ccc;
			display: block;
		}
	
		FORM.buttonRowForm INPUT{
			display: block;
			float: none;
		}
		
		.noBorder{
			border: none;
		}
	
		TABLE.dataTable{
			width: 100%;
		}
	
		TABLE.dataTable INPUT,
		TABLE.dataTable TEXTAREA{
			width: 95%;
		}
		
		TABLE.dataTable TD{
			border-bottom: solid #999 1px;
		}
		
		TABLE.dataTable TR{
		
		}
		
		TABLE.dataTable TR.ViewRow{
			background-color: #fff;
		}
			TR.ViewRow TD.edit {
				display: none;
			}
			
			TR.ViewRow TD.view {
				display: table-cell;
				width: 80%;
			}
		
		TABLE.dataTable TR.EditRow{
			background-color: #eef;
		}
			TR.EditRow TD.edit{
				display: table-cell;
				width: 80%;
			}
			
			TR.EditRow TD.view{
				display: none;
			}
			
		#SubmitButton{
			width: 100%;
			margin-top: 1em;
			display: block;
		}
		
div.resetpassword
{
	margin: 10px;
	padding: 10px;
	font-size: x-large;
	border: 1px solid #dbd162;
	background-color: #faf6cd;
}

div.resetpassword p
{
	text-align: center;
	color: red;
	margin: 0px
	padding: 0px;
}
