@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext,latin);

html, body {
	height:100%;
}
* {
	outline:none;
}
body {
	font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	background-color: #4bc2db;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color:#fff;
/*	color: #0e2328; */
/*	overflow: hidden; */
	width:100%;
	height:100%;
}
a { 
	text-decoration: none;
/*	color: #0b1b1f; */
	color:#fff;
}
p {
	text-align:left;
	padding-left:30px;
}
img {
	border: 0;
}
input {
	border: 1px solid #aaa;
	background-color: #a0dfec;
	color: #0e2328;
	padding:3px 2px;
}

.pre10 { margin-left: 10px; }
.pre100 { margin-left: 100px; }
.central { 	margin:0 auto; text-align:center; }

.error { color: #ff3333; padding-left:310px; padding-top:20px;}
.heading {
	background-color: rgba(160, 223, 236, 0.6);
	height:60px;
	padding:15px 50px 0px 50px;
	text-align:left;
}
.heading .version {
	position:relative;
	left:10px;
	top:23px;
}
#title {
	display:block;
	float:left;
	font-size:3em;
/*	font-weight: 700; */
	line-height:0.9em;
	text-align:left;
}
.rob {
/*	border:3px solid #ee5555; */
	background-color:#ee5555;
	border-radius:10px;
	padding:0px 12px;
}
ul#menu {
	display:block;
	float:right;
	text-align:right;
}
ul#menu li {
	display: block;
	float:right;
	text-align:right;
	padding-left: 25px;
	cursor:pointer;
}

#login {
	position:absolute;
	top:90px;
	left:22px;	
}
#register {
	position:absolute;
	top:250px;
	left:22px;	
}
.intro_text {
	margin-left:280px;
	padding-top:13px;
	padding-right:50px;
	padding-bottom:25px;
}
.intro_text p {
	text-align:justify;
}
#copyright {
	font-size: 0.7em;
	font-weight: 300;
	position: fixed;
	z-index: 999;
	bottom: 5px;
	right: 10px;
	padding: 0px;
	margin: 0px;
}

#container {
/*	margin: 0px auto; */
	width:100%;
}

.user_form {
	margin: 25px 0 45px 25px;
}

.all_results {
	position:relative;
	width:1220px;
	margin-left:-610px;
	left:50%;
}
.show_results {
	display:block;
	float:left;
	margin-top:50px;
	font-size:1.2em;
	line-height:1.6em;
	width:33%;
}
#sum_bd, #sum_bcd {
	background-color:#ee5555;
	border-radius:10px;
	font-size:1.5em;
	position:relative;
	padding:5px 0;
	width: 160px;
	margin:5px 0 25px -80px;
	left:50%;
}
#circle_bd, #circle_bcd {
	position:relative;
	border-radius:50%;
	background-color:#ee5555;
	margin:25px 0;
	left:50%;
	width:2px;
	height:2px;
	
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);	
}
#show_graph {
	font-size:1.5em;
	position:relative;
	padding:0;
	width: 320px;
	height: 130px;
	margin:15px 0 25px -160px;
	left:50%;
}
.graph_bar {
	position:absolute;
	top:0px;
	height:100px;
}
#graph_line_v {
	position:absolute;
	width:3px;
	height:110px;
	top:-5px;
	left:-1px;
	background-color:#000;
	z-index:99;
}
.graph_ruler {
	position:absolute;
	height:25px;
	top:100px;
	border-left:1px solid #000;
	font-size:0.5em;
	color:#000;
}

.table_full {
	margin:0px auto;
	border:none;
}
.table_tl, .table_tr, .table_bl, .table_br {
	table-layout: fixed;
	padding:0;
	margin:0;
	border-spacing:1px;
}
.table_tl td, .table_tr td, .table_bl td, .table_br td {
}
.tooth_id {
	background-color:#aaddaa;
	color: #0e2328;
}
.cell_sq {
	background-color:#a0dfec;
}
.cell_num {
	width:22px;
	height:22px;
	line-height:1.35em;
	cursor:pointer;
	color:#000;
}
.cell_dot {
	border-radius:50%;
	width:22px;
	height:22px;
	line-height:0px;
	font-size:0px;
	cursor:pointer;
}
.red {
	background-color: #ee5555;
}
.yellow {
	background-color: #FFDC73;
}
.green {
	background-color: #99FFB2;
}
.black {
	background-color: #0b1b1f;
}
.gray {
	background-color: #999;
}
.mid_spacer {
	display:block;
	width:20px;
}
.mid_separator {
	display:block;
	height:10px;
}

#data_enter {
	position:fixed;
	background-color: #4bc2db;
	border:5px solid #0e2328;
	font-size:2em;
	top:0px;
	left:0px;
	width:200px;
	height:200px;
	overflow:hidden;
	z-index:991;
}
#de_id{
	position: absolute;
	width:50px;
	height:50px;
	top:0px;
	left:0px;
	background-color:#aaddaa;
	color: #0e2328;
	z-index:992;
}
#de_title{
	position: absolute;
	width:150px;
	height:50px;
	overflow:hidden;
	top:0px;
	left:50px;
	z-index:992;
}
.de_value{
	position: absolute;
	width:48px;
	height:48px;
/*	border-radius:50%; */
	cursor:pointer;
	z-index:999;
}

@media print {
	body {
		background-color: #fff;
		color:#000;
	}
}
