body {
	background-color: #e9ecf1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a, a:visited{
  color: #4576AB;
}

a:hover {
  color: #638FC0;
}

#header {
	color: #fff;
	font-size: 22px;
	text-align: left;
	font-family: arial;
	height: 130px;
	background-image: url(http://dehalo.com/poker/images/bg_head.jpg);
	background-repeat: no-repeat;
	background-color: #E9ECF1;
}
#round_top{
	background-image: url(http://dehalo.com/poker/images/bg_round_top.jpg);
	background-repeat: no-repeat;
	height: 12px;
	margin-top: 10px;
	background-color: #E9ECF;
}
#round_botom{
	background-image: url(http://dehalo.com/poker/images/bg_round_botom.jpg);
	background-repeat: no-repeat;
	height: 53px;
}
#paper{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #98B8AB;
	border-left-color: #98B8AB;
	background-color: #FFFFFF;
}
#rakeback_01{
	background-image: url(http://dehalo.com/poker/images/bg_rakeback_01.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 200px;
}
#rakeback_02{
	background-image: url(http://dehalo.com/poker/images/bg_rakeback_02.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rakeback_03{
	background-image: url(http://dehalo.com/poker/images/bg_rakeback_03.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#rakeback_04{
	background-image: url(http://dehalo.com/poker/images/bg_rakeback_04.jpg);
	background-repeat: no-repeat;
	padding: 6px;
	height: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content, #leftside, #container {
	font-size: 12px;
	background-color: #FFFFFF;
}

#container {
	background-color: #E9ECF1;

 }

/* FONTS AND HEADINGS */
#content {
	font-size: 12px;
	text-align: left;
	color: #000;
}

#content p{
  margin: 0 0px 12px 0px;
}

#content strong {
  font-weight: bold;
  color: #006B12;
}

.pas_error {
color: red;
}

.paserror {
color: red;
}

h1.pas, h2.pas, h3.pas {
  margin: 0 0 4px 0;
  padding: 0;
}
h2.home_h2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}{
}
h3.home_h3{
	color: #006B12;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 5px;
}

h1.pas {
	font-size: 20px;
	color: #003008;
	background-color: #94B2A6;
	background-image: url(http://dehalo.com/poker/edit/bg_title_01.gif);
	text-align: center;
	border: 1px solid #82A698;
	padding: 3px;
}

h2.pas {
  font-size: 14px;
  color: #5C5C5C;
}

h3.pas {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

p.pas_error {
  color: red;
  margin: 4px 4px 8px 4px;
}

span.pas_error {
color: red;
}

/* NAV TOP */
#pas_nav_top ul {
	margin: 0;
	height: 32px;
	background-color: #9CB7AE;
	background-image: url(http://dehalo.com/poker/images/bg_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20;
}

#pas_nav_top ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  font: 14px arial, sans-serif;
  text-align: center;
}

#pas_nav_top li a {
	color: #003008;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 120px;
}

#pas_nav_top li a:hover {
	background-color: #7EA296;
	background-image: url(http://dehalo.com/poker/images/bg_nav_top_hover.jpg);
	background-repeat: repeat-x;
}

/* NAV SIDE */
#pas_nav_side ul {
  width: 190px;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0;
  list-style-type: none;
  background-color: #999999;
}

#pas_nav_side li.header {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #006B12;
}

#pas_nav_side ul a {
  margin: 0;
  display: block;
  padding: 0 0 0 10px;
  background-color: #D3D3D3;
  color: #1b3148;
  line-height: 25px;
  height: 24px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #F0F0F0 #939393 #939393 #F0F0F0;
}

#pas_nav_side ul a:link, #pas_nav_side ul a:visited {
  color: #000;
  text-decoration: none;
}

#pas_nav_side ul a:hover {
  background-color: #BFBFBF;
}

/* NAV LOGIN */
#pas_login {
  width: 205px;
  margin: 0 0 10px 0;
  border: 1px solid #8EAEA1;
}

#pas_login input.login {
  width: 100px;
}

#pas_login table thead th {
	padding: 0px;
	background-color: #999999;
	color: #fff;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}

/* NAV OFFERS */
#pas_nav_offers a, #pas_nav_offers a:visited {
  color: #3E3E3E;
  font-weight: bold;
  text-decoration: none;
}

#pas_nav_offers table{
  border-collapse: collapse;
  border: 1px solid #8EAEA1;
  font-size: 10px;
  width: 190px;
  margin: 0 0 10px 0;
}

#pas_nav_offers thead th {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #8BAB9E;
	border: 1px solid #8FAFA2;
	padding-top: 8;
	padding-right: 0;
	padding-bottom: 8;
	padding-left: 0;
	background-image: url(http://dehalo.com/poker/edit/bg_title_01.gif);
	background-repeat: repeat-x;
}

