body {
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#F6EFBE;
  line-height: 130%; 
}

a, a:visited{
color:#FF9000;
font-weight:bold;
  text-decoration: none;
}

a:hover {
  color: #DF3F16; 
  text-decoration: none;
 font-weight: bold;
}

a img {
  outline:none;
  border: none;
 }

#header {
background: url(/website_images/pokerfox/girlbanner1.jpg) no-repeat;
height: 160px;
width:1024px;
}

#content, #leftside, #container {
  font-size: 11px;
  color:#F6EFBE;
}

#container {
border:1px solid #03353E;
 }

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

#content p{
  margin: 0 0px 12px 0px;
    color:#F6EFBE;
    text-align: justify;
}

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

.pas_error {
color: red;
}

.paserror {
color: red;
}

h1.pas, h2.pas, h3.pas {
  font-family: Garamond, ‘Hoefler Text’, ‘Times New Roman’, Times, serif;
  margin: 0 0 12px 0;
  padding: 0;
}

h1.pas {
  color:#FFF;
  font-size:19pt;
  padding-bottom: 8px;
}

h2.pas {
  font-size: 18px;
}

h2 {
  color: #FEFCF4;
}

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

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

span.pas_error {
color: red;
}

/* NAV TOP */
#pas_nav_top {
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: url(/website_images/pokerfox/bg_newnav.jpg) repeat-x;
  border-bottom:1px solid #03353E;
}

#pas_nav_top ul {
  margin: 0 auto;
  padding: 0;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 600px;
}

#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:#FF9000;
font-weight:bold;
  line-height: 22px;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 0px 10px;
}

#pas_nav_top li a:hover {
  color: #DF3F16;
  font-weight:bold;
  text-decoration: none;
}

/* NAV SIDE */
#pas_nav_side ul {
  width: 300px;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0;
  list-style-type: none;
  background:#220700 url(/website_images/pokerfox/bg_loginbox.jpg) repeat-x;
  border:1px solid #03353E;
}


#pas_nav_side ul a {
  margin: 0;
  display: block;
  padding: 0 0 0 10px;
  line-height: 17px;
  height: 17px;
  text-decoration: none;
  font-size: 12px;
}

#pas_nav_side ul a:link, #pas_nav_side ul a:visited {
  color: #FF9000;
  font-weight:bold;
  text-decoration: none;
}

#pas_nav_side ul a:hover {
  color: #DF3F16;
}

/* NAV LOGIN */
#pas_login {
  width: 300px;
  margin: 0 0 10px 0;
  border: 1px solid #03353E;
}

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

#pas_login table thead th {
  padding: 0;
  color:#E37E0D;
  font-weight: bold;
  font-size: 13px;
  background: #220700 url(/website_images/pokerfox/bg_titles.jpg) repeat;  
  border-bottom:1px solid #03353E;
  text-align: center;
}

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

#pas_nav_offers table{
  border-collapse: collapse;
  border: 1px solid #03353E;
  font-size: 12px;
  width: 300px;
  margin: 0 0 10px 0;
}

#pas_nav_offers thead th {
  padding: 0;
  color:#E37E0D;
  font-weight: bold;
  font-size: 13px;
  background: #220700 url(/website_images/pokerfox/bg_titles.jpg) repeat;  
  border-bottom:1px solid #03353E;
}

#pas_nav_offers tbody th {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  border-bottom: 1px solid #03353E;
  padding: 3px;
}

#pas_nav_offers td {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  border-bottom: 1px solid #03353E;
  padding: 3px;
}

#pas_nav_offers tr.alt td, #pas_nav_offers tbody tr.alt th {

}

#pas_nav_offers tr.over td, #pas_nav_offers tbody tr.over th a {
  color: #DF3F16;
}

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

table.pas_data_table thead th {
background:#220700 url(/website_images/pokerfox/bg_titles.jpg) repeat scroll 0 0;
border-bottom:1px solid #03353E;
color:#E37E0D;
font-size:13px;
font-weight:bold;
padding:0;
}

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

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

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

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

