body{
	text-align:center;
}
a{
	text-decoration:none;
	color:#06004e;
}
.ui-tooltip{
	 font-size: small;
	 //background: #BBBBBB;
	 padding: 2px;
	 border: 1px solid #b1aeae;
}
h1{
	font-size: 2em;
	font-style: bold;
}
#counter{
	
}
.nextshow{
	cursor: pointer;
}
.hideme{
	display: none;
}
.expanded{
	background-color: #acacc3;
}
#bugreport{
	display: none;
	position: fixed;
	height: auto;
	width: 750px;
	background: #b8b8c8;
	border-radius: 5px;
	top: 50px;
	left:250px;
	text-align: left;
	padding: 30px;
	border: 2px solid #9f9fa5;
	z-index: 10;
}
.expanded tr{
	//border-bottom: none;
}
.shaded:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdce5), to(#AEAEAE));
	cursor: pointer;
}
.white:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dcdde6), to(#AEAEAE));
	cursor: pointer;
}
.shaded:active{
	//background: #d0ced8;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#d0ced8));
	//color: white;
	//box-shadow: inset 1px 1px 2px #777474;
	//box-shadow: inset 58px 22px 65px 83px black;
	cursor: pointer;
}
.white:active{
	//background: #626166;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#d0ced8));
	//color: white;
	//box-shadow: inset 1px 1px 2px #777474;
	cursor: pointer;
}
#triangle{
width: 0px;
height: 0px;
left:100px;
position: absolute;
top:-10px;
z-index: 500;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #BBBBBB transparent;

}
#chartchart{
	width:100%;
	left:0px;
	//position:inline-absolute;
	text-align: center;
}
#fill{
	position: absolute;
	//left:-110px;
	//top:5px;
	//width:90%;
	display: none;
	border:1px solid #BBBBBB;
}
#fill a{
	border: 1px solid #BBBBBB;
}
div.window{
	left:0px;
}
div.menuBox{
	height: 25px;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid black;
}
div.setting{
	position: relative;
	text-align: none;
	right: -0%;
	bottom: 20%;
}
div.header{
	background-color: #c7d2eb;
	//opacity: 80%;
}
.smartSearch{
	display: block;
	width:190px;
	background: white;
	padding: 5px;
	border-bottom: 1px solid black;
	//border: 1px solid black;
}
.smartSearch:hover{
	//background: #BBBBBB;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#AEAEAE));
	background-image: -moz-linear-gradient(top, #ffffff 0%, #AEAEAE 100%);
}
.smartSearchHov{
	//background: #BBBBBB;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#AEAEAE));
	background-image: -moz-linear-gradient(top, #ffffff 0%, #AEAEAE 100%);
}
.smartSearch:active{
	box-shadow: inset 1px 1px 2px #777474;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#ececec));	
	background-image: -moz-linear-gradient(top, #b8ced0 0%, #ececec 100%);

}
#auto{
	position:absolute;
	z-index: 10;
	width:200px;
	right:10px;
	margin-top: 10px;
	height:auto;
	background: white;
	border:1px solid #BBBBBB;
	border-radius: 3px;
	display:none;
	text-align: left;
}
#auto:hover{
	display:block;
}
div.menu ul
{
	display: block;
	float: center;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	list-style: none;
	//border-bottom: 1px solid #000;
	//margin-top: -90px;
	//border-top: 1px solid black;
	border-raduis: 15px;
	width: 100%;
	
}
div.menu li
{
	display: inline-block;
	float:left;
	margin-top: -1px;
}
div.menu a:link,div.menu a:visited
{
	color: black;
	width: 8em;
	display: block;
	//border: 1px solid #000;
	border: 1px solid black;
	border-bottom: 1px solid black;
	//border-top-left-radius: 5px;
	/border-top-right-radius: 5px;
	padding: 5px;
	//margin-bottom: 15px;
	/*background-color: #ff6262;*/
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfd6ee), to(#a4acc4));
	background-image: -moz-linear-gradient(bottom, rgb(164,172,196) 37%, rgb(207,214,238) 69%);
	text-fill-color: black;
	text-decoration:none;
	text-align: center;
	font-size: .8em;
}

div.menu a:hover
{
	//background-color:#BBBBBB;
	//border-bottom: 5px solid #BBBBBB;
	//height: 30px;
	//margin-top:-15px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#b8ced0));
	background-image: -moz-linear-gradient(bottom, #ececec 37%, #b8ced0 69%);

}
div.menu a:active{
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1e8ea), to(#ececec));
	box-shadow: inset 1px 1px 2px #777474;
}
div.menu li ul{
	//clear:left;
	display: none;
	float: center;
	position: absolute;
}

div.menu li.submenu:hover ul{
	//clear:left;
	display: block;
	list-style-type: none;
	float: none;
}
div.menu li ul li{
	display: block;
	float: none;
	transition-delay: 1s;
}
div.in ul
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom: none;
	float: center;
	width: 100%;
}
div.search li
{
	float:center;
}
div.search a:link,div.search a:visited
{
	width:4em;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#AEAEAE));
	display: block;
	border: 1px solid black;
	padding: 2px;
	margin-right: 2px;
	text-decoration:none;
	color: #333;
	//text-align: center;
	border-radius:3px;
}
div.search a:hover
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#b8ced0));
}

