/* CSS Document */

/* Base */
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
}

ul.cardUl{
	font-size:13px;
	list-style-type:none;
	text-align:center;
	height:29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* css non Selected */
ul.cardUl li{
	height:29px;
	float:left;
	padding-left:4px; /* */
	background-image: url(../images/tableft8.gif);
	background-repeat: no-repeat;
	background-position: left -42px;
	margin-right: 1px;
}
ul.cardUl li a{
	float:left;
	height:21px;
	display:block;
	white-space: nowrap;
	background-image: url(../images/tabright8.gif);
	background-repeat: no-repeat;
	background-position: right -42px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #FFFFFF;
}

ul.cardUl a span {
	color: #FFFFFF;
      }
ul.cardUl a:hover span {
      color:#FFF;
      }

/* CSS Selected */
ul.cardUl li.Selected{
	background-image: url(../images/tableft8.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
ul.cardUl li.Selected a{
	background-image: url(../images/tabright8.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
ul.cardUl li.Selected a span{
	color: #333333;
}

/* box */
div.hackBox{
	padding:2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 24px;
	background-color: #ececec;
}
