/* =======================[ ADMIN ]======================= */
#budgetAdminDiv {
  width:                                      98%;
  position:                                   fixed;
  top:                                        0px;
  left:                                       0px;
  background-color:                           #b2cde1;
  -moz-border-radius: 		                    0 0 10px 10px;
  -webkit-border-radius: 	                    0 0 10px 10px;
  border-radius:					                    0 0 10px 10px;
  padding:								                    11px;
  z-index:                                    5000;
}
#budgetHeaderDiv {

}
div.document p {
  max-width: 99% !important;
}


/* ===================[ CSS OVERRIDES ]=================== */
.sticky-wrapper {
}
#budgetJumpTo {
}


/* ==================[ JQUERY OVERRIDES ]================= */


/* ====================[ CUSTOM STYLES ]================== */
.large {
  font-size:								                  1.1em;
}
.small {
  font-size:								                  .9em;
}
.smaller {
  font-size:								                  .8em;
}
.smallest {
  font-size:								                  .7em;
}
.clear {
  clear:								                      both;
}
.floatLeft {
  float:								                      left;
}
.floatRight {
  float:								                      right;
}
.leftText {
  text-align:		                              left !important;
}
.bold {
  font-weight:		                            bold;
}
.centerText {
  text-align:								                  center !important;
}
.rightText {
  text-align:								                  right !important;
}
.whiteText {
  color:								                      #FFF;
}
.blackText {
  color:								                      #000;
}
.hide {
  display:		                                none !important;
}
.grey {
  color:                                      #888 !important;
}
.underline {
  text-decoration:                            underline !important;
}


