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

/* @Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	vertical-align: baseline;
}
html {
	height: 100%;
}
body {
	margin:0; padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif; line-height: 1.2em; font-size:11px; color:#fff;
	background:#000 url(http://www.pokerstarscaribbeanadventure.com/images/background.png) repeat-x; 
}

a { 
	color:#008eb8;
}
a:hover { 
	text-decoration:none;
}	
h1 { 
	padding:5px 0;
	font-size:14px; color:#fff; text-transform:uppercase; 
}
h2 { 
	padding:5px 0;
	font-size:13px; color:#fff; text-transform:uppercase; 
}
h3 {
	padding:5px 0;
	font-size:12px; color:#fff; 
}
h4 { 
	padding:10px 0 5px 0;
	font-size:12px; color:#0093bf; text-transform:uppercase; 
}
p { 
	padding:3px 0;
}
ol.lower-alpha{
	margin:0 0 0 25px;
	list-style-type:lower-alpha;
}
ol.lower-roman{
	margin:0 0 0 25px;
	list-style-type:lower-roman;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#container .hide {
	display:none;
}

/* 
		Master Layout @Style  
	------------------------------------------//
*/

#container 	{
	position:relative;
	clear:both;
	width:960px; margin:8px auto;
}

#header { 
	clear:both; overflow:hidden;
	height:113px;
}
#header #logoSite { 
	display:inline; overflow:hidden; float:left;
	width: 320px; height: 113px;
	text-indent:-9999px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/header-1.jpg) 0 0 no-repeat;	
}
#header #logoPS { 
	display:inline; overflow:hidden; float:left;
	width:256px; height:113px;
	text-indent:-9999px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/header-2.jpg) 0 0 no-repeat;	
}
#header #langsForm { 
	display:inline; overflow:hidden; float:left;
	width:384px; height:113px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/header-3.jpg) 0 0 no-repeat;
}
#socialLinks {
	clear:both; overflow:hidden; float:right; 
	width:auto; margin:10px 20px 5px 0;
}
#socialLinks a {
    display:block; float:left;
    margin:0 3px 0 0; width:25px; height:25px; text-indent:-9999px;  
}
#socialLinks a.btnFacebook{
	background:url(http://www.pokerstarscaribbeanadventure.com/images/facebook.gif) 0 0 no-repeat; 
}
#socialLinks a.btnTwitter{
	background:url(http://www.pokerstarscaribbeanadventure.com/images/twitter.gif) 0 0 no-repeat; 
}
#socialLinks a.btnYoutube{
	background:url(http://www.pokerstarscaribbeanadventure.com/images/youtube.gif) 0 0 no-repeat; 
}
#socialLinks a:hover {
    background-position:0 -25px;
}

/* style@ languageNavigation */

#language {
	position:absolute; z-index:10; left:800px; top:40px;
	margin:0;
	background:#fff;
}
#language ul,
#language li {
	list-style-type:none; 
	list-style-image:none;
}
#language .langMenu {
	width:135px; height:23px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/lang-menu.gif);
	border:solid 1px #600;
}
#language .langMenu p {
	float:left;
	padding:5px 0 0 10px;
	color:#000; font-weight: bold;
}
#language:hover .ScrollOutMenu {
	display:block;
}
#language:hover .ScrollOutMenu a {
	width:auto;
}
#language a {
	display:block;
	padding:3px 3px 3px 10px;
	color: #000; text-decoration: none;
}
#language a:hover {
	background:#fff;
}
#language li:hover {
	background: #fff;
}
.ScrollOutMenu {
	position:absolute; z-index: 10; top:25px; left:0;
	display:none;
	width:135px; 
	border-left:1px solid #600;
	border-right:1px solid #600;
	background:#ccc;	
}
.ScrollOutMenu li {	
	border-bottom:1px solid #600;
}

/* style@ navbar */

