
select[disabled] {
   background-color: #CCC;  //use your prefered color here
}

pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
}

.hr-major {
    width: 100%;
    height: 5px;
    margin-left: 0;
    margin-right: 0;
    background-color: black;
    color: black;
    border: 0 none;
}
.hr-minor {
    width: 100%;
    height: 2px;
    margin-left: 0;
    margin-right: 0;
    background-color: black;
    color: black;
    border: 0 none;
}
.hr-light {
    width: 100%;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    background-color: gray;
    color: gray;
    border: 0 none;
}

.welcome {
  color: green;
  font-family: 'Rockwell';
  font-weight: bold;
}
.page-title {
    font-size:42px;
    color:darkslateblue;
}

.box-white {
    background-color:white;
    padding: 2px 2px 2px 2px;
}

.logo {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 24px;
  line-height: 20px;
  color: yellowgreen;
  font-family: Britannic;
  font-weight: bold;
}
.logo:hover,
.logo:focus {
  text-decoration: none;
}
.logo > img {
  display: block;
}
.homepage-header {
  color: darkgreen;
  font-family: Britannic;
}
.articlespage-header {
  font-family: Britannic;
  font-size:42px;
  color:darkslateblue;
}
.homepage-header-white {
  color: white;
  font-family: Britannic;
}
.text-lime {
  color: lime;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}
.text-yellow {
  color: yellow;
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}
.homepage-text {
  color: black;
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
}
.homepage-text-white {
  color: white;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
}
.grayed-out
{
    color: #696969;
}
.white-forecolor
{
    color: white;
}
.white-bgcolor
{
    background-color: white;
}
.pad-left-2em
{
     padding-left: 2em;
}
.heavy-border-green
{
    border: 6px solid green;
}
.page-header
{
    font-size: 38px;
    color: darkslateblue;
}
.page-section-header
{
    font-size: 24px;
    color: darkslateblue;
}
.small-numeric-entry
{
    width:40px
}
.large-numeric-entry
{
    width:70px
}
.xlarge-numeric-entry
{
    width:120px
}
.medium-text-entry
{
    width:300px
}
.large-text-entry
{
    width:600px
}
.lbl
{
    padding-bottom:10px;
}
.text-teaser
{
    color:yellow;
}
.txtbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: white;
    color: black;
    cursor: text;
    border-bottom: 1px solid #104A7B;
    border-right: 1px solid #104A7B;
    border-left: 1px solid #104A7B;
    border-top: 1px solid #104A7B;
    padding-top: 10px;
}
.header-red-underline {
	font-family: Microsoft Sans Serif;
	font-size:18pt;
	color:green;
    text-decoration: underline;
}
.header-green-underline {
	font-family: Microsoft Sans Serif;
	font-size:18pt;
	color:green;
    font-weight:bold;
    text-decoration: underline;
}
.header-green {
	font-family: Microsoft Sans Serif;
	font-size:18pt;
	color:green;
    font-weight:bold;
}
.subheader-red-underline {
	font-family: Microsoft Sans Serif;
	font-size:14pt;
	color:green;
    text-decoration: underline;
}
.subheader-green-underline {
	font-family: Microsoft Sans Serif;
	font-size:14pt;
	color:green;
    text-decoration: underline;
}
.subheader-green {
	font-family: Microsoft Sans Serif;
	font-size:14pt;
	color:green;
    text-decoration: underline;
}
.line-item {
	font-family: Microsoft Sans Serif;
	font-size:12pt;
}
.small-text {
	font-family: Microsoft Sans Serif;
	font-size:8pt;
}

/*Working indicator*/
#fountainG{
	position:relative;
	width:234px;
	height:28px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:0;
	background-color:rgb(0,0,0);
	width:28px;
	height:28px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:19px;
		-o-border-radius:19px;
		-ms-border-radius:19px;
		-webkit-border-radius:19px;
		-moz-border-radius:19px;
}

#fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#fountainG_2{
	left:29px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#fountainG_3{
	left:58px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#fountainG_4{
	left:88px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#fountainG_5{
	left:117px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#fountainG_6{
	left:146px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#fountainG_7{
	left:175px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

#fountainG_8{
	left:205px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(0,0,0);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}