﻿.topSharkBody
{
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif';
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	color: blue;
}

a
{
	text-decoration: none;
}

.errorLabel
{
	color: Red;
}

.searchResultLabel
{
	color: Blue;
} 

.searchResultLabelPlayerName
{
	color: Black;
}

.pokerNetworkImage
{
	width: 16px;
	height: 16px;
}

.playersGridView
{ 
	background-color: white;
	border-width: 0px;
	border-style: none;
}

.playersGridViewHeader
{
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-color: #e2e2e2;
}

.playersGridViewHeaderCell
{
	text-align: center;
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;	
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-color: white;
	border-width: 1px;
	background-color: #e2e2e2;
	height: 18px;	 
	padding-left: 5px;
	padding-right: 5px;
}

.playersGridViewBodyRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color: white;
	height: 18px;	
	border-color: white;
}

.playersGridViewBodyAlternateRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color:#f5f5f5;
	height: 18px;
	border-color: #f5f5f5;
}

.playersGridViewBodyCell
{	
	height: 18px;
	border-color: inherit;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;	
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.playersGridViewPokerNetworkPictureCell
{	
	text-align: left;
}

.playersGridViewPokerNetworkCell
{	
	text-align: left;
}

.playersGridViewPlayerNameCell
{	
	text-align: left;
}

.playersGridViewAddCell
{	
	text-align: center;
}


.statisticsGridView
{ 
	background-color: white;
	border-width: 0px;
	border-style: none;
	width:100%;
}

.statisticsGridViewHeader
{
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-color: #e2e2e2;
}

.statisticsGridViewHeaderCell
{
	text-align: center;
	font-family: 'Microsoft Sans Serif';
	font-size: 7.5pt;
	font-weight: normal;	
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-color: white;
	border-width: 1px;
	background-color: #e2e2e2;
	height: 18px;	 
	padding-left: 5px;
	padding-right: 5px;
}

.statisticsGridViewExpandCollapseHeaderCell
{
	text-align: center;
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;	
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-color: white;
	border-width: 1px;
	background-color: #e2e2e2;
	height: 18px;	 
	padding-left: 1px;
	padding-right: 1px;
}

.statisticsGridViewBodyRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color: white;
	height: 18px;	
	border-color: white;
}

.statisticsGridViewBodyAlternateRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color:#f5f5f5;
	height: 18px;
	border-color: #f5f5f5;
}

.statisticsGridViewBodyCell
{	
	height: 18px;
	border-color: inherit;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;	
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.statisticsGridViewExpandCollapseBodyCell
{	
	height: 18px;
	border-color: inherit;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;	
	border-width: 1px;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
}

.statisticsGridViewPlayerNameCell
{	
	text-align: left;
}

.statisticsGridViewPokerNetworkCell
{	
	text-align: left;
}

.statisticsGridViewGamesPlayedCell
{	
	text-align: center;
}

.statisticsGridViewAvgProfitCell
{	
	text-align: center;
}

.statisticsGridViewRatingCell
{	
	text-align: left;
}

.statisticsGridViewAvgROICell
{	
	text-align: center;
}

.statisticsGridViewTotalProfitCell
{	
	text-align: center;
}

.statisticsGridViewAvgBuyInCell
{	
	text-align: center;
}

.statisticsGridViewStreakCell
{	
	text-align: center;
}

.statisticsGridViewEarlyCell
{	
	text-align: center;
}

.statisticsGridViewEarlyMiddleCell
{	
	text-align: center;
}

.statisticsGridViewMiddleCell
{	
	text-align: center;
}

.statisticsGridViewMiddleLateCell
{	
	text-align: center;
}

.statisticsGridViewLateCell
{	
	text-align: center;
}

.statisticsGridViewFilterCell
{	
	text-align: center;
}

.statisticsGridViewLinkCell
{	
	text-align: center;
}

.statisticsGridViewDeleteCell
{	
	text-align: center;
}

.statisticsGridViewGreenCell
{	
	color: green;
}

.statisticsGridViewRedCell
{	
	color: green;
}

.ratingLabel
{
	color: #9C0000;
	font-weight: bold;
}

.loadingImage
{
	border-width: 0px;
	border-style: none;
}

.playerNameTextBox
{
	font-family:'Microsoft Sans Serif';
font-size:8pt;
font-weight:normal;
width:60%;
}

.playerNameTextBoxWatermark
{
	/*background-color:#F0F8FF;
	color:gray;
	font-size: 15px;
	width:250px;*/
	background-color:#F0F8FF;
color:gray;

}


.pokerSiteComboBox
{
	font-family:'Microsoft Sans Serif';
font-size:8pt;
font-weight:normal;
	/*border:1px solid #7E9BB7;
	font-family: 'Microsoft Sans Serif';
	font-size: 14px;
	font-weight: normal;	*/
}


.datetimeLabel
{
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: bold;	
	color: white;
}

.tabButton
{
	border-style: none;	
	border-width: 0px;
	vertical-align: bottom;
}

.searchButton
{
	border-style: none;	
	border-width: 0px;
}

.tabsPanelTableCell
{
	padding-right: 2px;
}

.decorateImage
{
	border-style: none;	
	border-width: 0px;
	vertical-align: top;
}

.decorateTableCell
{
	border-style: none;	
	border-width: 0px;
	font-size: 0px; 
}

.tournamentsGridView
{ 
	background-color: white;
	border-width: 0px;
	border-style: none;
}

.tournamentsGridViewHeader
{
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-color: #e2e2e2;
}

.tournamentsGridViewHeaderCell
{
	text-align: center;
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;	
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-color: white;
	border-width: 1px;
	background-color: #e2e2e2;
	height: 18px;	 
	padding-left: 5px;
	padding-right: 5px;
}

.tournamentsGridViewExpandCollapseHeaderCell
{
	text-align: center;
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;	
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-color: white;
	border-width: 1px;
	background-color: #e2e2e2;
	height: 18px;	 
	padding-left: 1px;
	padding-right: 1px;
}

.tournamentsGridViewBodyRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color: white;
	height: 18px;	
	border-color: white;
}

.tournamentsGridViewBodyAlternateRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color:#f5f5f5;
	height: 18px;
	border-color: #f5f5f5;
}

.tournamentsGridViewBodyCell
{	
	height: 18px;
	border-color: inherit;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;	
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.tournamentsGridViewExpandCollapseBodyCell
{	
	height: 18px;
	border-color: inherit;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;	
	border-width: 1px;
	text-align: center;
	padding-left: 1px;
	padding-right: 1px;
}

.tournamentsGridViewIdCell
{	
	text-align: left;
}

.tournamentsGridViewDateCell
{	
	text-align: center;
}

.tournamentsGridViewNameCell
{	
	text-align: center;
}

.tournamentsGridViewBuyInCell
{	
	text-align: center;
}

.tournamentsGridViewPrizePoolCell
{	
	text-align: center;
}

.tournamentsGridViewEntrantsCell
{	
	text-align: center;
}

.tournamentsGridViewRankCell
{	
	text-align: center;
}

.tournamentsGridViewPrizeCell
{	
	text-align: center;
}

.tournamentPlayersGridView
{ 
	background-color: white;
	border-width: 0px;
	border-style: none;
}

.tournamentPlayersGridViewHeader
{
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
	background-color: #e2e2e2;
}

.tournamentPlayersGridViewHeaderCell
{
	text-align: center;
	font-family: 'Microsoft Sans Serif';
	font-size: 8pt;
	font-weight: normal;	
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;
	border-color: white;
	border-width: 1px;
	background-color: #e2e2e2;
	height: 18px;	 
	padding-left: 5px;
	padding-right: 5px;
}

.tournamentPlayersGridViewBodyRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color: white;
	height: 18px;	
	border-color: white;
}

.tournamentPlayersGridViewBodyAlternateRow
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color:#f5f5f5;
	height: 18px;
	border-color: #f5f5f5;
}

.tournamentPlayersGridViewBodyCell
{	
	height: 18px;
	border-color: inherit;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: none;	
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.tournamentPlayersGridViewRankCell
{	
	text-align: center;
}

.tournamentPlayersGridViewNameCell
{	
	text-align: left;
}

.tournamentPlayersGridViewPrizeCell
{	
	text-align: center;
}

.tournamentPlayersGridViewRatingCell
{	
	text-align: center;
}

.tournamentPlayersGridViewPager
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color: #e2e2e2;
}

.tournamentPlayersGridViewPagerControl
{
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif';
}

.tournamentsGridViewPager
{
	font-family: 'Microsoft Sans Serif';
	font-weight: normal;
	font-size: 8pt;
	background-color: #e2e2e2;
}

.tournamentsGridViewPagerControl
{
	font-size: 8pt;
	font-family: 'Microsoft Sans Serif';
}

