/* CSS Document */
table, tr, td, th {
	padding: 0;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
}
.tabfil01 {
/*	background-color:#F4E5FA; */
	border-color:#DDDDDD;
	border-style:solid;
	border-top-width:2px;
	border-bottom-width:2px;
}
.tabfil02 {
/*	background-color:#F4E5FA;
	border-color:#4A3557;  */
	border-color:#DDDDDD;
	border-style:solid;
	border-bottom-width:1px;
	height:25px;
}
.tabfil02r {
/*	background-color:#F4E5FA;
	border-color:#4A3557;  */
	border-color:#DDDDDD;
	border-style:solid;
	border-bottom-width:1px;
	height:25px;
	text-align:right;
	padding-right:10px;
}
.tabhigh01 {
	height:80px;
}
.border1 {
	border-color: #373737;
	border-style: double;
	border-width: 4px;
	border-collapse:collapse;
	}
.border2 {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	padding: 0 25px 0 25px;
}
.LineTop {
	height: 1px;
	background-position: top;
	background-image: url(../images/horizline1.jpg);
	background-repeat: repeat-x;
}
.LineRight {
	border-right: 4px solid #0000DD;
}
.LineMiddle {
	height: 1px;
	background-position: center;
	background-image: url(../images/horizline1.jpg);
	background-repeat: repeat-x;
}
.LineMiddleDouble {
	height: 4px;
	background-position: center;
	background-image: url(../images/horizline2.jpg);
	background-repeat: repeat-x;
}
.LineLeft {
	border-left: 4px solid #FF0000;
}
.LineBottom {
	height: 1px;
	background-position: bottom;
	background-image: url(../images/horizline1.jpg);
	background-repeat: repeat-x;
}
hr {
    display: block;
    height: 5px;
    border: 0;
    border-top: 5px double #ED8725;
    margin: 2em 0;
    padding: 0;
}
.txtinfo {
	padding: 0 20px 0 20px;
}
.banner01 {
	background-image: linear-gradient(
      to right,
      white,
      #373737,
      #373737,
      #ffffff);
}
.banner02 {
	background-image: linear-gradient(
      to right,
      white,
      #ED8725,
      #ED8725,
      #ffffff);
}
.Tabpets01{
	width:60%;
	margin-left:20%; 
	margin-right:20%;
	border: none;
}
.ResultsRowDark {
	color:table;
	background-color: #FCF8F4;
}
input.formButton.Compact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #373737;
	border-style: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 3px 10px #999999;
	-webkit-box-shadow: 0px 3px 10px #999999;
	box-shadow: 0px 3px 10px #999999;
	behavior: url(../WebAssist/ButtonStyler/HTCFiles/ie-css3.htc);
}
input.formButton.Compact:hover {
	color: #FFFFFF;
	background-color: #1F7AE9;
}
@media only screen and (max-width: 1151px) {
	.Tabpets01{
		width:80%;
		margin-left:10%;
    	margin-right:10%;
	}
}
