﻿.tblLogin{
    box-shadow: 0px 0px 30px #000000;
    -moz-box-shadow: 0px 0px 20px #000000;
    -ms-box-shadow: 0px 0px 20px #000000;
    -o-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: #FFAA00 1px solid;
    background-color:#FFFFFF;
    color: #000000;

}


@media (min-width: 800px) and (min-height: 500px){
    header{
        display: none;
    }
    nav{
        display: none;
    }
    footer{
        display: none;
    }
}

.LeftColumn {
  float: left;
  vertical-align: bottom;
}

.RightColumn{
	float:right;
}

@media (max-width: 799px) {
    .LeftColumn {
        float: none;
    }
    .RightColumn {
        float: none;
        padding: 20px;
    }
}
@media (max-height: 499px) {
    .LeftColumn {
        float: none;
    }
    .RightColumn {
        float: none;
        padding: 20px;
    }
}

.WarningShading {
    padding: 5px;

    background: #FFAA00; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #FFAA00, #FFF); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left , #FFAA00, #FFF); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left , #FFAA00, #FFF); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left , #FFAA00, #FFF); /* Standard syntax */

    border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px 0px 0px 6px;

}