/* RESET ALL FONT SIZES ------------------------------------------------------------------------

Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/
/**
 * 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;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code {font-family:monospace;*font-size:108%;line-height:100%;}

/* ----------------------------------------------------------------------------------------- */

/* USE THESE FONT SIZES TO DECLARE TRUE SIZES IN PIXELS ---------------------------------------

 {font-size:77%;} 		=>	10px
 {font-size:85%;} 		=>	11px
 {font-size:93%;} 		=>	12px
 {font-size:100%;} 		=>	13px
 {font-size:108%;} 		=>	14px
 {font-size:116%;} 		=>	15px
 {font-size:123.1%;} 		=>	16px
 {font-size:131%;} 		=>	17px
 {font-size:138.5%;} 		=>	18px
 {font-size:146.5%;} 		=>	19px
 {font-size:153.9%;} 		=>	20px
 {font-size:161.6%;} 		=>	21px
 {font-size:167%;} 		=>	22px
 {font-size:174%;} 		=>	23px
 {font-size:182%;} 		=>	24px
 {font-size:189%;} 		=>	25px
 {font-size:197%;} 		=>	26px

------------------------------------------------------------------------------------------- */

* {margin:0;padding:0;}

.clear {clear:both;height:0px;overflow:hidden;}

a img {border:0px solid WHITE;}

#image-preloading {display:none;}

a {text-decoration:none;}

.xxlarge {font-size:123.1%}
.xlarge {font-size:116%;}
.large {font-size:108%;}
/* regular font = 100% */
.medium {font-size:93%;}
.small {font-size:85%;}
.xsmall {font-size:77%;}

.bold {font-weight:bold;}
.italic {font-style:italic;}
.uppercase {text-transform:uppercase;}
.underline {text-decoration:underline;}

.black {color:#000000;}
.dkGrey {color:#333333;}
.medGrey {color:#4d4d4d;}
.ltGrey {color:#666666;}
.faintGrey {color:#999999;}
.medGold {color:#A1730E;}
.gold {color:#A88701;}
.ltGold {color:#F1B52A;}
.white {color:#FFFFFF;}
.red {color:#EC1C24;}


.goldBrownBTN {background:#805b0b url('/img/formButton-goldBrown-OFF.jpg') repeat-x bottom left;border:2px solid #805b0b;}
.redMagentaBTN {background:#7f0b0b url('/img/formButton-redMagenta-OFF.jpg') repeat-x bottom left;border:2px solid #7f0b0b;}

.folderAdd {background:transparent url('/img/iconFolderAdd.gif') no-repeat left center;padding:4px 0px 2px 25px;}
.fileUpload {background:transparent url('/img/iconAdd.gif') no-repeat left center;padding:4px 0px 2px 25px;}
.folder {background:transparent url('/img/iconFolder.gif') no-repeat left center;padding:4px 0px 2px 25px;}


/* use these on WHITE BACKGROUNDS ONLY */
.smlArrow {background:transparent url('/img/smlArrow.gif') no-repeat right center;padding-right:13px;}
.medArrow {background:transparent url('/img/medArrow.jpg') no-repeat right center;padding:2px 15px 0px 0px;}

/* use these on GREY BACKGROUNDS ONLY */
.lgArrow {background:transparent url('/img/lgArrow.gif') no-repeat right bottom;padding-right:23px;}

