.CSSTable {
	margin:0px;padding:0px;
	width:580px;
	box-shadow: 10px 10px 5px #888888;
	border:0px solid #ef6b1f;
	
	-moz-border-radius-bottomleft:25px;
	-webkit-border-bottom-left-radius:25px;
	border-bottom-left-radius:25px;
	
	-moz-border-radius-bottomright:25px;
	-webkit-border-bottom-right-radius:25px;
	border-bottom-right-radius:25px;
	
	-moz-border-radius-topright:25px;
	-webkit-border-top-right-radius:25px;
	border-top-right-radius:25px;
	
	-moz-border-radius-topleft:25px;
	-webkit-border-top-left-radius:25px;
	border-top-left-radius:25px;
}.CSSTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:25px;
	-webkit-border-bottom-right-radius:25px;
	border-bottom-right-radius:25px;
}
.CSSTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:25px;
	-webkit-border-top-left-radius:25px;
	border-top-left-radius:25px;
}
.CSSTable table tr:first-child td:last-child {
	-moz-border-radius-topright:25px;
	-webkit-border-top-right-radius:25px;
	border-top-right-radius:25px;
}.CSSTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:25px;
	-webkit-border-bottom-left-radius:25px;
	border-bottom-left-radius:25px;
}.CSSTable tr:hover td{
	
}
.CSSTable tr:nth-child(odd){  }
.CSSTable tr:nth-child(even)    {  }.CSSTable td{
	vertical-align:middle;
	
	
	border:0px solid #ef6b1f;
	border-width:0px 0px 1px 0px;
	text-align:center;
	padding:10px;
	font-size:10px;
	font-family:Arial;
	font-weight:normal;
	color:#ffffff;
}.CSSTable tr:last-child td{
	border-width:0px 0px 1px 0px;
}.CSSTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTable tr:last-child td:last-child{
	border-width:0px 0px 1px 0px;
}
.CSSTable tr:first-child td{
		background:-o-linear-gradient(bottom, #c46811 5%, #7a7a7a 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c46811), color-stop(1, #7a7a7a) );
	background:-moz-linear-gradient( center top, #c46811 5%, #7a7a7a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#c46811", endColorstr="#7a7a7a");	background: -o-linear-gradient(top,#c46811,7a7a7a);

	background-color:#c46811;
	border:0px solid #ef6b1f;
	text-align:center;
	border-width:0px 0px 0px 0px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #c46811 5%, #7a7a7a 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c46811), color-stop(1, #7a7a7a) );
	background:-moz-linear-gradient( center top, #c46811 5%, #7a7a7a 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#c46811", endColorstr="#7a7a7a");	background: -o-linear-gradient(top,#c46811,7a7a7a);

	background-color:#c46811;
}
.CSSTable tr:first-child td:first-child{
	border-width:0px 0px 0px 0px;
}
.CSSTable tr:first-child td:last-child{
	border-width:0px 0px 0px 0px;
}

a.CSSpopupR {
  text-decoration:none;
  position:relative;
  display:block;
}
a.CSSpopupR:hover {
  border:none;
}
a.CSSpopupR img {
  border:none;
}
a.CSSpopupR span {
visibility:hidden;
position:absolute;
top:-100px;
left:180px;
}
a.CSSpopupR:hover span {
  visibility:visible;
}
a.CSSpopupRR {
  text-decoration:none;
  position:relative;
  display:block;
}
a.CSSpopupRR:hover {
  border:none;
}
a.CSSpopupRR img {
  border:none;
}
a.CSSpopupRR span {
visibility:hidden;
position:absolute;
top:-100px;
left:275px;
}
a.CSSpopupRR:hover span {
  visibility:visible;
}
a.CSSright {
  text-decoration:none;
  position:relative;
  display:block;
}
a.CSSright span {
visibility:hidden;
position:absolute;
top:-100px;
left:-400px;
}
a.CSSright:hover {
  border:none;
}
a.CSSright img {
  border:none;
}
a.CSSright:hover span {
  visibility:visible;
}
.CSSshadow {
box-shadow: 10px 10px 5px #888888;
}
.CSStbhorse td{
	border:0px solid #ef6b1f;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}