<!--Css for the whole interface)-->
	body{
					margin:0;}


#logo img{
	position:relative;
	width: 200px;
	
    margin-left: 10%;
    margin-right: auto;
}

#uptoten img{
	position:relative;
	width: 100px;
	display: block;
   margin-left: auto;
    margin-right: auto ;
	padding-top: 20px;
	
}

#uptoten{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
			color: #58585a;
			font-style:italic;
			font-weight:400;
			 background: url('../images/parent.png');
			 background-repeat:no-repeat;
			 background-position: 64%;
 background-size: 5%;
 text-decoration: none;
 position:relative;
	
}


#border{
width: 100%;	
border-bottom: solid 6px #98ca3c;
font-weight: bold;
position: relative;
margin-bottom: 5px;
}

#col1, #col2
{
	display:table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px
	 margin-top: auto;
 
 padding-top:2%;

	
}

#col1 {
 width:30%;

 padding-left:5%;
 
}

#col2 {
 width:70%;
 padding-right:5%;

}

#content{
	
	border-top: 25px solid #fbface;
	border-bottom: 4px solid #d2edf6;


 padding-right:5%;
 padding-left:5%;
 text-align:center;
  padding-top:2%;

}

#content2{
	
	border-top: 25px solid #fbface;
	border-bottom: 4px solid #98cdcd;


 padding-right:5%;
 padding-left:5%;
 text-align:center;
  padding-top:2%;

}


#content3{
	
	border-top: 25px solid #fbface;
	border-bottom: 4px solid #c0bcde;


 padding-right:5%;
 padding-left:5%;
 text-align:center;
  padding-top:2%;

}


#content4{
	
	border-top: 25px solid #fbface;
	border-bottom: 4px solid #f9f49b;


 padding-right:5%;
 padding-left:5%;
 text-align:center;
  padding-top:2%;

}


#content5{
	
	border-top: 25px solid #fbface;
	border-bottom: 4px solid #fecc66;


 padding-right:5%;
 padding-left:5%;
 text-align:center;
  padding-top:2%;

}

#content6{
	
	border-top: 4px solid #9ac945;
	border-bottom: 4px solid #9ac945;
	border-left: 4px solid #9ac945;
	border-right: 4px solid #9ac945;


 padding-right:5%;
 padding-left:5%;
 text-align:center;
  padding-top:2%;

}



hr {
color: #f00; 

width:100%; 
height: 3px;
border:none;
}



#chart img{
	position:relative;
	width: 70%;
	display: block;
   margin-left: auto;
    margin-right: auto ;
	padding-top: 20px;
	
}

#kid{
 text-align: left;
}


#upto img{
	position:relative;
	width: 100px;
	display: block;
   margin-left: auto;
    margin-right: auto ;
	padding-top: 20px;
	text-align:center;
	font-family:"Arial Rounded MT Bold";
	font-size:16px
}

#upto{
	text-align:center;
	font-family:"Arial Rounded MT Bold";
	font-size:18px
}

UpToTen{
	text-align:center;
	font-family:"Arial Rounded MT Bold";
	font-size:20px
}


<!--Css for main menu for mobile version (the interface)-->

.main {
    background: #aaa url(../images/bg.jpg) no-repeat;
    width: 800px;
    height: 600px;
    margin: 50px auto;
}
.panel {
    background-color: #444;
    height: 34px;
    padding: 10px;
}
.panel a#login_pop, .panel a#join_pop {
    border: 2px solid #aaa;
    color: #fff;
    display: block;
   
    text-decoration: none;
    text-shadow: 1px 1px #000;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
a#login_pop:hover, a#join_pop:hover {
    border-color: #eee;
}



.inputs  { 
height:30px; 
border: 3px solid #EBE6E2; 
border-radius: 5px; 
-webkit-transition: all 0.3s ease-out; 
-moz-transition: all 0.3s ease-out; 
-ms-transition: all 0.3s ease-out; 
-o-transition: all 0.3s ease-out; 
transition: all 0.3s ease-out; 
width:200px; 
} 
 .inputs:focus { 
border-color: #BBB; 
outline: none; 
} 





.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;

    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.popup {
    background-color: #fff;
    border: 5px solid #fff;
    display: inline-block;
    left:65%;
	
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: justify;
    top: -100%;
    visibility: hidden;
    z-index: 10;
	padding-left: 0px;
padding-right: 0px;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

    -webkit-transition: opacity .5s, ease-in .5s;
    -moz-transition: opacity .5s, ease-in .5s;
    -ms-transition: opacity .5s, ease-in .5s;
    -o-transition: opacity .5s, ease-in .5s;
    transition: opacity .5s, ease-in .5s;
}
.overlay:target+.popup {
    top:220px;
    opacity: 1;
    visibility: visible;
}

.popup p, .popup div {
	margin-bottom: 10px;
}
.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}
.popup input[type="text"], .popup input[type="password"] {
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    margin: 0;
    padding: 2px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.popup input[type="text"]:hover, .popup input[type="password"]:hover {
    border-color: #555 #888 #888;
}



*{
	box-sizing:border-box;
}

/* Navigation menu */
nav2 ul {
width: 203px;
left: 0px;
top: 0px;
padding-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
position: relative;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
size:16px;
text-align:center;
font-weight:bold;
font:#6d6e71;


}

nav2 li {

  float: left;
  padding: 0 10px;
  width: 200px;
  
}

nav2 a {

  display: block;
  width:100%;
  height:50px;

  padding: 0 20px;

 

  color: #6d6e71;

  text-decoration: none;

 background: #fff;

margin-bottom: 10px;

}



nav2 li.green a, nav2 li.green a:active {

  background-color:  #98cdcd;


}

nav2 li.blue a, nav2 li.blue a:active {

  background-color: #d2edf6;

}

nav2 li.purple a, nav2 li.purple a:active {

  background-color: #c0bcde;

}

nav2 li.yellow a, nav2 li.yellow a:active {

  background-color: #f9f49b;

}


nav2 li.orange a, nav2 li.orange a:active {

  background-color: #fecc66;

}



#top img{
	width:8%;
	position:relative;
	left:95%;
	
		
}



#subwindow img {
width:50px;	
}



a:link {
    text-decoration: none;
	color:blue;
}

a:visited {
    text-decoration: none;
	color:blue;
}

a:hover {
    text-decoration: none;
	color:blue;
}

a:active {
    text-decoration: none;
	color:blue;
}


#popup img{
	width: 30px;
	position:relative;
	left:90%;
	top:40px;
	
	
}



<!--Css for school page for read transcript)-->
.ac-container{
	width: 100%;
	
	text-align: left;
}
.ac-container label{
	font-family: Arial, Helvetica, sans-serif;
	
	position: relative;

	display: block;
	height: auto;
	cursor: pointer;
	color: #03F;
	
	line-height: 33px;
	font-size: 1.em;

}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #98cdcd;
	color: #ffffff;
	
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{

	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{

	
	line-height: 23px;
	font-size: 0.8em;
	padding: 20px;
	
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: auto;
}
.ac-container input:checked ~ article.ac-medium{
	height: auto;
}
.ac-container input:checked ~ article.ac-large{
	height: auto;
}

.school-transcript{
	font-size: 0.8em;
	}
	.green{
		color:#57a557;
	}
	
	.blue{
		color:#3366cc;
	}
	
	.yellow{
		color:#ffcc00;
	}
	
	.orange{
		color:#d56600;
	}