#pas_nav_offers tbody th {
	text-align: left;
	cursor: pointer;
	font-size: 8pt;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8EAEA1;
}

#pas_nav_offers td {
	text-align: left;
	cursor: pointer;
	font-size: 8pt;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8FAFA2;
}

#pas_nav_offers tr.alt td, #pas_nav_offers tbody tr.alt th {
  background: #DFE3EC;
}

#pas_nav_offers tr.over td, #pas_nav_offers tbody tr.over th {
  background: #C2CEE2;
}

/*  DATA TABLE  */
table.pas_data_table {
  width: 560px;
  font-size: 12px;
  margin: 8px 0;
  border: 1px solid #92B0A4;
}

table.pas_data_table thead th {
	background-color: #87A99B;
	color: #fff;
	font-size: 12px;
	font-family: arial, helvetica;
	border: 1px solid #006B12;
}

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #000;
}

table.pas_data_table thead td{
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #A2BCDD;
  padding: 4px;
}

table.pas_data_table tbody td{
  color: #000;
  padding: 3px;
  text-align: center;
}

table.pas_data_table tbody tr.alt td, table.pas_data_table tbody tr.alt th {
  background: #DEE4ED;
}

/* FORM ELEMENTS */

table.pas_form thead th {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	background-color: #8FAFA2;
	border: 1px solid #8EAEA1;
	background-image: url(http://dehalo.com/poker/edit/bg_title_01.gif);
	background-repeat: repeat-x;
	height: 30px;
	padding: 0;
}

table.pas_form {
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

label {
  font-weight: bold;
  color: #2F65A8;
  text-align: right;
}

table.pas_form td {
	color: #626262;
}

table.pas_form th {
	text-align: right;
	padding-right: 8px;
}

input.pas_button {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: #89AB9D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

input.pas_button:hover {
	background-color: #92B0A4;
}

a.pas_button:link, a.pas_button:visited {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8BAB9E;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.pas_button:hover {
  background-color: #82A698;
  color: #ffffff;
}

/* MY ACCOUNT */
#pas_main_index table {
  margin: 0;
}

#pas_main_index table thead th{
  width: 175px;
  background-color: #DDDDDD;
  border: 1px solid #8FAFA2;
}

#pas_main_index table tbody th{
  background-color: #EFEFEF;
  border: 1px solid #96B4A8;
  font-weight: normal;
  font-size: 22px;
}

#pas_main_index tbody td{
  font-size: 11px;
  color: #000;
  text-align: center;
}

/* SIGNUP PAGE */
#pas_signup {}

/* GLANCE PAGES */



#pas_glance .pas_logo {
  float: right;
  margin: 4px;
}

#pas_glance tbody td {
  text-align: left;
}

/* OFFERS GRID */
table.pas_offers_grid {
  padding: 10px;
  text-align: center;
}

#pas_offers_grid:hover {
  border: 1px solid #92B0A4;
  background: #E6E6E6;
}

#pas_offers_grid {
	text-align: center;
	border: 1px solid #8FAFA2;
	width: 170px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	margin-top: 0px;
}

#pas_offers_grid h1 {
  font-size: 16px;
  margin: 0;  padding: 0;
}

#pas_offers_grid h2 {
  font-size: 14px;
  color: #832323;
  margin: 0;  padding: 0;
}

#pas_offers_grid h3 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;  padding: 0;
}

#pas_offers_grid h4 {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  margin: 0;  padding: 0;
}

/* OFFERS LIST */
#pas_offers {
	text-align: left;
	padding: 0;
	border-bottom: 1px dashed #CECECE;
	margin: 0;
}

#pas_offers .pas_logo {
  float: right;
  margin: 4px;
}

/* STATISTICS */
#pas_quick_statistics th {
  text-align: center;
}

#pas_full_statistics th {
  text-align: center;
}
/* HELPDESK */

#pas_new_ticket table {
  text-align: left;
}

#pas_view_ticket table td{
  width: 70%;
  text-align: left;
}

#pas_view_ticket h4{
  font-size: 10px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

#pas_view_ticket h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#pas_new_ticket td, #pas_new_ticket tbody th{
  background-color: #fff;
  border: 0px;
  text-align: left;
}

#pas_reply_form table td {
  background-color: #fff;
  border: 0;
}
/* REFERRAL CENTER */

#pas_referral_center table {
  width: 400px;
}

#pas_referral_center table th {
  text-align: center;
}

/* LANDING PAGE */

#pas_landing_page table.pas_data_table {
  width: 400px;
}

