.button_orange, .button_red, .button_gray {
/* 	float: left; */
	margin: 5px 1px;
	padding: 0px 5px;
	height: 24px;
	line-height: 24px;
/*	text-transform: uppercase; */
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
	display: table-cell;
}

.button_orange a, .button_red a, .button_gray a {
	color: #fff;
}

input.button_orange, input.button_red, input.button_gray {
	float: none;
}


.button_orange {
	background: url('../images/header_button_login.gif') repeat-x #FEB706;
	border: 1px solid #f1b002;
}

.button_red {
	background: url('../images/button_red.gif') repeat-x;
	border: 1px solid #b50404;
}

.button_gray {
	background: url('../images/button_gray.gif') repeat-x;
	border: 1px solid #b6b6b6;
}


#left_column {
	float: left;
	width: 183px;
}

#left_column #user_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	margin: 40px 0 0 0;
}

#left_column #user_nav li {
	background: url('../images/bullet_usernav.gif') no-repeat;
	background-position: 0 50%;
	padding: 0 0 0 17px;
	font-size: 1.6em;
	margin: 15px 0;
}

#right_column {
	float: right;
	width: 632px;
}


#paper {
	float: right;
	background: url('../images/user_paper_bk.jpg') repeat-y;
}

#paper .wrapper {
	float: left;
	background: url('../images/user_paper_footer.jpg') no-repeat;
	background-position: bottom left;
	padding: 0 0 60px 0;
	width: 632px;
}

#paper .wrapper2 {
	float: left;
	background: url('../images/user_paper_header.jpg') no-repeat;
	width: 562px;
	padding: 55px 30px 0 40px;
	height: 370px;
	min-height: 370px;
	font-size: 1.1em;
}

html>body #paper .wrapper2 { height: auto; }


#paper .wrapper2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.7em;
}

/*---- ORDER - BOF -----*/

#order_error {
	margin: 70px 0 0 0; 
	padding: 15px;
}

#child_select {
	float: left;
	width: 522px;
	margin: 30px 20px 0 20px;
	display: inline;

}

#child_select h1 {
	border-bottom: 2px dashed #ccc;
	padding: 10px 0;

}

#child_select .header {
	font-size: 1.1em;
	margin: 0 0 20px 0;
	color: #5e5e5e;
	font-weight: bold;
	padding: 0 0 2px 0;
	border-bottom: 1px dashed #ccc;
}

#child_select #child_list {
	float: left;
	width: 230px;
	color: #5e5e5e;
}


#child_select #child_list  dl {
	float: left;
	margin: 0 0 0 0px;
}

#child_select #child_list  dt {
	float: left;
	width: 20px;
	margin: 2px 0;
	font-size: 1em;
	line-height: 1.5em;	
}

#child_select #child_list dd {
	float: left;
	width: 210px;
	margin: 2px 0;
	font-size: 1em;
	line-height: 1.5em;
	cursor: pointer;
}

#child_select #child_list dd .edit {
	font-size: 0.8em;
	margin: 0 0 0 5px;
}

#child_select #child_list dd .edit a {
	margin: 0 3px;
}

#child_select #child_details {
	float: right;
	width: 272px;
}

#child_select #child_details  dl {
	float: left;
	margin: 0 0 0 0px;
	clear: both;
}

#child_select #child_details  dt {
	float: left;
	width: 80px;
	clear: both;

}

#child_select .continue {
	float: left;
	width: 522px;
	margin: 15px 0 0 0;
	border-top: 1px solid #e0e0e0;
	padding: 10px 0 0 0;
}

#child_select #next_delivery {
	float: left;
	width: 275px;
	text-align: left;
	width: 100%;
}

#child_select #welcome_new_semester {
	margin: 20px 0;
}

#child_select .continue .button {
	float: left;
	background: url('../images/header_button_login.gif') no-repeat;
	padding: 0px;
	width: 90px;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #f1b002;
	font-weight: normal;
	cursor: pointer;
}

#child_select .button_addlocation a {
	float: left;
	background: url('../images/header_button_login.gif') repeat-x #ffb606;
	margin: 30px 0 0 0px;
	padding: 3px 10px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #f1b002;
	font-weight: normal;
	font-size: 0.9em;
}

