    html, body {    height: 100%;    margin: 0px;     color: #444;     font-size: 13px;     font-family: tahoma,sans-serif;}table {    border: 0px;}a {    color: #009;    text-decoration: none;}ul {    list-style: none;    margin: 0px;    padding: 0px;}a:hover {    text-decoration: underline;}.clear {    clear: both;}input, select, textarea, .linkButton {    font-size: 14px;    margin: 0;    padding: 5px 10px 4px 10px;    -webkit-border-radius: 6px;    -moz-border-radius: 6px;    -ms-border-radius: 6px;    -o-border-radius: 6px;    border-radius: 6px;    border: 1px solid #FFF;    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    background-color: #FFF;    outline: none;    cursor: pointer;}input[type=text], input[type=password], input[type=email], input[type=url], input[type=file], input[type=date], input[type=month], input[type=time], input[type=datetime], input[type=datetime-local], input[type=number], input[type=search], input[type=tel], input[type=color], input[type=week], select, textarea {    -webkit-box-shadow: inset 0 1px 4px #999;    -moz-box-shadow: inset 0 1px 3px #999;    box-shadow: inset 0 1px 3px #999;}input[type=checkbox], input[type=radio] {    width: 14px;    height: 14px;}textarea {    resize: none;}input[type=button], input[type=submit], input[type=reset], .linkButton {    display: inline-block;    border: 1px solid #AAA;    background: #D8D8D8;    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#EEE),color-stop(1,#DDD));    background: -moz-linear-gradient(top,#EEE 5%,#DDD 100%);    background: -webkit-linear-gradient(top,#EEE 5%,#DDD 100%);    background: linear-gradient(to bottom,#EEE 5%,#DDD 100%);    text-shadow: 1px 1px 0px #FFF;    color: #222;}input[type=button]:hover:not([disabled]), input[type=submit]:hover:not([disabled]), input[type=reset]:hover:not([disabled]), .linkButton:hover {    background: #CCC;    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#DDD),color-stop(1,#CCC));    background: -moz-linear-gradient(top,#DDD 5%,#CCC 100%);    background: -webkit-linear-gradient(top,#DDD 5%,#CCC 100%);    background: linear-gradient(to bottom,#DDD 5%,#CCC 100%);    text-decoration: none;}input[type=button]:active, input[type=submit]:active, input[type=reset]:active, .linkButton:active {    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,0.50);    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,0.50);    box-shadow: inset 0 1px 4px rgba(0,0,0,0.50);}input:focus, select:focus, textarea:focus, .linkButton:focus {    border-color: #129FEA;    -moz-box-shadow: 0 0 5px 0 #73C7FF;    -webkit-box-shadow: 0 0 5px 0 #73C7FF;    box-shadow: 0 0 5px 0 #73C7FF;}input:disabled, select:disabled, textarea:disabled, .linkButton:disabled {    cursor: default;}input:disabled, select:disabled, textarea:disabled {    background-color: #EEE;}input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled {    color: #999;}HR.sep {    background-color: #888;     height: 1px;     border: 0px;}.SEP {    color: #FFF;    font-size: 8px;}.UPPER {    text-transform: uppercase;}.StatusCx {    font-size: 18px;    font-family: tahoma,sans-serif}.popup {    position: absolute;    visibility: hidden;    background-color: #F8F8E8;    border: solid 1px #C0C030;    padding: 5px;}.popupShow {    visibility: visible;}.popupColors {    background-color: #F8F8E8;    border: solid 1px #C0C030;}.boxShadow {    box-shadow:#AAA 2px 2px 12px;     -moz-box-shadow:#AAA 2px 2px 12px;    -webkit-box-shadow:#AAA 2px 2px 12px;}#messageAlertBlockWindow {    position: fixed;    left: 0px;    top: 0px;    width: 100%;    height: 100%;    z-index: 9900;}#messageAlertBackgroundBlockWindow, #messageAlertContainer {    -webkit-touch-callout: none;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    -o-user-select: none;    user-select: none;}#messageAlertBackgroundBlockWindow {    position: fixed;    left: 0px;    top: 0px;    display: block;    width: 100%;    height: 100%;    background-color: rgba(0,0,0,0.4);}#messageAlertContainer {    position: relative;}#messageAlertBox {    position: absolute;    min-width: 300px;    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    -ms-border-radius: 10px;    -o-border-radius: 10px;    border-radius: 10px;    background-color: #FFF;    -webkit-box-shadow: 0 0 40px 10px #444;    box-shadow: 0 0 40px 10px #444;}#messageAlertBoxTitle {    display: inline-block;    width: 100%;    border-bottom: 1px solid #C9C9C9;    -webkit-border-radius: 10px 10px 0 0;    -moz-border-radius: 10px 10px 0 0;    -ms-border-radius: 10px 10px 0 0;    -o-border-radius: 10px 10px 0 0;    border-radius: 10px 10px 0 0;    font-weight: normal;    color: #333;    background: #EAEAEA;}#messageAlertBoxTitle span {    display: block;    float: left;    padding: 6px 20px 5px 10px;    background: none;}#messageAlertBoxContent {    display: block;    padding: 18px 20px 15px 20px;    text-align: center;}#messageAlertBoxButtons {    display: block;    padding: 0 0 12px 0;    text-align: center;}#container {    min-height: 100%;    position: relative;    width: 100%;}#contentTop, #contentCenter, #contentFooter {    display: inline;    width: 100%;    margin: 0px;}#contentTop img {    margin: 10px 0 0 20px;}#contentCenter {    top: 0;    margin-bottom: 40px;}#contentFooter {    position: absolute;    bottom: 0;    padding: 0 0 8px 0;    background-color: #FFF;    text-align: center;}#contentFooter a {    padding: 0 10px;    color: #333;}/* Login site */#loginIndexBox {    display: none;}#facabookLogin, #googleLogin {    color: #FFF;    text-shadow: 1px 1px 0px #555;}#facabookLogin {    border-color: #5b74a8;    background: #5b74a8;}#googleLogin {    border-color: #DB4B39;    background: #DB4B39;}#contentCenterIndex {    display: block;    top: 50%;    padding-bottom: 30px;    text-align: center;}#contentCenterIndex h1 {    margin: 0 0 36px 0;    font-size: 44px;    font-weight: 300;    color: #5fb336;    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);}#contentCenterIndex .textoIndex {    font-size: 18px;    color: #555;    margin-bottom: 36px;}#contentCenterIndex .buttonsIndex .linkButton {    width: 150px;    text-shadow: none;    padding: 10px 0;}#botaoLogin {    border-color: #488C27;    background: #5fb336;    color: #FFF;}.betaIndex {    text-align: right;    color: red;    margin-right: 6px;}