<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This CSS file must be in tbe root to be relative for the images/icons directory */

a:link, a:hover, a:active{
	COLOR: #F73B14;	

}

a:visited
{
	COLOR: #FA7A5F;	
}
.imglink
{
	color: #333399;
	text-decoration:underline;
	font-size: 10pt;
	font-weight: bold;
	cursor:pointer; 
}
code
{
	color:#090;
}

body,td,table,th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414b50;
	border-color:  #5c6d75;
	
}

.son {
	left: 15px;
	margin-left:15px;	
}

.plus {
	cursor:default;
}



.opened {
	display: block;
}

.closed {
	display: none;
}

.item {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #291C18;
	padding: 1px;
	cursor: pointer; 
	cursor: hand;
	text-decoration: none;
	white-space: nowrap;	
}

.selectedItem {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	padding: 1px;
	color: #FFFFFF;
	text-decoration: none;	
	cursor: pointer; 
	cursor: hand;
	white-space: nowrap;
	background-color: #0A246A;
}

.fileInfo {
	position:absolute;
	visibility:hidden;
	z-index:20; 
	background-color:#EFF0F6; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;	
	padding: 1px;
	color: #575757;
	text-decoration: none;
	border:solid 1px #767676;
	white-space: nowrap;
	cursor:pointer;
	filter: Alpha Alpha(Opacity=85);	
	-moz-opacity: .85;
	opacity: .85
}

.Button
{
	background: transparent url('images/Vista_graybutton.gif') no-repeat;
	border: 0px;
	width: 115px;
	height: 23px;
	font: bold 11px Verdana, Sans-serif;
	color: black;
}

.ButtonLarge
{
	background: transparent url('images/Vista_graybuttonlarge.gif') no-repeat;
	border: 0px;
	width: 160px;
	height: 23px;
	font: bold 11px Verdana, Sans-serif;
	color: black;
}


a.button{
background:url(images/gradbutton.png) repeat-x;
display:block;

color:#000000;
font-weight:normal;
height:25px;
line-height:19px;
text-decoration:none;

border-left:1px solid #003c74;
border-right:1px solid #003c74;
border-bottom:1px solid #003c74;
border-top:1px solid #003c74;
width:auto;
}

a:hover.button{
color:#000000;
border-bottom:1px solid #f8b330;
border-top:1px solid #f8b330;
border-left:1px solid #f8b330;
border-right:1px solid #f8b330;
}

a:visited.button,a:active.button,a:link.button{
color:#000000;
}



.browse{
background:url(./images/icons/browse.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.clear{
background:url(images/icons/clear.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.remove{
background:url(images/icons/remove.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.download{
background:url(images/icons/download.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.window{
background:url(images/icons/view_detail.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.upload{
background:url(images/icons/upload.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.cancel{
background:url(images/icons/cancel.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.paste{
background:url(images/icons/paste.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}


.details{
background:url(images/icons/view_thumb.png) no-repeat 8px 3px;
text-indent:27px;
display:block;
}

.user{
background:url(images/user.gif) no-repeat 10px 8px;
text-indent:30px;
display:block;
}
</pre></body></html>