body {
    -webkit-text-size-adjust: none;
}

#screen-ui-mobile { display: none; }
.nav-button { display: none; }

#page-header-tnet-logo { padding-top: 5px; position: relative; bottom: -1px; }
#page-header-toggle { display: none; }
#page-header-td-middle { vertical-align: middle; }
#page-header-td-right { vertical-align: middle; text-align: right; }

html, body {
 text-align: center; /* IE6 */
}
#page-wrapper {
 position: relative;
 background-color: #F0F0F0;
}
#page-header-tnet-logo-sm {
 height: 20px;
 position: relative;
 top: 3px;
 right: 10px;
}
#page-content {
 margin: 0px;
 margin-top: 22px;
 padding: 0px;
 padding-bottom: 130px; /* footer height */
}
#page-footer {
 height: 130px; /* footer height */
}
#footer-logo { right: 25px; bottom: -34px; }

.ui-dropdownchecklist-dropcontainer { width: 380px; }

.inline-ads { display: none; }

.container {
 width: 100%;
 margin: 0px;
 padding: 0px;
}

.pagecontent {
 float: left;
 width: 100%;
 /* height: 100%; */
 position: relative;
 left: 23px; /* TESTING UI SAMPLE (changed from 20 to 23) */
 top: 0px;
}

.primary {
 float: left;
 width: 68%; /* TESTING UI SAMPLE (changed from 69) */
 /* max-width: 1000px; */
 text-align: left;
 border: 1px;
 background-color: #FFFFFF;
 border-style: solid;
 border-color: #D0D0D0;
 padding: 15px;
 /* min-height: 600px; */
 overflow: hidden;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 /*
 position: absolute;
 top: 0px;
 bottom: -145px;
 height: 100%;
 */
}

.buffer {
 float: left;
 width: 2%;
 /* max-width: 23px; */
}

.secondary {
 float: right;
 width: 30%; /* TESTING UI SAMPLE (changed from 29) */
 /* max-width: 320px; */
 text-align: center;
 border: 1px;
 background-color: #FFFFFF;
 border-style: solid;
 border-color: #D0D0D0;
 padding: 10px;
 overflow: hidden;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 max-width: 350px;
}

.secondwrapper {
 width: 100%;
 margin: 0 auto;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 1px;
 position: relative;
 right: 1px;
}

.footer {
 float: left;
 width: 100%;
 text-align: left;
 border: 0px;
 /*
 background-color: #FFFFFF;
 border-style: solid;
 border-color: #D0D0D0;
 */
 padding: 15px;
 padding-left: 0px;
 position: relative;
 top: 0px;
 left: 0px;
}

.footer2 {
 float: left;
 width: 100%;
 border: 0px;
 padding: 0px;
 position: absolute;
 bottom: 0px;
 left: 0px;
}

/*
#ul-nav {
 position: relative;
 right: -40px;
 bottom: 0px;
}
*/

.left-col {
 float: left;
 width: 200px; /* TESTING UI SAMPLE (changed from 170 to 200) */
 text-align: left;
 border: 1px;
 background-color: #FFFFFF;
 border-style: solid;
 border-color: #D0D0D0;
 padding: 10px; /* TESTING UI SAMPLE (changed from 1 to 10) */
 /*
 position: absolute;
 top: -1px;
 left: -185px;
 */
}

.left-col-spacer {
 float: left;
 width: 200px; /* TESTING UI SAMPLE (changed from 170 to 200) */
 text-align: left;
 border: 1px;
 background-color: #F0F0F0;
 border-style: solid;
 border-color: #F0F0F0;
 padding: 1px;
 padding-top: 0px; /* TESTING UI SAMPLE (added) */
 padding-left: 10px; /* TESTING UI SAMPLE (added) */
 padding-right: 10px; /* TESTING UI SAMPLE (added) */
}

/* TESTING UI SAMPLE (added) */
ul.left-nav li { font-size: 14px; }
ul.primary-nav li { font-size: 14px; }
#screen-ui-header .pageheader { height: 100px !important; }

