﻿html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, table, tr, td {
    margin: 0;
	padding: 0;
}
body, input, select, textarea{
	font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}
#headerContainer #slogan {
    text-align: center;
}
#topLogo {
    margin: 0 0 0 0;
}
.pageHeading {
    font-size: 13px;
    margin: 0 0 10px 0;
    color: #194b7e;
}
.internationalFaxHeading {
    font-size: 18px;
    margin: 10px 0 10px 0;
    color: #194b7e;
}
#faxText {
    height: 200px!important;
}
#prepaidFaxAccountContainer #accountlinks,
#prepaidFaxAccountContainer #balance {
    text-align: center;
}
.hidden {
    display: none;
    visibility: hidden;
}
.field-validation-error {
    color: red;
    white-space: normal;
}
#senderContainer .ui-input-text.ui-custom,
#receiverContainer .ui-input-text.ui-custom {
   border: none;
   box-shadow: none;
}
#senderContainer .ui-input-text input,
#receiverContainer .ui-input-text input {
    padding: 0;
    min-height: 28px;
}
.infoBox ul {
    font-size: 15px;
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px 0 10px 5px;
}
#moreFileInput a, 
#prepaidFaxContainer a {
    font-weight: normal;
    line-height: 200%;
    text-decoration: none;
}
.ui-input-text.ui-custom-international-country-code {
    border: none;
    box-shadow: none;
    float: left;
    width: 20%;
}
.ui-input-text.ui-custom-international-receiver-number {
    border: none;
    box-shadow: none;
    float: left;
    width: 70%;
}

#footerContainer {
    font-size: 12px;
}
#footerContainer ul {
    list-style: none;
    margin: 20px 0 30px 20px;
}
#footerContainer ul li {
    margin: 10px 0px;
}
#footerContainer a {
    color: #fff;
    text-decoration: none;
}
#btnPurchaseCreditPaypal
{
	width: 108px;
	height: 47px;
	border: 0px;
	background-color:White;
	background-image: url(images/paypal_button.gif);
}
.contactMessage {
    height: 200px!important;
}
.orange {
    color: #FF6D06;
}

.summaryTable
{
	border-collapse:collapse;
    border:1px #ccc solid;
    width: 100%;
    table-layout: fixed;
}
.summaryTable th {
    text-align: left;
    padding: 4px 4px 4px 4px;
    vertical-align: top;
}
.summaryTable td
{
	padding:4px;
    vertical-align: top;
    word-wrap: break-word;
}
.summaryTable th, .summaryTable td
{
    border-bottom: 1px solid #d6d6d6; 
}
.logTable td, .logTable th
{
	padding:4px;
	margin:0px;
}
.logTable tbody th,
.logTable tbody td {
	border-bottom: 1px solid #d6d6d6; 
}
.logTable tbody tr:nth-child(odd) td,
.logTable tbody tr:nth-child(odd) th {
	background-color: #eee; 
}
#accountNav {
    line-height: 180%;
}
.countryList li {
    display:inline; width:350px; float:left; line-height:200%;
}

/*** Overwrite JQuery Mobile ***/
.ui-header .ui-title {
    margin: 0 40px 0 40px;
}

.ui-listview>.ui-li-static {
    padding: 0 1em;
}

/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	background-color: #5e87b0 /*{a-bar-background-color}*/;
	border-color: #456f9a /*{a-bar-border}*/;
	color: #ffffff /*{a-bar-color}*/;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #3e6790 /*{a-bar-shadow-color}*/;
	font-weight: bold;
}

/* Button up */
.ui-input-btn,
/* Button visited */
.ui-input-btn:visited {
	background-color: #396b9e /*{a-bup-background-color}*/!important;
	border-color: #044062  /*{a-bup-border}*/!important;
	color: #ffffff  /*{a-bup-color}*/!important;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #194b7e /*{a-bup-shadow-color}*/!important ;
}
/* Button hover */
.ui-input-btn:hover {
	background-color: #4b88b6 /*{a-bhover-background-color}*/!important;
	border-color: #00415e /*{a-bhover-border}*/!important;
	color: #ffffff /*{a-bhover-color}*/!important;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 1px /*{a-bhover-shadow-radius}*/ #194b7e /*{a-bhover-shadow-color}*/!important;
}
/* Button down */
.ui-input-btn:active {
	background-color: #4e89c5 /*{a-bdown-background-color}*/!important;
	border-color: #225377 /*{a-bdown-border}*/!important;
	color: #ffffff /*{a-bdown-color}*/!important;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 1px /*{a-bdown-shadow-radius}*/ #194b7e /*{a-bdown-shadow-color}*/!important;
}