@CHARSET "UTF-8";


label {
	font-size: .8em;
}
	.wpdberror {
		background-color: rgb(255, 251, 204);
		border:solid 1px;
		border-color:#E6DB55;
		padding:2px;
		-moz-border-radius-bottomleft:4px;
		-moz-border-radius-bottomright:4px;
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;
		
		-webkit-border-bottom-left-radius:4px;
		-webkit-border-bottom-right-radius:4px;
		-webkit-border-top-left-radius:4px;
		-webkit-border-top-right-radius:4px;
		
	}
	#breakView_add_element {
		overflow:hidden;
		/*width:630px;*/
		/*display:none;*/
		display:block;
		visibility:visible;
		margin-left:20px;
		margin-top:10px;
		
		
		
		/*
		border-bottom:dotted 1px #a0a0a0;
		border-top:dotted 1px #a0a0a0;
		*/
		text-align:left;
	}
	.view_div_daily {
		height:280px;
	}

	.view_div {
		height:400px;
	}
	
	.view_max {
		width:80px;
	}
	
	.element_div {
		height:440px;
	}
	
	.data {
		width:150px;
	}
	.small {
		font-size:.85em;
		padding-left:10px;
		font-style:italic;
	}
	.time {
		width:100px;
	}
	
	.numeric_th {
		width:200px;
		text-align:right !important;
		
	}
	
	.numeric_th_small {
		width:150px;
		text-align:right !important;
		
	}
	
	.numeric_td {
		text-align:right;
		
	}


#step {
	width:50px;
}

#fieldset_add_element {
		-moz-border-radius-bottomleft:8px;
		-moz-border-radius-bottomright:8px;
		-moz-border-radius-topleft:8px;
		-moz-border-radius-topright:8px;
		
		-webkit-border-bottom-left-radius:8px;
		-webkit-border-bottom-right-radius:8px;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		
		border:solid 1px;
		border-bottom:solid 2px;
		border-right:solid 2px;
		padding-left:5px;
		width:550px;
		
	}
	#table_elements {
		padding:1px;
		border:solid 1px;
		border-bottom:solid 2px;
		border-right:solid 2px;
	}
	
	
	#container_table_elements {
		margin:20px auto;
		
	}
	
	#content_breakView_add_element .td_check {
		padding:10px;
		padding-bottom:20px;
	}