.filtersControl
{
	font-size: 9pt;
	font-family: 'Microsoft Sans Serif';
}

.filtersTextBoxControl
{
	font-size: 9pt;
	font-family: 'Microsoft Sans Serif';
	background-color: #FFFFFF;
	color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: #7F9DB9; 
}

.filtersTextBoxControlError
{
	font-size: 9pt;
	font-family: 'Microsoft Sans Serif';
    background-color: #ffcccc;
    color: Black;
	border-style: solid;
	border-width: 1px;
	border-color: #7F9DB9; 	
}

.filtersDateImage
{
	vertical-align: middle;
}

.filtersPanel
{
	/*background-color: #f5f5f5;*/
	border: solid 1px #ECE9D8;
}
/*Modal popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Navy;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding:3px;
	
	width:auto;
    z-index: 2;
}
.headerPopup
{
	border-width:1px;
	border-style:solid;
	background-color: #dddddd;
    color: Black;
}
.userControl
{
	border-collapse:collapse;
	border:solid 1px #B0BEC7;
	padding: 0px 0px 0px 0px;
	/*width: 100%;*/
	 
}
div.pagesTable select,
div.pagesTable span, 
div.pagesTable a
{
	 margin-left: 2px;
	 margin-right: 2px;
}


div.pagesTable span 
{
	 margin-left: 0px;
	 margin-right: 2px;
}
div.pagesTable select
{
	 margin-left: 2px;
	 margin-right: 0px;
}

