/**** standard buttons ****/
h1, h2, h3, h4, h5, h6 {
  color: #1e88e5;
}

.buttonTheme {
  color: #fff !important;
  background: #1f87e6 !important;
  /*padding: .5em 2em .55em;*/
  border: solid #75c5ea 2px !important;
}

.buttonTheme:hover {
  background: #3cb0fd !important;
  text-decoration: none;
}

.bodyColor
{
	background: #042c64;
}

.headerImg
{
	background-image: url(blueHeader.jpg);
	border-bottom: solid 1px #1487d7;
}

.rrColor
{
	background-image: -moz-linear-gradient( 90deg, rgb(20,26,56) 0%, rgb(15,99,169) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(20,26,56) 0%, rgb(15,99,169) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(20,26,56) 0%, rgb(15,99,169) 100%);
	border-color: rgb(20, 139, 219);
}

.apptable td
{
	background: #3b82f9; /* Old browsers */
	background: -moz-linear-gradient(top, #3b82f9 0%, #1e327f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b82f9), color-stop(100%, #1e327f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3b82f9 0%, #1e327f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3b82f9 0%, #1e327f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3b82f9 0%, #1e327f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3b82f9 0%, #1e327f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b82f9', endColorstr='#1e327f', GradientType=0 ); /* IE6-9 */
}

.colorHeader {
	/*main header*/
  background: #1e88e5; /* Old browsers */
  background: -moz-linear-gradient(top, #1e88e5 0%, #2d4a7f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e88e5), color-stop(100%, #2d4a7f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e88e5 0%, #2d4a7f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e88e5 0%, #2d4a7f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e88e5 0%, #2d4a7f 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e88e5 0%, #2d4a7f 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e88e5', endColorstr='#2d4a7f', GradientType=0 ); /* IE6-9 */
	color:white;
}

.pageHeaderTheme  {
  color: #fff;
  background: #1f87e6;
  border: solid #1f87e6 2px;
}

/* login & index backgrounds*/
.bckground {	
	background-color:#0074B0;
	background: -webkit-gradient(linear, left top, left bottom, from(#0074B0), to(#011634));
	background: -webkit-linear-gradient(top, #0074B0, #011634);
	background:    -moz-linear-gradient(top, #0074B0, #011634);
	background:      -o-linear-gradient(top, #0074B0, #011634);
	background:  linear-gradient(to bottom, #0074B0, #011634);
}

.colorBackground
{
	background-color: #016ca4;
	color: white;
}

.headingTheme
{
  background-color: #1e88e5;
  color:white;
}