#navbar { 
	display:block; clear:both;
	width:950px; height:34px; margin:0 0 5px 0; padding:5px 0 0 10px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/menu-bg.png) no-repeat 0 0; 
}
ul#menu { 
	list-style:none; 
	margin:0 auto; padding:0;
}
ul#menu li {
	position:relative; 
	float:left; 
	text-transform:uppercase;
}
ul#menu li a {
	display:block; 
	padding:9px 5px 7px 5px; 
	color:#fff; font-size:10px; font-weight:bold; text-decoration:none;
	border-left:1px solid #102b31; 
	border-right:1px solid #3badc3;
}
ul#menu li.active,
ul#menu li a:hover {
	background:url(http://www.pokerstarscaribbeanadventure.com/images/navbar-on-first.gif) repeat-x;
}
ul#menu li.first a { 
	margin-left:0; 
	background:none; 
	border-left:none;
}
ul#menu li.last a { 
	margin-left:0; 
	background:none; 
	border-right:none;
}
ul#menu li.first a:hover,
ul#menu li.last a:hover { 
	margin-left:0;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/navbar-on-first.gif) repeat-x;
}
ul#menu li ul {
	position:absolute; top:32px; left:0; 
	display:none;
	background:#d1d1d1; list-style:none;
}
ul#menu li ul li {
	position:relative; 
	width:195px; margin:0;
	border:1px solid #aaa; border-top:none; 
}
ul#menu li ul li a {
	display:block; 
	padding:5px 7px 5px 5px;
	color:#fff; font-weight:bold;
	border:none;
	background-color:#3e98b6; 
}
ul#menu li ul li a:hover {
	background:#01789f;
}

/* style@ welcomeScreen */

#welcomeScreen {
	position:relative;
	clear:both; overflow:hidden;
	margin:0 0 5px 0; height:234px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/hp-banner.jpg) 0 0 no-repeat;
}
#welcomeScreen h1 {
	position:absolute; top:15px; left:10px;
	display:block; overflow:hidden;
	width:353px; height:42px;
	text-indent:-9999px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-en.png) 0 0 no-repeat;
}
#welcomeScreen h1.br { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-br.png) 0 0 no-repeat; }
#welcomeScreen h1.de { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-de.png) 0 0 no-repeat; }
#welcomeScreen h1.es { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-es.png) 0 0 no-repeat; }
#welcomeScreen h1.fr { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-fr.png) 0 0 no-repeat; }
#welcomeScreen h1.hu { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-hu.png) 0 0 no-repeat; }
#welcomeScreen h1.nl { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-nl.png) 0 0 no-repeat; }
#welcomeScreen h1.pt { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-pt.png) 0 0 no-repeat; }
#welcomeScreen h1.ru { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-ru.png) 0 0 no-repeat; }
#welcomeScreen h1.se { background:url(http://www.pokerstarscaribbeanadventure.com/images/h1-home-se.png) 0 0 no-repeat; }


/* style@ pokerBtn */

#welcomeScreen .pokerBtn {
	position:absolute; left:685px; top:30px;
}
#page-content .pokerBtn { 
	float:right; 
	margin:0px 0px 10px 20px;
}
.pokerBtn {
	display:block; overflow:hidden;
	width:247px; height:69px;
	text-indent:-9999px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-en.png) 0 0 no-repeat;
}
.pokerBtn.br { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-br.png) 0 0 no-repeat; }
.pokerBtn.de { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-de.png) 0 0 no-repeat; }
.pokerBtn.es { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-es.png) 0 0 no-repeat; }
.pokerBtn.fr { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-fr.png) 0 0 no-repeat; }
.pokerBtn.hu { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-hu.png) 0 0 no-repeat; }
.pokerBtn.nl { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-nl.png) 0 0 no-repeat; }
.pokerBtn.pt { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-pt.png) 0 0 no-repeat; }
.pokerBtn.ru { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-ru.png) 0 0 no-repeat; }
.pokerBtn.se { background:url(http://www.pokerstarscaribbeanadventure.com/images/pokerBtn-se.png) 0 0 no-repeat; }

#welcomeScreen p {
	position:absolute; top:15px; left:370px;
	width:300px; 
	line-height:15px; font-size:10px;
}
#welcomeScreen #countDown {
	position:absolute; top:120px; left:693px;
}