div.pagesTable li
{
	display: inline;
	 padding-left: 2px;
	 padding-right: 2px;
}
div.pagesTable li.first
{
	padding-left: 0px;
	padding-right: 10px;
}
div.pagesTable li.last
{
	padding-right: 0px;
	padding-left: 10px;
}
div.pagesTable
{
	border-top: solid 1px #B0BEC7; 
	padding: 10px 0px 0px 0px;
	margin: 15px 10px 10px 10px;
	font-size: 7pt;
	 text-align:center;
}
div.pagesTable ul
{
	list-style-type: none;
}
table.pagesTable
{
	border-top: solid 1px #B0BEC7; 
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 10px 0px;
	font-size: 7pt;
}
.playerPicture
{
	border-width:1px;
	border-style:solid;
	border-color: #B0BEC7;
	background:#F7F7F7;
}
.uploadLink
{
	 vertical-align:middle;
	 color: #6578B4;
}
.searchGradient
{
	background-image: url('/topshark/topsharkimages/search_gradient.png');
	height:34px;
}
.tournamentInfoCaption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3b5998;
	font-weight:bolder;
	text-align:right;
	padding-right:5px
}
.tournamentInfoLabel
{
	text-align: left;
}
.tournamentInfoTable td.right
{
	width: 50%; 
	padding-right: 5px; 
	vertical-align: middle;
     text-align: right;
}
.tournamentInfoTable td.left
{
	width: 50%; 
	padding-left: 5px; 
	vertical-align: middle; 
	text-align: left;
}
.tournamentInfoTable
{
	border-bottom: solid 1px #B0BEC7; 
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 15px 0px;
	font-size: 7pt;
}
div.caption, h1.caption
{
	border-collapse:collapse;
	padding-left:10px;
	background-image: url('/topshark/topsharkimages/caption_gradient.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b5998;
	text-align: left;
	font-weight:bold;
	border-bottom: solid 1px #B0BEC7;
}
td.caption
{
	border-collapse:collapse;
	border: solid 1px #B0BEC7;
	padding-left:10px;
	background-image: url('/topshark/topsharkimages/caption_gradient.png');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b5998;
	text-align: left;
	/*display:block;*/
	 border-spacing:0px;
}
.historyDiv
{
	position: absolute; 
	z-index: 3; 
	background-color: White;
    border-bottom: solid 1px Black; 
    border-right: solid 1px Black
}
.historyTable
{
	font-size: x-small;
	color: Black;
}
div#infoContent
{
	overflow: auto; 
	max-height: 300px;
}
table#historyTable th
{
	white-space: nowrap;
	font-size: small;
	text-align:center;
}
div.userControlContent
{
	/*width:100%;*/
	padding: 2px 2px 2px 2px;
	color:Black;
	border-collapse: separate;
	font-size:0.8em;
}
table.userControlContent
{
	width:100%;
	padding: 2px 2px 2px 2px;
	color:Black;
	border-collapse: separate;
	font-size:0.8em;
}
.applicationPicture
{
	margin-right: 5px;
	width: 20px;
	height:20px;
	border: none 0px #FFFFFF;
}
.td_edit_link
{
	padding-left:3px;
	text-align:right;
	white-space:nowrap;
}
.td_editable_info
{
	width:100%;
	text-align:left;
}
.td_topshark_right_column
{
	width:333px;
}
.td_topshark_vertical_space
{
	padding: 0px 0px 9px 0px;
}

.graphc
{
	vertical-align:middle;
	text-align:center;
	width:50%;
}
.graphc a
{
display:block;
	text-align:center;
}
.loading
{
	background:url("/topsharkpro/content/images/progress_circle.gif") no-repeat scroll center center Transparent;
height:40px;	
}
.loading img, .loading a
{
	display:none;
}

.graphTab
{
	cursor:pointer; 
	border-bottom:solid 1px #91A7B4;
	border-left:solid 1px #91A7B4; 
	border-right:solid 1px #91A7B4;  
	text-align:center; 
	width:auto; 
	white-space:nowrap;
	color: #4C5A8A;
	background-image: url('/topshark/topsharkimages/caption_gradient.png');
}
.activeGraphTab
{
	cursor:default; 
	border-bottom-style:none;
	color: #D9906E;
	background-image: url('/topshark/topsharkimages/activeTab_gradient.png');
}
.invisiblePanel
{
	display: none;
}
.span_Caption_SearchControl
{
	color:White; 
	font-size:25pt; 
	font-weight:bold;
}
.searchControl .param
{
	padding-top: 5px;
}

.mainSearchControl, .subCaption
{
	display:block;
	color:White; 
	font-size:8pt; 
	font-weight:bold;
}
.mainSearchControl
{
	font-size:12pt;
	padding-top:5px; 
}
.nowidth
{
	width:auto;
}
.span_SubCaption_SearchControl
{
	color:White; 
	font-size:10pt; 
	font-weight:bold;
}

/*.searchControl
{
	background-image: url('/topshark/topsharkimages/search_background.gif');
	height:100px;
padding-bottom:10px;
padding-top:10px;
} 
.searchControl .searchControl div
{
	text-align:center;
	 padding-left: 89px;
	
}
.searchControl .searchControl
{
	background-position:left center;
background-repeat:no-repeat;
margin-left:10px;
padding:0;
	background-image: url('/Topshark/topsharkimages/logo_shark.png');
} 
 
a.AdvncedSearch
    {
        color: #C0C0C0;
        font-size: 7pt;
        white-space: nowrap;
        float: right;
        padding-top: 5px;
    }*/
    img.logoShark
    {
        border-style: none;
        padding: 10px 10px 10px 10px;
        float: left;
    }
    img.goSearch
    {
        border-style: none;
        cursor: pointer;
    }
    #search
    {
        height: 50px;
        float: right;
        padding: 1px 20px 0px 10px;
    }
    #search_options
    {
        text-align: center;
        vertical-align: middle;
        padding-bottom: 10px;
        color: White;
        padding-top: 5px;
        text-align: right;
        font-size: 7pt;
    }
    div p#caption
    {
        text-align: center;
        color: White;
        font-weight: bold;
        font-size: 12pt;
    }
    div p#captionCount
    {
        text-align: center;
        color: White;
        font-weight: bold;
        font-size: 8pt;
    }      
        

#topsharkHeader
            {
                width: 100%;
                list-style-type: none;
            }
            #topsharkHeader li
            {
                display: inline;
            }
            #topsharkHeader li img
            {
                border-style: none;
                vertical-align: bottom;
                cursor: pointer;
            }

            #searchPanel img
            {
                border-style: none;
                cursor: pointer;
            } 
            #topsharknav 
            {
                list-style-image:none;
				list-style-position:outside;
				list-style-type:none;
                margin: 25px 0px 0px 0px;
                padding:0;
                background-color: Transparent;
            }
            #topsharknav li span.tabs
            {
            	font-weight:bold;
            	position:relative;
            	top:-5px;
            
            }

			div.inactive
			{
				display:none;
			}
			#SNGStatisticsView, #SNGStatisticsView, 
			#HUPStatisticsView, #PiStatisticsView
			{
				width:100%;
				padding-top:5px;
			}
			#topsharknav li:hover
            {
            	 background-color: #3B5998;
            	 color: White;
            }
            #topsharknav li
            {
            	cursor:pointer;
            	display:inline;
            	background-color: #D8DFEA;
            	color:#3B5998;
            	margin-right:1px;
            	 padding-left: 25px;
            	 padding-right:25px;
            	 padding-top:10px;
            	 border-style: none;
            }
            #topSharkContent
            {
             border-bottom:solid 1px #D8DFEA;
            }
             #topsharknav li#mtt
            {
            	margin-left:10px;
            }
             #topsharknav li.selected
            {
            	background-color:#FFFFFF;
border-color:#D8DFEA #D8DFEA #FFFFFF;
border-style:solid;
border-width:1px;
            	
            	cursor:default;
            	
            	color:#000000;
            }
            #topsharknav li div
            {
            	display:none;
            	cursor:default;
            	clear:both;
            	width:100%;
            }
            
             #topsharknav li.selected div
            {
            	display:block;
            	float:left;
                position:relative;
            }   
            
            div.ajax__calendar_container
        {
            z-index: 5;
        }
        #filtersPanel td table
        {
        	margin-right:0px;
        }
        #filtersPanel table
        {
            display: inline;
            margin: 5px 5px 5px 0px;
            border-style: none;
        }

        #filtersPanel td
        {
         vertical-align:middle;
        }
        #filtersPanel
        {
            padding: 5px 5px 0px 5px;
           background-color:#F5F5F5;
           
        }
        #CustomDateControl td, #CustomBuyInControl td, #CustomEntrantsControl td
        {

             white-space:nowrap;
        }
       
        
        #CustomDateControl, #CustomBuyInControl, #CustomEntrantsControl
        {
            padding-left: 5px;
   
        }
        #searchPanel td.last
        {
        	width:100%;
        	text-align:left;
        }
        #searchPanel td
        {
        	vertical-align:middle;
        	 padding:0px 5px 0px 5px;
        }
		#searchPanel table
        {
        	width:100%;
        	height:100%;
        }
        #searchPanel
        {
            text-align: center;
            display: table;
            width:100%;
             height: 34px;
             background-image:url('/topshark/topsharkimages/search_gradient.png');
        }
        #tournamentsResult
        {
        	width: 100%; 
        	padding-top: 10px;
        }
        #tournamentsResult #left
        {
        	width:83.5%; 
        	vertical-align:top; 
        	float:left;
        }
        #tournamentsResult #right
        {
        	width:16%; 
        	vertical-align:top; 
        	float:right;
        }
         td.Type_CurrentAnnualLeaderBoard
    {
        text-align: center;
        font-weight: bold;
        color: #2660A5;
    }
    table.CurrentAnnualLeaderBoardByType
    {
        font-size:11px;
        width: 100%;
        border: solid 1px #D8D8D8;
        border-collapse:collapse;
    }
   
    table.CurrentAnnualLeaderBoardByType thead
    {
        color: #2660A5;
        font-weight: bold;
        background-color: #E8ECEE;
        vertical-align: middle;
        text-align: center;
        white-space:nowrap;
        
    }
    table.CurrentAnnualLeaderBoardByType td
    {
    	border: solid 1px #D8D8D8;
    	text-align:center;
    	 padding: 2px;
    }
    .tourneys .sm
    {
    	
    	width:auto;
    	
    }
    .tourneys th
    {
    	text-align: center; 
    	vertical-align: middle;	
    }
    .tourneys th span
    {
     cursor: pointer;
    }
    .CurrentAnnualLeaderBoardByType .sm
    {
    	line-height: 21px;
    	width:100%;
    	text-align:left;
    }
    table.CurrentAnnualLeaderBoardByType td.playerName
    {
    	padding-left:10px;
    }
    
  
     span.zero
    {
    	color:Black;
    }
    
     table.buisnessCardControl thead
    {
        background-color: #D4DCDF;
        color: #2660A5;
        font-weight: bold;
        font-size: 11px;
    }
    table.buisnessCardControl
    {
        border-collapse: separate;
        border: solid 1px #D8D8D8;
        width: 100%;
    }
    table.buisnessCardStatistics
    {
        border-collapse: collapse;
        width: 100%;
        font-size: 11px;
    }
    table.buisnessCardStatistics thead
    {
        color: Black;
        font-weight: bold;
        background-color: #E8ECEE;
        font-size: 11px;
    }
      table.buisnessCardStatistics thead td
    {
        vertical-align: middle; 
        text-align: center; 
    }

    table.buisnessCardControl td.buisnessCardPicture
    {
        border-style: none;
        background-color: White;
        margin: 0px;
        padding: 0px;
        vertical-align: middle;
    }
    table.buisnessCardControl img
    {
        border-style: none;
    }
    table.buisnessCardControl td.buisnessCardPicture img
    {
        width: 75px;
    }
    .img_buisnessCardPokerNetvork
    {
        margin-left: 10px;
    }
    table.buisnessCardStatistics td
    {
        border: solid 1px #D8D8D8;
    }
    .positive
    {
        color: Green;
    }
    .negative
    {
        color: Red;
    }
    .offset
    {
      padding-right: 2px;
    }
    #searchOption
    {
    	padding-top:3px;
		text-align:center;
    }
    #searchOption span
    {
    	color: #11285D;
    	font-weight:bold;
    	}
     #searchOption .playerNameTextBox
    {
width:200px;
}
    div#UploadCategoryPopupDragHandle.caption div.left
    {
     float: left;
        position: relative;
        top: 0;
        vertical-align: middle;
        padding-left: 5px;
    }
    div#UploadCategoryPopupDragHandle.caption div.right
    {
        float: right;
        position: relative;
        top: 0;
        vertical-align: middle;
        padding-right: 5px;
    }
  .searchButton
    {
    	background:url('/topshark/TopSharkImages/searchplayer_btn.png') 0 0 no-repeat;
    	width:60px;
		height:23px;
		border:0;
		cursor:pointer;
	}
#sampleNames
{
	text-align:center;
	margin-top:8px;
	
}
	#sampleNames a
{
	color:#C0C0C0;
	font-size:7pt;
	white-space:nowrap;
	padding: 0px 5px 0px 5px;
}
#LinkGlassWindow, #GlassWindow, #UploadCategoryPopup,#LinkDlg
{
	z-index:100;
}
.pn
{
	background-attachment:scroll;
background-color:transparent;
background-image:url("/TopShark/TopSharkImages/pns4.png");
background-repeat:no-repeat;
height:21px;
padding: 0px 2px 0px 26px;
width:100%;
text-align:left;
}
.pn1, .pn17, .pn19
{
	background-position: 0px 0px;
}
.pn2, .pn20
{
	background-position: 0px -21px;
}
.pn3
{
	background-position: 0px -42px;
}
.pn4
{
	background-position: 0px -62px;
}
.pn5
{
	background-position: 0px -82px;
}
.pn6
{
	background-position: 0px -103px;
}
.pn7
{
	background-position: 0px -125px;
}
.pn8
{
	background-position: 0px -146px;
}
.pn9, .pn18
{
	background-position: 0px -167px;
}
.pn10
{
	background-position: 0px -188px;
}
.pn11
{
	background-position: 0px -209px;
}
.pn12
{
	background-position: 0px -229px;
}
.pn14
{
	background-position: 0px -251px;
}
.pn15
{
	background-position: 0px -272px;
}
.pn16
{
	background-position: 0px -293px;
}
.pn21
{
	background-position: left -358px;
}
.pn22
{
	background-position: left -335px;
}
.pr
{
	background-position: 0px -315px;
}
.rl
{
	background-attachment:scroll;
background-color:transparent;
background-image:url("/TopSharkpro/content/images/Stars.png");
background-repeat:no-repeat;
color:#9C0000;
display:inline-block;
font-family:'Microsoft Sans Serif';
font-size:8pt;
font-weight:bold;
height:12px;
margin-left:3px;
padding-right:66px;
text-align:left;
}
.s5
{
	background-position:right -60px;
}
.s4
{
	background-position:right -48px;
}
.s3
{
	background-position:right -36px;
}
.s2
{
	background-position:right -24px;
}
.s1
{
	background-position:right -12px;
}
.s0
{
	background-position:right 0px;
}
.advhud
{
	color:Red;
	font-weight:bold;
	padding:10px;
}
 .advhud a
 {
 	text-decoration: none;
 }
  .advhud a:hover
 {
 	text-decoration: underline;
 }
 .pager
 {
 border-top: solid 1px #B0BEC7;
 padding-top:3px;
 }
 
 h1.pn 
 {
 	vertical-align: bottom; 
 	font-family: Arial; 
 	font-size: 13pt;
 	float:left;
 	width:inherit;
 }
