/************* 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:hover {
	color:#87DEFF;
	text-decoration:underline;
}

/* General Text */
* {
	font-family:Tahoma;
	font-size:12px;
	line-height:150%;
}

/* Table TDs */
td {
	border:0px solid #CCCCCC;
	text-align:Left;
}

/* Category view tables */
.cat_list {
	border:0px;
}

/* Category view tables */
.cat2_list {
	border:0px;
	font-size:20px;
}

/* Power By Note */
.power {
	font-size:9px;
}

/* Message Style */
.error {
	background-color:#f5f4b7;
	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: "\201C" "\201D";
}
blockquote:before,blockquote:after {
	 content: open-quote;
	 font-weight: bold;
	 color:#990000; 
}

/* Text inside Textbox */
.showtext{
	width:100%;
	border:1px solid #CCCCCC;
	text-align:center;
}