/* style@ homeSection */

#homeSection {
	clear:both; overflow:hidden;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/hp_bg.png) repeat-y;
}
.promoBox {
	clear:both; overflow:hidden;
	height:20px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat;
}
.promoBox.br { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.de { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.es { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.fr { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.hu { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.it { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.nl { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.pt { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.ru { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }
.promoBox.se { background:url(http://www.pokerstarscaribbeanadventure.com/images/PCA-Mega-Path-top.jpg) 0 0 no-repeat; }

#homeSection .twoSection { 
	display:inline; overflow:hidden; float:left; 
	width:441px; height:247px; margin:10px 9px 10px 20px; padding:0;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/table_block.png) no-repeat; 
}

#homeSection .twoSection h2 { 
	padding:14px 0 0 15px;
}
#homeSection .twoSection table { 
	background-color:#fff;  
	width:415px; margin:0px 4px 10px 4px; 
	color:#000; font-size:10px;
}
#homeSection .twoSection th { 
	padding:3px;
	color:#fff; 
	background:url(http://www.pokerstarscaribbeanadventure.com/images/table_block_th.png) repeat-x; 
	border-left:1px solid #153846; 
	border-right:1px solid #008bb4; 
}
#homeSection .twoSection td { 
	border-bottom:1px solid #0194be; padding:5px 4px 5px 4px;
}

#home_table_scroll,
#tourn_scroller { 
	padding: 0; 
	overflow: hidden; 
	height: 200px;
}
.homeScrollPaneContainer {
	clear:none; float:left;
	width:440px; height:210px; margin:15px 0 0 0;	
}

.pcaInfo{
	clear:both;
	padding:10px 0;
}
.spaceLine {
	clear:both;
	height:2px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/hp_hr.png) no-repeat; 
}
#homeSection .inner { 
	clear:both;
	padding:0 20px 0 20px;
}
#homeSection .inner .threeSection {
	display:inline; overflow:hidden; float:left;
	width:306px;
}
#homeSection .inner .threeSection h2 { 
	margin:2px 0 0 7px; padding:0;
}
#homeSection .inner .threeSection h2 a:link, 
#homeSection .inner .threeSection h2 a:visited { 
	color:#fff; text-decoration:none;
}
#homeSection .inner .threeSection h2 a:hover { 
	color:#fff; text-decoration:underline;
}
#homeSection .inner .threeSection p { 
	margin:0px 22px 0px 7px;
}

#homeSectionEnd { 
	clear:both;
	height:17px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/hp_bg_footer.png) no-repeat; 
}


/* style@ pageContent */

#page-content {
	clear:both; overflow:hidden;
	background: url(http://www.pokerstarscaribbeanadventure.com/images/page-content-middle.jpg) repeat-y; 
	color:#fff; color:#000;
}
#page-content h1 { 
	clear:both; overflow:hidden;
	width:920px; height:52px; padding:30px 0 0 40px;
	font-size:20px; color:#FFF; text-transform:uppercase; 
	background:url(http://www.pokerstarscaribbeanadventure.com/images/page-content-top.jpg) 0 0 no-repeat; 
}
#page-content #page-footer {
	clear:both; overflow:hidden; 
	width:960px; height:60px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/page-content-bottom.jpg) bottom no-repeat;
}
#page-content a:link, #page-content a:visited	{ color:#017398; font-weight:bold; text-decoration:none;}
#page-content a:hover, #page-content a:active	{ color:#017398; font-weight:bold; text-decoration:underline;}


