@charset "iso-8859-1";
/************* MegaFileManager *******************/	
/*
Released by AwesomePHP.com, under the GPL License, a
copy of it should be attached to the zip file, or
you can view it on http://AwesomePHP.com/gpl.txt
*/
/************* MegaFileManager *******************/	

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -200px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #ffc;
    width:300px;
}
a.tooltip:hover em span {
    position: absolute;
    top: -7px;
    left: 150px;
    height: 7px;
    width: 11px;
    background: transparent url(infobulle.gif);
    margin:0;
    padding: 0;
    border: 0;
}

/*  Links */
a {
	color:#0099FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* General Text */
* {
	font-family:Tahoma;
	font-size:12px;
	line-height:150%;
}

/* Table TDs */
td {
	border:0px solid #CBE5FE;
}

/* Category view tables */
.cat_list {
	border:0px;
}
/* Power By Note */
.power {
	font-size:9px;
}

/* Message Style */
.error {
	background-color:#FFCACA;
	color:#FF0000;
	text-align:left;
	font-weight:bolder;
	line-height:200%;	
}

/* Slideshow */
.slideshow {
	background-image:url('images/reload.gif');
	border:0;
	width:47;
	height:23;
	cursor:pointer;
}
.listslide {
	border:1px solid #C6C5D7;
	width:47;
	height:23;
}

/* Related link */
.related {
	font-size:20px;
	color:#339966;
}
/* BBCode Quote */
blockquote {
	border: 1px solid #666666;
	background-color: #E9E9E9;
	quotes: "“" "”";
}
blockquote:before,blockquote:after {
	 content: open-quote;
	 font-weight: bold;
	 color:#990000; 
}

/* Text inside Textbox */
.showtext{
	width:100%;
	background-color: #CBE5FE;
	border:3px solid #CBE5FE;
	text-align:left;
	margin:0;
}