﻿
.side-nava a {
  background: #f2f2f2;
  border: 1px solid rgba(0, 0, 0, .3);
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
}
.side-nava a:hover {
  background: #c0c0c0;
  /*box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, .3);*/
}

ul[data-pie-id] li:nth-child(1) {
  color: red;
}

ul[data-pie-id] li:nth-child(2) {
  color: red;
}

ul[data-pie-id] li:nth-child(3) {
  color: yellow;
}
.pgLoad{
	position: relative;
	top: 5px;
	left: 0px;
	right: 0px;
	float: right;
	width: 100%;
	height: 35px;
	filter:alpha(Opacity=100);
	background-color:#e6e6e6;
	overflow: auto;
	padding-top:0px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	text-align: center;
	vertical-align: middle;
    border-color: #c0c0c0;
    border: 1px solid;
    border-radius: 5px;
	z-index: 101;
}
.TBErr {
     border: 1px solid red !important;
}
.textbox { 
    border: 3px groove #FFA5A5; 
    outline:0; 
  } 
.reqShow {
  border-style: solid;
  font-weight: normal;
  background-color: #2551a3;
  border-color: #0078a0;
  border-width: 2px;
  }
    .reqShow.warning {
        background-color: #f6b33322;
        border-color: #f6b333;
        border-width: 2px;
        /*color: white;*/
    }
    .reqShow.required {
        background-color: #ffffff;
        border-color: #f6b333;
        border-width: 1px;
        /*color: white;*/
    }
.greyborder {
    border-style: solid;
    border-color: #e6e6e6;
    border-width: 1px;
    margin-bottom: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
}
