/* CSS Document */

body,td {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:rgb(19,19,19);
}
a.menu:visited,a.menu:link,a:link,a:visited {
	color:rgb(0,0,0);
}
a.menu:hover,a:hover {
	color:rgb(227,48,48);
}
td.top,a.top:visited,a.top:link {
    color:rgb(255,255,255);
	font-family:Arial;
	font-size:11px;
}
a.top:hover {
	color:rgb(255,255,255);
}
input.top {
	border: 1px solid rgb(200,200,200);
}
h5 {
	color:rgb(36,36,36);
}
.ueber {
 	font-size:14px;
	font-weight:bold;
	color:rgb(0,0,0);
 }

.tdLeft {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}

.tdLeer {
	height: 20px;
}
input.form { 
	font-size:10px;
}
.notifyBox {
	border:1px solid rgb(255,0,0);
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	text-align:center;
	color:#FF0000
}
.box3d {
	border-left:1px solid rgb(255,255,255);
	border-top:1px solid rgb(255,255,255);
	border-right:1px solid rgb(100,100,100);
	border-bottom:1px solid rgb(100,100,100);
	padding:2px 2px 2px 2px;
	height:20px
}
select {
	font-size:9px;
	width:160px;
}
input {
	font-size:9px;
}
input.normal {
	font-size:9px;
	width:156px;
}



div.alert{
	position: absolute; 
	top: 100px; 
	left: 200px; 
	width:400px; 
	height:400px; 
	
	border-width: 2px; 
	border-style: solid;
	border-color:#FF0000; 
	background-color:#FFFFFF; 
	
	color:#000000;

}

input[type="button"].alert{    			
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;			
	
    background-color: #FF0000;    
    
	color: #FFFFFF;
}    	
input[type="button"].alert:HOVER{    			
	cursor: pointer;
}
input[type="button"][disabled].alert:hover{    			
	cursor: default;
}


div.chart{
	position: absolute; 
	top: 50px; 
	left: 60px; 
	width:625px; 
	height:525px; 
	
	border-width: 2px; 
	border-style: solid;
	border-color:#FF0000; 
	background-color:#FFFFFF; 
	
	color:#000000;
}

input[type="button"].chart{    			
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;	
	
    background-color: #FF0000;    
    
	color: #FFFFFF;
}    	
input[type="button"].chart:HOVER{    			
	cursor: pointer;
}
input[type="button"][disabled].chart:hover{    			
	cursor: default;
}

a.chart:visited, a.chart:link, a.chart:hover {
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;	
	
    background-color: #FF0000;    
    
	color: #FFFFFF;
	
	padding-left:2px;
	padding-right:2px;	
	
    text-decoration: none;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
}



