/*
** Ad hoc css for fonts:font-picker
** v0.1
** $Revision: 2 $
** $Date: 2008-07-22 02:09:14 +0100 (Tue, 22 Jul 2008) $
** Copyright 2008 Musaul Karim. All rights reserved 
** http://mk.vftw.com
*/


#sneezeguard
{
	display: none;
	position: absolute;
	top: 0px;
	bottom: -100px;
	left: 0px;
	right: 0px;
	background-color: rgb(230,240,230);
	opacity:0.9; /*css3*/
	/*filter: alpha(opacity=90); /* ie6/7 */
	-moz-opacity:0.9; /*old mozilla*/
	z-index: 1;
}


#fontpickerdlg
{
	display: none;
	z-index: 2;
	position: fixed;
	min-width: 480px;
	min-height: 200px;
	max-width: 800px;
	max-height: 600px;
	top: 15%;
	bottom: 15%;
	left: 15%;
	right: 15%;
	background-color: rgb(250,255,245);
	border: 1px solid rgb(80,100,70);
	overflow: hidden;
}

#fontpickerdlgTitle
{
	position: absolute;
	width: 100%;
	background-color: rgb(80,100,70);
	color: rgb(240,240,220);
	padding: 0.25em;
	padding-bottom: 0.5em;
	font: bold 1em verdana, geneva, "dejavu sans", "bitstream vera sans", sans-serif;
}

#fontfilter
{
	position: absolute;
	top: 3em;
	height: 2em;
	left: 25px;
	right: 25px;
	white-space: nowrap;
	overflow: hidden;
	color:rgb(30,30,30);
}
#fontfilter input, #fontfilter select
{
	border: 1px solid rgb(230,235,225);
	color: inherit;
	max-width: 6em;
}
#fontfilter input
{
	width: 4em;
}

#fontpane
{
	position: absolute;
	top: 4em;
	bottom: 3.5em;
	left: 20px;
	right: 20px;
	margin-top: 15px;
	padding: 1px 0px;
	border: 1px solid rgb(240,245,235);
	background-color: rgb(255,253,250);
	overflow: auto;
}
#fontpane .fontentry, #fontpane .fontentrySelected
{
	margin-bottom: 2px;
	padding: 3px 0px;
	background-color: rgb(250,252,240);
	width: 100%;
	overflow: hidden;
	font-size: 10px;
}
#fontpane .fontentry:hover
{
	background-color: rgb(255,230,210);
}
#fontpane .fontentry div, #fontpane .fontentrySelected div
{
	padding: 0px 10px;
}
#fontpane .fontentrySelected
{
	background-color: rgb(255,245,220);
}
.fontsample
{
	color: rgb(20,40,15);
}

#fontfooter
{
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 2.5em;
}
#fontbuttons
{
	width: 13em;
	padding: 0em;
	margin-left: auto;
	margin-right: auto;
}
#fontbuttons button
{
	float: left;
	font: 10px verdana, geneva, "dejavu sans", "bitstream vera sans", sans-serif;
	width: 6em;
	margin-left: 1em;
	margin-right: 0em;
	padding: 0em;
}

