﻿@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 bottom,
    #E7C9A4,
    #CFA36F,
    #F1ECE6,
    #D9B58A,
    #E3C6A2,
    #E3C6A2,
    #D2AE82,
    #C19A69,
    #B88A52
)
 !important; */
    /* text-shadow: 1px #000 !Important; */
    /* border-radius: 10px; */

    color: #000 !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    background: #262626;

    border: 2px solid #535353 !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;
}