/*---- ORDER - SELECT CHILD - EOF -----*/


/*----- CALENDAR - BOF ------*/

.calendar_childlist {
	float: right;
	margin: 0px 4px 15px 0;
	font-size: 0.9em;
	display: inline;
}

.calendar_childlist select {
	margin: 0px;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 2px;
}

.calendar_childlist select option {
	padding: 0 10px 0 5px;
}

.calendar {
	/** configure the width **/
	float: left;
	width:560px;
	margin:0 0 10px 0;
	padding:0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.calendar thead th {
	background-color: #f69f1b;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 2.4em;
	height: 43px;
	line-height: 43px;
}
.calendar thead th .previous a {
	float: left;
	line-height: 43px;
	width: 30px;
	color: #fff;
}

.calendar thead th .title {
	display: inline;
	float: left;
	width: 496px;
}

.calendar thead th .next a {
	float: right;
	line-height: 43px;
	width: 30px;
	color: #fff;
}


.calendar th {
	/** Column header (eg. sun, mon) **/
	font-weight: bold;
	height: 20px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}

.calendar td {
	width: 71px;
	height: 71px;
	padding: 4px;
	text-align: center;
	background: #fff;
	border: 1px solid #ececec;
}

.calendar .orderable:hover, .calendar .today.orderable:hover {
	background: url('../images/cal_normal_bk_over.gif') no-repeat #eafaff;
	background-position: 50% 50%;
	border: 3px solid #93e3fc;
	width: 71px;
	height: 71px;
	padding: 2px;
}

.calendar td .header {
	float: left;
	width: 100%;
	height: 20px;
}

.calendar td .body, .calendar td .body a {
	float: left;
	width: 100%;
	height: 51px;
}


.calendar .number {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	position: relative;
	text-align: center;
}

.calendar .balloon_icon {
	float: right;
	margin: 3px 3px 0 0;
}

.calendar .description {
	float: left;
	margin: 5px 0 0 0;
	font-size: 0.8em;
	line-height: 1.1em;
	text-align: center;
	width: 100%;
}


.calendar .today {
	background: url('../images/cal_today_bk.gif') no-repeat #feecb4;
	background-position: 50% 50%;
	border: 1px solid #f7ce8d;
	color: #ff9c00;
}


.calendar .today .number {
	background: url('../images/today_badge.gif') no-repeat;
	color: #fff;
	font-size: 1em;
}

.calendar .today.old { /* today + order exists */

}

.calendar .last_month {
	background: #f8f6ea;
	border: 1px solid #ecebdd;
	color: #ccc;
}
.calendar .weekend {
	background: #f8f6ea;
	border: 1px solid #ecebdd;
	color: #ccc;
}

.calendar .school_holiday, .calendar .semester {
	background: url('../images/cal_holiday_bk.gif');
	border: 1px solid #e4e4e4;
	color: #666;
	font-size: 1.1em;
}

/*
.calendar .semester {
	background: #dbdbdb;
	border: 1px solid #e4e4e4;
	color: #666;
	font-size: 1.1em;
}
*/

.calendar .old {
	background: url('../images/cal_old_ordered_bk.gif') no-repeat #d7fce0;
	background-position: 50% 50%;
	border: 1px solid #c0efbe;
	color: #339933;
}

.calendar .old img {
	opacity: .5;
	filter: alpha(opacity=50);
}

.calendar .new, .calendar .new_view {
	background: url('../images/cal_ordered_bk.gif') no-repeat #79f499;
	background-position: 50% 50%;
	border: 1px solid #61e583;
	color: #006900;
}

.calendar .new:hover {
	background: url('../images/cal_ordered_bk_over.gif') no-repeat #74e98a;
	background-position: 50% 50%;
	border: 3px solid #59d178;
	width: 71px;
	height: 71px;
	padding: 2px;
}







.calendar .ordered {  /* Old - blank */
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
	color: #999;
}








.calendar_totals {
	float: left;
	margin: 120px 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 160px;
	padding: 10px;
	border: 1px solid #dff5ff;
	background: #f5fcff;
}

.calendar_totals h2 {
	border-bottom: 1px dashed #ececec;
	padding: 0 0 10px 0px;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.3em;
	color: #666;
}
.calendar_totals dl {
	float: left;
	width: 100%;
}

.calendar_totals dl dt {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 1.9em;
	text-align: center;
	clear: both;
	margin: 5px 0;
}

.calendar_totals dl dd {
	float: right;
	width: 120px;
	height: 30px;	
	line-height: 30px;
	margin: 5px 0;
}

.calendar_totals dl dd span {
	line-height: 9px;
	font-size: 1.1em;
	color: #666;
}

.calendar_totals dl .orderable {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #666;
}

.calendar_totals dl .order_old {
	background-color: #d7fce0;
	border: 1px solid #a5dda3;
	color: #339933;
}


.calendar_totals dl .order_upcoming {
	background-color: #79f499;
	border: 1px solid #61e583;
	color: #006900;
}

.calendar_totals .text {
	float: left;
	background: #ffefef;
	color: #c00202;
	padding: 10px;
	margin: 15px 0 0 0;
	font-size: 1.1em;
}

.calendar_totals .text p {
	margin: 0px;

}

.calendar_footer {
	float: left;
	width: 100%;
	margin: 2px 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#nsfBody {
	float: left;
	height: 168px;
	width: 368px;
	padding: 15px;
	background: #FFEFEF;
	border: 1px dashed #FFC1C1;
	font-size: 1.5em;
}

#nsfBody p {
	color: #666;
}


