/*------------ table style set ------------*/
.hpb-cnt-tb1{
	background-color : black;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb2{
	background-color: #333333;
	border: 1px solid #333333;
  padding-left : 5px;
  margin-top : 3px;
  margin-left : 3px;
  margin-right : 3px;
  margin-bottom : 3px;
}
.hpb-cnt-tb3{
	background-color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-th1 {
	background-color : transparent;
	font-size: 0.8em;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.hpb-cnt-tb-th2 {
	background-color : white;
	font-size: 0.8em;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell1 {
	background-color : white;
	font-size : 1.2em;
	color: #333333;
	border-top-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color : silver;
	border-right-color : silver;
	border-bottom-color : silver;
	border-left-color : silver;
}
.hpb-cnt-tb-cell2 {
	background-color : white;
	font-size : 1.2em;
	color: #333333;
	border-top-width : 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width : 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color : silver;
	border-right-color : silver;
	border-bottom-color : silver;
	border-left-color : silver;
  text-decoration : none;
}
.hpb-cnt-tb-cell3 {
	background-color: #EEEEEE;
	font-size: 0.8em;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell4 {
	background-color: #FFFFFF;
	font-size: 0.8em;
	color: #333333;
	border: 0px solid #333333;
}
.hpb-cnt-tb-cell5 {
	background-color: #FFFFFF;
	font-size: 0.8em;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

A:link{
  color : black;
  font-size : 1.2em;
  font-weight : bold;
  text-decoration : none;
  padding-left : 20px;
  padding-top : 10px;
  padding-bottom : 10px;
}

A:visited{
  font-size : 1.2em;
  font-weight : bold;
  color : green;
  text-decoration : none;
  padding-top : 10px;
  padding-left : 10px;
  padding-bottom : 10px;
}

A:hover{
  color : red;
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-bottom : 10px;
}

A:active{
  color : green;
  text-decoration : none;
  padding-top : 10px;
  padding-left : 20px;
  padding-bottom : 10px;
}
