/*############################################################################
 #
 #  FILE: custom.css
 #
 #  DESCRIPTION:  Custom UI custom stylesheet
 #
 #  Copyright ©2010-2019 ARRIS Enterprises, LLC. All rights reserved.
 #
 #  This program is confidential and proprietary to ARRIS Enterprises, LLC. (ARRIS),
 #  and may not be copied, reproduced, modified, disclosed to others, published
 #  or used, in whole or in part, without the expressed prior written
 #  permission of ARRIS.
 ############################################################################
*/
/* SaskTel corporate palette (guesstimate)
   87CEFA Light Sky Blue
   00BFFF Deep Sky Blue
   54585a dark grey
   d9d9d6 light grey
   25282a black


*/
html body {
	background-color: #d9d9d6;
}
a {
	color: #54585a;
}
a:hover {
	color: #25282a;
}
hr {
	color: #54585a;
	background-color: #54585a;
}

h1 {
	color: #54585a;
}

h2 {
	color: #54585a;
}

h3 {
	color: #25282a;
}
.graphreceive {
        color: #00BFFF;
}
.graphtransmit {
        color: #54585a;
}
.tcmgraphrssi {
        color: #cc0000;
}
.tcmgraphchanutil {
        color: #00cc00;
}
.tcmgraphplain {
        color: #000000;
}
 .INIDinfo {
	color: #25282a;
}
.desc {
	color: #54585a;
}

.col1 {
	color: #25282a;
}

.col2 {
	color: #25282a;
}
#wrapper {
	background-color: #d9d9d6;
}
#top-navigation {
	background: #25282a;
	color: #ffffff;
}

.topnav a {
	color: #ffffff;
}

.topnavselected a {
	color: #87CEFA;
	font-size: 16px;
}

#sec-navigation {
	background: #d9d9d6;
}
#sec-navigation-wide {
	background: #d9d9d6;
}
.secnavselected a{
        font-size: 14px;
        font-weight: bold;
        color: #25282a;
}

#help-sub {
	color: #25282a;
}
.cssbtn {
	color: #25282a;
}

.cssbtn span {
	color: #25282a;
}
table.grid {
    background-color: #00BFFF;
}
table.grid th {
    color: #25282a;
    background-color: #87CEFA;
}
table.grid tr.a td {
    background-color: #d9d9d6;
}
table.grid tr.b td {
    background-color: #ffffff;
}

table.appstat {
	border: 1px solid #25282a;
}
table.appstat th {
    color: #25282a;
    background-color: #87CEFA;
}
table.appstat tr td {
    background-color: #fff;
}
table.appstat tr.b td {
    background-color: #ffffff;
}
table.appstat td.c {
    background-color: #d9d9d6;
}
table.hpnastats td {
	border: 1px solid #54585a;
}
table.hpnastats td.colorbg {
	background-color: #87CEFA;
}
table.hpnastats td.interval {
	background-color: #25282a;
	color: #ffffff;
}

table.packetfilter {
	border: 3px solid #E87722;
}

table.packetfilter th {
    color: #25282a;
    background-color: #87CEFA;
}

table.packetfilter tr td {
	border-bottom: 1px solid #54585a;
}

tr.rule {
	background-color: #00BFFF;
	color: #25282a;
	font-weight: bold;
}

tr.match {
	background-color: #ffffff;
}
.LB-white-content {
    border: 3px solid #585858;

}
.ups {
	background: -webkit-gradient(linear, left top, left bottom, from(#FF8000), to(#FACC2E));
	background-color: #FF8000;
	/*-webit-animation-name:bar-one;*/
}
.downs {
	background: -webkit-gradient(linear, left top, left bottom, from(#00FF00), to(#9FF781));
	background-color: #00FF00;
}
.inner p {
	color: #25282a;
}
#footer {
	background-color: #d9d9d6;
}
#logoutbar {
    background-color: #000000;
    color:#ffffff;
}
