﻿.Warning {
    background-color:yellow;
    color: red;
}

/**** All Code below taken from "light-theme-2.5.0.css ****/
.ui-btn-up-a {
	border: 1px solid #ababab /*{a-bup-border}*/;
	background: #ffffff /*{a-bup-background-color}*/;
	/*font-weight: bold;*/
	color: #222 /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 0px /*{a-bup-shadow-y}*/ 0px /*{a-bup-shadow-radius}*/ #e6f2fa /*{a-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #e6f2fa /*{a-bup-background-start}*/), to( #e6f2fa /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #e6f2fa /*{a-bup-background-start}*/, #e6f2fa /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #e6f2fa /*{a-bup-background-start}*/, #e6f2fa /*{a-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #e6f2fa /*{a-bup-background-start}*/, #e6f2fa /*{a-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #e6f2fa /*{a-bup-background-start}*/, #e6f2fa /*{a-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #e6f2fa /*{a-bup-background-start}*/, #e6f2fa /*{a-bup-background-end}*/); /* default 7.10.14 */
}
.ui-btn-hover-a {
	border: 1px solid #92C0E0 /*{a-bhover-border}*/;
	background: #E6F2FA /*{a-bhover-background-color}*/;
	/*font-weight: bold;*/
	color: #222 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 0px /*{a-bhover-shadow-y}*/ 0px /*{a-bhover-shadow-radius}*/ #bcdcf2 /*{a-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #bcdcf2 /*{a-bhover-background-start}*/), to( #bcdcf2 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #bcdcf2 /*{a-bhover-background-start}*/, #bcdcf2 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #bcdcf2 /*{a-bhover-background-start}*/, #bcdcf2 /*{a-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #bcdcf2 /*{a-bhover-background-start}*/, #bcdcf2 /*{a-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #bcdcf2 /*{a-bhover-background-start}*/, #bcdcf2 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #bcdcf2 /*{a-bhover-background-start}*/, #bcdcf2 /*{a-bhover-background-end}*/);
	background-image:         linear-gradient( #bcdcf2 /*{a-bhover-background-start}*/, #bcdcf2 /*{a-bhover-background-end}*/); /* KEN 7.10.14 */
}
.ui-btn-down-a {
	border: 1px solid #2A8DD4 /*{a-bdown-border}*/;
	background: #92C0E0 /*{a-bdown-background-color}*/;
	/*font-weight: bold;*/
	color: #222 /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 0px /*{a-bdown-shadow-y}*/ 0px /*{a-bdown-shadow-radius}*/ #92C0E0 /*{a-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #92c0e0 /*{a-bdown-background-start}*/), to( #92c0e0 /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #92c0e0 /*{a-bdown-background-start}*/, #92c0e0 /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #92c0e0 /*{a-bdown-background-start}*/, #92c0e0 /*{a-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #92c0e0 /*{a-bdown-background-start}*/, #92c0e0 /*{a-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #92c0e0 /*{a-bdown-background-start}*/, #92c0e0 /*{a-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #92c0e0 /*{a-bdown-background-start}*/, #92c0e0 /*{a-bdown-background-end}*/);
}

/* Budget Request System styles -- KMH */
.brs-expenditures-total {
    font-weight: bold;
    color: mediumblue; 
    background-color: #ffe0e0;  /* pale rose */
}
.brs-funding-total {
    font-weight: bold;
    color: mediumblue; 
    background-color: #d0e8d0;  /* pale green */
}
.brs-programbudgets-total {
    font-weight: bold;
    color: mediumblue; 
    background-color: lavender; 
}
.brs-label-bold {
    font-weight: bold;
}
.brs-totals-line {
    font-weight: bold;
    color: mediumblue;
    background-color: lemonchiffon;
}
.brs-negative-red {
    color: red;
}
.brs-italic-red {
    color: red;
    font-style: italic;
}
.brs-wijmo-totals {
    font-weight: bold;
    color: mediumblue;
    background-color: #f0f0f0;  /* whitesmoke; */
}
.brs-ofcons-line {
    background-color: #f0f0ff; /* pale lavender */
    font-style: italic;
}
.brs-ofcons-name {
    color: indigo;
    font-style: italic;
}
.brs-ofcons-empty {
    color: red;
    font-style: italic;
}
.brs-ofcons-fs-name {
    color: indigo;
}
.brs-ofcons-label {
    background-color: #f0f0ff; /* pale lavender */
    color: indigo;
    font-style: italic;
}
.brs-grid-edits {
    font-weight: bold;
    background-color: #f0f0f0;  /* whitesmoke; */
}
.brs-fake-textbox {
    border: thin;
}
.brs-label-italic {
    font-style: italic;
    color: steelblue;
}
.brs-label-boldsize16 {
    font-weight: bold;
    font-size: 16px;
}
.brs-bottom-border {
    background-color: lightgray;
}
.brs-program-details-header {
  /*  color: cornflowerblue; */
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}
.brs-budgetrequest-header {
    /* color: cornflowerblue; */
    font-weight: bold;
    font-size: 18px;
}