@charset "utf-8";



body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;

}

img {
	max-width: 480px;
	height: auto;
}

input.iPhone_Input_Button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17pt;
	font-size: 12pt;
	margin-right: 10px;
	height: 29px;
	-webkit-border-radius: 7px;
	border: 1px solid black;
}

.iPhone_Block_Background {
	display: block;
	background-color: #C5CCD3;
}

.iPhone_Block_Item_Top {
	display: block;
	border: 1px solid #D9D9D9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	width: 280px;
	background: white center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 10px 10px 5px;
	margin: 0px 10px;
	min-height: 30px;
	vertical-align: middle;
}

.iPhone_Round_Group {
	display: block;
	border: 1px solid #D9D9D9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 90%;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 10px;
	margin: 0px 10px;
	min-height: 30px;
}


.iPhone_Round_Group2 {
	display: block;
	border: 1px solid #D9D9D9;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 90%;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 10px;
	margin: 0px 10px;
	min-height: 30px;
}
select {
	background-color: #D7D7D7;
	clear: both;
	float: left;
	height: 45px;
	margin-bottom: 5px;
	font-size: 18px;
	width: 100%;
	
}

select.teacher2 {
	background-color: #36F;
	clear: both;
	float: left;
	height: 40px;
	margin-bottom: 5px;
	font-size: 18px;
	width: 100%;
	background-image: url(iphone_images/email.png);
	background-position: 10px;
	background-repeat: no-repeat;
	padding-left: 35px;
}


