﻿html, body, form { height: 100%; overflow: auto; }
body { font-family: Tahoma, Arial, Helvetica, sans-serif; text-align: center; font-size: 9pt; }

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

a { color: #247694; margin: 0 auto; }
a:visited { color: #247694; text-decoration: underline; }
a:hover { color: #80B6E3; text-decoration: none; }

table#centered { height: 85%; margin: 0 auto; }

#wrapper { margin: 0 auto -80px; width: 961px; border-right: 6px solid #eee; border-left: 6px solid #eee; background-color: #fff; min-height: 100%; }
#main {overflow:auto;
	padding-bottom: 80px;}  /* must be same height as the footer */

#box { overflow: auto; margin: 20px auto; width: 635px; border: 1px solid #999; background-image: url(images/BG.gif); background-repeat: repeat-x; }
#box #boxtitle { color: #000; font-weight: bold; background-color: #e0e0e0; border-top: 1px solid #fff; border-right: 1px solid #fff; border-left: 1px solid #fff; font-size: 18px; padding: 6px 10px 6px 10px; text-align: left; }
#box #boxbody {  }
#box #boxbody div.login { height: 260px; }
#box #boxbody div.login div#inner { text-align: left; width: 320px; padding-top: 50px; margin: 0 auto; }
#box #boxbody div.help { height: 420px; }
#box #boxbody div.help div#inner { text-align: left; padding: 20px; }
#box #boxbody div.forgotpw { height: 350px; }
#box #boxbody div.forgotpw div#inner { text-align: left; width: 320px; padding: 20px; padding-top: 130px; margin: 0 auto; }
#box #boxbody div.forgotpw div#inner2 { text-align: center; width: 550px; padding: 20px; padding-top: 120px; margin: 0 auto; }
#box #boxbody div.register { height: auto; min-height:360px; }
#box #boxbody div.register div#inner { text-align: center; width: 520px; padding: 20px; margin: 0 auto; padding-top: 80px; }
#box #boxbody div.menu { min-height: 360px; }
#box #boxbody div.menu div#inner { text-align: left; padding: 20px; margin: 0 auto; padding-top: 20px; }
#box #boxbody div.csr { height: 350px; }
#box #boxbody div.csr div#inner { text-align: left; padding: 20px; margin: 0 auto; padding-top: 80px; }
#box #boxbody div.verify { height: 520px; }
#box #boxbody div.verify div#inner { text-align: left; padding: 20px; margin: 0 auto; padding-top: 20px; }
#box #boxbody div.toa { height: 420px; }
#box #boxbody div.toa div#inner { text-align: left; padding: 20px; margin: 0 auto; padding-top: 30px; }

/* Footer positioning code inspired by http://www.cssstickyfooter.com/using-sticky-footer-code.html and http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */
#footer { font-size: 10px; color: #888; background-color: #eee; height: 80px; margin: 0 auto; width: 973px; }
#footer img { padding:10px 0 5px 0;}
#fyi { text-align: left; font-size: 9pt; padding: 10px; width: 530px; height:150px; background-color: #fff !important; border: 0px inset #fff; overflow: auto; }
#fyititle { margin: 0 auto; font-size: 10px; color: #000; margin-bottom: 3px; }

table#registerinfo td { padding: 3px; }

#welcome { font-size: 14px; font-weight: bold; color: #000; }
#notuser { font-size: 10px; color: #888; }
#notuser a { color: #731C3B; }

.title { font-size: 18px; font-weight: bold; }
.error { font-size: 8pt; color: #f00; }
.error2 { font-size: 9pt; color: #c00 !important; display: block; margin-bottom: 5px; }
.applink { font-size: 18px; font-weight: bold; color: #731c3b; }
.appdetail { margin-top: 5px; font-size: 10px; }
.appdetail a { color: #731c3b; }
.left { text-align: left; }
.center { text-align: center; margin: 0 auto; }
.fyiarrow { padding-bottom: 2px; }
.ulselect { list-style-position: inside; color: #999; text-align: left; line-height: 18px; }

#termsofuse { background-color: #fff; text-align: center; margin: 0 auto; border: 2px inset #fff; padding: 10px; width: 630px; margin-top: 40px; overflow: auto; height: 270px; }
.helpcontent { text-align: left; font-size: 8pt; }

.maintmessage { width: 619px; border: 1px solid #800; background-color: #fff; padding: 8px; color: #800; font-size: 9pt; font-family: Arial; margin-top: 5px; }

.portalinfotitle { text-align: left; font-size: 18px; font-weight: bold; padding: 8px; }
.portalinfo { text-align: left; font-size: 12px; padding: 0px 8px 8px 16px; }
.portalbody { background-color:#999999; margin: 0; padding: 0; }

input[type="button"], input[type="submit"] { height:23px; font-family: Arial, Helvetica, sans-serif; background-image: url(images/nav_bg.jpg); background-repeat: repeat-x; border:1px solid #f4c727; color:#000; font-weight:bold; font-size:12px; padding: 1px 8px; cursor:pointer; margin:0; }

div.registertrial { padding:0 20px 15px 20px; width:500px; margin: 10px auto; }
div.registertrial table th { text-align:right; font-weight:normal; }
div.registertrial table td { text-align:left; }
div.registertrial table td input[type="text"], div.registertrial table td input[type="password"] { width:200px; }
div.registertrial table td select { width:207px; }
.reg { margin-top:10px; }

.warning { font-size:9pt; font-family:Arial, Helvetica, sans-serif; min-height:150px; width:530px; padding:10px !important; border:1px solid #aaa; background:#fff url(/Common/images/grad_gray.jpg) repeat-x; color:#333; }
.warning a { color:#00f; }
.warning p { margin-top:0; }
.warning table { margin-bottom:10px; }