#page-content .fadein {
	clear:both; overflow:hidden; 
	margin:0 10px; padding:7px 10px 10px 15px; 
	background:url(http://www.pokerstarscaribbeanadventure.com/images/page-top-bg-fade.png) bottom repeat-x; 
	border-bottom:1px solid #b1ddf0;
}
#page-content .fadeout { 
	clear:both; overflow:hidden;
	margin:0 10px; padding:10px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/page-bottom-bg-fade.png) top repeat-x;
	border-top:1px solid #e2f5fd;
}

.one_white { 
	clear:both; overflow:hidden;
	width:889px; margin:20px auto 0 auto; padding:10px;
	background:#fff;
	border:1px solid #b3e5fb; border-radius:7px; -moz-border-radius:7px;
	/*-moz-box-shadow: inset 0 0 2px rgba(0,0,0, 0.25); -webkit-box-shadow: inset 0 0 2px rgba(0,0,0, 0.25);*/
}

#page-content h2 { 
	margin:0;
	color:#01789f; 
}
#page-content h3 { 
	color:#01789f; font-size:12px; 
}
.one_white p { 
	padding:0 0 5px 0; 
	color:#000000;
}
.one_white ul, .one_white ol { 
	margin-top:0; padding:5px 0 5px 20px; 
	color:#000000;
}


.twoColumn {
	display:inline; float:left;
	width:430px; padding:0 5px 0 10px;
}
.stepsQualify {
	width:325px; margin:0 auto 5px auto; padding-left:95px;
	background:#fff url(http://www.pokerstarscaribbeanadventure.com/images/1.png) 10px center no-repeat;
}
.stepsQualify.two   { background:#fff url(http://www.pokerstarscaribbeanadventure.com/images/2.png) 10px center no-repeat; }
.stepsQualify.three { background:#fff url(http://www.pokerstarscaribbeanadventure.com/images/3.png) 10px center no-repeat; }

/* style@ Tournamnets Icons */

.scheduleTools{
	clear:both; overflow:hidden;
	padding:5px 2px 10px 4px;
}
.scheduleTools h2{
	float:left;
}
.iconCalendar {
	display:block; overflow:hidden; float:right;
	width:25px; height:25px; margin:0 3px 0 0;
	text-indent:-9999px;
}
.iconCalendar.download { background:url(http://www.pokerstarscaribbeanadventure.com/images/icon-ics.png) 0 0 no-repeat; }
.iconCalendar.google   { background:url(http://www.pokerstarscaribbeanadventure.com/images/icon-google.png) 0 0 no-repeat; }
.iconCalendar.print    { background:url(http://www.pokerstarscaribbeanadventure.com/images/icon-print.png) 0 0 no-repeat; }

/* Satellites */

#page-content .satWrapper{
	clear:both;
	width:441px; padding:0 10px 10px 10px;
	background-color:#098eb6;
	border-radius:7px; -moz-border-radius:7px; border-color:#098eb6;
}
#page-content .satWrapper h2 { 
	display:block; overflow:hidden; clear:both;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/satWrapper-top.png) 0 5px no-repeat; 
	height:23px; padding:12px 0 7px 10px;
	color:#fff;
}
#qualify_table { 	
	overflow:hidden; 
	height:450px; padding:0; 
	background-color:#fff;
}

/* History */
#historyWrapper	{ 
	clear:both; overflow:hidden;
	width:894px; height:298px; margin:10px auto; padding:40px 0 0 15px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/bg_pca_historyvid.gif) no-repeat; 
}
#historyWrapper	#pokerstarstv { 
	display:inline; overflow:hidden; float:left; 
	width:443px; margin:0 40px 0 5px;
}
#historyWrapper	.historyInfo { 
	display:inline; overflow:hidden; float:left; 
	width:360px;
	color:#fff;
}
#page-content #historyWrapper .historyInfo h3 { 
	font-size:20px; font-weight:normal;
}
#historyWrapper	.historyInfo h3 .white { 
	color:#fff;
}
.line {
	clear:both; overflow:hidden; 
	margin:0 0 15px 0; padding:0 0 10px 0;
	border-bottom:1px dotted #3e98b6; 
}

