﻿*
{margin:0px;
    }
body {
	font-family: arial, sans-serif;
	font-size: .78em;
}
.pagebody 
{
    background-color:#FBFBFB;
	color: #777;
}
.leftnav a,.leftnav a:link, .rightnav a,.rightnav a:hover, .leftnav-login a {
color: #FFFEFF;
padding: 4px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
text-decoration:none;
}

.leftnav a, .rightnav a {
	color: #fffeff;
	padding: 4px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


.leftnav {
	border: 1px solid #55657b;
background:background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c70000), color-stop(50%,#c70000), color-stop(51%,rgba(199, 0, 0, 0.41)), color-stop(100%,#c70000));
    text-shadow: #333 0 -1px 0;
	z-index: 3;
	margin-left: 4px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	float: left;
	padding: 4px;
	color: #fffeff;
	font-weight: bold;

	margin-top: 6px;
	border-bottom-color: #a3b1c5;
}

.rightnav {
	border: 1px solid #55657b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dc7d7), color-stop(50%,#7c95b2), color-stop(51%,#758ead), color-stop(100%,#5dc7d7));
      	
	text-shadow: #333 0 -1px 0;
	z-index: 3;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	font-weight: bold;
	float: right;
	padding: 4px;
	position: absolute;
	margin-top: 8px;
	right: 5px;
	border-bottom-color: #a3b1c5;
}




.sxma-table {
    margin-top:20px;
    border: solid 4px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
.sxma-table thead th {
    background-color: #DADADA;
    border: solid 1px #DADADA;
  
    padding: 10px;
    text-align: left;
  
}
.sxma-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
}
.sxma-table-rounded {
    border: none;
}
.sxma-table-rounded thead th {
    background-color: #DADADA;
    border: none;    
    color: #1A3763;
}
.sxma-table-rounded thead th:first-child {
    border-radius: 5px 0 0 0;
}
.sxma-table-rounded thead th:last-child {
    border-radius: 0 5px 0 0;
}
.sxma-table-rounded tbody td {
    border: none;
    border-top: solid 1px #717171;
    background-color: #F5F5F5;
}
.sxma-table-rounded tbody tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
}
.sxma-table-rounded tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
}

.field{
    width:20%;
           }

.GridView {
    margin-top:20px;
    border: 1px solid #A1DCF2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
     border-radius: 8px;
     overflow: hidden;
}










