body {
    margin: 0;
    /*width: 500px;*/
    color: #3d3d3d;
    font-family: Calibri,Trebuchet MS,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    width: 100%;
    background: #fafafa;
}


a {
    color:#003366;
    text-decoration: underline;
    font-weight: bold;
}


a:hover{
    color:#4c9dcf;
    text-shadow:1px 1px 0 white;
}

h2 {
    /*color:#003366*/;
    font-size: 18px;
    line-height: 22px;
    margin-top: 9px;
}

table {
    color: #3d3d3d;
    font-family: Calibri,Trebuchet MS,sans-serif;
    font-size: 13px;
    line-height: 1.42857;
    padding-bottom: 21px;
    background: #ffffff;
}

#main{
    
    border: 15px solid #fff;
}
/*.myButton_small:hover {
    background: #0061A7 linear-gradient(to bottom, #0061A7 5%, #007DC1 100%) repeat scroll 0% 0%;
}
.myButton_small {

    box-shadow: 0px 1px 0px 0px #54A3F7 inset;
    background: #007DC1 linear-gradient(to bottom, #007DC1 5%, #0061A7 100%) repeat scroll 0% 0%;
    border-radius: 3px;
    border: 1px solid #124D77;
    display: inline-block;
    color: #FFF;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}*/

td {
    height: 51px;
    min-width: 20px;
}

input {
    border: 1px solid #b9b9b9;
    min-height: 25px;
    vertical-align: middle;
}

input:focus {
    border-color: #4c9dcf;
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    
}

input[type="submit"], input[type="reset"] {
    background-color: #ff0000;
    border-radius: 0;
    border: medium none;
    color: #fff;
    font-weight: 800;
    padding: 1px 8px 3px;
    font-family: Calibri,Trebuchet MS,sans-serif;
    font-size: 15px;
    cursor: pointer
}

input.selected {
    border: medium none;
    color: #ff0000;
    cursor: default;
    font-weight: bold;
}

.myButton_small {
    background-color: #ff0000;
    display: inline-block;
    padding-left: 7px;
    cursor: pointer;
    color: #fff;
    padding-top: 6px;
}

