
.HeaderStyle {
    height: 50px;
    width: 100%;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 52%, rgba(32,124,202,1) 99%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(52%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

.geo-header{
    height: 50px;
    width: 100%;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 52%, rgba(32,124,202,1) 99%, rgba(125,185,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(52%,rgba(41,137,216,1)), color-stop(99%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 52%,rgba(32,124,202,1) 99%,rgba(125,185,232,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
}

.CaptionDiv {
    position: absolute;
    top: 8px;
    font-size: 25px;
}


#HomeDiv_inner_txt {
    padding: 11px;
    background: #f4f4f4;
    color: #61b6e8;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    margin: 8px 11px 0 13px;
}

#HomeDiv_inner_txt_ins {
    /*padding: 6px;
    background: #3992db;
    color: #ffffff;
    border-radius: 6px;
    font-size: 22px;
    margin: 0 6px 18px 6px;*/

    padding: 6px;
    background: #3992db;
    color: #ffffff;
    /* border-radius: 6px; */
    font-size: 22px;
    font-weight: 600;
    margin: 0 0px 25px 0px;
}


#HomeDiv_inner_bttn {
    padding: 1px;
    background: #ffffff;
    color: #61b6e8;
    border-radius: 10px;
    font-size: 17px;
    margin: 43px auto 13px;
    width: 90%;
}

#HomeDiv_inner_launch {
    padding: 11px;
    background: #f4f4f4;
    color: #61b6e8;
    border-radius: 10px;
    font-size: 17px;
    margin: 8px 11px 0 13px;
    text-align: left;
    font-weight: bold;
}

#btnLaunch {
    position: relative;
    top: -45px;
    float: right;
    width: 46px;
    padding: 3px;
    right: 22px;
}

#btnLaunch:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

#btnPunchTime {
    position: relative;
    top: -45px;
    float: right;
    width: 67px;
    padding: 3px;
    right: 12px;
}

#btnPunchTime:hover {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

label {
    display: inline-block;
    margin-bottom: 5px;
    /* font-weight: bold !important; */
}

#versionDiv_id {
    right: 10px;
    position: absolute;
    top: 14px;
}
 