/*----- CALENDAR - BOF ------*/


/*----- MY ACCOUNT  - BOF ---*/


#myaccount_body {
	float: left;
	width: 560px;
}

#myaccount_body h1 {
	margin: 20px 0 0 0;
	border-bottom: 2px dashed #ccc;
	padding: 10px 0;
}

#myaccount_body fieldset {
	float: left;
	border: none;
	margin: 25px 0 10px 0;
	width: 560px;
}

#myaccount_body legend {
	float: left;
	font-size: 1.4em;
	margin: 0 0 5px 0;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#myaccount_body fieldset .row {
	float: left;
	clear: both;
	padding: 6px 0;
	border-top: 1px dashed #e7e7e7;
	width: 560px;

}

#myaccount_body label {
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#myaccount_body label span {
	float: left;
	width: 140px;
}

#myaccount_body .row input, #myaccount_body .row select {
	float: left;
	padding: 4px;
	border: 1px solid #ccc;
	width: 190px;
}

#myaccount_body .row input.number3 {
	width: 25px;
}

#myaccount_body .row input.number4 {
	width: 35px;
}

#myaccount_body .row input.postal {
	width: 27px;
}

#myaccount_body .row select {
	width: 200px;
}

#myaccount_body .row option {
	padding: 0 4px;
}

#myaccount_body .row .input_wrap {
	float: left;
	width: 200px;
}

#myaccount_body span.error {
	clear: both;
	float: left;
	margin: 10px 0 0 140px;
	padding: 4px;
	color: #cd4040;
	border: 1px dashed #ffcfcf;
	font-size: 1em;
	font-weight: bold;
	width: 320px;
	background: #ffe6e6;
}

#myaccount_body .row.numbers input {
	margin: 0 3px 0 0;
	float: none;
	display: inline;
}


#myaccount_body .button {
	float: left;
	background: url('../images/header_button_login.gif') no-repeat;
	margin: 10px 0 0 120px;
	padding: 0px;
	width: 90px;
	height: 24px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #f1b002;
	font-weight: normal;
	cursor: pointer;
}

/*----- MY ACCOUNT - EOF ---*/


/*----- LOCATIONS - BOF ---*/

#locations_list {
	width: 562px;
	margin: 30px 0 0 0;
}

#locations_list h1 {
	border-bottom: 2px dashed #ccc;
	padding: 10px 0;
}

#locations_list .button_orange, #locations_list .button_red, #locations_list .button_gray {
	margin: 1px 1px;
	padding: 0px 2px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 0.8em;
}

