/**
 * TBD: see if the css can be a bit more optimized?
 *
 */

.turkishpokerbox {
	position: relative;
	margin-top: 20px;
	width: 619px;
	padding-top: 3px;
	background: url(/images/turkishpoker/box_top.gif) top left no-repeat;
	font-size: 11px;
}

.turkishpokerbox .end { clear: both; height: 1px; }
.turkishpokerbox a:hover {
	text-decoration: none;
}

.turkishpokerbox h1 {
	font-size: 22px;
	color: #D7CC10;
	margin: 0;
	padding: 0 0 10px 0px;
	font-style: normal;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.turkishpokerbox h2, .turkishpokerbox h3{
	color:#D7CC10;
}
#tpoker .depositbox h2{
color:#fff;
}

.turkishpokerbox h2 {
	font-size: 13px;
	margin: 0;
	padding: 0 0 0 21px;
	font-style: normal;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
}

.turkishpokerboxcontent {
	_height:100px;

	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: #6C0007;
}

.turkishpokerbox .maincontent {
	margin-top: 3px;
	padding: 150px 280px 0 30px;
	background: #6C0007 url(/images/turkishpoker/turkpokeribg.jpg) top left no-repeat;
	border-left: 0; /* needed to remove settings from the global .maincontent-box */
	border-right: 0; /* needed to remove settings from the global .maincontent-box */
	font-size:11px;
}
.turkishpokerbox.rules .maincontent {
	background-image:url(/images/turkishpoker/turkpokeri_gen_bg.jpg);
	padding-top:10px;
	padding-right:30px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #6C0007; /* fulfix, blir ett glapp annars */
}
.turkishpokerbox.faq .maincontent {
	background-image:url(/images/turkishpoker/turkpokeri_gen_bg.jpg);
	padding:10px 20px 0 30px;
	border-bottom: 1px solid #6C0007; /* fulfix, blir ett glapp annars */
}
.turkishpokerbox .maincontent strong { color: #D7CC10; }
.turkishpokerbox .boxend {
	background: url(/images/turkishpoker/box_bottom.gif) bottom left no-repeat;
	height: 10px;
}

.info {
	float: right;
	left:300px;
	width: 230px;
	margin-top: 80px;
	margin-right: 20px;
	margin-left: 0;
	line-height: 13px;
}

.info h3 {
	background-color: #6C0007;
	margin: 0;
	padding: 6px 7px;
	font-size: 13px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.info div {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #fff;
	background-color: #990100;
}

.info div p {
	padding: 5px 7px;
	margin: 0;
}

div.info div.getStarted {
	margin-bottom: 0;
	border-bottom: 0;
}
div.info div.pokerSchool {
	margin-bottom: 0;
}

div.info div.pokerSchool {
	background-image: url('/images/turkishpoker/cards.gif');
	background-repeat: no-repeat;
	background-position: 120px 22px;
}

div.info div.tournaments {
	border-top: 0;
	margin-bottom: 0; 
	padding-bottom: 0;
	background-image: url('/images/turkishpoker/minitable.gif');
	background-repeat: no-repeat;
	background-position: 73px 25px;
}

div.info div.pokerSchool p {
	padding-right: 100px;
}

.info div.onlinePlayers p {
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 6px 10px;
}

.info div.promotions {
	border: 0;
	background: none;

}

#createAccountForm {
	width: 270px;
}

#createAccountForm label input {
	display: block;
	width: 120px;
}

#createAccountForm .submit {
	float: right;
	margin-top: 12px;
}

#playTurkPokeri {
	margin-top: 30px;
	text-align: center;
}
#playTurkPokeri p { margin: 0; }

.turkishpokermessage {
	font-weight: bold;
	font-size:120%;
	color: #F5FF7D;
	padding: 3px;
	border: 1px solid #99CCFF;
	width: 611px;
	_width: 619;
	margin: 5px 0 5px 0;
}

.turkishpokererror {
	font-weight: bold;
	font-size: 11px;
	color: red;
	padding: 3px;
	background-color: white;
	border: 1px solid red;
	width: 611px;
	_width: 619px;
	margin: 5px 0 5px 0;
}





