/* Creat by SonNguyen */

		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline; float:left;
		}

		UL.tabNavigation LI A {
		    padding: 5px;
		    background-color: #ccc; border-left:solid 1px white;

		    text-decoration: none;   font-family:Tahoma; color:black; font-size:12px;
		}

		UL.tabNavigation LI A.selected {
           background-color: #0085b0; border-left:solid 1px white;
             border: solid 3px  #0085b0;
		     padding: 5px;   font-family:Tahoma; color:white; font-size:12px;font-weight:bold;
        }


		UL.tabNavigation LI A:hover {
		    background-color: #d80202; border-left:solid 1px white;
		     border: solid 3px  #d80202;
		     padding: 5px;  font-family:Tahoma; color:black; font-size:12px;
		}

		UL.tabNavigation LI A:focus {
			outline: 0;
		}
#tab
		div.tabs > div {
			padding: 0px;
			margin-top: 3px;  width:700px; height:*;
		}

		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
		    background-color: transparent;   text-align:left;  padding-top:20px;
		}

		#second {
		    background-color: transparent;      text-align:left; padding-top:20px;
		}

		#third {
		    background-color: transparent;    text-align:left;  padding-top:20px;
		}

		.waste {
			min-height: 10px;
		}

.FeedInput {
  height:20px; font-family:Tahoma; font-size:12px; border-top:solid 0px black;border-right:solid 0px black;border-left:solid 0px black; background: transparent;
}
.BorderFed {
  border-bottom:10px solid white;
}
.ItemStyle {
  background:#990100; border:0px;
}


.HeaderStyleFed {text-align: center; height:25px; background: #ba0101; color:yellow; font-family: Arial; font-size: 12px; }


.subheadfed {
  height:20px; text-align:left; padding-left:10px; color:#000000; font-size:11px; font-family: Arial;vertical-align: top;
border-top: dotted 1px #a0a0a0;
}
.subheadfed2 {
  height:20px; text-align:left; color:#a9a9a9; font-size:11px; font-family: Arial;vertical-align: top;
}
.subheadfed3 {
  height:20px; text-align:left; color:#000000; font-size:12px; font-family: Arial;vertical-align: top;
}