.imgLeft {
	float:left;
	margin:5px 10px 5px 0;
}
.historyleft { float:left; margin-right:20px;}
.historyright { float:right; margin-left:20px;}

.float_left	{ float:left; margin-right:20px;}
.float_right{ float:right; margin:0px 0px 10px 20px;}


/* style@ CoverageSection */

#page-content .tv_coverage, #page-content .tv_coverageshr, #page-content .tv_coveragehr { 
	width:902px; height:354px; margin:10px auto;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/coverage_bg.jpg) no-repeat; 
}
#page-content .tv_coverage h2, #page-content .tv_coverageshr h2, #page-content .tv_coveragehr h2 { 
	padding:18px 0 0 60px;
	color:#fff; font-size:16px; 
}
#videoblog, #videoblogshr, #videobloghr { 
	float:left; 
	width:478px; margin:10px 40px 0 30px;
}

.VideoItemContainer, .VideoItemContainershr, .VideoItemContainerhr { 
	float:left; 
	width:350px;
}
.VideoItem, .VideoItemshr, .VideoItemhr { 
	float:left; overflow:hidden;
	width:142px; height:80px; margin:15px 10px 0 0;
	border:1px solid #333;
	background:#000;
}
.bioCoverage { 
	display:inline; overflow:hidden; float:left;
	width:555px; margin:0 10px 0 10px; padding:10px 10px 0 10px;
}
#proBlogs img { 
	float:left; 
	margin:0 10px 15px 0;
}
.ProBlogPost {
	clear:both;
}


#page-content .otherBlogs { 
	display:inline; overflow:hidden; float:left;
	width:309px; height:303px; 
	background:url(http://www.pokerstarscaribbeanadventure.com/images/blog_bg.png) no-repeat;
}
#page-content .otherBlogs h3 { 
	color:#fff; 
	padding:13px 0 0 20px;
}
#psBlogsout { 
	padding:15px 10px 10px 10px;
}
#psBlogs {
	overflow:hidden;
	width:298px; height:248px; 
}
#psBlogs .date 		{ font-size:9px;}

/* style@ tables */

table {
	border-collapse: collapse;
	border-spacing: 0;
	width:99%; margin:0px 4px 10px 4px;
	color:#000; font-size:10px;
	background-color:#FFF;   
}
table th { 
	padding:3px;
	color:#fff; 
	background:url(http://www.pokerstarscaribbeanadventure.com/images/table_block_th.png) repeat-x; 
	border-left:1px solid #153846; 
	border-right:1px solid #008bb4;
}
table td { 
	padding:5px 4px 5px 4px;
	border-bottom:1px solid #0194be; 
}

/* 
		Gallery Section @Style     // #JV
	------------------------------------------//
*/

#galleryWrapper{
	position:absolute; z-index:1000; top:0px; left:0px;
	display:none;
	min-width:100%; min-height:100%;
	opacity:0.9; filter:alpha(opacity=90);
	background-color:#000;
}
#galleryWindow{
	position:fixed; z-index:1001; top:50px; left:50%;
	display:none;
	width:500px; margin-left:-200px; padding:10px 15px 15px 15px;
	-moz-border-radius:15px; border-radius: 15px;
	opacity:1.0; filter:alpha(opacity=100);
	background-color:#fff; 
}
#galleryWindow h2{
	padding:5px 0 10px 0;
	color:#017398;
}
#close-gallery{
    position:absolute; top:10px; right:12px;
    display:block; overflow:hidden;
	width:21px; height:25px;
	text-indent:-9999px;
	background:url(http://www.pokerstarscaribbeanadventure.com/images/closeBtn.gif) 0 0 no-repeat;
}
#close-gallery:hover{
	background:url(http://www.pokerstarscaribbeanadventure.com/images/closeBtn.gif) 0 -25px no-repeat;
}

.one_white.rulesSection {
	dispay:inline; overflow:hidden; float:left; clear:none;
	width:434px;
	background:#fff; background-image:none;
}

