::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-button { width: 0px; height: 0px; } ::-webkit-scrollbar-thumb { background: #2A65B0; border: 0px none #2A65B0; border-radius: 50px; } ::-webkit-scrollbar-thumb:hover { background: #4c88e8; } ::-webkit-scrollbar-thumb:active { background: #4a7ccc; } ::-webkit-scrollbar-track { background: #132A54; border: 0px none #132A54; border-radius: 0px; } ::-webkit-scrollbar-track:hover { background: #132A54; } ::-webkit-scrollbar-track:active { background: #060F1D; } ::-webkit-scrollbar-corner { background: transparent; }

html {
    background-color: #d6e9c9;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.info {
    color: #ffffff;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: none;
    text-shadow: 1px 1px 2px #777777;
}

.htext {
    color: #777777;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    font-weight: none;
}

a.mail {
    color: #777777;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: none;
    text-shadow: 1px 1px 2px #777777;
}

a.mail:hover {
    color: #000000;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: none;
    text-decoration: none;
    text-shadow: 1px 1px 2px #ffffff;
}

div {
    position:relative;
}

#Screen {
    width: 100%;
    height: 100%;
    display: inline-block;    
    text-align:center;
    border: 0px solid #777777;
    padding: 0px;
    margin: 0px;
}

#Content {
    width: 500px;
    height: 100px;
    display: inline-block;    
    text-align:center;
    border: 0px solid #777777;
    padding: 0px;
    margin: 0px;
}


#Uline {
    width: 250px;
    height: 22px;
    background-color: #c1d1b7;
    display: inline-block;    
    text-align:center;
    border: 1px solid #777777;
    padding-left: 0px;
    padding-top: 3px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

#Uline:hover {
    width: 250px;
    height: 22px;
    background-color: #f1f3f7;
    display: inline-block;    
    text-align:center;
    border: 1px solid #777777;
    padding-left: 0px;
    padding-top: 3px;
    border-top-right-radius: 20px;
}

#Uline2 {
    width: 250px;
    height: 22px;
    background-color: #c1d1b7;
    display: inline-block;    
    text-align: center;
    border: 1px solid #777777;
    padding-left: 0px;
    padding-top: 3px;
}

#Uline2:hover {
    width: 250px;
    height: 22px;
    background-color: #f1f3f7;
    display: inline-block;    
    text-align:center;
    text-transform: capitalize;
    border: 1px solid #777777;
    padding-left: 0px;
    padding-top: 3px;
}

#Uline3 {
    width: 250px;
    height: 22px;
    background-color: #c1d1b7;
    display: inline-block;    
    text-align: center;
    border: 1px solid #777777;
    padding-left: 0px;
    padding-top: 3px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

#Uline3:hover {
    width: 250px;
    height: 22px;
    background-color: #f1f3f7;
    display: inline-block;    
    text-align:center;
    text-transform: capitalize;
    border: 1px solid #777777;
    padding-left: 0px;
    padding-top: 3px;
    border-bottom-right-radius: 20px;
}

#SMline {
    background-color: #f1f3f7;
    width: 250px;
    height: 85px;
    display: inline-block;
    text-align:center;
    border: 1px solid #777777;
    border-left-width: 5px;
    border-right-width: 5px;
}

#SMline:hover {
    background-color: #c1d1b7;
    width: 250px;
    height: 85px;
    display: inline-block;
    text-align:center;
    border: 1px solid #777777;
    border-left-width: 5px;
    border-right-width: 5px;
}

#SMline2 {
    background-color: #f1f3f7;
    width: 250px;
    height: 50px;
    display: inline-block;
    text-align:center;
    border: 1px solid #777777;
    border-left-width: 5px;
    border-right-width: 5px;
}

#SMline2:hover {
    background-color: #c1d1b7;
    width: 250px;
    height: 50px;
    display: inline-block;
    text-align:center;
    border: 1px solid #777777;
    border-left-width: 5px;
    border-right-width: 5px;
}