/* HTML TAGS */
h1 {
	font-family: arial, sans-serif;
	font-size: 108%;
	letter-spacing: .1em;
}
h2.moduletitle {     
    background: rgb(4,49,110); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(4,49,110,1) 17%, rgba(4,49,110,1) 39%, rgba(0,108,181,1) 80%, rgba(0,108,181,1) 80%, rgba(4,49,110,1) 101%, rgba(0,108,181,1) 101%, rgba(4,49,110,1) 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(4,49,110,1) 17%,rgba(4,49,110,1) 39%,rgba(0,108,181,1) 80%,rgba(0,108,181,1) 80%,rgba(4,49,110,1) 101%,rgba(0,108,181,1) 101%,rgba(4,49,110,1) 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(4,49,110,1) 17%,rgba(4,49,110,1) 39%,rgba(0,108,181,1) 80%,rgba(0,108,181,1) 80%,rgba(4,49,110,1) 101%,rgba(0,108,181,1) 101%,rgba(4,49,110,1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04316e', endColorstr='#04316e',GradientType=0 ); /* IE6-9 */
    color:white;
    padding:10px;
    font-weight:bold;
    border-radius:8px;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	font-family"Interstate Bold", "Arial Bold", "san-serif";
	font-size: 140%;
	text-transform: uppercase;
	font-weight: bold;
	clear: both;
}
h2 {
	margin: 0px;
	font-size: 100%;
	background-color: #1A3763;
	color: white;
	display: block;
	font-weight: bold;
    border-radius:5px;
    padding: 10px;
}
h3 {
    font-size: 16px;
    color: #0000FF;
    display: block;
    font-weight: bold;
    
}
a:link {
	color: #414141;
}

a:hover {
	color: #0000FF;
}
a:active {
	color: #414141;
}
ul {
	display: block;
	list-style-type: disc;	
}
table {
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}
/* Page Elements */
#wrap
{
  
   
  
}
#wrapcenter 
{
   width:100%;
	
	
	 background-repeat:repeat-y;
	margin: 0px 0px 0px 0px;
	clear: left;
	min-height: 400px;
	line-height:0px;
	
}
#wrapwebsite 
{
    margin: 0px 0px 0px 0px;
	background-color: transparent;
	min-width:800px;
	
	width:100%
}
#LeftMenu
{ line-height:normal;
    float:left;
  width:15%;
    padding-left:8px;
    padding-top:10px;
    padding-right:10px;
   padding-bottom:10px; 
   margin-bottom:0px;

}
#ContentText
{   line-height:normal;
    background-color:#FBFBFB;
    width:80%;
    float: left;    
    min-height: 400px;
    padding-bottom: 97px;
}
.HalfContent
{ 
    float: left; 
    padding: 10px;
    width:47%
}
#HalfContentSide
{background-color:white;
    float: left; 
    padding: 10px;
    width:0px
}
#HalfContentLeft
{
    float: left; 
    padding: 10px;
    width:1000px;
    text-align: right;
}
#FullContent
{
  
   margin:10px;
    width:100%;
  
}
#LeftContent
{
    float: left; 
    padding: 10px;
    width:64%
}
#RightContent
{
    float:right;
    padding:10px;
    width:30%
}
#wrapfooter {
    background: url(http://sxmairport.net/images/bg-footer.jpg) no-repeat center top #0a0916;
    padding: 35px 0 50px;
	clear: both;
	text-align: center;
	border-top: solid 8px #CCC;
    position: fixed;
Width: 100%;
bottom: 0;
}
#wrapfooter a {
    text-decoration: none;
    font-family:Helvetica, Arial, sans-serif;
    font-size:13px;
}
#wrapfooterlink
{
    padding-left: 50px; 
    float: left
}
/* Button */
.aspbutton, input.button, input[type=submit] 
{
border: 1px solid #55657b;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5dc7d7), color-stop(50%,#7c95b2), color-stop(51%,#758ead), color-stop(100%,#5dc7d7));
color:#fff;
text-shadow: #333 0 -1px 0;
z-index: 3;
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
font-weight: bold;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-left: 10px;
 padding-right: 10px;		
border-bottom-color: #a3b1c5;
}
.aspbutton:hover, input.button:hover, input[type=submit]:hover {
	background-color: #fce29c;
}
.aspbutton:active, input.button:active, input[type=submit]:active {
	position: relative;
	top: 1px;
}
/* Menu Right */
#SiteNav 
{
    top: 0px; 
    width: 100%; 
    left: 0px;
	clear: both;
	position: relative;
	height: 25px;
	background-color: #E1E5D5;
	
}
.topnav {
	text-align: right;
}
.topnav ul {
	float: right;
	display: block;
	background-color: #E1E5D5;
	margin: 4px 0px 0px 0px;
	display: inline;
	padding: 0px;
}
ul.firstnav span.sitelink, li.topnavitem, li.firstnav, .WelcomeMessage, .sitelink {
	font-size: 10px;
}
li.firstnav {
	float: left;
	list-style-type: none;
	padding: 0px 7px 0px 5px;
}
li.topnavitem {
	border-left: solid thin #414141;
	float: left;
	list-style-type: none;
	padding: 0px 7px 0px 7px;
}
a.sitelink:link {
	text-decoration: none;
}
.sitelink, a.sitelink:link, a.sitelink:visited, a.sitelink:hover, a.sitelink:active, #wrapfooter a, .accent {
	color: #fff;
}
.sitelink {
	font-size: 10px;
}
a.sitelink:link {
	text-decoration: none;
}
a.sitelink:visited {
	text-decoration: none;
}
a.sitelink:hover {
	text-decoration: underline;
}
a.sitelink:active {
	text-decoration: none;
}
/* Start menu */
div.AspNet-Menu-Horizontal {
	float: left;
	width: 100%;
    margin-bottom: 0px;
	 background-image: url('/images/portalheadersky.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 40px;
	background-color: #7BDFF8;
}
div.AspNet-Menu-Horizontal ul.AspNet-Menu {
	margin: 0;
	padding: 0;
	z-index: 1;
}
div.AspNet-Menu-Horizontal ul.AspNet-Menu li {
	margin-top: 10px;
	display: inline;
	float: left;
	list-style-type: none;
}
div.AspNet-Menu-Horizontal ul.AspNet-Menu li img {
	display: none;
}
div.AspNet-Menu-Horizontal li a.AspNet-Menu {
	display: block;
	margin-left: 8px;
	border-style: solid solid none solid;
    border-radius: 8px 8px 0px 0px;
	border-width: 1px;
	padding-top: 5px;
	padding-left: 10px;
	Padding-right: 10px;
	padding-bottom: 4px;
	height: 18px;
	text-decoration: none;
	margin-top: 1px;
	background: #c70000;
	color: #fff;
	border-color:#1B3B6C #214A80 #000 #214A80;
	font-weight: bold;
    background-image: url('../../images/Menu-backgroundblue.png');
	background-position: left;
}
div.AspNet-Menu-Horizontal li {
}
div.AspNet-Menu-Horizontal ul.AspNet-Menu li a.AspNet-Menu:hover {
	margin-top: 0;
	background: #666;
	color: #ccc;
	border-color: #888 #444 #000 #888;
}
.AspNet-Menu-SelectedWithChildren a.AspNet-Menu, div.AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-SelectedLeaf a.AspNet-Menu {
	margin-top: 0;
	padding-bottom: 7px;
	color: #ccc;
	border-color: #888 #444 #000 #888;
	background: #FAFAFB;
	color:#00235D;
	border-color: #00235D;
}
.menuitemdivider
{
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: right;
	padding: 4px 5px 5px 10px;
	color: #fff;	
	border:1px #1A3763 solid;
    background-position: left;
	text-align:left;
	background-color: #c70000;
	width: 163px;
    border-radius:8px 0px 0px 8px;
}
.menuitem, a.menuitem:link, a.menuitem:visited, a.MenuitemSelected:hover {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1A3763;
	background-position: right;
	padding: 4px 5px 5px 10px;
	color: #fff;
	border-left: 5px solid #c70000;
	width: 150px;
}
.MenuitemSelected, a.MenuitemSelected:link, a.MenuitemSelected:visited, a.menuitem:hover {
	display: block;
	background-color: #29ABE2;
	background-position: right;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	padding: 4px 5px 5px 10px;
	color: #1A3763;
	border-left: 5px solid #1A3763;
	width: 150px;
}
/* End menu */
/* Uploadify */
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}
/* Messages */
/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }
.messages ul{margin:0; float:right}
.messages { width:400px; overflow:hidden;}
.messages li {width:300px; margin: 1px;list-style:none outside none; }
.messages li li { margin:0; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:1px 1px !important; background-repeat:no-repeat !important; min-height:16px !important; padding:2px 2px 2px 24px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://dealers.recharge-card-business.com/images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://dealers.recharge-card-business.com/images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://dealers.recharge-card-business.com/images/note_msg_icon.gif); color:#3d6611; }
/* faq */
.squarebox {
    width: 95%;    
    text-align: left;
    overflow: hidden; 
    font-weight:bold;
    color: #080808;
    padding: 5px;  
      border-bottom: solid 1px #080808;  
    }
.squareboxcontent 
{
    clear:both;
    background-color: #f5f5f5;
    
    font-style:italic;
    overflow: hidden;    
   
  
     }
.squareboxcontent p{ padding:10px;width:90%}
.ImgLeft
{
    float:left;
    margin-top:12px;
    margin-right:10px;
}
/* UpdateProgress */

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}



