body
{
	background-repeat: repeat;
}
#screenTitle
{
	font-weight: bold;
	font-size: 18px;
	padding-top: 6px;
	padding-left: 4px;
	color: #44444;
}
.simpletank
{
	width: 100%;
	height: 100%;
	background-color: #3f5d9b;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	display: block;
	position:relative;  
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.tanklevel
{
	display: block;
	position:relative;  
	vertical-align: bottom;
	height: 0%;
	width: 100%;
	background-color: #DADADA;
	text-align: center;
	color: #3f5d9b;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.tankcover
{
	width: 100%;
	height: 100%;
	background-image: url(../images/supervisorio/blocks/tank.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.blockName
{
	margin-top: 4px;
	font-weight: bold;
	text-align: center;
}
.blockNumber
{
	margin-top: 70px;
	margin-bottom: 70px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.blockUnit
{
	font-size: 12px;
}
.lastTime
{
	text-align: center;
}
body, input, select, textarea, p, a, a:HOVER, a:VISITED, h1, h2, h3
{
	font-size: 10px;
	font-family: verdana;
}

.minigrafico
{
	width: 100%;
	height: 100%;
	text-align: center;
}
.minigrafico img
{
	margin-top: 30px;

	margin-bottom: 15px;
}
.blockContainer-round {
    background-color: #FFFFFF;
    position: absolute;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blockContainer-flat {
    background-color: #FFFFFF;
    position: absolute;
}

.visivel
{
	color: #000000;
}
p
{
	text-align: justify;
}
.invisivel
{
	color: #990000
}
.ui-resizable-disabled
{

}
.blockInternal
{
    width: 100%;
    height: 100%;
    position: relative;
}
.side_top_left
{
    background-image: url(../images/pipes/bgside/top_left.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.side_top_center
{
    background-image: url(../images/pipes/bgside/top_center.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.side_top_right
{
    background-image: url(../images/pipes/bgside/top_right.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.side_left_top
{
    background-image: url(../images/pipes/bgside/left_top.png);
    background-repeat: no-repeat;
    background-position: top left;
}
.side_left_center
{
    background-image: url(../images/pipes/bgside/left_center.png);
    background-repeat: no-repeat;
    background-position: center left;
}
.side_left_bottom
{
    background-image: url(../images/pipes/bgside/left_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.side_right_top
{
    background-image: url(../images/pipes/bgside/right_top.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.side_right_center
{
    background-image: url(../images/pipes/bgside/right_center.png);
    background-repeat: no-repeat;
    background-position: center right;
}
.side_right_bottom
{
    background-image: url(../images/pipes/bgside/right_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.side_bottom_left
{
    background-image: url(../images/pipes/bgside/bottom_left.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.side_bottom_center
{
    background-image: url(../images/pipes/bgside/bottom_center.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.side_bottom_right
{
    background-image: url(../images/pipes/bgside/bottom_right.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.ui-state-highlight { 
	
	border: 1px dotted gray; 
	background-color: #FFFFFF;
	position: absolute;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled 
{ 
	opacity: 1; 
	filter:Alpha(Opacity=100); 
	background-image: none;
}
.lwm
{
	width: 100%;	
}
.lnw
{
	white-space: nowrap;
}
.la
{
    background-color: #CACACA;
    border-bottom: #AAAAAA solid 1px;
}
.lb
{
    background-color: #EAEAEA;
    border-bottom: #AAAAAA solid 1px;
}
.la, .lb
{
    padding: 2px;
}