 /*============================= CSS STYLES FOR MARIOBOLA =============================*/
 @font-face {
     font-family:CenturyGothic;
     src:url(media/font/CenturyGothic.ttf) 
}
 @font-face {
     font-family:Play;
     src:url(media/font/Play-Regular.ttf) 
}
@font-face {
    font-family:Trebuchet;
    src:url(media/font/Trebuchet_MS.ttf)
    }
@font-face {
    font-family:Square721;
    src:url(media/font/Square721-BT-BoldItalic.ttf)
    }
 a.navbar {
     font-family: Arial;
     font-size: 14px;
     text-decoration: none;
     color: #000000;
     font-weight: normal;
}
 a.navbar2 {
     font-family: Arial;
     font-size: 12px;
     text-decoration: none;
     color: #000000;
}
 a.navbar2:hover {
     font-family: Arial;
     font-size: 12px;
     color:#000000;
}
 body, html{
    padding:0;
     margin:0;
     color:#fff;
     font-family:Tahoma;
     font-size:12px;
     background-color:#fff;
     width:100%;
     height:100%;
}
 a{
    text-decoration:none;
    color:#fff;
     font-family:Tahoma;
     font-size:15x
}
 img{
    border:0;
    border-style:none;
    vertical-align: middle;
}
 .Error{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: red;
}
/* <Marquee> */
 td.time{
    text-align:center;
}
 #timecontainer{
    font-size: 12px;
    color: #ffffff;
    font-family:time new roman;
    font-weight:bold
}
 #frmimages{
    padding-bottom:10px;
     padding-left:35px;
}
 .Message {
     font-family: "Arial";
     font-size: 12px;
     color:#ffffff;
}
 a.Message:link {
     color:#000000;
}
 a.Message:visited {
     color:#000000;
}
 a.Message:active {
     color:#000000;
}
 a.Message:hover {
     color:#000000;
}
 .btnLogout a{
     background:url(images/login.png) no-repeat;
     text-transform: uppercase;
     display: inline-block;
     padding: 9px;
     font-size: 14px;
     color:#ffffff;
}
 form.my-form{
    width: 570px;
    height: auto;
}
 #textbox-bg{
}
 form input[name="txtUserName"]{
    width:122px;
    height:30px;
    font-size:12px;
    color:#c4c4c4;
    background-color:#fff;
    font-family:Arial;
    border:0;
    padding-left:5px
}
 form input[name="txtPassword"]{
    width:122px;
    height:30px;
    font-size:12px;
    color:#c4c4c4;
    background-color:#fff;
    font-family:Arial;
    border:0;
    padding-left:5px
}
 #Text1{
    width:122px;
    height:30px;
    font-size:12px;
    color:#c4c4c4;
    background-color:#fff;
    font-family:Arial;
    border:0;
    padding-left:5px
}
 form input[name="txtCode"]{
    width:40px;
    height:30px;
    font-size:12px;
    color:#c4c4c4;
    background:#fff;
    font-family:Arial;
    border:0;
    padding-left:5px;
}
 form input[name="code"]{
    width:40px;
    height:30px;
    font-size:12px;
    color:#c4c4c4;
    background: #fff;
    font-family:Arial;
    border:0;
    padding-left:5px;
}
 li{
    list-style:none
}
 li a{
    text-transform:uppercase
}
 .menubefor{
    padding: 0px 0 0 0px;
    margin: 0px 0 0 0px;
}
 .menubefor>li{
    float: left;
    text-align:center;
}
 .menubefor>li>a{
    padding: 0px 44px;
    font-size:16px;
    text-decoration: none;
    display: block;
    height:53px;
    line-height:60px;
    color:#000;
    font-family: Square721;
}
 .menubefor>li>a:hover{
    color:#fff
}
 .menuaf{
    padding: 0px 0 0 0px;
    margin: 0px 0 0 0px;
}
 .menuaf>li{
    float: left;
    text-align:center;
    margin-top: 4px;
    background:url(images/se.jpg) no-repeat;
}
 .menuaf>li>a{
    font-size: 16px;
    padding: 0px 5px 0px 29px;
    text-decoration: none;
    display: block;
    height: 53px;
    margin-top: -4px;
    line-height: 60px;
    color: #000;
    font-family: Square721;
}
 .menuaf>li>a:hover{
    color:#fff
}
.btnLogin,.btnDaftar {
    width:122px;
    height:34px;
    border:none;
    font-family: Trebuchet;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    text-decoration: none;
    color: #fff;
}
    
.btnLogin {
    background:url(images/login.png) center no-repeat;
	padding: 10px 0px 10px 40px;
}
    
.btnDaftar {
    background:url(images/daftar.png) center no-repeat;
}
    
.btnDaftar:hover,.btnLogin:hover {
    -webkit-mask-image:linear-gradient(-75deg,rgba(0,0,0,.6) 30%,#000 50%,rgba(0,0,0,.6) 70%);
    -webkit-mask-size:200%;
    animation:shine 1s infinite
}
