.ShinyByLine { color: #CC3300; }

a.medialinkCorporateBg, 
ul.PageMenu li a:hover,
ul.PageMenu li ul li  a:hover,
ul.PageMenu li a.SelectedMenuItem,
ul.PageMenu li ul li a.SelectedMenuItem,
.CopyHeader,
.RelatedLink,
.RelatedLink a:hover {
  color: #EE5400;
}

.CopySolid tr td {
  background-color: #fdeacc;
}

.CopySolid th, .CopySolidHeader {
  background-color: #e96119;
  border-left: 1px solid #e96119;
  border-right: 1px solid #e96119;
  border-top: 1px solid #e96119;
}

/* NM WT */
#nodemobile {
    position: relative;
}

#nodemobile table#nmv_usage,
#nodemobile table#nmv_usage table.category_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 5px;
}

#nodemobile table#nmv_usage {
    margin-bottom: 10px;
}

#nodemobile table#nmv_usage tr.heading td.description {
    width: 50%;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
}

#nodemobile table#nmv_usage tr.heading td.count1,
#nodemobile table#nmv_usage tr.heading td.count2 {
    width: 25%;
    text-align: right;
}

#nodemobile table#nmv_usage tr.heading {
    background-color: #F3F3F3;
    border: 1px solid #A3A3A3;
}

#nodemobile table#nmv_usage tr.data_row {
    background-color: #F3F3F3;
}

#nodemobile table#nmv_usage tr.heading td {
    padding: 2px 5px;
}

#nodemobile table#nmv_usage tr.data_row table {
    width: 98%;
    margin: auto;
    margin-bottom: 7px;
    border-collapse: collapse;
}

#nodemobile table#nmv_usage tr.data_row {
    padding: 0px;
    margin: 0px;
    border: 1px solid #A3A3A3;
}

#nodemobile thead tr .header {
    background-image: url("../images/nmv/bg.gif");
    background-repeat: no-repeat;
    background-position: center right;
}

#nodemobile thead tr .headerSortUp {
    background-image: url("../images/nmv/asc.gif");
}

#nodemobile thead tr .headerSortDown {
    background-image: url("../images/nmv/desc.gif");
}

#nodemobile input#administration_ipnd_existing,
#nodemobile input#administration_ipnd_new {
    width: 100%;
}

#AutocompleteAddress{
    display: none;
    position: absolute;
    background-color: White !important;
    border: 1px solid Black !important;
    font: 13px/18px Arial,Helvetica,Verdana,sans-serif;
    height: auto !important;
    max-height: 180px !important;
    overflow: auto;
    padding: 5px !important;
    white-space: nowrap;
    width: 500px !important;
}

#AutocompleteAddress li.itemhover,
#AutocompleteAddress li:hover 
{
    background: #eee;
}

#nodemobile ul li.list {
    border-top: 1px solid #FF7400;
    font-weight: bold;
    text-align: center;
}

#nodemobile div.split_add {
    padding: 3px;
}

#nodemobile div.split_add label {
    float: left;
    margin-right: 3px;
    width: 130px !important;
}

#nodemobile div.split_add select {
    border: 1px solid #FF7400;
    height: 25px;
    padding: 3px;
}

#nodemobile div .split_add input {
    border: 1px solid #FF7400;
    height: 19px;
    padding: 3px;
}

#nodemobile div.addresshint {
    display: none;
    left: 420px;
    margin-top: -33px;
    position: absolute;
    width: 200px;
}

#nodemobile div.addresshint p {
    margin-left: 5px;
}

#nodemobile div.hint, #nodemobile div.addresshint {
    background-color: rgba(0, 0, 0, 0.75);
    border-color: rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5) -moz-use-text-color;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    box-shadow: 0 0 5px #3C3C3C;
    color: #FFFFFF;
}

#nodemobile span.addresserror {
    margin-left: -10px;
}

#nodemobile img {
    padding: 0px;    
}

#nodemobile td.duration,
#nodemobile td.cost,
#nodemobile td.usage {
    text-align:  right;
}

#nodemobile td.duration,
#nodemobile td.cost {
    padding-right: 10px;
}

#nodemobile .indication {
    float: left;
    width: 26px;
    height: 26px;
}

#nodemobile .collapsed {
    background: url("../images/sprites.png") no-repeat scroll 0 0 transparent;
}

#nodemobile .expanded {
    background: url("../images/sprites.png") no-repeat scroll 0 -26px transparent;
}

#nodemobile tr.data_row table tbody tr td,
#nodemobile tr.data_row table tfoot tr td {
    padding-left: 5px;
    padding-right: 5px;
}

#nodemobile td {
    font-size: 12px;
}

#nodemobile th {
    font-size: 13px;
}

#nodemobile td.date {
    width: 120px;
}

#nodemobile th.duration {
    width: 80px;
} 

#nodemobile .row-odd {
    background-color: #FCFCFC;
}

#nodemobile td.included {
    text-align: center;
    width: 30px;
}

#nodemobile form[name="nmvusage"] {
    margin-bottom: 10px;
}

#nodemobile .modal {
    background-color:#fff;
    display:none;
    width:350px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
 
    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
  }
  
#nodemobile ul.errors li {
    color: red;
}

#nodemobile #residentialaddress, #nodemobile #shippingaddress {
	width: 100%;
}

#nodemobile #residentialaddress_autocomplete, #nodemobile #shippingaddress_autocomplete {
    position: absolute;
    width: 100%;
    z-index: 99999;
    background-color: white;
    border: 1px solid #CCCCCC;
    margin: 0px;
}

#nodemobile .itemhover {
	background-color: #EEEEEE;
}
