﻿.topText {
    color: white;
    width: 475px;
    text-align: right;
    font-weight:bold;
}

    .topText a {
        color: #FFFFFF;
        text-decoration: none;
    }

.topnavancor {
    background: url("../images/buttontop.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #82C533;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 3px 2px rgba(146, 4, 4, 0.75);
    box-shadow: 0 3px 2px rgba(146, 4, 4, 0.75);
    color: #FFFFFF !important;
    display: block;
    font-weight: bold;
    height: 18px;
    padding: 0 4px !important;
    text-align: center;
    text-decoration: none !important;
    float: none !important;
    display: inline-block;
    width: 75PX;
}

.btngreen {
    background: url("../images/buttontop.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #82C533;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 1px 4px rgba(146, 4, 4, 0.75);
    box-shadow: 0 1px 4px rgba(146, 4, 4, 0.75);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 30px;
    padding: 0 4px !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.btngreen-mini {
    background: url("../images/buttontop.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #82C533;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 1px 4px rgba(146, 4, 4, 0.75);
    box-shadow: 0 1px 4px rgba(146, 4, 4, 0.75);
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 18px;
    padding: 0 4px !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.Contentofpagepadding {
    display: block;
    /*padding-top: 10%;*/
}
.mainwraph {
    min-height:350px;
}

.contactlogo {
    background: url("../images/phoneicon.png") no-repeat scroll center center transparent;
}

.RepeterPager {
    float: right;
}

    .RepeterPager a {
        color: red;
    }


.CusorPointer {
    cursor: pointer;
}