select.teacher {
	border-top: 1px solid #96d1f8;
	/* background-image: url(iphone_images/email.png);*/ 
	background-position: 10px;
	background-repeat: no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#197cbf), to(#0a5485));
	background: -webkit-linear-gradient(top, #197cbf, #0a5485);
	background: -moz-linear-gradient(top, #197cbf, #0a5485);
	background: -ms-linear-gradient(top, #197cbf, #0a5485);
	background: -o-linear-gradient(top, #197cbf, #0a5485);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 18px;
	background-color: #1268a2;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	clear: left;
   }
   
   .backbutton2{
	display: inline-block;
	width: 70;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 1px solid #96d1f8;
	background-position: 10px;
	background-repeat: no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#197cbf), to(#0a5485));
	background: -webkit-linear-gradient(top, #197cbf, #0a5485);
	background: -moz-linear-gradient(top, #197cbf, #0a5485);
	background: -ms-linear-gradient(top, #197cbf, #0a5485);
	background: -o-linear-gradient(top, #197cbf, #0a5485);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 18px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	clear: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
   }
   
   
 .toolbuttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	width: 85%;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	padding:20px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	text-align: center;
}.toolbuttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.toolbuttons:active {
	position:relative;
	top:1px;
}


	














select.set {
	background-color: #990000;
	clear: left;
	float: left;
	height: 45px;
	margin-bottom: 5px;
	font-size: 18px;
	width: 80%;
}


input {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF33;
	font-size: 24px;
	height: 40px;
	width: 100%;
	background-position: left center;
}



input.search2 {
	display: block;
	width: 100%;
	border-top: 1px solid #96d1f8;
	background-position: 10px;
	background-repeat: no-repeat;
	background: -webkit-gradient(linear, left top, left bottom, from(#197cbf), to(#0a5485));
	background: -webkit-linear-gradient(top, #197cbf, #0a5485);
	background: -moz-linear-gradient(top, #197cbf, #0a5485);
	background: -ms-linear-gradient(top, #197cbf, #0a5485);
	background: -o-linear-gradient(top, #197cbf, #0a5485);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.3);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 18px;
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	clear: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
   }





input.loginButton {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF33;
	font-size: 24px;
	height: 50px;
	width: 200px;
	background-position: left center;
	padding-top: 0px;
	margin-top: 20px;
}

input.ilogin {
	background-position: center center;
	background-image: url(iphone_images/login.gif);
	background-repeat: no-repeat;
	height: 73px;
	width: 229px;
	border: 0px none #FFFFFF;
}

input.iloginZ {
	background-position: center center;
	background-image: url(iphone_images/login1.gif);
	background-repeat: no-repeat;
	height: 73px;
	width: 133px;
	border: 0px none #FFFFFF;
}




input.loginU {
	font-weight: bold;
	color: #000000;
	background-color: #E1EFFF;
	font-size: 22px;
	height: 25px;
	width: 80%;
	background-position: 10px center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 20px;
	background-image: url(iphone_images/user.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	border: 1px solid #CCCCCC;
}

input.loginP {
	font-weight: bold;
	color: #000000;
	background-color: #E1EFFF;
	font-size: 22px;
	height: 25px;
	width: 80%;
	background-position: 10px center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 20px;
	background-image: url(iphone_images/key.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	border: 1px solid #CCCCCC;
}



input.setinput {
	font-weight: bold;
	color: #000000;
	background-color: #FFFF33;
	height: 45px;
	width: 45px;
	float: right;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


input.search {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	font-size: 22px;
	height: 40px;
}

.iPhone_Block_Item {
	display: block;
	border: 1px solid #D9D9D9;
	width: 280px;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 0px 10px 14px;
	margin: 0px 10px;
	min-height: 30px;
}


.iPhone_Block_Item_Bottom {
	display: block;
	border: 1px solid #D9D9D9;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 280px;
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	padding: 0px 10px 14px 10px;
	margin: 0px 10px 17px 10px;
	min-height: 30px;
}

.iPhone_Text_Block_Label {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17pt;
	font-weight: bold;
}

.iPhone_Text_Block_Label_with_Shadow {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	text-shadow: 2px 2px 7px black;
}

.iPhone_Text_Block_Header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #4C566C;
}

.iPhone_Text_Block_Header_with_Shadow {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 17pt;
	font-weight: bold;
	color: #4C566C;
	text-shadow: 2px 2px 7px black;
}


.Iphone_Block_Edge_to_Edge {
	font-family: Helvetica, Arial, sans-serif;
	width: 320px;
	min-height: 44px;
	margin: 0px;
	border-bottom: 1px solid #D9D9D9;
	padding: 10px 20px 10px 10px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	text-align: left;
	background-image: url(iphone_images/iPhoneArrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 34px;
}

.Iphone_Block_Edge_to_Edge_TOP {
	font-family: Helvetica, Arial, sans-serif;
	width: 100%;
	min-height: 44px;
	margin: 0px;
	border-bottom: 1px solid #D9D9D9;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
        //padding: 10px 20px 10px 10px;
	border-top: 1px solid #D9D9D9;
	border-right: 0px;
	border-left: 0px;
	text-align: left;
	background-image: url(iphone_images/iPhoneArrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	font-size: 34px;
	padding-right: 1px;
	
}

.Iphone_Text_Label_Edge_to_Edge {
	font-size: 20pt;
	font-weight: bold;
}

.Iphone_Block_Edge_to_Edge input, .iPhone_Block_Item_Top input, .iPhone_Block_Item input, .iPhone_Block_Item_Bottom input {
	float: right;
}

.Iphone_Block_Link_Button {
	display: block;
	height: 28px;
	border: 3px solid black;
	background-color: #CCCCCC;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	width: auto;
	clear: none;
	text-decoration: none;
	text-shadow: #fff 0px 1px 1px;
	float: left;
	margin-left: 5px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.Iphone_Block_Link_Button_Red {
	display: block;
	height: 28px;
	border: 1px solid black;
	background-color: #CC0000;
	-webkit-border-radius: 7px;
	text-align: center;
	padding: 5px 10px;
	width: 100px;
	clear: none;
	text-decoration: none;
	float: none;
	margin-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	background-position: center;
}

.Iphone_Block_Link_Button_Green {
	display: block;
	height: 28px;
	border: 1px solid black;
	background-color: #005500;
	-webkit-border-radius: 7px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	width: auto;
	clear: none;
	text-decoration: none;
	float: left;
	margin-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

.Iphone_Block_Link_Button_ltblue {
	display: block;
	height: 28px;
	border: 1px solid black;
	background-color: #0250A6;
	-webkit-border-radius: 7px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	width: auto;
	clear: none;
	text-decoration: none;
	float: left;
	margin-left: 5px;
	font-weight: bold;
	color: #FFFFFF;
}


.Iphone_Button {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	text-align:center;
	line-height: 46px;

	font-size: 20px;

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;

	border-width: 0 14px 0 14px;
	
	color: #000;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-image: url(iphone_images/white_button.png) 0 14 0 14;
}


.button {
	position: absolute;
	top: 8px;
	right: 6px;
	-webkit-border-image: url(iphone_images/iPhoneButton.png) 0 5 0 5;
	-webkit-border-radius: 0;
	border-width: 0 5px 0 5px;
	padding: 0;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
	text-decoration: none;
	
}

.Iphone_Button_Blue {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	text-align:center;
	line-height: 46px;
	font-size: 20px;
	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
	border-width: 0 14px 0 14px;
	color: #FFFFFF;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image: url(iphone_images/blueButton.png) 0 14 0 14;
}

#homeButton {
    display: none;
    left: 6px;
    right: auto;
    -webkit-border-image: url(iphone_images/iPhoneBackButton.png) 0 8 0 14;
    border-width: 0 8px 0 14px;
}

.goButton {
    -webkit-border-image: url(iphone_images/iPhoneGoButton.png) 0 5 0 5;
    border-width: 0 5px;
}

body > h1 {
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    line-height: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    color: #FFFFFF;
    background: url(iphone_images/iPhoneToolbar.png) #6d84a2 repeat-x;
    border-bottom: 1px solid #2d3642;
	}
	
	body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

body > form,
body > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 41px;
    width: 100%;
    min-height: 418px;
    margin: 0;
    padding: 0;
}

body > *[selected="true"] {
    display: block;
}

body > ul > li {
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    padding: 0;
    background: url(iphone_images/iPhoneArrow.png) no-repeat right center;
    font-size: 20px;
    font-weight: bold;
    list-style: none;
}

body > ul > li > a {
    display: block;
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    color: inherit;
}
    
.panel {
	box-sizing: border-box;
	padding: 10px;
	background-color: #FFF;
}

.strippedback {
	box-sizing: border-box;
	background-color: #FFF;
}

.dialog {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 468px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    text-align: right;
}

fieldset {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    border: none;
    padding: 10px 6px;
    background: url(iphone_images/iPhoneToolbar.png) #7388a5 repeat-x;
}

fieldset > h1 {
    margin: 0 10px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-align: center;
}

label {
    position: absolute;
    margin: 14px 0 0 6px;
    font-size: 14px;
    color: #BBBBBB;
}

.headernav {
	font-size: 26px;
	font-weight: bold;
	background-position: right center;
	float: right;
	clear: left;
}


.iPhone_Block_Item_new {
	display: block;
	border-bottom: 1px solid #D9D9D9;
	/*width: 100%;*/
	background: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}


.timelineheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding-left: 15px;
}

.timelineframe{
	background-color: #2F37A6;
	background-image: url(../images/timeline.gif);
	background-repeat: repeat-x;
	border: 1px solid #2F37A6;
}

.searchheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #BB0000;
	background-color: #FFF0F0;
	height: 35px;
}

.searchdates{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}