/*
 * Copyright 2002-2009 DJiNN Software, Inc. All rights reserved.
 * DJiNN SOFTWARE PROPRIETARY/CONFIDENTIAL.
 * Use is subject to license terms, a copy of which has been included
 * with this distribution in the LICENSE.jade.txt file.
 */
/********************************************************************
* Customized options for JADE
*
* This configures the dropdown options available for the
* - font size
* - style
* - font
* controls.
*/

/** The following is a list of all 'font-family's that will appear in the editor
 * 'Font' select box.  All options must begin with a '.jadeFontFamilyOption#_' string,
 * where # is a unique character (the order in the select box depends on the order
 * written here, not the lexigraphical order of '#').
 * The remaining part of the selector is shown to the user after replacing \\x with %
 * and passing through the javascript unescape() function.
 * The font-family in the style is the style value applied.
 */
.jadeFontFamilyOptionA_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.jadeFontFamilyOptionB_Comic\\x20Sans\\x20MS {
	font-family: Comic Sans MS, sans-serif;
}
.jadeFontFamilyOptionC_Courier\\x20New {
	font-family: Courier New, serif;
}
.jadeFontFamilyOptionD_Georgia {
	font-family: Georgia, serif;
}
.jadeFontFamilyOptionE_Impact {
	font-family: Impact, sans-serif;
}
.jadeFontFamilyOptionF_Tahoma {
	font-family: Tahoma, sans-serif;
}
.jadeFontFamilyOptionG_Times\\x20New\\x20Roman {
	font-family: Times New Roman, serif;
}
.jadeFontFamilyOptionH_Verdana {
	font-family: Verdana, sans-serif;
}

/** The following is a list of all 'font-size's that will appear in the editor
 * 'Size' select box.  All options must begin with a '.jadeFontSizeOption#_' string,
 * where # is a unique character (the order in the select box depends on the order
 * written here, not the lexigraphical order of '#').
 * The remaining part of the selector is shown to the user after replacing \\x with %
 * and passing through the javascript unescape() function.
 * The font-size in the style is the style value applied.
 */
.jadeFontSizeOptionA_250\\x25 {
	font-size: 250%;
}
.jadeFontSizeOptionB_200\\x25 {
	font-size: 200%;
}
.jadeFontSizeOptionC_150\\x25 {
	font-size: 150%;
}
.jadeFontSizeOptionD_140\\x25 {
	font-size: 140%;
}
.jadeFontSizeOptionE_130\\x25 {
	font-size: 130%;
}
.jadeFontSizeOptionF_120\\x25 {
	font-size: 120%;
}
.jadeFontSizeOptionG_110\\x25 {
	font-size: 110%;
}
.jadeFontSizeOptionH_100\\x25 {
	font-size: 100%;
}
.jadeFontSizeOptionI_90\\x25 {
	font-size: 90%;
}
.jadeFontSizeOptionJ_80\\x25 {
	font-size: 80%;
}
.jadeFontSizeOptionK_70\\x25 {
	font-size: 70%;
}
.jadeFontSizeOptionL_60\\x25 {
	font-size: 60%;
}
.jadeFontSizeOptionM_50\\x25 {
	font-size: 50%;
}