/* 
		Accordion Section @Style     // #JV
	------------------------------------------//
*/

.accordion h3 {
	display:block; overflow:hidden; clear:both;
	margin:3px 0 0 0; padding:10px 0;
	font-size: 11px;
	cursor:pointer;
}
.accordion h3 a {
	float:left;
	width:auto;
	text-decoration:none;
}
#page-content .accordion h3 a:hover {
	text-decoration:none;
}
#page-content .accordion h3.ui-state-active a {
	color:#fff;
}
span.ui-icon {
	float:left;
	margin:0 5px;
}
.accordion div {
	padding:15px 10px 5px 10px;
}

/* 
		Media Form Section @Style     // #JV
	------------------------------------------//
*/

form#mediaForm {
	display:none;
	clear:both; overflow:hidden;
	width:480px; margin:0 0 0 225px; padding:0;
}
form#mediaForm fieldset{
	clear:both; overflow:hidden;
	margin:10px 0; padding:10px 5px;
	border:1px solid #B4C7E1;
	background-color:#DCF2FF;
}
form#mediaForm fieldset legend{
	padding:5px;
	font-size:13px; font-weight:bold; color:#114C99;
	background-color:#fff;
}
form#mediaForm fieldset label{
	display:block; overflow:hidden; float:left;
	width:195px; height:11px; padding:7px 5px; margin:5px 0;
	font-size:12px; color:#000;
}
form#mediaForm fieldset .inputText {
	clear:right; display:block; overflow:hidden; float:left; 
	width:190px; height:15px; margin:5px 0; padding:5px;
	border:1px solid #B4C7E1;
	-moz-border-radius:5px;
	border-radius:5px;
}
form#mediaForm fieldset .inputText.small {
	width:100px;
}
form#mediaForm fieldset select {
	display:block; overflow:hidden; float:left; 
	height:30px; margin:5px 10px 5px 0; padding:5px;
	font-size:11px;
	border:1px solid #B4C7E1;
	-moz-border-radius:5px;
	border-radius:5px;
}
form#mediaForm fieldset textarea {
	clear:right;
	display:block; overflow:auto; float:left; 
	width:190px; height:45px; margin:5px 0; padding:5px;
	font:12px Arial, Helvetica, sans-serif;
	border:1px solid #B4C7E1;
	-moz-border-radius:5px;
	border-radius:5px;
	outline: none;
}
form#mediaForm fieldset .submitBtn {
	cursor:pointer;
	margin:10px 0 0 0; padding:5px;
	font-size:10px; color:#fff;
	background-color:#114C99;
	border:1px solid #143d78;
}
form#mediaForm fieldset div.wrapper {
	clear:right;
	display:block; overflow:hidden; float:left; 
	width:210px; margin:10px 0;
}
form#mediaForm fieldset .morepadd{
	padding-bottom:35px;
}
form#mediaForm fieldset .morespace{
	margin-bottom:35px;
}
form#mediaForm fieldset .highlightSection {
	clear:both; overflow:hidden;
	padding:5px 0;
	background-color:#bfd1eb;
}
form#mediaForm fieldset #eventSchedule div{
	clear:both; overflow:hidden;
	margin:0 0 0 210px; padding:10px 5px 5px 5px;
	background-color:#bfd1eb;	
}
#container #content #copy #txt form#mediaForm fieldset #eventSchedule div h3 {
	margin:0; padding:0 0 5px 0;
	color:#114C99;
}
#eventSchedule ul {
	list-style-type:none;
	margin:0 10px; padding:0;
}
#eventSchedule ul li {
	list-style-type:none;
	/*line-height:8px;*/
	margin:0; padding:0;
}
#container form#mediaForm fieldset .dateSpace {
	clear:right; display:block; overflow:hidden; float:left; 
	width:230px; height:20px; margin:5px 0; padding:5px;
}
#container form#mediaForm fieldset .dateSpace input {
	float:left;
	width:115px; height:12px; margin:0; padding:7px 2px;
	background:none; border:0;
	font-size:11px; font-weight:bold; color:#343434;
}


