<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------------- global styles  ------------------------------------*/


/*------------------------ links -----------------------*/
.globalLink:link, .globalLink
{
	color: #888;
	text-decoration: none;
}



.globalLink:visited
{
	color: #999;
    text-decoration: none;
}
.globalLink:hover
{
	color: #333;
	text-decoration: underline;
}
.globalLink:active
{
	color: #ddd;
}


/*------------------------ LINKS! -----------------------*/
.globalMarkedLink:link
{
	color: #400;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

.globalMarkedLink:visited
{
	color: #900;
}
.globalMarkedLink:hover
{
	color: #800;	
}

.globalMarkedLink:active
{
	color: #d00;
}




/*------------------------ Images -----------------------*/
.globalImage
{
	border: solid 1px #fff !important;
	padding: 1px;

}


/*------------------------ Headers -----------------------*/
.globalTitle
{
	font-size: 1.2em;
	padding: 10px 0 5px 0;
	font-weight: bold;	
	letter-spacing: 0.05em;
}

/*------------------------ Subheaders -----------------------*/
.globalSubtitle
{
	font-size: 1em;
	padding: 5px 0 3px 0;
	font-weight: bold;
	text-decoration: underline;

}

/*------------------------ text -----------------------*/
.globalNormalText
{
	line-height: 1.6em;
	font-size: 0.85em;

}

/*------------------------ Great text!! -----------------------*/
.globalSelectedText
{
	font-size: 0.9em;
	color: #f00;
	font-weight: bold;
}


/*------------------------ Captions -----------------------*/
.globalCaption
{	
	font-size: 0.85em;
	font-weight: bold;	
	display: inline-block;
	width: 120px;
	vertical-align:top;
	margin: 5px 0;
}
/*------------------------ Lists -----------------------*/
.globalList
{
	list-style-type: square;    
	line-height: 2em;
	margin-left: 30px;      
}


/*------------------------ Buttons -----------------------*/
.globalButton
{
	width: 100px;	
	text-align: center;
	display: inline-block;
	margin: 10px 0;
}

/*------------------------ Textboxes -----------------------*/
.globalTextBox
{
	background-color: #fff;
	color: #555;
	margin: 5px 0;
}


/*------------------------ (hr) -----------------------*/
.globalDivideLine
{
	height: 1px;
	width: 100%;
	color: #777;

}

/*------------------------ Inversion -----------------------*/
.globalInversionColor
{
    color: #fff;
    background: #000;   
}

/*-----------------------Empty elements----*/
.globalEmpty
{
    color: #f89b32;
    font-size: 0.85em;
    font-style:italic;    
}

.globalSuccessResult
{
    display: block;
    background: url('images/successRes.png') no-repeat 0 0;
    line-height: 2em;
    padding-left: 30px;
   color: #0f0;     
}
.globalErrorResult
{
    display: block;
    background: url('images/errorRes.png') no-repeat 0 0;
    line-height: 2em;
    padding-left: 30px;  
    color: #f00;     
}
</pre></body></html>