﻿

input[type="submit"], input[type="button"] {
    border: solid 1px #1e5288;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;
    line-height: 28px;
    height: 28px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    border-radius: 5px;
    cursor: pointer;
    background: #a9d1e0; /* Old browsers */
    background: -moz-linear-gradient(top, #a9d1e0 0%, #225289 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d1e0), color-stop(100%,#225289)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a9d1e0 0%,#225289 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a9d1e0 0%,#225289 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d1e0', endColorstr='#225289',GradientType=0 ); /* IE6-9 */
}
.PortalLocationTR {
    width: 100%;
    height: 30px;
    clear: both;
}

.PortalLocationLabel {
    margin-top: 3px;
    float: left;
    margin-right: 10px;
    text-align: left;
    width: 150px;
}

.PortalLocationControl {
    float: left;
    width: auto;
}

    .PortalLocationControl input[type=text] {
        width: 99%;
    }

    .PortalLocationControl select {
        width: 55%;
    }

.PortalCountryControl {
    float: left;
    width: 20%;
}

    .PortalCountryControl input[type=text], select {
        width: 98.5%;
    }

    .PortalCountryControl select {
        width: 100%;
    }

/*Import Schedule*/
#divImportedDataChart {
    display: none; 
    width: 98%; 
    float: left; 
    margin: 5px;
    height:200px;
    border:1px solid #ccc;
    border-radius: 10px;
}

