@charset "utf-8";
body {
	margin: 0;
	padding: 0;
}

#menu {
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 783px;
}
.menu {
	background-image: url(images/menu_background.jpg);
	background-repeat: no-repeat;
}
#listings {
	background-image:url(images/textArea_background.jpg);
	background-repeat:repeat;
	background-color:#cccccc;
	height:450px;
	height:450px;
	overflow:auto;
}
.alt {
	background-color:#ffffff;
}
.imagePadding {
	padding-top: 10px;
	padding-bottom: 10px;
}
#individual {
	background-image:url(images/textArea_background.jpg);
	background-repeat:repeat;
	background-color:#cccccc;
}
select {
	width: 150px;
}
input.submit {
	border: thin solid #000000;
}
#notes {
	text-align: justify;
	min-height: 300px;
}
#error {
	font-weight: bold;
	color: #900;
	text-align: center;
	width: 500px;
	padding-left: 120px;
	padding-top: 50px;
}
.altBG1 {
	background-color:#eeeeee;
	cursor:pointer;
}
.altBG2 {
	background-color:#dddddd;
	cursor:pointer;
}
.altBG3 {
	background-color:#ffffff;
	cursor:pointer;
}
.active {
	background-color:#009900;
	cursor:pointer;
	border-bottom:thin #000000;
}
.nonactive {
	background-color:#FF0000;
	cursor:pointer;
	border-bottom:thin #000000;
}

#save {
	background: url(../_img/save.png);
	width: 229px;
	height: 40px;
	border: none;
}

