html {
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #3b7F92 0%, #3fb0a8 10%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b7F92 0%, #3fb0a8 10%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b7F92 0%, #3fb0a8 10%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fb0a8', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding: 0.5em 0em;
    background-attachment: fixed;
}
body 
{ 
    font: 80% Arial, "Lucida Sans", sans-serif; 
    margin: auto;
    max-width: 900px; 
    min-width: 640px;
}

img#ScannerImage
{
    width: 250px; 
    border:hidden;
    margin:0 0 0 5px;
}

header, #no-js
{
    background: -webkit-linear-gradient(right, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to left, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* Standard syntax */
//    padding: .5em 0em;
    background-attachment: fixed;
}
#ScannerImageRgt {
    float: left;
    width: 200px;
}
#ScannerImageLft {
    float: right;
    width: 200px;
    padding-left: .5em;
}
img#ScannerImageRgt:hover, img#ScannerImageLft:hover {
    width: 2
    60px;
}

header > div > img
{
    height: 50px;
    padding-right: .5em;
}
header div
{
    font-size: 16px;
}

form
{
    display: inline;
    margin: 0px;
}

h2 {
    margin: 10px 0 5px 0;
}

h3 {
    margin:0;
    padding-bottom: 5px;
}
div.body
{
    margin: 0px;
    padding: 0.5em 1em 0em 1em; 
    background-color: rgba(127,127,127,0.6);
}
div.bodyLight
{
    margin: 0px;
    padding: 1em;
    background-color: #fff;
    overflow-x: hidden; 
}

footer
{
/*    margin-top: 1em; */
    padding: 0.5em;
    background: -webkit-linear-gradient(left, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,255,255,1.0), rgba(255,255,255,0.05)); /* Standard syntax */
}
footer > div
{
    margin: 0px;
    background-image: url("../images/KodakAlaris.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 30px;
}




#bottomButtons, #bottomButtonsPage1, #bottomButtonsPage2, #bottomButtonsPage3, #homeButtons, #emptyButtons {
    margin: 0;
    margin-top: 1em;
    padding: 0;
}


legend 
{ 
    font-size: 125%; 
    font-weight: bold;
    border-style: solid; 
    border-color: #aaa; 
    border-width: 1px 1px 1px 1px; 
    padding: 4px 4px 4px 4px; 
    border-radius: 2px 2px 2px 2px / 2px 2px 2px 2px;
/*
    background-color:#eeeeee;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url("images/bwNetwork.png");
    background-size: 19px 15px;
*/
}

fieldset 
{ 
    background-color: #fff; 
/*    border: 1px solid #aaa; */    
    margin: 0px; 
    margin-bottom: 0.5em; 
/*    padding: 1em; */
    border-radius: 3px;
    border-top-right-radius: 5px;
}


div#ApplySettingsAnyOrSN fieldset
{
    background-color:bisque;
}

div#ApplySettingsAnyOrSN label.Radio.pointer
{
    background-color:bisque;
    box-shadow: none;
    text-align: left;
}

label.nonRadio 
{ 
    vertical-align: middle;
    width:10em; 
    margin-left: 0; 
    margin-top: 4px;
    display: inline-block;
}

label.Radio 
{ 
    float: right; 
    vertical-align: middle;
    width:10em; 
    margin-left: 0; 
    display: inline-block;
}

label.RadioWide
{ 
    float: right; 
    vertical-align: middle;
    width:13em; 
    margin-left: 0; 
    display: inline-block;
}

label.nonRadioWide 
{ 
    vertical-align: middle;
    width:12em; 
/*    margin-right: 1em; */
    display: inline-block;
    min-width:180px;
}

label.nonRadioWideIndent
{ 
    vertical-align: middle;
    width:12em; 
    padding-right: 4em; 
    display: inline-block;
    min-width:180px;
}



input 
{ 
    margin: 2px; 
    margin-left: 5px;
    background-color: #fff; 
    vertical-align: middle;
} 

input[type=static]
{ 
    border: none;
}


.tabs 
{
    position: relative;   
    min-height:670px; /* This part sucks */
    margin-top: 0.6em;
}
.tab 
{
    float: right;
/*    max-width:100px; */
}

.tabDiag
{
   float: right;
   max-width:none;
}

.tab>label, .tabDiag>label
{
    background: rgba(224,224,224,0.5);
    padding: 8px 15px 8px 15px; 
    margin-left: 5px;
    position: relative;
    border-top-right-radius: 4px;
    border-top-left-radius: 10px ;
    font-size: 130%;
    cursor: pointer;
}

.tab>[type=radio], .tabDiag>[type=radio]
{
    display: none;   
}
.tab>label:hover, .tabDiag>label:hover
{
    background-color: #0a7bc2;  /* #3fb0a8; */
  box-shadow:
    1px 1px 0 0 #444444,
    2px 2px 0 0 #333333,
    3px 3px 0 0 #222222,
    4px 4px 0 0 #111111,
    5px 5px 5px 0 #000000;
}

.content {
    position: absolute;
}

.contentLogin 
{
    position:initial;
}
.content, .contentLogin 
{
    top: 2.0em;
    right: 0;
    background: #fff;
    left: 0;
    bottom: 0;
    padding: 20px 10px 10px 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow: hidden;
   box-shadow:
    1px 1px 0 0 #444444,
    2px 2px 0 0 #333333,
    3px 3px 0 0 #222222,
    4px 4px 0 0 #111111,
    5px 5px 5px 0 #000000;
}

.content:hover  contentLogin.hover
{
    overflow-y: auto;
}


