


.toggleopacity img{
border: 5px solid #ccc;
}

.toggleborder:hover img{
border: 5px solid navy;
}

.toggleborder:hover{
color: red; /* Dummy definition to overcome IE bug */
}


#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: right;
font-weight: normal;
width: 100%;
border: 1px solid #444444;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: right;
color: gray;
font-weight: normal;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: #333333 ;
}

#underlinemenu ul li a:hover{
color: white;
background-color: #232323;
border-bottom: 2px solid red;
padding-bottom: 0;
}

#underlinemenu ul #current a{
color: #999999;
background-color: #333333;
border-bottom: 2px solid #333333;
padding-bottom: 0;
}

#underlinemenu ul #current1 a{
color: gray;
background-color: #333333;
border-bottom: 2px solid #333333;
padding-bottom: 0;
}



BODY {
font-size : 10px; 
color : #6a6b6c;  
font-family : Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
background-color : #232323; 
} 
A {
font-weight : normal; 
color : #aaaaaa; 
text-decoration : none; 
} 
A:hover {
font-weight : normal; 
color : #ffa010; 
Border-Bottom: #ffa010 0px dashed; 
background-color : #232323; 
} 
LI {
margin : 0 0 0 25px; 
} 
UL {
margin : 0 0 0 25px; 
} 
.al {
font-size : 12px; 
color : #000000; 
font-family : Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
background-color : #232323; 
} 
A.al {
font-weight : normal; 
color : #6a6b6c; 
Border-Bottom: #6a6b6c 0px dashed; 
text-decoration : none; 
background-color : #222222; 
} 
A.al:hover {
font-weight : normal; 
color : #ffa010; 
Border-Bottom: #ffa010 0px dashed; 
background-color : #222222; 
} 
.al1 {
font-size : 14px; 
color : #6a6b6c; 
font-family : Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
background-color : #232323; 
} 

.alsb {
font-size : 14px; 
color : #6a6b6c; 
font-family : Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
} 
.copyright {
font-size : 11px; 
color : #6a6b6c; 
font-family : Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif; 
background-color : #232323; 
} 

A.a {
font-weight : normal; 
color : #6a6b6c; 
Border-Bottom: #6a6b6c 1px dashed; 
text-decoration : none; 
background-color : #232323; 
} 
A.a:hover {
font-weight : normal; 
color : #ffa010; 
Border-Bottom: #ffa010 1px dashed; 
background-color : #232323; 
}
A.b {
font-weight : normal; 
color : #aaaaaa; 
Border: #999999 1px Solid; 
text-decoration : none; 
background-color : #232323; 
} 
A.b:hover {
font-weight : normal; 
color : #ffa010; 
Border: #ffa010 1px solid; 
background-color : #232323; 
} 
A.c {
font-weight : normal; 
color : #aaaaaa; 
Border-Bottom: #000000 0px Solid; 
Border-Top: #000000 0px Solid;
Border-Left: #000000 0px Solid;
Border-Right: #000000 0px Solid;
text-decoration : none; 
background-color : #232323; 
} 
A.c:hover {
font-weight : normal; 
color : #ffa010; 
Border-Bottom: #ffa010 0px solid; 
Border-Top: #ffa010 0px solid;
Border-Left: #ffa010 0px solid;
Border-Right: #ffa010 0px solid;
background-color : #232323; 
} 

A.ft {
font-weight : normal; 
color : #999999;; 
Border-Bottom: #999999 1px dashed; 
} 
A.ft:hover {
font-weight : normal; 
color : #999999; 
Border-Bottom: #999999 1px solid; 
} 

#modulo {
background-color : #232323; 
font-weight : normal; 
color :#555555; 
Border: #666666 1px solid; 
background-color : #232323; 
} 
#dhtmltooltip{
	font-size: 10px;
	color: #6a6b6c;
	font-family: Trebuchet MS, Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid gray;
	padding: 2px;
	background-color: #333333;
	visibility: hidden;
	z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