/* FORM ELEMENTS */
table.pas_form {
  margin: 0px auto;
  font-size: 12px;
}

label {
  font-weight: bold;
  color: #F6EFBE;
  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: #F6EFBE;
  border: 1px solid #03353E;
  background-color: #220700;
}

input.pas_button:hover {
  color: #df3f16;
}

a.pas_button:link, a.pas_button:visited {
   font-size: 12px;
  font-weight: bold;
  color: #F6EFBE;
  border: 1px solid #03353E;
  background-color: #220700;
  padding: 2px;
  line-height: 26px;
  text-decoration:none;
}

a.pas_button:hover {
  color: #df3f16;
}

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

#pas_main_index table thead th{
  width: 175px;
  background:#220700 url(/website_images/pokerfox/bg_titles.jpg) repeat scroll 0 0;
  border:1px solid #03353E;
  color:#E37E0D;
  font-size:13px;
  margin:0;
  text-align:center;
}

#pas_main_index table tbody th{
  background-color: #220700;
   border:1px solid #03353E;
  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 #03353E;
  background: #220700;
}

#pas_offers_grid {
  margin:10px;
  text-align: center;
  border:1px solid #03353E;
  width: 170px;
  padding: 0 0 5px 0;
  
}

#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;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #CECECE;
}

#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 #000;
}

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

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


/* FOOTER */

#footer {
width: 1024px;
margin: 5px auto;      
padding: 3px 0px 3px 3px;
font-family: arial;
color: #fff;
border: 1px solid #03353E;
text-align: left;
clear: both;
background: #090301;
}

#footer a, footer a:visited {
color: #E37E0D;
}

#footer_center {
font-size:10px;
}

#footer_left  {
width: 102x;          
padding: 0px;       

}

#footer_right {
width: 263px;         
padding: 0;       
}

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

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

#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: #E37E0D;
font-size: 11px;
text-decoration: none;
}

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

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

#footer img {
  padding: 5px;
 }

/* general calculator styles */
#rakebackcalc, #rakebackcalc_links {
    width: 300px;
    overflow:hidden;
    border: 1px solid #03353E;
    font-size: 12px;
    background-color: #090301;
    color: #F6EFBE;
    text-align: left;
    line-height:100%;
}

a:link {

    text-decoration: none;
}

/* backlink */
#rakebackcalc_links {
    border-top: none;
    text-align: right;
    padding: 0px;
    font-size: 9px;
    width: 300px;

}

/* calculator header */
#rakebackcalc h3 {
    margin: 0;
    padding: 1px 10px;
    color: #E37E0D;
    font-size: 13px;
    background: #220700 url(/website_images/pokerfox/bg_titles.jpg);
    text-align: center;
    border-bottom: 1px solid #03353E;

}

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

/* 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 #03353E;
	background: #220700 url(/website_images/pokerfox/bg_titles.jpg);
    color: #F6EFBE;
    font-weight: bold;
    text-align: center;
}

#rakebackcalc_button button:hover {
	color:#DF3F16;
}


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

/* results container */
#rakebackcalc_results {
    display: none;
    margin: 0 35px;
}

/* results table */
#rakebackcalc_results table {
    margin: 0 0 5px;
    width: 240px;
    border-collapse: collapse;
    background-color: #220700;
    border: 1px solid #03353E;
}

/* results table cell */
#rakebackcalc_results td {
    border-top: 1px solid #03353E;
    padding: 2px 10px;
    font-size:12px;
}

#rakebackcalc input {
	background-color: #1A1200;
	color: #F6EFBE;
	border: 1px solid #3e0c02;
}

#pas_races_description a.pas_button:link,
#pas_races_description a.pas_button:visited {
background-color: transparent;
border: none;
padding: 0px;
line-height: 22px;
}


