body {
	background: url(../images/bg-body.gif);
}
.loadingAvailableClasses {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -51px !important;
	margin-top: -33px !important;
	display: block !important;
}
input#user,input#password {
	border-radius: 5px;
	width: 98%;
}
#academicSupportContainer,#enrichmentContainer,#quietStudyContainer {
	overflow: hidden;
}
#classesNotAssignedToTbl1 .tblHeader,#classesNotAssignedToTbl2 .tblHeader,#classesNotAssignedToTbl3 .tblHeader {
	display:none;
}
#classesAssignedToTbl,#pastClassesAssignedToTbl {
	margin-top: 10px;
}
#availableClassesAccordion {
	margin-top: 20px;
}
.ui-accordion .ui-accordion-header .ui-icon {
	background-image: url(../jquery/css/ui-lightness/images/ui-icons_ef8c08_256x240.png?v=2) !important;
}
.ui-accordion .ui-accordion-content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.ui-accordion .ui-accordion-header {
	background: linear-gradient(rgb(121,17,20),rgb(56,79,171),rgb(121,17,20));
	color: white !important;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ui-accordion .ui-accordion-header:hover,.ui-accordion .ui-accordion-header.ui-state-active {
	background: rgb(56,79,171);
}
#signupButtonContainer {
	margin-top: 20px;
	text-align: center;
}
#pageBanner {
	text-align: center;
	/* font-size: 23px; */
	/* color: white; */
	/* border-radius: 15px; */
	/* padding: 5px; */
	box-shadow: 10px 10px 5px #888888;
	/* background-color: black; */
	background: url(../images/banner.png) repeat-x 0px 0px;
	border-bottom: 3px solid white;
	padding-top: 3px;
	padding-bottom: 4px;
}
#pageBanner span {
	position: relative;
	top: -8px;
}
#classInfoTbl {
	border-collapse:collapse;
	border:1px solid grey;
	width: 100%;
}
#classInfoTbl th {
	padding: 5px;
	border: 1px solid grey;
}
#classInfoTbl td {
	padding: 5px;
	border: 1px solid grey;
}
#scheduleOverlapTbl {
	margin-bottom: 10px;
}
#displayPastClassesButton {
	position: absolute;
	right: 5px;
	top: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#displayPastClassesButton {
	position: absolute;
	right: 5px;
	top: 5px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#logoutLink {
	color: white;
	position: absolute;
	left: 5px;
	top: 10px;
	text-decoration: underline;
}
.epsButton {
	border-width: 0px !important;
	color: white !important;
	vertical-align:middle;
	height:30px;
	background: rgb(192,0,0);
	background: -moz-linear-gradient(bottom, #e20000, #f0e0e0);
	background: -webkit-gradient(linear, left top, left bottom, from(#f0e0e0), to(#e20000));
	background: linear-gradient(#f0e0e0,#e20000);
	border-bottom:1px solid #877066;
	border-right:1px solid #877066;
	cursor:pointer;
	font-size:10pt;
	border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181
}
.epsButton:hover {
	background: red;
	background: -moz-linear-gradient(bottom, #ff0000, #e0d0d0);
	background: -webkit-gradient(linear, left top, left bottom, from(#e0d0d0), to(#ff0000));
	background: linear-gradient(#e0d0d0,#ff0000);
}
table.loginBox {
	background-color: white;
	box-shadow: 10px 10px 5px #888888;
	position: relative;
	top: 10px;
	left: 50%;
	margin-right: -50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	color: white;
}
table.loginBox img {
	/* padding-top: 15px; */
	padding-bottom: 10px;
}
table.loginBox td {
	text-align: right;
	/* border: 1px solid black; */
	color:#000000;
}
table.loginBox table {
	/*background-color: rgb(19,31,80) !important;*/
}
/*
table.loginBox > tbody > tr > td > table {
	background: url(../images/banner.png) !important;
}
*/
table.loginBox table {
	background-color: #efefef !important;
	border-collapse: collapse;
}
table.loginBox button {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 6px;
}
.ResponsiveContainer {
	box-shadow: 10px 10px 5px #888888;	
}
/*
.Responsive {
	margin-top: 10px;
}
*/
.Responsive caption .tblHeader {
	background-color: rgb(56,79,171);
	// background: linear-gradient(rgb(56,79,171),rgb(121,17,20));
	color: white;
	padding: 10px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;	
}
.Responsive caption .tblHeader2 {
	background-color: rgb(56,79,171);
	// background: linear-gradient(rgb(56,79,171),rgb(121,17,20));
	color: white;
	padding:5px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.Responsive caption .tblHeader2 a.incrementWeekOffset {
	position:absolute;
	right:5px;
	cursor:pointer;
	padding-left:30px;
	font-size:20px;
	line-height:.6;
}
.Responsive caption .tblHeader2 a.decrementWeekOffset {
	position:absolute;
	left:5px;
	cursor:pointer;
	padding-right:30px;
	font-size:20px;
	line-height:.6;
}
.Responsive caption .srchHeader {
	background-color: rgb(228,189,58);
	color: white;
	padding-top: 3px;
	display: none;
}
.Responsive caption .srchHeader #resetSearch {
	position: absolute;
	right: 5px;
}
* { 
	margin: 0; 
	/* padding: 0; */
}
body { 
	/* font: 14px/1.4 Georgia, Serif; */
	font: 12px Verdana;
}
#page-wrap {
	margin: 50px;
}
p {
	margin: 20px 0; 
}

/* 
Generic Styling, for Desktops/Laptops 
*/
table.Responsive { 
	width: 100%; 
	border-collapse: collapse; 
}
/* Zebra striping */
/*
.Responsive tr:nth-of-type(odd) { 
	background: #eee; 
}
*/
table.Responsive tr.oddRow {
	background: #eee;
}
table.Responsive tr.evenRow {
	background: white;
}
.Responsive th { 
	background: #333; 
	color: white; 
	font-weight: bold; 
}
.Responsive td, .Responsive th { 
	padding: 6px; 
	border: 1px solid #ccc; 
	text-align: left; 
}

/* remove top border of search row */
.fltrow td {
	border: 0px;
	padding: 2px;
	background-color: rgb(228,189,58);
}

input.flt {
	border-radius: 5px;
}

/* to remove the input deletion icon from ie input fields - particularly the search boxes */
::-ms-clear {
	display: none;
}

#noStudentSignup {
	text-align: center;
	margin-top: 20px;
	color: red;
	font-size: 20px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media 
only screen and (max-width: 760px) and (orientation: portrait),
(min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait), 
(min-device-width : 540px) and (max-device-width: 960px) and (orientation : portrait),
(min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait)  {	
	
	img.actionIcon {
		width: 32px;
		height: 32px;
	}	
	
	/* Hide the search bar */
	.Responsive caption .srchHeader {
		display:none !important;
	}	

	/* Force table to not be like tables anymore */
	table.Responsive, .Responsive caption:nth-child(1), .Responsive thead, .Responsive tbody, .Responsive th, .Responsive td, .Responsive tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	.Responsive thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.Responsive tr { border: 1px solid #ccc; }
	
	.Responsive td { 
		/* Behave  like a "row" */
		border: none;
		/* border-bottom: 1px solid #eee; */
		border-bottom: 1px solid lightblue;
		position: relative;
		padding-left: 50%;
		text-align: left !important;
	}
	
	.Responsive td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	#classesAssignedToTbl.Responsive td:nth-of-type(3):before { content: "Session Category"; }	
	#classesAssignedToTbl.Responsive td:nth-of-type(4):before { content: "Session Name"; }	
	#classesAssignedToTbl.Responsive td:nth-of-type(5):before { content: "Session Date"; }
	#classesAssignedToTbl.Responsive td:nth-of-type(6):before { content: "Open Seats"; }
	#classesAssignedToTbl.Responsive td:nth-of-type(7):before { content: "Teacher First Name"; }
	#classesAssignedToTbl.Responsive td:nth-of-type(8):before { content: "Teacher Last Name"; }

	#classesNotAssignedToTbl1[assignable="1"].Responsive td:nth-of-type(3):before { content: "Session Category"; }	
	#classesNotAssignedToTbl1[assignable="1"].Responsive td:nth-of-type(4):before { content: "Session Name"; }	
	#classesNotAssignedToTbl1[assignable="1"].Responsive td:nth-of-type(5):before { content: "Session Date"; }
	#classesNotAssignedToTbl1[assignable="1"].Responsive td:nth-of-type(6):before { content: "Open Seats"; }
	#classesNotAssignedToTbl1[assignable="1"].Responsive td:nth-of-type(7):before { content: "Teacher First Name"; }
	#classesNotAssignedToTbl1[assignable="1"].Responsive td:nth-of-type(8):before { content: "Teacher Last Name"; }

	#classesNotAssignedToTbl1[assignable="0"].Responsive td:nth-of-type(2):before { content: "Session Category"; }	
	#classesNotAssignedToTbl1[assignable="0"].Responsive td:nth-of-type(3):before { content: "Session Name"; }	
	#classesNotAssignedToTbl1[assignable="0"].Responsive td:nth-of-type(4):before { content: "Session Date"; }
	#classesNotAssignedToTbl1[assignable="0"].Responsive td:nth-of-type(5):before { content: "Open Seats"; }
	#classesNotAssignedToTbl1[assignable="0"].Responsive td:nth-of-type(6):before { content: "Teacher First Name"; }
	#classesNotAssignedToTbl1[assignable="0"].Responsive td:nth-of-type(7):before { content: "Teacher Last Name"; }
	
	#scheduleOverlapTbl.Responsive td:nth-of-type(1):before { content: "Session Category"; }		
	#scheduleOverlapTbl.Responsive td:nth-of-type(2):before { content: "Session Name"; }	
	#scheduleOverlapTbl.Responsive td:nth-of-type(3):before { content: "Session Date"; }
	#scheduleOverlapTbl.Responsive td:nth-of-type(4):before { content: "Start Time"; }
	#scheduleOverlapTbl.Responsive td:nth-of-type(5):before { content: "End Time"; }
	#scheduleOverlapTbl.Responsive td:nth-of-type(6):before { content: "Teacher First Name"; }
	#scheduleOverlapTbl.Responsive td:nth-of-type(7):before { content: "Teacher Last Name"; }

	#pastClassesAssignedToTbl.Responsive td:nth-of-type(1):before { content: "Session Category"; }		
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(2):before { content: "Session Name"; }	
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(3):before { content: "Session Date"; }
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(4):before { content: "Week Start"; }
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(5):before { content: "Week End"; }
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(6):before { content: "Start Time"; }
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(7):before { content: "End Time"; }
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(8):before { content: "Teacher First Name"; }		
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(9):before { content: "Teacher Last Name"; }		
	#pastClassesAssignedToTbl.Responsive td:nth-of-type(10):before { content: "Attended"; }										
}


