body {
	background-color: #e7f7f7;
}
abbr { 
	color: red; 
}
.text-nowrap {
	white-space: nowrap;
}
.text-wrap {
	white-space: normal;
}
.text-danger {
	font-size: smaller;
	color: red;
	font-weight: bold;
}
.deep-blue {
	color: #005aa9;
}
.display-caption {
	font-size: small;
	font-weight: bold;
}
.display-content {
	color: blue;
}
.underline {
	text-decoration: underline;
}
.note {
	padding: 3px; color: #005aa9; /* color of SCE logo blue*/
}
.largerControl input{
	width: 18px;
	height: 18px;
}
.form-control[readonly] {
  background-color: #f7f7f7; !important;
}
table.messageTable {
    border-collapse: collapse;
    border: 0px;
    width:100%;
}
table.messageTable td {
	padding: 4px;
	background-color: #ffff66;
	font-weight: bold;
	color: red;
}

table.list {
	border-spacing: 0; border-collapse: collapse;
}
table.list th {
	color: white; font-weight: bold; background-color: #005aa9; padding: 5px; border: 1px solid black;
}
table.list td {
	padding: 5px; border: 1px solid black;
}
.oddrow{
	background-color: white;
}
.evenrow{
	background-color: #e2e4ff;
}

div.heading {
	border-bottom: 1px solid darkorange;   
    padding: 5px 5px 1px 0px;
}
div.heading span {
	font-weight: bold;
    color: #ffffff;
    border-radius: 5px 20px 0px 0px;
    background: darkorange;
    padding: 5px 20px 2px 10px;
    border-bottom: 1px solid darkorange;
    white-space: nowrap;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 99;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}