div.search a:active
{
	box-shadow: inset 1px 1px 2px #777474;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#ececec));	
}
.search
{
	width:auto;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#AEAEAE));
	background-image: -moz-linear-gradient(top, #ffffff 0%, #AEAEAE 100%);
	//display: block;
	cursor:hand;
	border: 1px solid black;
	padding: 2px;
	margin-right: 2px;
	text-decoration:none;
	color: #333;
	//text-align: center;
	border-radius:3px;
}
.search:hover
{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#b8ced0));
	background-image: -moz-linear-gradient(top, #ececec 0%, #b8ced0 100%);

	cursor: pointer;
}

.search:active
{
	box-shadow: inset 1px 1px 2px #777474;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#ececec));	
	background-image: -moz-linear-gradient(top, #b8ced0 0%, #ececec 100%);

}
.active
{
	box-shadow: inset 1px 1px 2px #777474;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#ececec));	
	background-image: -moz-linear-gradient(top, #b8ced0 0%, #ececec 100%);
	border: 1px solid black;
	padding: 2px;
	margin-right: 2px;
	text-decoration:none;
	color: #333;
	//text-align: center;


}
a.long:link,a.long:visited
{
	width: 8.2em;
	display: block;
	border: 1px solid #000;
	padding: 2px;
	margin-right: 2px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#b8ced0));
	background-image: -moz-linear-gradient(top, #ffffff 0%, #AEAEAE 100%);
	text-decoration:none;
	color: #333;
	text-align: center;
	border-radius:3px;
}
a.long:hover
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#b8ced0));
	background-image: -moz-linear-gradient(top, #ececec 0%, #b8ced0 100%);

}
a.long:active
{
box-shadow: inset 1px 1px 2px #777474;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#ececec));
	background-image: -moz-linear-gradient(top, #b8ced0 0%, #ececec 100%);

}

div.long li
{
	float:center;
}
div.long a:link,div.long a:visited
{
	width: 8.2em;
	display: block;
	border: 1px solid #000;
	padding: 2px;
	margin-right: 2px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#b8ced0));
	text-decoration:none;
	color: #333;
	text-align: center;
	border-radius:3px;
}
div.long a:hover
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#b8ced0));
}
div.long a:active
{
box-shadow: inset 1px 1px 2px #777474;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#ececec));
}
div.long a:link,div.long a:visited
{
	width: 8.2em;
	display: block;
	border: 1px solid #000;
	padding: 2px;
	margin-right: 2px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#b8ced0));
	text-decoration:none;
	color: #333;
	text-align: center;
	border-radius:3px;
}
div.long a:hover
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ececec), to(#b8ced0));
}
div.long a:active
{
box-shadow: inset 1px 1px 2px #777474;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b8ced0), to(#ececec));
}
div.title{
	float:center;
	padding: 5px;
	margin-top: 10px;
	margin-left:auto;
	margin-right:auto;
	width:45%;
	min-width:300px;
	border:1px solid black;
	background-color: #cfd6ee;
	background: #cfd6ee;
	border-radius: 3px;
}
#counter{
	float: center;
	padding: 10px;
	width: 400px;
	border-radius: 5px;
	background-color: #cfd6ee;
	border: 2px solid black;
	box-shadow:  0px 4px 4px #A8A8A8;
}
#counters{
	float: center;
	padding: 10px;
	width: 400px;
	border-radius: 5px;
	background-color: #cfd6ee;
	border: 2px solid black;
	box-shadow:  0px 4px 4px #A8A8A8;
}
#counter:hover{
	box-shadow: inset 0px 4px 4px #A8A8A8;
	cursor: pointer;
}
div.table {
	float:left;
	//display:table;
	width: 45%;
	//padding-bottom: 200px;
}
div.table table{
	//position: relative;
	left: 10px;
	width: 100%;
	border-collapse: collapse; /* IE7 and lower */
	border: 1px solid black;
}
div.table th{
	background: #CED5ED;
	/*background: #ff6262;*/
	border-bottom: 1px solid black;
}
div.table td{
	padding: 2px;
}
div.table_right{
	width:45%;
	position: relative;
	float: right;
	right: 10px;
}
div.table_right table{
	border-radius: 10px;
	width:100%;
	//position: relative;
	border-collapse: collapse; /* IE7 and lower */
	border: 1px solid black;
}

div.table_right th{
	background: #cfd6ee;
	/*background: #ff6262;*/
	border-bottom: 1px solid black;
}
div.table_right td{
	padding:2px;
}
div.table_center table{
	//position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	border-collapse: collapse;
	border: 1px solid black;

	//height: 60%;
	overflow-y:scroll;
	overflow-x:auto;

	//height: 100%;
}
div.table_center th{
	background: #CED5ED;
	/*background: #ff6262;*/
}
div.table_center td{
	padding:2px;
	border-bottom: 1px solid black;
}
div.tableu {
	float:left;
	//display:table;
	width: 45%;
	margin-left: 50px;
	//padding-bottom: 200px;
	//border: 1px solid black;
}
div.tableu table{
	//position: relative;
	//left: 10px;
	width: 100%;
	border-collapse: collapse; /* IE7 and lower */
	border: 1px solid black;
}
div.tableu th{
	background: #CED5ED;
	/*background: #ff6262;*/
	border-bottom: 1px solid black;
}
div.tableu td{
	padding: 2px;
}
div.tableu tr:nth-child(4n+1){
	background: #CED5ED;
}
div.rightpop{
	float:right;
	width:40%;
	background: #EAEAEA;
	box-shadow:0px 4px 4px #A8A8A8;
	border: 1px solid #EAEAEA;
	border-radius: 5px;
	margin-right: 50px;

}
.shaded{
	background: #CED5ED;
}
#search input::-webkit-input-placeholder { /* WebKit browsers */
    color:    black;
}
#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    black;
}
#search input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    black;
}
#search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    black;
}
#search input:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
#search input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
#search input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
#search input-focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
#search input[type="text"] {
      background: #cfd6ee;
     border: 1px solid #d1d1d1;
    color: #bebebe;
    width: 70px;
    padding: 6px 10px 6px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
    border-radius: 10px;
    cursor: default;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    //text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-input-placeholder: black;
   // background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfd6ee), to(#a4acc4));
