﻿@charset "utf-8";
/* CSS Document */





.clr, .clear {
    clear: both;
}

.subheading{
   font-family: 'oswalddemibold', 'Oswald', sans-serif;
   color: #007194;
    padding: 15px 0 15px 0;
    border-bottom: #d2d2d2 solid 1px;
    margin: 0 0 10px 0;
        text-transform: uppercase;
        font-size: 18px;
    display:block;
}



.btnregister {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background: #b99c6b !important;
    color: #fff;
    border-color: #b99c6b;
     padding: 6px 10px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btnregister:hover {
    border-color: #907649;
    color: #fff;
     background-color: #907649 !important;
}


.btnregisterone {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background: #007194 !important;
    color: #fff;
    border-color: #007194;
     padding: 6px 10px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btnregisterone:hover {
    border-color: #05556d;
    color: #fff;
     background-color: #05556d !important;
}

.btnregistertwo {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background: #3caa3c !important;
    color: #fff;
    border-color: #3caa3c;
     padding: 6px 10px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btnregistertwo:hover {
    border-color: #2b8e2b;
    color: #fff;
     background-color: #2b8e2b !important;
}


.btnregisterthree {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background: #858585 !important;
    color: #fff;
    border-color: #858585;
     padding: 6px 10px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btnregisterthree:hover {
    border-color: #646464;
    color: #fff;
     background-color: #646464 !important;
}




table{width:100%;}
#DivMiddle table td, #DivMiddle table th{border:1px solid #ccc; border-collapse:collapse; padding:5px;}





