/* CSS sheet for dfgweb */

.Panels
{
	background-color: #ffffff;
	position:absolute;
	left:0px; 
	top:221px; 
	width:147px; 
	height:266px; 
	z-index:31; 
	visibility: hidden;
}

.text_class
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:5px;
	color : #333333;
}

.text_class1
{
	padding:2px;
}

.myRadioBut
{
	width : 13px; 
	height: 13px;
	margin : 3px;
	border-style: none;	
}

.myRadioBut:hover
{
	font-weight:bold;
}

.floatingWindow
{
    background-color: #ffffff;    /* Make window non-transparent */
	color:#000000;
    position: absolute;        /* Fix div position on canvas */

    /* The following lines make the window semi-transparent */
    opacity: 0.6;              /* Modern browsers */
    z-index:450;
    font-size: 8pt;
    font-family: Arial;
    border: 3px solid #AEAFAE;
}

#float_output a:link {text-decoration:none ; color:red;}
#float_output a:visited {text-decoration:none; color:red;}
#float_output a:active {text-decoration:none; color:red;}
#float_output a:hover {font-weight:bold; color:black;}

table.floatingTable
{
    background-color: #ffffff;
    z-index:450;
}

.floatingHeaderBar
{
    background-color: #800000;
    color: #ffffff;
    z-index:450;
	cursor:move;
	height:7px
}

.floatingClose
{
	width:8px;
	background-color:#ffffff;
    border: 1px solid #AEAFAE;
}

.floatingContents
{
    	border: 2px solid #ffffff;
}


.busy_window
{
    background-color: #fff;    /* Make window non-transparent */
    position: absolute;        /* Fix div position on canvas */
    z-index:200;
    display: block;
    font-size: 8pt;
    font-family: Arial;
    border: 3px solid #AEAFAE;
    padding : 2px;
    padding-top : 5px;
	visibility:hidden
}

.input_style 
{
 	position:relative;
	top:3px;
    font-size: 8pt;
    font-family: Arial;
	border: 2px #AEAFAE inset;
}

.km_style 
{
 	position:relative;
	top:3px;
    font-size: 8pt;
    font-family: Arial;
	width:60px;
}

/* IE */
.ie .PerfilButtonClass
{
	line-height: 30px;
}

/* Firefox */
.gecko .PerfilButtonClass
{
	line-height: 35px;
}

.PerfilButtonClass
{
 	position:relative;
	background-color:white; 
	font-weight:normal;
	font-size: 8pt; 
	font-family: Arial; 
	background-color: #FFFFFF;
 	border:outset; 
	border-width: 2px;  
	border-color:orange; 
	padding : 3px; 
	z-index:500;
}

#text_output2 a.PerfilButtonClass:link { color: #444444 }
#text_output2 a.PerfilButtonClass:visited { color:  #444444 }
#text_output2 a.PerfilButtonClass:hover { color:  #444444; text-decoration:underline;font-weight:normal}
#text_output2 a.PerfilButtonClass:active { color:  #444444}

.ButtonClass
{
 	position:relative;
    font-size: 8pt;
    font-family: Arial;
	background-color: #FFFFFF;
	border :outset;
	border-width: 1px;
	color: black;
	width: 55px;
	left: 3px;
	bottom:5px;
}

.ButtonClass:hover
{
	font-weight:bold;
	cursor:pointer;
}


.TextImprimir
{
	border: solid 1px #d4d0c8;
	cursor: pointer;
	color : #333333;
}

.TextImprimir:hover
{
	font-weight:bold;
}

.marcas
{
	visibility:hidden;
	z-index:100;
	position:absolute;
}

#zoom_box
{
   	border: 1px solid red;
	height: 2px;
	width: 2px;
	position: absolute;
    	z-index:430;
	visibility:hidden;
}

#Printer
{
   	border: 4px solid #CFCFCF;
}

#MapOutDiv 
{
   	border: 4px solid #CFCFCF;
	height: 300px;
	width: 400px;
	position: absolute;
	overflow: hidden;
	left: 200px;
	top: 66px;
    	z-index:80;
}

#MapInDiv 
{
	position: relative;
	left: 0px;
	top: 0px;
    	z-index:100;
}

.MainMenuLeft
{
	background-color: #CFCFCF;
	border-width: 1px;
	height: 20px;
	cursor: pointer;
    	font-family: Verdana; 
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent : 7px;
}


#text_output2
{
	position: absolute;
	left: 0px;
	top: 0px;
    z-index:100;
}


.gena_lang
{
	font-weight:bold;
}

.gena_lang:hover
{
	cursor:pointer;
}

#CabeMenu
{
	background-color: #900000;
	position:absolute;
	left:0px;
	top:32px;
	height:20px;
    	color: #ffffff;
    	z-index:200;
	cursor:pointer;
 	visibility: visible;
	border:0px;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.MenuBut:hover
{
	text-decoration:underline; 
	color:#CCCCCC;
}


.MenuBut
{ 
	float:left; 
	display:inline;
	background-color:#900000;
	padding-left:20px;
	padding-right:20px;
	padding-top:4px;
	margin-left:0px;
}

.Spacer 
{ 
	float:left; 
	background-color:#FFFFFF;
	height:100%;
	display: block; 
	width:1px;
}

#text_output2 a:link {text-decoration:none ; color:red;}
#text_output2 a:visited {text-decoration:none; color:red;}
#text_output2 a:active {text-decoration:none; color:red;}
#text_output2 a:hover {font-weight:bold; color:black;}


/* End of css file */

