body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #189203;
}

#homepage {
	background-image: url(../images/mtb_homepage.jpg);
	background-repeat: no-repeat;
	width: 824px;
	height: 924px;
	margin-right: auto;
	margin-left: -412px;
	position: absolute;
	left: 50%;
	top: 40px;
}
#screen {
	background-image: url(../images/mtb_homepage_screen.jpg);
	background-repeat: no-repeat;
	height: 550px;
	width: 700px;
	position: absolute;
	margin-right: auto;
	margin-left: -350px;
	left: 50%;
	top: 55px;
}
#homepage-button-left {
	height: 252px;
	width: 37px;
	margin-right: auto;
	margin-left: 12px;
	position: absolute;
	top: 300px;
}
#homepage-button-right {
	height: 252px;
	width: 37px;
	margin-left: 713px;
	margin-top: 237px;
}
#homepage-container {
	width: 700px;
	height: 275px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 620px;
}
#get-started {
	height: 240px;
	width: 330px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#new-user {
	height: 240px;
	width: 330px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
#homepage-login-signup {
	background-image: url(../images/panel_bg.jpg);
	height: 160px;
	width: 290px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 10px;
	padding-right: 20px;
}
#homepage-activate {
	background-image: url(../images/panel_bg.jpg);
	height: 160px;
	width: 290px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 10px;
	padding-right: 20px;
}
#search-bar {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
	padding-top: 6px;
}
#nav {
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 120px;
	position: absolute;
	top: 55px;
	left: 55px;
	padding: 10px;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #2AB4BF;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: underline;
}
#inside-container {
	height: 800px;
	width: 550px;
	top: 55px;
	position: relative;
	left: 215px;
	font-size: 16px;
}

.txtfld-homepage-login {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	background-color: #C3E6EC;
	margin-top: 2px;
	margin-bottom: 4px;
}
.txt-green-14 {
	font-size: 14px;
	color: #006837;
	letter-spacing: 1px;
}
.txt-red-12 {
	color: #F00;
}
.btn-regular {
/*
font-size: 16px;
	font-weight: bold;
	border: 1px solid #006837;
	background-color: #3AB54B;
	color: #FFF;
	*/
}

.txtfld-search {
	font-size: 22px;
	border: 1px solid #006837;
	width: 400px;
}
.btn-search {
	font-size: 17px;
	color: #333;
	margin-left: 4px;
	border: 1px solid #999;
	background-color: #EEE;
}
.inside-page-title {
	color: #2ab4bf;
	font-size: 22px;
	font-weight: bold;
	line-height: 40px;
}
.txtfld-regular {
	margin-bottom: 5px;
/*	font-size: 14px;
	font-weight: bold;
	border: 1px solid #666;
	background-color: #C3E6EC;
	margin-top: 2px;
	margin-bottom: 4px;
	*/
}
.ajax-response-1 {
	font-size: 10px;
}
.ajax-response-div {
	background-color: #FF9;
	padding: 2px;
	border: 2px solid #F90;
	font-size: 10px;
}
.register-form {
	width: 250px;
	position: relative;
}
#footer {
	height: 30px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 964px;
}


form {
	display:inline;
}


#school-search-results {
	font-size: 12px;
	background-color: #C3E6EC;
	margin: 0px;
	padding: 0px;
	height: 400px;
	border: 1px solid #39B54A;
	position: absolute;
	z-index: 10001;
	overflow-y: auto;
	overflow-x: hidden;
}
#school-search-results ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  z-index:10000;
}
#school-search-results ul li.selected {
	background-color: #a0d638;
}
#school-search-results ul li {
	list-style-type:none;
	display:block;
	padding:2px;
	cursor:pointer;
	white-space:normal;
	margin: 0;
}


#school-search-results-accesscode {
	font-size: 12px;
	background-color: #C3E6EC;
	margin: 0px;
	padding: 0px;
	height: 150px;
	border: 1px solid #39B54A;
	position: absolute;
	z-index: 10001;
	overflow-y: auto;
	overflow-x: hidden;
}
#school-search-results-accesscode ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  z-index:10000;
}
#school-search-results-accesscode ul li.selected {
	background-color: #a0d638;
}
#school-search-results-accesscode ul li {
	list-style-type:none;
	display:block;
	padding:2px;
	cursor:pointer;
	white-space:normal;
	margin: 0;
}



#search-results {
	font-size: 10px;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	height: 250px;
	position: absolute;
	z-index: 10001;
	overflow-y: auto;
	overflow-x: hidden;
	border: 1px solid #333;
}
#search-results ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
  z-index:10000;
}
#search-results ul li.selected {
	background-color: #a0d638;
}
#search-results ul li {
	list-style-type:none;
	display:block;
	padding:2px;
	cursor:pointer;
	white-space:normal;
	margin: 0;
}

#waitingarrows {
	background-image: url(../images/waiting.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	float: right;
}
.school-search-result-small {
	font-size: 10px;
	color: #24712E;
}
.search-result-small {
	font-size: 10px;
	color: #333;
}

.txt-12 {
	font-size: 12px;
}
.txt-10 {
	font-size: 10px;
}

.search-result-cover-art {
	width: 75px;
	height: 100px;
	margin-right: 10px;
	float: left;
}

.search-result-info {
	margin-left: 85px;
	margin-right: 10px;
}

.search-result-container {
	display: table;
	margin-bottom: 10px;
	height: 120px;
	width: 550px;
}

.inside-product-page-title {
	font-size: 12px;
}
#homepage-product {
	width: 100%;
	height: 5%;
	background-color: #FFF;
}
#product-container {
	width: 100%;
	height: 95%;
}
.tbl-bg-light-green {
	background-color: #92DC9B;
}
.tbl-bg-dark-green {
	background-color: #39B54A;
}
.search-result-container-sub {
	display: table;
	margin-bottom: 10px;
	height: 120px;
	width: 550px;
}
.txt-green-10 {
	font-size: 12px;
	color: #006837;
	font-weight: bold;
}
.access-denied {
	font-size: 36px;
	color: #FFF;
	
}
.txt-timeout-warning {
	font-size: 24px;
	color: #000;
}
.txt-green-14-bld {
	font-size: 14px;
	color: #006837;
	letter-spacing: 1px;
	font-weight: bold;
}
.no-access {
	font-size: 16px;
	color: #FFF;
	padding: 10px;
}

.my-products-container {
	background-image: url(../images/my-product.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 550px;
	padding-top: 13px;
	font-size: 12px;
	padding-left: 15px;
}

.my-products-container-unavailable {
	background-image: url(../images/my-product-unavailable.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 550px;
	padding-top: 13px;
	font-size: 12px;
	padding-left: 15px;
}
.answer {
	padding-left: 25px;
}

.answer li {
	font-size:12px;
}