.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}

/* popup window */
.updateStatus
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 280px;
	height: 85px;
}
.updateStatus ul
{
    list-style-type:none
}
.updateStatus li
{
    list-style-type:none
}
.modalPopup
{
  
    background-color:White;
    border:1px black solid;
    width:400px;
   
    padding:10px;
}
.modalPopup600
{
  
    background-color:White;
    border:1px black solid;
    width:800px;
    border-radius: 15px;
    padding:20px;
}

/*CollapsiblePanel*/
.collapsePanel {
	
	background-color:#eee;
	overflow:hidden;
	
}
#headertext
{
   
   float:left;
}
#headerdesc {
    margin-top:15px;
    margin-left:10px;
    border-left:solid 1px #5dc7d7;
    padding-left:15px;
    padding-bottom:5px;
        padding-top: 5px;
     font-size:18px;
    font-style:italic;
    color:#5dc7d7;
    float:left;
}
.panelheader {
    width: 100%;
    Height: 80px;
    background-color: #eee;    
    background-repeat:repeat;
    background-image: url('/images/portalheader.png');
}
.collapsePanelHeader{
	width:100%;
    padding:4px;	
	background-color: #c70000;
	color:#000;
	font-weight:bold;
	border-bottom:1px black solid;
	height:20px;
}

/* Hide column gridview */
  .hideGridColumn
    {
      Width:0px;
      font-size:0px;
    }    
    
     
  .cal_KimTheme .ajax__calendar_container{
background-color: #e2e2e2; border:solid 1px #cccccc;
}

.cal_KimTheme .ajax__calendar_header{
background-color: #c70000; margin-bottom: 4px;
}

