.buttoncontainer{text-align:center;padding:1em 0;background-color: #004A8D;}
a.button:hover{
	background-color: #44defe;
}
.button{
	cursor:pointer; 
	background-color: #00bce4; 
	color: white;
	display: inline-block; 
	font-family: sans-serif,Arial; 
	font-weight: bold; 
	padding: 18px 0; 
	text-align: center; 
	width: 170px;
}
#checkbut{
	background-color: #FF950E;
}
#checkbut:hover{
	background-color: #ffb04b;
}
#backbut{float:left;}
#outbut{float:right; margin-top: 9px; padding: 9px 0;}

    
.none{/*display:none;*/visibility:hidden;}


/* Tests */
/*body#mcq, body#revt{margin:0;width:100%;}*/

#pagetop{
	z-index:1;
	background-color: #00bce4;
    height: 65px;
    position: absolute;
    width: 100%;
    left:0px;
}
#content {
    /*margin: 0em 4em;*/
    font-size: 14px;
	width:750px;
	margin:0 auto;
	position:relative;
	z-index:100;
}
#mainlogo{
	display:inline-block;
	float:right;
	margin-left:3em;
}
#cimtlogo{margin:10px;}
#h_unit {
    /*background-color: #80a5c6;*/
    font-size: 26px;
    font-weight: bold;
    line-height: 52px;
    text-transform: uppercase;
	text-align:right;
}
#h_title {
    /*background-color: #80a5c6;*/
    font-size: 18px;
    font-style: italic;
    height: 28px;
    line-height: 28px;
	text-align:right;
}
#h_page {
	line-height: 65px;
    height: 65px;
	padding-left:5em;
    text-align: center;
	font-size:20px;
	color: white;
}
#hint {/*border-top: 1px solid black;*/
    clear: both;
    color: grey;
    font-size: 11px;
    margin-top: 4em;
    padding: 3em 0 0 0;
    text-align: left;
}
#top {margin-bottom: 3em; color:#004a8d;}

#stats{
    color: #004A8D;
    display: none;
    font-family: sans-serif,Arial;
    font-size: 22px;
    /*font-weight: bold;*/
    min-height: 65px;
    line-height: 65px;
    text-align: center;
	border-top: 7px solid #00BCE4;
}
#totalmarks{font-weight: bold;}
#statsuccess,
#staterror{
    font-size: 16px;
    line-height: 1.2em;
    padding-bottom: 1em;
}
#staterror{
	color: tomato;
}
#errorlog {
    font-size: 10px;
    width: 100%;
    /*color: black;
    line-height: 1.2em;
    padding-bottom: 1em;
    text-align: justify;*/
	margin-top:1em;
	height:10em;
}




/* main */

#pagelist div{cursor:pointer; padding:0.5em 1em; font-size:large; border-left:20px solid white;}
div#pagelist{padding:0px; border-left-width:0px;}
#pagelist .started{border-color:gold;}
#pagelist .finished{border-color:yellowgreen;}




/* admin statistics */

.datas{border-collapse:collapse; margin:0 auto 40px;}
.datas td {
    padding: 4px 1em;
	font-size:12px;
}
.datas tr:nth-child(2n+4) td {
    background-color:cornsilk;
}
.datas td:nth-child(2) {
    width: 10em;
}
.datas td:nth-child(3) {
    text-align: center;
}
.datas td:nth-child(4) {
    text-align: center;
}
.datas td:nth-child(5) {
    text-align: center;
}
.datas .stat_type td {
    padding-top: 1em;
	background-color:lightblue;
	font-size:16px;
}
.datas .stat_help td {
	background-color:lightblue;
	font-size:14px;
	font-style:italic;
}
.datas tr:nth-child(2n+4).stat_help td {
	background-color:lightblue;
}

/****************************** Elements *************************************/

.zj {
    vertical-align: middle;
}

.rootsym {
    padding-bottom: 0.3em;
    vertical-align: middle;
    display: inline-block;
}
.root {
    border-top: 1px solid black;
    padding: 0 0.1em;
}
.rootr {
    font-size: x-small;
    vertical-align: super;
}
.rootb {
    background: url("fracsq.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    padding-left: 13px;
}
.rbbody {
    border-top: 1px solid black;
    display: inline-block;
}
.question .rootb {
    background: url("fracsqbq.png") no-repeat scroll 0 0 transparent;
}
.uppoint {
    background: url("uppoint.png") no-repeat scroll 0 0 transparent;
	padding-top: 1px;
}