#location_total {
	float: left;
	text-align: right;
	width: 100%;
	margin: 0 0 30px 0;
}

#locations_list table {
	width: 562px;
	margin: 10px 0 0px 0;
	font-size: 0.9em;
}

#locations_list table th {
	font-weight: normal;
	text-transform: uppercase;
	background: #b2dceb;
	font-size: 0.9em;
	color: #fff;
}	

#locations_list table td {
	padding: 15px 0;
	border-bottom: 1px solid #ceedf8;
}

#locations_list table .row0 {
	background: #fefcf3;
}

#locations_list table .row1 {
	background: #f4f4f4;
}


#locations_list table .name {
	width: 220px;
	padding: 0 0 0 10px;
}

#locations_list table .name span {
	display: block;
	font-size: 1em;
	font-weight: bold;
}

#locations_list table .school {
	width: 190px;
	padding: 0 0 0 10px;
}

#locations_list table .grade {
	width: 30px;
	text-align: center;
}

#locations_list table .division {
	width: 30px;
	text-align: center;
}

#locations_list table .teacher {
	width: 152px;
	padding: 0 10px;
}

#locations_list table .actions {
	width: 100px;
	padding: 0px;
	text-align: center;
}


#new_location {
	float: left;
	width: 562px;
	margin: 0 0 45px 0;
}

#new_location h1 {
	border-bottom: 2px dashed #ccc;
	padding: 10px 0;
	margin: 0 0 20px 0;
}

fieldset {
	border: none;
}

#new_location fieldset.left {
	width: 275px;
	float: left;
}

#new_location fieldset.right {
	width: 275px;
	float: right;
}

#new_location fieldset label {
	float: left;
	width: 85px;
	height: 25px;
	display: inline;
}

#new_location fieldset .row {
	float: left;
	margin: 5px 0;
	display: inline;
}

#new_location fieldset .row div {
	float: right;
	width: 175px;
	height: 25px;
	display: inline;
}

#new_location .row input, #new_location .row select {
	padding: 4px;
	border: 1px solid #ccc;
	width: 160px;
	font-size: 0.8em;
	line-height: 1.2em;

}

#new_location .row select {
	padding: 2px;
	width: auto;
}

#new_location .row option {
	padding: 2px 4px;
	width: auto;
	font-size: 1em;
	line-height: 1.2em;
}

.update_notice {
	clear: both;
	background: #fee1e1;
	border: 1px dashed #fec6c6;
	color: #960202;
	font-size: 0.9em;
	line-height: 1.2em;
	width: 542px;
	padding: 10px;
	margin: 10px 0;
}

.update_notice p {
	margin: 7px 0;
}

.location_error {
	background: #fee1e1;
	border: 1px dashed #fec6c6;
	color: #960202;
	padding: 10px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.location_prompt {
	background: #e9f2ff;
	border: 1px dashed #c6ddfe;
	color: #3c77cf;
	padding: 10px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;

}

/*----- LOCATIONS - EOF ---*/


/*----- PURCHASE - BOF ---*/

#purchase_body {
	width: 542px;
	padding: 40px 10px 70px 10px;
	background-position: top right;
}

#purchase_body h1 {
	border-bottom: 2px dashed #ccc;
	padding: 10px 0;
}

#purchase_body .notice {
	border: 1px dashed #fec6c6;
	color: #960202;
	padding: 10px;
	margin: 0 0 20px 0;
}

#purchase_body .notice p {
	margin: 0px;
}

#purchase_body #amount_bar {
	float: left;
	width: 532px;
	padding: 0 0 0 10px;
	font-size: 1.2em;
}

#purchase_body #amount_bar span, #purchase_body #amount_bar input, #purchase_body #amount_bar select {
	float: left;
}

#purchase_body #amount_bar span {
	margin: 0 10px 0 0;
}

#purchase_body #amount_bar select {
	font-size: 1.1em;
}

#purchase_body .button_orange {
	margin: 0 0 0 15px;
}




/*----- PURCHASE - EOF ---*/



/*----- HISTORY - BOF ---*/

