/*@charset "utf-8";*/

/*** layout ***/
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: url("../img/public/max/max-background.png") repeat-x;
	background-color: #E0ECF1;
}

img {
	border: 0 none;
}

input {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
}

p a {
	color: #0033FF;
}

.clear-both {
	clear:both;
	height: 0;
}

.button-image {
	cursor: pointer;
}

.loading {
	background: url("../img/generic/spinner-black.gif") no-repeat scroll center center transparent;
	height: 30px;
	left: 50%;
	margin-left: -15px;
	overflow: auto;
	position: fixed;
	top: 50%;
	width: 30px;
	z-index: 99999;
	display: none;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background: none repeat scroll 0 0 rgb(0, 0, 0);
	top: 0;
	left: 0;
	opacity: 0.0;
	z-index: 999999;
	filter: alpha(opacity=0);
	display: none;
}

.wrapper {
	width: 1020px;
	margin: 0 auto;
}

.header {
	margin-top: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.header .top-menu {
	margin-left: -35px;
	position:relative;
	top:4px;
	top:16px;
}

.top-menu {
	font-size: 13px;
	color: white;
	font-weight: bold;
	list-style-type: none;
}

.top-menu li {
	float: left;
	/*width: 105px;*/
	border-right: 2px solid white;
	margin-left: 10px;
	padding-right: 10px;
	line-height: 13px;
}

.top-menu li.sign-in {
	border-right: none;
	width: 105px;
	margin-left: 5px;
	padding-right: 0;
}

.top-menu li.have-lic-li {
	border-right: none;
}

.top-menu li.contact {
	/*width: 60px;*/
}

.top-menu li.rave {
	/*width: 90px;*/
}

.top-menu li a {
	color: white;
	text-decoration: none;
}

.top-menu li.sign-in a {
	position:relative;
	top:-7px;
}

.tabbed-menu {
	margin-top: 15px;
    position: relative;
    overflow: visible;
    z-index: 10;
    top: 2px;
    zoom: 1; /*hasLayout bug in ie7*/
}

.menu-item {
	float: left;
	height: 35px;
	line-height: 35px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	background-color: #FFFCB5;
	border-top: solid 2px #FFD059;
	border-left: solid 2px #FFD059;
	border-right: solid 2px #FFD059;
	margin-right: 20px;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}

.menu-item-selected {
	background-color: white;
}

.menu-item a {
	text-decoration: none;
	color:#000000;
	width:100%;
	height:100%;
	display:block;
}


.menu-item-selected a {
	background-color: white;
	height: 38px;
}

.menu-item-home {
	margin-left: 35px;
	width: 100px;
}

.menu-item-curriculum {
	width: 160px;
}

.menu-item-motivate {
	width: 160px;
}

.menu-item-power {
	width: 150px;
}

.menu-item-admin {
	width: 160px;
}

.menu-item-pricing {
	width: 100px;
	margin-right: 30px;
}

.content-wrap {
	background-color: #FFFCB5;
	min-height: 300px;
	border-bottom: solid 2px #FFD059;
	border-left: solid 2px #FFD059;
	border-right: solid 2px #FFD059;
	border-top: solid 2px #FFD059;
	padding: 3px;
}

.content-inner-wrap {
	background-color: #FFFFFF;
	min-height: 300px;
}

.max-bottom-spacer {
	height:30px;
	min-height:30px;
	line-height: 30px;
	width: auto;
}

.schoolNotListed-wrapper {
	width: 500px !important;
	padding: 33px 29px 30px 29px;
}

.schoolNotListedBlock-wrapper h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004E80;
	margin: 0;
	text-align: center;
}
.schoolNotListedBlock-wrapper p {
	margin: 20px 0;
}

.homeSchool-wrapper {
	width: 500px !important;
	padding: 33px 29px 30px 29px;
}

.homeSchoolBlock-wrapper h1 {
	font-size: 24px;
	font-weight: bold;
	color: #004E80;
	margin: 0 0 21px 0;
	text-align: center;
}

.schoolNotListedBlock-wrapper .schoolNotListedBlock-btn-wrap,
.homeSchoolBlock-wrapper .homeSchoolBlock-btn-wrap {
	text-align: center;
	margin: 27px 0 0 0;
	cursor:pointer;
}

.contact-form-submit-btn {
	cursor: pointer;
}

.posrelative {
	position: relative;
}

.signup-input-relative {
	position:relative;
}

.school-item-last {
	font-weight: bold;
}

h2#invoice_intro {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align:center;
    display:block;
    width:100%;
    margin:20px 0 0 0;
}

.footer {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 40px;
}
.footer a {
	width: 100px;
	display: inline-block;
	text-decoration: none;
	color: #0033FF;
}

a.fw60 {
	width: 60px;
}

.invoice-send {
	display:none;
}

#cc-sec-code {
	width:40px;
}