//	background-image: -moz-linear-gradient(bottom, rgb(164,172,196) 37%, rgb(207,214,238) 69%);

   // margin-top: 10px;
    }
#teacher input::-webkit-input-placeholder { /* WebKit browsers */
    color:    black;
}
#teacher input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    black;
}
#teacher input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    black;
}
#teacher input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    black;
}
#teacher input:focus::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
#teacher input:focus:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
#teacher input:focus::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
#teacher input-focus:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
#teacher inpyt[type="text"]{
 box-shadow: inset 0px 1px 3px 11px rgba(0, 0, 0, 0.15);   
 }
#search input[type="text"]:focus {
    border: 1px solid #d1d1d1;   
    width: 200px;
    outline: 0 none;
    cursor: text;
    //background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
	//background-image: -moz-linear-gradient(bottom, rgb(164,172,196) 37%, rgb(207,214,238) 69%);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;    
    }
#teacher input[type="text"]{
    background: #cfd6ee;
    border: 1px solid #646464;
    //color: #bebebe;
    font-size: large;
    width: 500px;
    padding: 6px 10px 6px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    //text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-input-placeholder: black;
   // background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfd6ee), to(#a4acc4));
//	background-image: -moz-linear-gradient(bottom, rgb(164,172,196) 37%, rgb(207,214,238) 69%);

   // margin-top: 10px;
    }
#teacher input[type="text"]:focus {
    outline: 1 none;
    cursor: text;
    //background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#ffffff));
	//background-image: -moz-linear-gradient(bottom, rgb(164,172,196) 37%, rgb(207,214,238) 69%);
    }
textarea.new {
	width:100%;
}
div.box {
	width:750px;
	height: 100px;
	border:1px solid #EAEAEA;
	border-radius:3px;
	padding: 10px;
	box-shadow:  0px 4px 4px #A8A8A8;
	background-color: #EAEAEA;
}
div.boxS {
	width:85%;
	min-width:500px;
	height: 100px;
	border:1px solid #EAEAEA;
	border-radius:3px;
	padding: 10px;
	box-shadow:  0px 4px 4px #A8A8A8;
	background-color: #EAEAEA;
}
div.boxHome {
	width:350px;
	height: auto;
	border:1px solid black;
	//background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(90%, #cfd6ee), color-stop(10%, #cfd6ee));
	//border-bottom:1px -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
	border-radius:3px;
	padding: 10px;
	box-shadow:  0px 4px 4px #A8A8A8;
	background-color: #cfd6ee;
}
div.box_auto {
	width:auto;
	height: auto;
	border:1px solid #EAEAEA;
	border-radius:3px;
	padding: 10px;
	box-shadow:  0px 4px 4px #A8A8A8;
	background-color: #EAEAEA;
}
div.smart{
	font-family: "Arial";
	font-size: .5em;
}
#contactus{
			position:fixed;
			top:100px;
			color: black;
			background: #bcd0db;
			width:600px;
			left:25%;
			height:auto;
			//background: white;
			border-radius: 10px;
			box-shadow: 0px 0px 8px 1px black;
			display:none;
			text-align: left;
			padding: 15px;
			z-index: 100;
}
.showc{
	cursor: pointer;
}