@charset "utf-8";
/* CSS Document */

/* Styles in POP-UP TOURS - General styles */ 
body.pop { padding: 3px 0px 0px 0px; margin:0; background-color: #868176; background-image:url(http://www.pokerstars.com/images/bg.gif); background-position:top; background-repeat:repeat-x; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
#pop-up { width:585px; margin:0px auto; padding:0; background-color:#FFFFFF; background:url(http://www.pokerstars.com/images/bg_middle.jpg); background-repeat:repeat-y;}
#pop-up #pageTitle { padding:0; background:url(http://www.pokerstars.com/poker/real-money/images/bg_top.jpg); background-repeat:no-repeat; height:50px; margin:0 0 20px 0;}
#pop-up #pageText { padding:0; margin:0; text-align:left; }

#pop-up #pageText .wrapper { margin:0; padding:6px 0 10px 30px; } /* the class wrapper is a container for the frames, we are setting the position of the frame thanks to this wrapper. */ 


#frame { margin:0; padding:0; background-color:#FFFFFF; width:450px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
/* id frame to wrap the content of the frame itself. Since there is not body class pop in those htmls, we need to declare again here the font details. Margin and padding are 0 becuase the position of the frame is set by the class wrapper in database_results. */

h1 { margin:0; padding:20px 0 0 40px; color:#e41e26; font-size:12px; font-weight:bold; text-align:left; }
h2 { font-size:11px; color:#015b29; margin-bottom:16px; }
h3 { font-size:11px; color:#000000; margin-bottom:6px; }
.strong { font-weight:bold; }
.em { font-style:italic; }
p { text-align:left; margin:2px 0 2px 0; padding:2px 0 12px 0; width:450px; }
a { color:#801800; text-decoration:underline; } 
a:hover { color:#b62300; text-decoration:none; }
a:visited {color:#655e4c; text-decoration:underline; }
img { margin:0; padding:0; }
.hiddenDiv { display: none; }
.visibleDiv { display: block; }

/* TABLES */
.table { border:none; border-collapse:collapse; width:450px; margin:8px 0 20px 0; } 
.table th { background-color:#b62300; font-weight:bold; color:#FFFFFF; text-align:center; vertical-align:middle; padding:5px 5px 5px 5px; border:1px solid #000000; }
.table td { background-color:#f5efdd; color:#000000; text-align:left; padding: 5px 5px 5px 5px; border-bottom:1px solid #000000; border-left:1px solid #000000; border-right:1px solid #000000; font-size:10px; }

/* Player details table with image and info */
table.player_details { border:none; border-collapse:collapse; width:450px; margin:8px 0 20px 0; } 
table.player_details td p { text-align:left; margin:2px 0 2px 0; padding:2px 0 12px 0; width:270px; }

/* Venue details table with image and info */
table.venue_details { border:none; border-collapse:collapse; width:450px; margin:8px 0 20px 0; } 
table.venue_details td p { text-align:left; margin:2px 0 2px 0; padding:2px 0 12px 0; width:230px; }

/* Special TD Styles htmls */
.table td.name { text-align:left; }
.table td.name_bold { text-align:left; font-weight:bold; }
.table td.position { text-align:center; }
.table td.position_bold { text-align:center; font-weight:bold; }
.table td.money { text-align:right; }
.table td.money_bold { text-align:right; font-weight:bold; }
.table td.url { text-align:left; font-size:4px; }

/*Bulleted lists */
ul.bulleted  { padding-top:6px; padding-bottom:15px; padding-left:0px; margin:0; list-style-type:none; }
ul.bulleted li { padding:0px 0px 2px 12px; margin:0; background:url(http://www.pokerstars.net/images/bullet_black.gif) 0 0.3em no-repeat; }

/*Special for the footer */
#pop-up #footer { padding:0; margin:0; height:50px; background:url(http://www.pokerstars.net/images/bg_bttm.jpg) no-repeat bottom; font-size:11px; }
#pop-up #footer .close { padding:10px 42px 0 0; float:right; }
#pop-up #footer .close a.close_link { color:#801800; text-decoration:underline;}
#pop-up #footer .close a.close_link:hover { color:#b62300; text-decoration:none; }
#pop-up #footer .close a.close_link:visited { color:#655e4c; text-decoration:underline;}
#pop-up #footer .back { padding:16px 0 0 42px; float:left; }
#pop-up #footer .back a.close_link { color:#801800; text-decoration:underline;}
#pop-up #footer .back a.close_link:hover { color:#b62300; text-decoration:none; }
#pop-up #footer .back a.close_link:visited { color:#655e4c; text-decoration:underline;}

