/* CSS Document */
#canvas {border: 0px solid black;float: left;position:relative;left: 2px}
#control {float:left;width:144px;height: 624px;}
.hidden {display:none;}
html,body {
	text-align: center;
	background-image:url(index_images/pozadi2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	margin: 0px;
	font-family: Helvetica, 'Architects Daughter', cursive;
	background-color:#ece7e3;
	font-size: 17px;
	color: #333;
}
#content {
	width: 960px;
	height: 700px;
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	top: 40px;
}
#cas {
	font-size: 24px;
	color:#333;
	margin-left: 5px;
}
#status {
	font-size: 17px;
	color:#333;
	margin-left: 12px;
	position:relative;
	top: -10px;
}


#time {font-size: 24px;color:#333;visibility:hidden;position:relative; top: 30px;left:15px}

.store {
	width:55px;
	height:55px;
	border: 0px solid #333;	
	margin:7px;
}

a {color: #333;text-decoration:none}
a:hover {color:#777cf0}

h2,h1 {margin-top:0px;margin-bottom:0px;padding-bottom:0px}
h1 {margin-top:5px}
h2 {position:relative;top:-10px}

td {
	padding:7px;
	text-align:center;
	padding-top:20px	
}
th {
	border-bottom: 2px dashed black;
	text-align:center;	
}

.borderos {
	border-right:2px dashed black;
}
