

.column.left
{
    padding-top: 4em;
}

.watermarked
{
    border-right: #ccccff thin solid;
    border-top: #ccccff thin solid; 
    border-left: #ccccff thin solid; 
    border-bottom: #ccccff thin solid;
    color: gray;
    display: inline;
    background: AliceBlue;
    visibility: visible;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.RadioButtonWidth input[type="radio"]   
{
    margin-right:15px;
}  

.systems_container 
{
	border: 1px solid #ccc;
	box-shadow: inset 0px 3px 10px rgba(0, 0, 0, 0.15);
	padding: 1em;
	margin-bottom: 1em;
}

.SelectedDealerColor
{
    background: #ADD8E6;    
}

#contentwrap .systemsNewUI 
{
    font-size: 1.5em;
    color: white;
    display: block;
    line-height: 2em;  
    background: #bf0000;
    /*background: -moz-linear-gradient(bottom, #FF0000, #E10000);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#E10000));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4382cb', endColorstr='#0d3c82', gradientType='0');*/
    border: 0px;
    /*border-top: 1px solid #91b2ce;*/
    font-family: LithoAntiqueMedium;  
    width: auto;
}

#contentwrap .systemsUI
{
    font-size: 1.5em;
    color: white;   
/*    color: black;   */
    display: block;
    line-height: 2em; 
    background: #0d3c82;  
/*    background: #FFFFFF;  */
    /*background: -moz-linear-gradient(bottom, #4382cb, #0d3c82);
    background: -webkit-gradient(linear, left top, left bottom, from(#4382cb), to(#0d3c82));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4382cb', endColorstr='#0d3c82', gradientType='0');*/
    border: 0px;
    /*border-top: 1px solid #91b2ce;*/
    font-family: LithoAntiqueMedium;    
    width: auto;  
}


.move_choose
{
    display: none;
}
.move_choose select
{
    font-size: .8em;
    width: auto;
}

#contentwrap .dialog
{
    display: none;
    overflow: hidden;
}
.dialog fieldset legend
{
    display: inline;
}

table.alerts
{
    width: 100%;
    margin-bottom: 1em;
}

table.alerts th {
    font: 1.5em/1em LithoAntiqueMedium;
    color: #3476C5;
    text-align: left;
}
table.alerts label
{
    float: none;
    display: inline;
    margin-left: 0;
}

table.alerts td
{
    color: #6a6a6a;
    line-height: 2.5em;
}
table.alerts td em
{
    font-family: LithoAntiqueMedium;
    font-size: 1.2em;
    font-style: normal;
}

table.alerts td:first-child
{
    padding-left: 1em;
    width: 25%;
}

table.alerts tr.even
{
    background: #f5f5f5;
}

table.alerts tr:nth-child(even)
{
    background: #f5f5f5;
}

#selectdealer
{
    border: 1px solid #e5e5e5;
    width: 100%;
}
#selectdealer th
{
    /*background: white;*/
    color: #4e88d0;
    font-family: LithoAntiqueMedium;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 .25em;
    font-size: 1.5em;
    line-height: 1.5em;
}
#selectdealer td
{
    /*background: white;*/
    padding: .5em;
    color: black;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #fff;
}

#selectdealer td:focus-visible {    
    border: 1px solid #000000;
}
#selectdealer td label {
    margin: 0px !important;
    border: 0px !important;
}

#selectdealer td.check
{
    /*background: #ededed;*/
    padding: 0 1em;
}

#selectdealer td input[type=checkbox]
{
    display: block;
    line-height: 3em;
}

table.alerts th.me__heder {
    padding-left: 120px;
}