/*main structure styles*/
* { margin: 0; padding: 0; border: 0;}
table {width: 100%;}
td {text-align: center;}
div {text-align: left;}

/* div#main{width: 100%; _height:10px; min-height: 10px; text-align: center;} */

/* div.bk-top{width: 100%; _height: 100px; min-height: 100px; text-align: center;} */
	div#top {width: 1000px!important; _height:100px; min-height: 100px; margin: 0 auto;}
	
/* div.bk-body{width: 100%; _height: 10px; min-height:10px; text-align: center;} */
	div#body {width: 80%; _height:600px; min-height:600px; min-width:500px; margin: 0 auto; position:relative; text-align:center;}
	
/* div.bk-bottom{width: 100%; _height: 100px; min-height: 100px; text-align: center;} */
	div#bottom {width: 1000px!important; _height:100px; min-height: 100px; margin: 0 auto; text-align: center;}
/*main structure styles*/

/*standard styles*/
div.clear {clear: both;}
input:focus, textarea:focus, select:focus {outline: 0!important;}
div input,textarea,select {width: 100%; height: 100%; font-size: 100%; background: none; border: 0; color: red;}
div.frm_l {width: 100px; float: left; clear: left;  padding: 2px 0;}
div.frm_r {width: 300px; float: left; clear: right; border: 1px solid red; padding: 2px 5px;}
img.left {float: left; margin: 0 10px 10px 0}
img.right {float: right; margin: 0 0 10px 10px}
/*standard styles*/

/*specific styles*/
body, table, td, div, input, textarea, select {font: normal 12px Tahoma,Arial,Verdana,Helvetica; }
/*specific styles color: #666666;*/

/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

.large_button{
	border:1px solid #000; 
	border-radius:10px;
	background:#eee; 
	color:#333; 
	text-decoration:none; 
	font:bold 50px Arial; 
	width:100%; 
	display:block; 
	margin:10% auto; 
	padding:5% 0; 
	text-align:center; 
	outline:none;
}

.large_field{
	border:1px solid #000; 
	border-radius:10px;
	background:#FFFFFF; 
	color:#FF0000; 
	text-decoration:none; 
	font:bold 50px Arial; 
	width:100%; 
	display:block; 
	margin:auto; 
	padding:1% 0; 
	text-align:center; 
	outline:none;
}

table.tabel_pacienti{
	width:100%; 
	margin:auto;
	border:0;
	border-collapse:collapse;
}
table.tabel_pacienti th{ 
	min-height:10px; 
	text-align:left;
	padding:0 1%; 
	font: bold 40px Arial; 
	text-transform:uppercase;
	background:#ccc;
}

td.cell{ 
	min-height:10px; 
	text-align:left;
	padding:3% 1%; 
	font: normal 30px Arial; 
	border-bottom:3px solid #ccc;
}