#pas_landing_page table.pas_data_table td{
  color: #000;
}

#pas_landing_page table.pas_form {
  color: #000;
  border: 1px solid #9AB6AA;
}

#pas_landing_page table.pas_form tbody td{
  color: #000;
}

#pas_landing_page table.pas_form tbody th{
  padding: 4px;
}


/* FOOTER */

#footer {
width: 99%;
margin: 5px auto;      
padding: 0;
font-family: arial;
color: #646464;
text-align: left;
clear: both;
}

#footer a, footer a:visited {
color: #2360CF
}

#footer_center {
background:url(http://www.poker-rakeback.ro/images/misc/footer-bg.gif) repeat-x;
font-size:10px;
}

#footer_left  {
width: 102x;          
padding: 0px;       
background: url(http://www.poker-rakeback.ro/images/misc/footer-l.gif) no-repeat right;
}

#footer_right {
width: 263px;         
padding: 0;       
background: url(http://www.poker-rakeback.ro/images/misc/footer-r.gif) no-repeat; 
}

#footer_right a {
color: #fff;
text-decoration: none;
font-size: 12px;
font-weight:bold;
float: right;
margin: 39px 25px 0 0;
}

#footer_right a:hover {
text-decoration: underline;
}

#footer_cont {
margin: 4px 0 9px 0;
overflow: hidden;
}

#footer_list {
list-style-type: none;
margin: 0;
padding: 0;
}

#footer_list li {
float: left;
line-height: 14px;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#footer_list li a {
color: #757575;
font-size: 11px;
text-decoration: none;
}

#footer_list a:hover {
text-decoration: underline;
}

#footer_list li a:visited {
color: #757575;
}

.FAQ{
	border: 1px solid #8FAFA2;
	padding: 4px;
	width: 197px;
	
}
#FAQ{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8;
	padding-right: 0;
	padding-bottom: 8;
	padding-left: 0;
	background-image: url(http://dehalo.com/poker/edit/bg_title_01.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 20px;
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8AAC9E;
	border-right-color: #8AAC9E;
	border-left-color: #8AAC9E;
}
#articles{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8;
	padding-right: 0;
	padding-bottom: 8;
	padding-left: 0;
	background-image: url(http://dehalo.com/poker/edit/bg_title_01.gif);
	background-repeat: repeat-x;
	text-align: center;
	width: 205px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #98B8AB;
	border-right-color: #98B8AB;
	border-left-color: #98B8AB;
	
}
.articles{
	border: 1px solid #9AB6AA;
	padding: 4px;
	width: 197px;
	
}
.articles_bg{
	background-color: #dfe3ec;
	padding: 4px;
	margin-bottom: 6px;
}
#poker_articles{}
#poker_articles a{
	font-weight: bold;
	color: #006b12;
	text-decoration: none;
}
#poker_articles a:hover{
	color: #000000;
}
#content_top{
	background-color: #89AB9D;
	padding: 10px;
	color: #FFFFFF;
	margin-right: 40px;
	margin-bottom: 12px;
}
.banner_left{
	margin-bottom: 20px;
}

/* general calculator styles */
#rakebackcalc, #rakebackcalc_links {
	width: 190px;
	border: 1px solid #8EAEA1;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	text-align: left;
}

/* backlink */
#rakebackcalc_links {
    border-top: none;
    text-align: left;
    padding: 2px 0;
}

/* calculator header */
#rakebackcalc h3 {
    margin: 0 0 10px;
    padding: 1px 10px;
    color: #FFF;
    font-size: 13px;
    background-color: #9AB6AA;
}

/* labels for input controls */
#rakebackcalc label {
	display: block;
	float: left;
	width: 142px;
	text-align: left;
	color: #000000;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8;
}

/* input controls */
#rakebackcalc input, #rakebackcalc select {
    margin: 5px 0 0 4px;
}

/* calculate button container */
#rakebackcalc_button {
    margin: 10px 0;
    text-align: center;
}

/* calculate button */
#rakebackcalc_button button {
    width: 105px;
    border: 1px solid #000;
    background-color: #9CB7AE;
    color: #FFF;
    font-weight: bold;
}

/* results header */
#rakebackcalc h4 {
    margin: 0 0 5px;
    font-size: 13px;
}

/* results container */
#rakebackcalc_results {
	display: none;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}

/* results table */
#rakebackcalc_results table {
    margin: 0 0 5px;
    width: 100%;
    border-collapse: collapse;
    background-color: #EAF0F0;
    border: 1px solid #88ACCF;
}

/* results table cell */
#rakebackcalc_results td {
    border-top: 1px solid #88ACCF;
    padding: 2px 10px;
}
