/* sample theme-independent CSS classes, uncomment to use them if you wish :) */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 10px;
	}
img.alignleft 
/*	float: left;
	margin: 0 10px 2px 0; */
	{
	float: left;
        display: inline 
        padding-right: 5px; 
        padding-top: 15px;
        }
blockquote.small {
        font-style: italic;
        font-size: smaller;
        }
code.{
     font-family: arial, "lucida console", sans-serif;
     font-size: smaller;
     }



/* lixlpixel CSS tooltips http://lixlpixel.org/css_tooltip/ */


a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 20px;
	left: -10px;
	width: 125px;
	padding: 5px;
	z-index: 100;
	background: #e6e6e6;
        border: 5;
	color: #000;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
} !important

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