/* Footer */

.sponsors {padding-top: 20px; border-bottom:1px solid #232323; height: 110px;}
.sponsors p {}

.sponsors .sponsors1 {
    float: left;
    height: 100px;
    padding-left: 170px;
    width: 300px;
}
.sponsors .sponsors1 img {padding-left:13px}

.sponsors .sponsors2 {
    float: right;
    height: 100px;
    margin-left: 20px;
    padding-left: 30px;
    width: 400px;
}

.sponsors .sponsors2 img {padding-left:30px}

#footer { 
	clear:both;
	padding:5px 0 0 0;
	text-align:center; font-size:10px; color:#ccc; 
}


/**** old styles ****/
/* movable type */
#mcPost { padding-left: 7px; }

#mcPost p {
margin: 0;
padding: 0;
}

.mcTitle {
margin:0;
padding: 0;
font-size: 13px;
font-weight:bold;
text-decoration:none;
color:#01789F;
	
}
/* 1 Columns */

#page-content .fadein .inner_one_white2 p {float:left; width:640px;}
.inner_one_white	{ padding:10px 20px 0px 25px;}
.inner_one_white2	{ clear:both; overflow:hidden; padding:10px 10px 0px 15px;}
.inner_one_white h2, .inner_one_white2 h2{ color:#01789f; margin:0px 0px 0px 0px;}
.inner_one_white h3, .inner_one_white2 h3{ color:#01789f; font-size:12px; }
.inner_one_white p, .inner_one_white2 p  { padding:0px 0px 5px 0px; color:#000000;}
.inner_one_white ul, .inner_one_white ol, .inner_one_white2 ul, .inner_one_white2 ol { padding:5px 0px 5px 20px; color:#000000; margin-top:0}
/*.one_white			{ width:922px; margin:10px 0 0 0px; padding:0; float:left;}
.one_white_top		{ clear:both; overflow:hidden; background-image:url('http://www.pokerstarscaribbeanadventure.com/images/one_white_top.gif'); background-repeat: no-repeat; width:909px; height:6px;}
.one_white_content	{ background-image:url('http://www.pokerstarscaribbeanadventure.com/images/one_white_middle.gif'); background-repeat: repeat-y; width:889px; padding:0px 10px 5px 10px;}
.one_white_bottom	{ clear:both; overflow:hidden; background-image:url('http://www.pokerstarscaribbeanadventure.com/images/one_white_bottom.gif'); background-repeat: no-repeat; width:909px; height:6px;}
*/
/* 2 Columns */
.two_left		{ width:440px;  float:left;}
.two_right		{ width:440px;  float:left;}

.two_white_top		{ background-image:url('http://www.pokerstarscaribbeanadventure.com/images/two_top.png'); background-repeat: no-repeat; width:431px; height:8px;}
.two_white_content	{ background-image:url('http://www.pokerstarscaribbeanadventure.com/images/two_middle.png'); background-repeat: repeat-y; width:411px; padding:0px 10px 0px 10px; color:#000}
.two_white_bottom	{ background-image:url('http://www.pokerstarscaribbeanadventure.com/images/two_bottom.png'); background-repeat: no-repeat; width:431px; height:8px; margin-bottom:10px;}
.two_white_content img 	{ float:left; display:inline; padding:0px;margin:0px;}
.two_white_content p 	{ display:block; margin-left:75px; padding-left:20px; border-left:1px solid #B4E5FB}
.two_white_content h2 	{ display:block; margin-left:75px; padding-left:20px; border-left:1px solid #B4E5FB; margin-bottom:0}

/* Latest news */
.newsbox h2 { margin-bottom:10px }
.newsfeed { height: 170px; margin-left: 19px; width: 385px; }
.newsfeed a { color:#fff; font-size:12px; font-weight:bold}
