﻿@charset "utf-8";

body {
    /* background-color: #C2A363 !Important; */
    text-shadow: none !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    color: #c2a363 !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: #c2a363 !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, #c2a363, #c2a363) !important; */
    /* text-shadow: 1px #111111 !Important; */
    /* border-radius: 10px; */
    /* background: #c2a363; */
    color: #111111 !important;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    border-top: 2px solid !important;
    border-left: 2px solid !important;
    border-right: 2px solid !important;
    border-bottom: 2px solid !important;
    border-image: linear-gradient(to right, #957032, #b5965d, #f6e2b1, #b5965d, #957032) 1;

    /* border-radius: 10px; */
    /* 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;
}
