html {
	background-color: #FFF;
}

body {
	padding: 5px;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

#menuLog { font-size:1.4em; margin:10px 20px 20px; }
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; }

.fg-button { margin:0 4px 10px 5px; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }
a.fg-button { float:left;  }
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */	
.fg-button-icon-none { padding-right: 1em; }	 

.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; }

span.field_desc { width: 150px; display: inline-block; line-height:30px; }

h1 {
	margin-top: 0px; 
	padding: 5pt 0.7em;
	display: inline-block;
	font-size: 1.5em;
}

h2 {
	padding: 5px;
	margin: 0px;
	font-size: 1.2em;
	
}

.input_text {
	width: 150px;
}

.input_file {
	width: 150px;
}
.graph {
	width: 620px;
	width: 565px;
	height: 450px;
	height: 415px;
/* 	float: left; */
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom: solid 10px #cdcdcd;
	padding-bottom: 5px;
/* 	border-right: dotted 1px gray; */
	margin-bottom: 2cm;
}
.graph_custom {
	width: 620px;
	width: 565px;
/*	height: 450px;
	height: 415px;	*/
/* 	float: left; */
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom: solid 10px #cdcdcd;
	padding-bottom: 5px;
/* 	border-right: dotted 1px gray; */
	margin-bottom: 2cm;
}
#grafy_preview {
	width: 620px;
	width: 565px;
	float: left;
}
.print {
	display: none;
}
table.graph_custom_table {
	font-family: Arial;
	font-size: 11px;
	/* border: solid 2px gray;
	color: gray; */
}
table.graph_custom_table th {
	font-size: 12px;
	color: #666;
	/* border-bottom: solid 1px gray; */
}
table.graph_custom_table td {
	font-size: 11px;
	/* border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray; */

}
