﻿.clear:after {
  content: "";
  display: table;
  clear: both;
}
.LoginWrap
{ font-size:1.25em; }
.row, .headrow
{
    clear:both;
    width: auto;
	overflow:hidden;
}
.rowborder
{
    clear:both;
	border:2px solid black;
	border-top:0px;
}
.headrow
{
    margin-top:10px;
    border-top:2px solid black;
}
.left, .right, .threecolumns, .fourcolumns
{
    float:left;
	overflow:hidden;
}
.left, .right
{ width:360px; }
.threecolumns
{ width:238px; }
.fourcolumns
{ width:106px; }
.left, .clearleft
{ clear:left; }
.row ul, .left ul, .right ul, .threecolumns ul, .fourcolumns ul
{
    padding-left:10px;
    margin: 0px 0px 0px 0px;
}
.row ul li, .left ul li, .right ul li, .threecolumns ul li, .fourcolumns ul li
{
    font-size:2.4em;
    color:Black;
    padding-bottom:5px;
    padding-left:0px;
    list-style: none;
}
.placeHolderDiv
{
    font-size:1.8em;
    color:Black;
}
.liPlaceHolder
{
    font-size:.75em;
    color:Black;
}
input[type="text"]
{ text-transform:uppercase; }
select, input
{
    font-size:.9em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul li.lbl, .left ul li.lbl, .right ul li.lbl
{
    padding-top:5px;
    padding-left:20px;
    font-style:italic;
}
.grayed
{ background-color:#bfbfbf; }
.ungrayed
{ background-color:White; }
.validator
{ color:Red; }
.pagetitle
{ font-size:2em; }
.subtitle
{
    font-size:1.8em;
    font-variant:normal;
    font-weight:bold;
}
.goBack
{
    font-size:1.8em;
    font-variant:normal;
    font-weight:bold;
}
.errors
{ height:95px; }
.errors_short
{ height:55px; }
.errors .errormsg, .errors_short .errormsg
{
    font-size: 1.5em;
    color:Red;
}
table.siteinfo th, table.siteinfo td
{
    padding: 10px 10px 10px 10px;
    border-right: 1px solid black;
    font-size:1.9em;
}
table.dataTable th, table.dataTable td
{
    padding: 10px 10px 10px 10px;
    border: 1px solid black;
    font-size:.9em;
}
.wizard_button
{
    margin: 10px 0px 10px 10px;
    padding: 5px 10px;
    font-size: 1em;
}
.clickButton
{ margin-left:15px; }
.floatbutton
{
    float:right;
    margin-right:29px;
}
.mycheckBig input
{width:25px; height:25px;}
.tallbutton
{ height:3em; }