/**
 * Generic ALERT BOX for turkish poker
 *
 * can be nested
 */
.alertBox {
	/* width:94%; */
	width: 290px;
	border: 1px solid #c4999b;
	background-color: #9e2e2e;
	color: #fff;
	padding: 6px;
	margin-top: 15px;
	line-height: 13px;
}
div.alertBox h3 {
	font-size: 16px;
	background-color: #6c0007;
	color: #d7cc10; 
	margin: -6px -6px 0 -6px;
	padding: 5px 6px;
	border-bottom: 1px solid #c4999b;
	margin-bottom: 5px;
}
.alertBox p { margin: 3px 0 2px 0; }
.alertBox p.callme { text-align: right; }
.alertBox a img { border: 0; }
/* nested alert box settings */
.alertBox .alertBox {
	width: 100%;
	margin: 20px -6px 0 -6px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.alertBox .alertBox h3 {
	font-size: 12px;
	background-color: #9e2e2e;
	border-bottom: 0;
	margin-top: 0;
}



/**
 *
 *
 *
 */
.turkishPokerInfoList {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	background-color: #9e2e2e;
}
.clearfix:after {
    content: ".";
    display: block; 
    font-size: 1px;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: scroll;
    margin: 0; 
    line-height: 0;
    padding: 0;
}
.turkishPokerInfoList li { vertical-align: top; line-height: 17px; }
.turkishPokerInfoList li p {
	text-align: left; 
	margin: 0 5px 0 0; 
	padding: 0; 
	float: left; 
	width: 250px; 
	border-right: 1px solid #c4999b; 
}




div.confirmbox {
/*	position: relative; */
	margin-top: 10px;
	width: 619px;
	padding-top: 3px;
	background: url(/images/turkishpoker/box_confirm_top.gif) top left no-repeat;
	font-size: 11px;
}
div.confirmbox h2,
div.confirmbox h3 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
div.confirmbox h2 { font-size:13px; margin: 0; padding: 0 0 0 21px; }
.confirmbox h3 {
	color:#FDD005;
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 0;
}
div.confirmbox div.maincontent {
	margin: 3px 0 0 0;
	border: 0;
	padding: 10px 0 0 0;
	background-color: none;
	background-image: url(/images/turkishpoker/box_confirm_main_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	font-size: 11px;
}
div.confirmbox .alertBox { margin: 10px 110px; width: auto; }
div.confirmbox div.confirmboxend {
	margin-top: -3px;
	height: 15px;
	background: url(/images/turkishpoker/box_confirm_bottom.gif) bottom left no-repeat;
}







div.depositbox {
	position: relative;
	margin-top: 10px;
	width: 619px;
	padding-top: 3px;
	background: url(/images/turkishpoker/box_deposit_top.gif) top left no-repeat;
	font-size: 11px;
}
div.depositbox h2,
div.depositbox h3 { font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; }
div.depositbox h2 { color:#fff; font-size:13px; margin: 0; padding: 0 0 0 21px; }
div.depositbox h3 {
	color:#FDD005;
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 0;
}
div.depositbox div.maincontent {
	margin: 3px 0 0 0;
	border: 0;
	padding: 10px 0 0 0;
	background: #6C0007 url(/images/turkishpoker/box_deposit_main_bg.gif) top left repeat-y;
	font-size: 11px;
}
div.depositbox div.maincontent .casinoStuff {
	margin:0 20px;
}

.confirmbox .alertBox { margin: 50px; }
div.endMainContent { clear: both; height: 1px; }
div.depositbox div.depositboxend {
	margin-top: -3px;
	height: 15px;
	background: url(/images/turkishpoker/box_deposit_bottom.gif) bottom left no-repeat;
}
div.depositbox .casinoStuff,
div.depositBox .moveMoney,
div.depositBox .pokerStuff {
	margin: 0 22px;
	width: 160px;
	padding: 0;
	float: left;
}
div.depositBox .pokerStuff { margin-right: 0; }
form#TPwithdrawDepositForm { margin: 10px 0; }
.clTurkishInfo{
background:#990100;
width:250px;
border:2px solid #fff;
padding:10px;
font-weight:bold;
}