/* PokerDIY Top */
.PokerDIYNOBORDER_TOP_TabStrip {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.PokerDIYNOBORDER_TOP_TabPage
{
	padding-right: 3px;
	padding-left: 3px;
	background: none transparent scroll repeat 0% 0%;
	padding-bottom: 3px;
	padding-top: 3px;
}

.PokerDIYNOBORDER_TOP_TabStrip .PokerDIYNOBORDER_TOP_TabSelected{
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	
	background: none transparent scroll repeat 0% 0%;
	border-top : 1px solid #ccc;
	border-left : 1px solid #ccc;
	border-right : 1px solid #ccc;
	border-bottom : 1px solid #FFFFFF;
	float : left;
	font-size : larger;
	font-weight : bold;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;

}

.PokerDIYNOBORDER_TOP_TabStrip .PokerDIYNOBORDER_TOP_TabUnselected {
	cursor: pointer;

	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;

	background : ghostwhite;
	border : 1px solid #ccc;
	float : left;
	line-height : 14px;
	margin-left : 4px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;

 -moz-border-radius-topleft: 7px;
 -moz-border-radius-topright: 7px;
}

.PokerDIYNOBORDER_TOP_TabStrip .PokerDIYNOBORDER_TOP_TabMouseover
{
	background: aliceblue;
	color: black;
}

