@charset "utf-8";
/* CSS Document */
/* Youkai Yui © Azedinho Doce: http://azedinhodoce.net
 * Please send e-mail if you want copy my style sheet. 
 * azedinhodoce[at]azedinhodoce[dot]net
 * Please, read disclaimers in website, all scripts was taken from somewhere. I don't own them.
 */

body {
	font-family: Tahoma;
	color: #338604;
	background-attachment: fixed;
	background-color: #fffff1;
	background-image: url(images/bkg_geral.jpg);
	background-repeat: repeat;

	
	scrollbar-3d-light-color: #fffff1;    /*ARROW BUTTOM and SLIDER: bottom and right edges ex*/
	scrollbar-arrow-color: #338604;       /*ARROW inside*/
	scrollbar-base-color: #338604;        /*ARROW BUTTOM, SLIDER overal border in*/
	scrollbar-dark-shadow-color: #fffff1; /*ARROW and SLIDR: bottom and right edges ex*/
	scrollbar-face-color: #fffff1;        /*FLATSURFACE alternate pixel for TARCK*/
	scrollbar-highlight-color: #fffff1;   /*ARROW BUTOM, SLIDER: top and left edges ex alternate pixel for TRACK*/
	scrollbar-shadow-color: #fffff1;      /*ARROW BUTTOM and SLIDER: bottom and right edges in*/
    scrollbar-track-color: #fffff1;       /*TRACK*/
}
A { 
	color: #8ec060;
	font-weight: bold;
	text-decoration: none; 
}
A:hover { 
	color: #d9e294;
	font-weight: bold;
	text-decoration: none;
}
img{
	border:none;
}
/*AJAX TOOLTIP, script for visualization in onmouseover link, text and img. http://javascriptkit.com*/
.ajaxtooltip{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 10px;
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background: #fffff1;
	border: thin dotted #338604;
	border-width: 2px 2px 2px 2px;
	padding: 5px;
}