.cal_KimTheme .ajax__calendar_title,
.cal_KimTheme .ajax__calendar_next,
.cal_KimTheme .ajax__calendar_prev{
color: #004080; padding-top: 3px;
}

.cal_KimTheme .ajax__calendar_body{
background-color: #e9e9e9; border: solid 1px #cccccc;
}

.cal_KimTheme .ajax__calendar_dayname{
text-align:center; font-weight:bold; margin-bottom: 4px; margin-top: 2px;
}

.cal_KimTheme .ajax__calendar_day{
text-align:center;
}


.cal_KimTheme .ajax__calendar_hover .ajax__calendar_day,
.cal_KimTheme .ajax__calendar_hover .ajax__calendar_month,
.cal_KimTheme .ajax__calendar_hover .ajax__calendar_year,
.cal_KimTheme .ajax__calendar_active{
color: #004080; font-weight:bold; background-color: #c70000;
}

.cal_KimTheme .ajax__calendar_today{
font-weight:bold;
}

.cal_KimTheme .ajax__calendar_other,
.cal_KimTheme .ajax__calendar_hover .ajax__calendar_today,
.cal_KimTheme .ajax__calendar_hover .ajax__calendar_title{
color: #000;
}
 .sqboxblank
{
color:#888;
background:#fff;
font-weight:bold;
margin: 2px;
vertical-align:middle;
text-align: center;
border: 1px black solid;
text-align:center;
float: left;
padding:5px;
width:20px;
}  
.sqbox
{
color:#c70000;
background:#000000;
font-weight:bold;
margin: 2px;
vertical-align:middle;
text-align: center;
border: 1px black solid;
text-align:center;
float: left;
padding:5px;
width:20px;
}
.sqbox:hover,.sqboxpast:hover,.sqboxweekend:hover
{
color:#000000;
background:#c70000;
}

.asqbox
{
    text-decoration:none;
    color:#c70000;
    font-weight:bold;
}

.sqboxselect
{
color:#000000;
background:#c70000;
font-weight:bold;
margin: 2px;
vertical-align:middle;
text-align: center;
border: 1px black solid;
text-align:center;
float: left;
padding:5px;
width:20px;
}
.sqboxweekendselect
{
color:#000000;
background:#c70000;
font-weight:bold;
margin: 2px;
vertical-align:middle;
text-align: center;
border: 1px black solid;
text-align:center;
float: left;
padding:5px;
width:20px;
}
.sqboxweekend
{
color:#ffffff;
background:#6B696B;
font-weight:bold;
margin: 2px;
vertical-align:middle;
text-align: center;
border: 1px black solid;
text-align:center;
float: left;
padding:5px;
width:20px;
}
.sqboxpast
{
color:#888;
background:#ccc;
font-weight:bold;
margin: 2px;
vertical-align:middle;
text-align: center;
border: 1px black solid;
text-align:center;
float: left;
padding:5px;
width:20px;
}
.asqboxselect,.asqboxpast,.asqboxpastselect
{
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}
.asqboxweekendselect
{
    text-decoration:none;
    color:#000000;
    font-weight:bold;
}

.cth
{    
    color:White;background-color:#6B696b;
    text-align:center;
border-bottom-color: #DEDFDE;
border-bottom-style: none;
border-bottom-width: 0px;
border-collapse: collapse;
border-left-color: #DEDFDE;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #DEDFDE;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #DEDFDE;
border-top-style: none;
border-top-width: 0px;
clear: none;
color: white;
display: table-cell;
float: none;
height:15px;
padding:5px;
font-family: arial, sans-serif;
font-size: 12px;
font-weight: bold;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 0px;
vertical-align: middle;
}
.ctd1
{
 
background-color:#F7F7DE;
    
text-align:right;
border-bottom-color: #DEDFDE;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-left-color: #DEDFDE;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #DEDFDE;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #DEDFDE;
border-top-style: none;
border-top-width: 0px;
clear: none;
color: black;
display: table-cell;
float: none;
font-family: arial, sans-serif;
font-size: 12px;
height: 15px;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 0px;
vertical-align: middle;
}
.ctd0
{
text-align:right;
border-bottom-color: #DEDFDE;
border-bottom-style: solid;
border-bottom-width: 1px;
border-collapse: collapse;
border-left-color: #DEDFDE;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #DEDFDE;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #DEDFDE;
border-top-style: none;
border-top-width: 0px;
clear: none;
color: black;
display: table-cell;
float: none;
font-family: arial, sans-serif;
font-size: 12px;
height: 15px;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 0px;
vertical-align: middle;
}