html {
	min-height:100%;
}
body {
	background: #E5E3DF url(/img/hdr_back.png) center top repeat-x;
	margin: 0px;
	height:100%;
	padding: 0px;
	
}

body, pre {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-size: 11px;
	border: 1px solid #aaa;
	padding:10px;
	color: #595448;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #c00;

}

input[type^=submit] {
	background: url(/img/send-form.png) no-repeat;
	width:55px;
	height: 49px;
	padding:2px;
	border:none !important;
	margin-top:-55px;
	cursor:pointer;
}

pre {
	color: #ff3300;
	padding: 0px;
	margin: 0px;
}

a {
	color: #c34a3e;
	text-decoration: none;
}

a img {
	border: none;
}

hr {
	margin: 0px;
	padding: 0px;
	height: 1px;
	border: none;
	background: #eee;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

li {
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

#container {
	position: relative;
	margin-bottom: 0px;
	background: url(/img/bg-content.png) repeat-x center bottom;
	height:100%;
}

#header {
	background: url(/img/header.jpg) no-repeat top center;
	height: 197px;
}

#logo {
	width: 960px;
	margin-right:auto;
	margin-left:auto;
}

#logo img {
	margin-left: 40px;
	margin-top: 15px;	
}

#menu {
	position: absolute;
	text-align: center;
	margin: 0 0 0 -20px;
	top: 165px;
	padding: 0px 20px;
	z-index: 100;
	background: url(/img/menu_back.png);
	border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

#menu_cnt {
	width:915px;
	height:48px;
	margin-left:5px;
	padding-left:2px;
	background: url(/img/menu_div.png) left center no-repeat;
}

#menu li {
	display: inline-block;
	color: #fff;
	float: left;
	font-size:14px;
	letter-spacing:-0.01em;
	padding-right:2px;
	background: url(/img/menu_div.png) right center no-repeat;
}

#menu li a {
	color: #fff;
	text-decoration:none;
	padding:16px 17px;
	display:inline-block;
	font-weight:normal;
}

#menu li.selected {
	background: #AB1D1D url(/img/menu_div.png) right center no-repeat;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.4) inset;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.4) inset;

}


#menu li:hover a {
	background: url(/img/menu-hover.png) center repeat-x;
	
}


#content {
	width: 920px;
	margin: 0 auto;
	min-height: 400px;
	padding: 10px 20px;
	background: url(/img/star-pokerstars.png) bottom center no-repeat;
}

#contentbody {
	color: #595448;
	margin: 10px 0px;
}



#pnl_left {
	float: left;
	width: 390px;
	padding: 10px 5px;
}

.spot {
	padding: 10px;
	text-align: justify;
	background: url(/img/bg-spot.png);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

#pnl_center {
	float: left;
	width: 180px;
	padding: 10px 5px;
}

#pnl_right {
	float: left;
	width: 180px;
	padding: 10px 5px;
}

#pnl_center table {
	width: 100%;
	color: #848367;
	border: 1px solid #bfbebe;
	border-collapse: collapse;
	background: url(/img/white.png);
}

#pnl_center table th {
	color: #595448;
	font-weight: normal;
	background: url(/img/table_th.gif) top repeat-x;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}

.red {
	color: #c34a3e;
}

#pnl_center table td {
	text-align: left;
	padding: 10px;
	font-size: 10px;
}

#pnl_right #rank {
	color: #fff;
	background: url(/img/rank_back.png);
	border: 1px solid #CC9;
	padding: 5px;
	margin: 0px 0px;
}


h3 {
	font-size: 18px;
	margin:8px;
	letter-spacing:-1px;
}

.arrow_down {
	padding-left: 12px;
	background: url(/img/arrow_down.png) no-repeat center left;
}

.arrow_up {
	padding-left: 12px;
	background: url(/img/arrow_up.png) no-repeat center left;
}

#texas, #omaha, #stud, #horse {
	display: none;
	margin: 0px 40px;
	text-align: justify;
	padding: 10px;
}

#noticia {
	width: 610px;	
	float: left;
}

