﻿body {
    background: white;text-align:left;    color: black
}
 div{margin-top:10px}
a{text-decoration:none;color:#1a95e6}
.CenterPanel{border:1px solid #ccc;position:absolute;width:600px;min-height:300px;top:25%;left:25%;
             background-color:#ffffff;padding:0px;margin:10px auto;text-align:left}
.PanelTitle{background-color:#1a95e6;color:#fff;padding:5px}
.PanelRow{padding:10px;color:#333;font-size:14px}
.MenuItem{margin-top:10px}
.PanelTitle input[type=text] {
    height: 30px;background-color:#1a95e6
}
input[type=button] {background-color:#1a95e6;color:white}

.LeftPanel {
    border: 1px solid #ccc;         min-height: 300px;       
    background-color: #ffffff;    padding: 0px;    margin: 10px;
    text-align: left
}
.GreenPanel {
    background-color: #f0fcfe;
    border-color: #33bbba;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    text-align: left ;
    width: 600px;
}
.BlueButton {background-color:#1a95e6;color:white;border:none;padding:3px;width:100px;border-radius:10px;margin:0px;border-radius:5px }
.OrangeButton {
    background-color: #f8591d;
    color: white;
    border: none;
    padding: 5px;
    width: 100px;
    border-radius: 10px;
    margin: 0px;
    border-radius: 5px
}

table {
    border-right: 1px solid #1a95e6;
    border-bottom: 1px solid #1a95e6;
    text-align: center;
}

    table tr {
        border-left: 1px solid #1a95e6;
        border-top: 1px solid #1a95e6;
        margin:0px
    }

    table td {
        border-left: 1px solid #1a95e6;
        border-top: 1px solid #1a95e6;
    }