[type=radio]:checked ~ label 
{
    background: #fff;
    z-index: 1;     
    cursor: default;
  box-shadow:
    1px 1px 0 0 #444444,
    2px 2px 0 0 #333333,
    3px 3px 0 0 #222222,
    4px 4px 0 0 #111111,
    5px 5px 5px 0 #000000;
}
[type=radio]:checked ~ label ~ .content, [type=radio]:checked ~ label ~ .contentLogin 
{
    z-index: 1;
}
[type=radio] ~ label 
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a 
{
    text-decoration: none;
}


input:disabled 
{ 
/*    background-color: #ddd; */
}

#_networkEthernet_Text:disabled, _networkWirelessSTA_Text:disabled, _networkAccessPoint_Text:disabled
{
}


div.indent 
{ 
    margin-right: 3em; 
    margin-top: .3em; 
}


input.plain, select
{
    margin: 2px; 
    border: 1px solid #999; 
    border-radius: 2px;
    font-size: 100%;
    padding: 2px 5px 2px 5px;
}

label>input[type=radio], input[type=checkbox], label.pointer
{
    cursor: pointer;
}


input#help 
{ 
}

input#getFile
{
    min-width: 600px;
}

input#getFile:hover
{
    min-width: 600px;
}

input[type=submit]:hover,input[type=button]:hover,input[type="file"]:hover
{
  background-color: #ddd; 
  background-image: -webkit-linear-gradient(top, #0a7bc2, #47b5ff);
  background-image: -moz-linear-gradient(top, #0a7bc2, #47b5ff);
  background-image: -ms-linear-gradient(top, #0a7bc2, #47b5ff);
  background-image: -o-linear-gradient(top, #0a7bc2, #47b5ff);
  background-image: linear-gradient(to bottom, #0a7bc2, #47b5ff);

}

input[type=submit],input[type=button],input[type="file"]
{ 
    font-size: 125%;
    background-color: #ddd; 
    margin: 0;
    margin-left: 0.7em; 
    margin-bottom: 0.7em;
    padding: .5em;
    padding-top:2px;
    padding-bottom:3px;
    border-radius: 2px;
    cursor: pointer;

    background-image: -webkit-linear-gradient(top, #7c7e80, #e2ebf0);
    background-image: -moz-linear-gradient(top, #7c7e80, #e2ebf0);
    background-image: -ms-linear-gradient(top, #7c7e80, #e2ebf0);
    background-image: -o-linear-gradient(top, #7c7e80, #e2ebf0);
    background-image: linear-gradient(to bottom, #7c7e80, #e2ebf0);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    text-shadow: 1px 1px 3px #666666;
    min-width: 100px;   /* this linked to div language width*/

  box-shadow:
    1px 1px 0 0 #444444,
    2px 2px 0 0 #333333,
    3px 3px 0 0 #222222,
    4px 4px 0 0 #111111,
    5px 5px 5px 0 #000000;
}


div#language
{ 
    float: left;
    font-size: 75%;
    padding: 0;
    background-color: transparent;
    color: #444;
    min-width: 150px;   
}

div#bottomButtons, div#bottomButtonsPage1, div#bottomButtonsPage2, div#bottomButtonsEasySetup, div#bottomButtonsSecurity, div#bottomButtonsApplySettings, div#homeButtons, div#emptyButtons
{
    margin:0;
    padding-top:1em;
    padding-right:0;
}

div#emptyButtons 
{
    min-height:3em;
}

div#status
{
    overflow:hidden; 
    border: none;
    padding: 7px 15px 7px 15px;
    background:white;
    color: black;
    min-height:1em;
    font-weight:bold;
    width:870px;        /* 900 - (margin)15 - 15 */
}

div#statusPop
{
    overflow:hidden; 
    border: none;
    padding: 7px 15px 7px 15px;
    background:white;
    color: black;
/*    width:820px; */       /* 850 - (margin)15 - 15 */
    min-height:1em;
    font-weight:bold;
}

td{
    vertical-align:top;
}

table {
    font-size: 1em;
}

#WirelessAccessPointTable, #WirelessInfrastructureTable, #SupportS_STable, #TightlySpacedTable
{
    display: block; 
    width:100%;
}

#WirelessAccessPointTable  td, #WirelessInfrastructureTable td, #SupportS_STable td, #TightlySpacedTable td
{
    display: inline-block; 
}

.PadBottom
{
    margin-bottom:0.5em;
}

.nowrap {
  white-space: nowrap ;
}

.SecondRowBorder, .SecondRowMetadataBorder
{
    border: 2px groove threedface; 
    width:50%;
}

input.DiagButton {
    min-width: 150px;
}

.hidden { display: none; }

/* Overlay */
#simplemodal-overlay {background-color:#000;}

/* Container */
#modal-content {display: none;font-size: medium;}
#simplemodal-container {height:400px; width:600px; color:white; background-color:#333; border:4px solid #444; padding:12px;}
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-right:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
//#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; left:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

input.simplemodal-close {
    position:absolute; 
    left:10px;
    bottom:10px;
}

span#_networkEthernet_Text > img, span#_networkAccessPoint_Text > img, span#_networkWirelessSTA_Text > img
{
    margin-right:3px;
}
#AccessPointDiv{
    overflow-y:auto; 
    height:350px;
}
#EnterpriseConfiguration {
    background-color: white;
    display: block;
    width: 100%;
}
#Enterprise_legend {
    background-color: white;
}
#Enterprise_blurb {
    font-size: 1.1em;
}
#CertificateAppList {
}
.Wider {
    width: 15em;
}
