/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
/*body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
}*/
.textsize-l{
	font-size: 14px;
}
.textsize-m{
	font-size: 12px;
}
.textsize-s{
	font-size: 10px;
}
/** html body { font-size: xx-small; }
*:first-child+html body { font-size: x-small; }*/

/* for IE6/7 */ 
* html body {font-size:small;}
*:first-child+html {font-size:small;}
/* for IE Quirks Mode */
* html body { font:x-small arial,helvetica,clean,sans-serif}
*:first-child+html { font:x-small arial,helvetica,clean,sans-serif}


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font: 100% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	line-height:100%;
}
* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
	font-size:108%;
}
*:first-child+html pre,
*:first-child+html html code,
*:first-child+html html kbd,
*:first-child+html html samp,
*:first-child+html html tt {
	font-size:108%;
}


.text10 {font-size:77%; line-height: 77%;} /* for setting 10px */
* html .text10 {font-size: 77%;} /* for setting 10px */
*:first-child+html .text10 {font-size: 67%;} /* for setting 10px */
.text11 {font-size:80%;} /* for setting 11px */
* html .text11 {font-size: 85%;} /* for setting 11px */
*:first-child+html .text11 {font-size: 71%;} /* for setting 11px */
.text12 {font-size:93%;} /* for setting 12px */
.text13 {font-size:100%;} /* for setting 13px */
.text14 {font-size:108%;} /* for setting 14px */
.text15 {font-size:116%;} /* for setting 15px */
.text16 {font-size:123.1%;} /* for setting 16px */
.text17 {font-size:131%;} /* for setting 17px */
.text18 {font-size:138.5%;} /* for setting 18px */
.text19 {font-size:146.5%;} /* for setting 19px */
.text20 {font-size:153.9%;} /* for setting 20px */
.text21 {font-size:161.6%;} /* for setting 21px */
.text22 {font-size:167%;} /* for setting 22px */
.text23 {font-size:174%;} /* for setting 23px */
.text24 {font-size:182%;} /* for setting 24px */
.text25 {font-size:189%;} /* for setting 25px */
.text26 {font-size:197%;} /* for setting 26px */

strong{ font-weight:bold!important;}