#noticia .newsimgbig {
	float: left;
	width: 133px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #ffffff;
	padding: 3px;
	background: #efefe0 url(/img/white.png);
}

#noticia .newsbody * {
	font-size: 11px !important;
}

#noticia .newsbody {
	color: #595448 !important;
	margin-left: 150px;
}

#noticia .newsbody img {
	max-width: 440px;
}

#noticia .newsbody a, #noticia .newsbody a * {
	color: #c34a3e !important;
	text-decoration: none !important;
	font-weight: normal;
}

#noticia .newsbody p {
	padding: 10px;
	text-align: justify;
	background: url(/img/back.png);
}

#pnl_noticias {
	float: left;
	width: 200px;
	padding: 10px;
	margin-left: 30px;
}

input.name {
	border: 0px;
	height:auto;
	background: none;
	color: #c34a3e;
}

#torneios {
	float: left;
	width: 410px;
}

#torneios table, #jogadores #jogador div.torneios table {
	background: url(/img/white.png);
	border: 1px solid #bfbebe;
	border-collapse: collapse;
}

#torneios table th, #jogadores #jogador div.torneios table th {
	font-weight: normal;
	background: url(/img/table_th.gif) repeat-x top;
	border: 1px solid #bfbebe;
	height: 22px;
}

table tr.first {
	background: url(/img/tr_first.png) top repeat-x;
}

#torneios table td, #jogadores #jogador div.torneios table td {
	text-align: center;
	padding: 5px 0px;
}

#torneios table tr:hover, #jogadores #jogador div.torneios table tr:hover {
	background: #fff;
}

#jogadores {
	margin-left: 10px;
	float: left;
	width: 315px;
}

#jogadores #jogador p {
	padding: 10px;
	text-align: justify;
	background: url(/img/back.png);
}

#jogadores #jogador .nick {
	color: #c34a3e;
}

#jogadores #jogador div.torneios table {
	margin: 0px auto;
	width: 100%;
}

#jogadores #jogador #torneios table {
	width: 240px;
}

#infocal {
}

#calendar {
	margin: 10px;
}

#calendar table {
	width: 100%;
	color: #848367;
	border: 1px solid #bfbebe;
	border-collapse: collapse;
	background: url(/img/white.png);
	vertical-align: top;
}

#calendar table th {
	color: #595448;
	font-weight: normal;
	background: url(/img/white.png);
	border-right: 1px solid #bfbebe;
	padding: 5px;
	width: 50px;
}

#calendar table td {
	text-align: left;
	padding: 10px;
	font-size: 10px;
}

#psdownload {
	width: 250px;
	float: right;
	display: none;
}

#analise {
	width: 600px;	
}

#analise table {
	width: 100%;	
}

#footer {
	background: #000000 url(/img/bg_footer.png) center top repeat-x;
	bottom:0px;
	width:100%;
}

.footeralign {
	width:960px;
	height:131px;
	margin:0 auto;
	padding-top:5px;	
}
#banner-lateral {
	width:120px;
	float:left;
	padding:10px;	
}
.h2title18 {
	background:none !important;
	font-size:18px !important;
	font-weight:bold !important;
	letter-spacing:-1px !important;
	color:#c00 !important;
	margin:0px 0px 5px 0px !important;
	padding:0px !important;
}
#contentbody h2 {
	background:none !important;
	font-size:28px !important;
	font-weight:bold !important;
	letter-spacing:-1px !important;
	color:#c00 !important;
	margin-bottom:5px !important;
	padding:0px !important;
}
#pnl_right h2 {
	margin: 0px !important;
	padding: 12px 12px 12px 40px !important;
 	font-size: 13px !important;
	font-weight: normal !important;
	color: #fff !important;
	background: url(/img/h2_back_sidebar.png) left center no-repeat !important;
	border-radius:4px !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
}
#pnl_center h2 {
	margin: 0px !important;
	padding: 12px 12px 12px 40px !important;
 	font-size: 13px !important;
	font-weight: normal !important;
	color: #fff !important;
	background: url(/img/h2_back_sidebar.png) left center no-repeat !important;
	border-radius:4px !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
}