#history_body {
	width: 542px;
	padding: 20px 10px 70px 10px;
}

#history_body #filter_bar {
	margin: 10px 0 0 0;
	padding: 10px 0;
	text-align: center;
}

#history_body #filter_bar span {
	margin: 0 0 0 10px;
}

#history_body #filter_bar select {
	margin: 0px;
	border: 1px solid #ccc;
	font-size: 1em;
	padding: 2px;
}

#history_body #filter_bar select option {
	padding: 0 10px 0 5px;
}

#history_body #filter_bar .button_orange {
	float: none;
	margin: 0px;
}

#history_body #loading {
	background: url('../images/ajax-loader-bar.gif') no-repeat;
	background-position: 50% 50%;
	margin: 80px 0 0 0;
	padding: 70px 0 0 0;
	width: 100%;
	height: 130px;
	text-align: center;
}

#history_body #tabs {
	list-style-type: none;
	float: left;
	margin: 25px 0 0 0;		
	border-bottom: 1px solid #e5e4c8;
	width: 535px;
	padding: 0 0 0 5px;
}

#history_body #tabs li {
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
	display: inline;
	background: url('../images/orderpage_tab_left.gif') no-repeat;
	background-position: top left;
	padding: 0 0 0 10px;
	height: 26px;
	line-height: 26px;
	opacity: .45;
	filter: alpha(opacity=45);	
	margin-bottom: -1px;
	border-bottom: 1px solid #e5e4c8;
}

#history_body #tabs li span {
	float: left;
	height: 26px;
	line-height: 26px;
	background: url('../images/orderpage_tab_right.gif') no-repeat;
	background-position: top right;
	padding: 2px 10px 0 0;
	font-size: 1.1em;
	cursor: pointer;
}

#history_body #body {
	float: left;
	width: 540px;
/*
	background: #FBFAE1;
	border: 1px solid #EFEED2;
	border-top: none;
*/
	min-height: 300px;
	height: 300px;
	margin: 0 0 65px 0;
}

html>body #history_body #body { height: auto }

#history_body #tabs li.active {
	opacity: 1;
	filter: alpha(opacity=100);	
	border-bottom: 1px solid #f9f9d9;
}

#history_body table {
	width: 100%;
	margin: 5px 0;
	font-size: 0.9em;
}

#history_body table th {
	padding: 2px 10px;
	line-height: 1.1em;
	color: #fff;
	background: #ccc;
	text-align: left;
}

#history_body table td {
	padding: 10px;
	line-height: 1.1em;
	color: #333;
}

#history_body table td img {
	cursor: pointer;
}

#history_body table td.bottom {
	padding: 0px;
	border-bottom: 1px solid #F3F2D4;
}

#history_body table .row0 {
	background: #FBF9D5;
}

#history_body table .row1 {
	background: #fff;
}

#history_body table .info {
	width: 10px;
}

#history_body table .date {
	text-align: left;
}

#history_body table .name {
}

#history_body table .school {

}

#history_body table .price {
	text-align: right;
}

#history_body table td.bottom .container {
	border-top: 1px dashed #ccc;
	float: right;
	padding: 10px 0;
	color: #666;
}

#history_body table td.bottom .container .delivery_info {
	float: left;
	margin: 3px 0 0 10px;
	line-height: 1.4em;
	width: 150px;
}

#history_body table td.bottom .container .row {
	float: right;
	margin: 3px 0;
	clear: right;
	width: 310px;
	text-align: left;
}

#history_body table td.bottom .container .row strong {
	text-decoration: underline;
}

#history_body .page_crumbs {
	float: right;
	width: 100%;
	text-align: right;
}

#history_body .page_crumbs span {
	padding: 2px;
	margin: 3px;
	letter-spacing: -1px;
}

#history_body .page_crumbs span a {
	font-weight: bold;
}

#history_body .page_crumbs .page_number.active {
	font-weight: bold;
}

#history_body .page_crumbs .page_number a {
}

#history_body #norecord {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	font-size: 1.2em;
	margin: 60px 0 0 0;
}


/*----- HISTORY - EOF ---*/
