﻿@charset "utf-8";


body {
    background-color: #000000 !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: #0d2b4f; /* Old browsers */
background: -moz-linear-gradient(left, #0d2b4f 0%, #0d1a26 50%, #0d2b4f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #0d2b4f 0%,#0d1a26 50%,#0d2b4f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #0d2b4f 0%,#0d1a26 50%,#0d2b4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d2b4f', endColorstr='#0d2b4f',GradientType=1 ); /* IE6-9 */
    
        }




/* 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-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-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;
	
}









