﻿@charset "utf-8";

body {
  /* background-color: #fff !Important; */
  text-shadow: none !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;
  color: #fff !important;
  /*font-family: "Times New Roman", Times, serif !Important;*/
}

/*img{
	
	margin : 0 !Important;
	
}

.homePageTable
{
	
	line-height:100% !Important;
	
}*/

.pageHeaders {
  /* becuase of line height in jquery mobile gap is there above this header */
  line-height: 100% !important;
  width: 100%;
  height: 30px;
  position: relative;
  text-align: center;
  text-shadow: none !important;
  border: 0px solid;

  margin: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;

  overflow: hidden;
  font-weight: bold;
  color: #fff !important;

  font-size: 150%;

  background: #af7e3b;
  background: -moz-linear-gradient(left, #af7e3b 0%, #c6aa84 50%, #af7e3b 100%);
  background: -webkit-linear-gradient(
    left,
    #af7e3b 0%,
    #c6aa84 50%,
    #af7e3b 100%
  );
  background: linear-gradient(to right, #af7e3b 0%, #c6aa84 50%, #af7e3b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7e3b', endColorstr='#af7e3b',GradientType=1 );
}

/* CSS Document */
/* unvisited link */
/*a:link {
    color: white !Important;
	text-decoration: none;
}*/

/* visited link */
/*a:visited {
    color: white !Important;
	text-decoration: none;
}*/

/* mouse over link */
/*a:hover {
    color: white !Important;
	text-decoration: none;
}*/

/* selected link */
/*a:active {
    color: white !Important;
	text-decoration: none;
}

	*/

.ui-header {
  background: transparent !important;
  text-shadow: none !important;

  color: white !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-style: none !important;
  line-height: 50% !important;
}
.ui-page {
  background-color: transparent !important;
  text-shadow: none !important;

  color: white !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-style: none !important;
}

.ui-content {
  /* background-image: linear-gradient(
    to right,
    #c6972c,
    #000000,
    #e0bb54,
    #fef1a1,
    #e8c660,
    #ba8618
  ) !important; */
  /* text-shadow: 1px #000 !Important; */
  border-radius: 10px;
  background: #9bd7cd;
  color: #000 !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;

  /* border: 2px solid #bc9c3f !Important; */
  /* border-style:none !Important; */
}

.ui-footer {
  background-color: transparent !important;
  text-shadow: none !important;

  color: white !important;
  margin: 0 0 0 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-style: none !important;
}
