html, body {
      height: 100%;
      margin: 0;
      padding: 0;
}

# attempt to push footer to bottom on short pages
# Working example, short body: http://jsfiddle.net/ELUGc/
# Working example, long body: http://jsfiddle.net/ELUGc/1/
# "page-content" interferes
# OpenSRS scripts appear to be using non 2017 header/footer

#.page-container {
#    min-height: 100%:
#    position: relative;
#
#}

#.page-header {
#    height: 200px;
#    width: 100%;
#}

#.page-body {
#    padding-bottom: 100px;
#}

#.page-footer {
#    position: absolute;
#    left: 0;
#    right: 0;
#    bottom: 0; 
#    height: 100px;
#}

body {
      background-color: #f9f8de;
}

body, p, li, td	{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    //font-size: 16px/1.2;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}
/*
a:link { color: #804040; }
*/
a { color: #990000; }

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.site-header {
    width: 100%;
    height: 110px;
    border-bottom: 1px solid white;
    background: #990000;
    background-image: url('/images/dnscentral2017_logo.png');
    background-repeat: no-repeat;
    background-position: 10px 90%; 
}

.site-tagline {
    position: absolute;
    top: 85px;
    right: 10px;
    text-align: right;
    color: white;
}

.site-nav-container {
    width: 100%;
    //height: 28px;
    background: #990000;
}
.site-nav-top {
    margin-bottom: 30px;
}
.site-nav-bottom {
    content: "";
    clear: both;
    display: table;
    margin-top: 30px;
}
.site-nav {
    display: table;
    margin: 0 auto;
}

.site-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    //float: left;
    display: inline-block;
}
.site-nav li {
    //float: left;
    display: inline-block;
    padding: 5px;
    font-family: Helvetica, Arial, sans serif;
    font-weight: bold;
    color: white;
}
.site-nav .tab-links li:after {
    content: "|";
    padding-left: 10px; 
}
.site-nav li a {
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.site-nav li a:hover, .site-nav li a:active {
    color: #000000;
    background: white;
}

.page-content {
    min-height: 70%;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    display: table;
    background: #fff;
    border: 1px solid #990000;
}

.ticker {
    width: 800px;
    height: 40px;
    margin: 10px auto;
    text-align: center;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: blue;
}
.ticker ul {
    visibility: hidden;
}

.tld-feature {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #bab6a5;
}
.tld-carousel {
        background: #FFF;
        border: 1px solid #990000;
        height: 40px;
        line-height: 40px;
        font-family: Courier, monospace;
        font-size: 150%;
	color: blue;
}
.tld-feature .big-text {
    font-family: 'Acme', sans-serif;
    font-size: 20px;
    text-align: center;
}

.small-text {
    font-size: 75%;
}

.big-input {
    width: 70%;
    display: table;
    margin: 0 auto;
}

.big-input input[type=text] {
    width: 80%;
    font-size: 150%;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.big-input input[type=submit] {
    width: 17%;
    min-width: 100px;
    border: 1px solid #990000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 150%;
    padding: 5px 10px;
    background-color: #990000;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    cursor: pointer;
}

.big-input:hover input[type=submit] {
    background: #660000;
}

.btn {
    border: 1px solid #990000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff;
    font-family: Helvetica, Arial, sans serif;
    font-size: 20px;
    background: #990000;
    padding: 5px 20px;
    text-decoration: none;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}

.btn:hover {
    background: #660000;
    text-decoration: none;
    cursor: pointer;
}

.btn-secondary {
    //background: #701e0c;
    border: 1px solid #000000;
    background: #565454;
}

.btn-options {
    font-size: 15px;
    padding: 2.5px 15px;
}

.footnote {
    width: 100%;
    padding: 10px 10px 20px 10px;
    font-family: Verdana, Arial, sans serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

.loading-spinner {
    font-family: 'Acme', sans-serif;
    font-size: 175%;
    text-align: center;
    margin-top: 100px;
}



li	{
	padding-bottom: 9px;
	}


.bhead	{
	font-family: Helvetica, Arial, sans serif;
	font-size: 18px; # 12pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
    padding-bottom: 5px;
	}

.bbody	{
	font-family: Verdana, Arial, sans serif;
	font-size: 16px; # 10pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
	}

.thead	{
	font-family: Verdana, Arial, sans serif;
	font-size: 16px; # 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
        background: black;
	}

.trow0	{
	font-family: Verdana, Arial, sans serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
        background: #FFFFFF;
	}

.trow1	{
	font-family: Verdana, Arial, sans serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
        background: #FAF0E6;
	}

.tcell0         {
        color: #000000;
        //background-color: #ffffff;
        background: #dbd8cb;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        }

.tcell1         {
        color: #000000;
        //background-color: #fff3e8;
        background: #c6c2af;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10pt;
        font-weight: normal;
        }

.title	{
	font-family: Helvetica, Arial, sans serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
    padding-bottom: 10px;
	}

.subtitle	{
	font-family: Helvetica, Arial, sans serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
    padding-bottom: 5px;
	}

.subtitle2	{
	font-family: Helvetica, Arial, sans serif;
	font-size: 12pt; # 10pt;
	font-weight: bold;
	text-decoration: none;
	color: black;
	}

.boxtitle	{
	font-family: Helvetica, Arial, sans serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
	}

.titlelink	{
	font-family: Verdana, Arial, sans serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
	color: white;
	}

.titlelink:hover	{
	font-family: Verdana, Arial, sans serif;
	font-size: 8.5pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFF99;
	}

.boxtext	{
	font-family: Verdana, Arial, sans serif;
	font-size: 14px;
	}

.notebox	{
	font-family: Verdana, Arial, sans serif;
	font-size: 10pt;
	}

.monospace	{
	font-family: Courier, monospace;
	font-size: 10pt;
	}

.ttext		{
	font-family: Helvetica,Arial;
	font-style: normal;
	font-size: 10pt;
	font-weight: 400;
	color: #000000;
	background: #F5F0C0;
	}

.ttitle		{
	font-family: Helvetica,Arial;
	font-style: normal;
	font-size: 10pt;
	font-weight: 600;
	color: #FFFFFF;
	background: #990000;
	}

.tdata		{
	font-family: Helvetica,Arial;
	font-style: normal;
	font-size: 10pt;
	font-weight: 400;
	color: #000000;
	background: #FFFF80;
	}

.mlinks	{
	font-family: Helvetica, Arial, sans serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: black;
	}


.note       {
        font-family: Arial, Helvetica, sans serif;
        font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
        color: black;
        }

.mmlink        {
        font-family: Helvetica, Arial, sans serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #990000;
        }

.mmlink:hover  {
        font-family: Helvetica, Arial, sans serif;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        color: #990000;
        background-color: #ffff99;
        }

.offsite {
        padding-right: 9px;
        background: url(/sharedimages/aoutside.gif) no-repeat right; 
        color: darkgreen;
        }


input.mButton    {
        height: 22px;
        font-size: 10px;
        border-style:groove;
        font-weight: normal;
        color: #333333;
        font-family: Verdana, Arial, Helvetica, Tahoma, san-serif;
        cursor: hand;
        background:#f1efed url(/sharedimages/xpgrybtn.gif) repeat-x;
        }

.faqTitle	{
	font-family: Helvetica, Arial, sans serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
	}

.faqQuestion	{
        width: 100%;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 10px;
	font-family: Helvetica, Arial, sans serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: black;
        background: #bec0c4;
	}

.quote {
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
  padding: 15px;
}

.note-box {
  display: table;
  width: 100%;
  margin: 10px auto;
  padding: 5px 10px 5px 10px;
  border: 2px solid black;
  border-radius: 5px;
  background: #FAFAD2;
}

.error-box {
  display: table;
  width: 100%;
  margin: 10px auto;
  padding: 5px 10px 5px 10px;
  border: 2px solid black;
  border-radius: 5px;
  background: #FFFF99;
}

.error-indent {
  display: inline-table;
  width: 100%;
  margin-top: 5px;
  padding-left: 10px;
  margin-bottom: 10px;
}

.middot {
  font-size: 200%;
  font-weight: bold;
  line-height: 25%;
}

.middot:before {
  content: '\00B7\20';
}

/* service maintenance */

.srvtable td {
        font-family: Verdana, Arial, sans serif;
        font-size: 10pt;
        font-weight: normal;
        text-decoration: none;
        color: black;
        }

.subtitle.renewal {
  background: #990000;
  color: white;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #990000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.renewal {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.renewal tr:hover { background-color: #f5f5f5 }

.renewal tr:hover th { background-color: white }

.renewal th {
  text-align: left;
  padding: 10px 5px 10px 5px;
}

.renewal td {
  width: 33%;
  padding: 10px 5px 10px 5px;
}

.profile_alert_data.date {
  color: blue;
}

.profile_expired_data {
  font-weight: bold; 
  color: red;
}

.expire_today_data {
  font-weight: bold; 
  color: blue;
}

/* receipt table */

.rcpt-tbl { 
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.tbl-row, .tbl-head, .tbl-foot {
    width: 100%;
}

.rcpt-tbl th, .rcpt-tbl td {
    white-space: nowrap;
    padding: 10px 5px 10px 5px;
}

.tbl-head th, .tbl-foot td {
    vertical-align: top;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background: #f1f1f1;
}

.tbl-row td {
    border-top: 1px solid #ddd;
}

.tbl-row-info td {
    padding-left: 20px;
}

.cell-name, .cell-term {
    text-align: left;
}

.cell-price, .cell-total {
    text-align: right;
}

.cell-name {
    width: 46%;
    min-width: 46%;
}

.cell-term, .cell-price, .cell-total {
    width: 18%;
    min-width: 18%;
}

/* credit card table */

.cc-tbl {
#    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 20px;
}

.cc-tbl th {
    text-align: left;
    padding: 5px;
}

.cc-tbl td {
    white-space: nowrap;
    padding: 5px;
}

td.ccInfo {
    width: 25%;
}

td.ccForm {
    width: 75%;
}

.cc-verify-tbl {
    border-collapse: separate;
    border-spacing: 0px 50px;
}

td.verify-grp {
  vertical-align: top;
  padding-right: 20px;
}

td.verify-data {
    width: 300px;
    padding-left: 10px;
    background: #f1f1f1;
    border: 1px solid black;
}
