/* PokerDIY Top */
.PokerDIYNoBorder_Top_TabStrip {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 0px;
}

.PokerDIYNoBorder_Top_TabPage
{
    padding : 10px 10px 10px 10px;
    background-color: #FFFFFF;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;	
}

.PokerDIYNoBorder_Top_TabStrip .PokerDIYNoBorder_Top_TabSelected{
	cursor: pointer;
	display : inline;
	list-style-type : none;
	background-color: #FFFFFF;
	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;
	background : #ececec;
	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;
}
.PokerDIYNoBorder_Top_TabStrip ul {list-style:none;}
.PokerDIYNoBorder_Top_TabStrip li {display:inline;}         
