body {
  background: #535353 url(/website_images/princepoker/background_top.png) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body a, body a:visited{
  color: #0000FF;
  text-decoration: none;
}

body a:hover {
  color: #0000FF;
  text-decoration: underline;
}

#header {
width: 1004px;
height: 209px;
background: url(/website_images/princepoker/all_top.png) no-repeat;
text-align: left;
}

#content, #container,  #leftside {
  background-color: #fff;
  font-size: 12px;
}

#container {
background: url(/website_images/princepoker/left_col_bg.png) repeat-y;
 }

#content {
background: url(/website_images/princepoker/left_col_top.png) no-repeat top left;
 }


/* 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: #2F65A8;
}

h1.pas, h2.pas, h3.pas {
  margin: 0 0 4px 0;
  padding: 0;
}

h1.pas {
color:#56524F;
font-family:arial;
font-size:17px;
margin:0;
padding:15px 0 0;
border-bottom: 1px solid #8f8f8f;

}

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: 15px 0 0 15px;
  padding: 0;
  height: 32px;
  line-height: 32px;
  text-align: left;
  width : 969px;
  background: url(/website_images/princepoker/background_menu5.jpg) no-repeat;
}

#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: #fff;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  display: block;
  padding: 8px 10px;
  text-transform: uppercase;
}

#pas_nav_top li a:hover {
  background: url(/website_images/princepoker/background_menu5_top.jpg) repeat-x;
}

/* NAV SIDE */
#pas_nav_side ul {
  width: 180px;
  text-align: left;
  margin: 0 0 10px 10px;
  padding: 0;
  list-style-type: none;
  background: url(/website_images/princepoker/forum_bck.jpg) no-repeat;
}

#pas_nav_side li.header {
  padding: 0;
  display: block;
  font-weight: bold;
  font-size:14px;
  margin-left:5px;
  color: #FFFF9E;
  border-bottom: 2px solid  #FFFF9E;
}

#pas_nav_side ul a {
  margin: 0;
  display: block;
  padding: 0 0 0 10px;
  color: #fff;
    font-weight: bold;
  line-height: 25px;
  height: 24px;
  text-decoration: none;
}

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

#pas_nav_side ul a:hover {
 text-decoration:underline;
}

/* NAV LOGIN */
#pas_login {
  width: 190px;
  margin: 0 0 10px 10px;
}

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

#pas_login table tbody th, #pas_login table tbody td{
color: #FFF;
font-weight: normal;
font-size: 11px;
}



#pas_login table thead th {
  font-weight: bold;
  font-size: 14px;
  margin-left:5px;
  color: #FFFF9E;
  border-bottom: 2px solid  #FFFF9E;
}

/* NAV OFFERS */
#pas_nav_offers a, #pas_nav_offers a:visited {
  color: #fff;
  text-decoration: none;
}

#pas_nav_offers table{
  border-collapse: collapse;
  font-size: 12px;
  width: 190px;
  margin: 0 0 10px 10px;
}

#pas_nav_offers thead th {
  font-weight: bold;
  font-size: 14px;
  margin-left:5px;
  color: #FFFF9E;
  border-bottom: 2px solid  #FFFF9E;
  text-align: left;
}

#pas_nav_offers tbody th {
color: #fff;
text-align: left;
}

#pas_nav_offers td {
  text-align: left;
  cursor: pointer;
  font-size: 8pt;
  padding: 3px;
  color: #fff;
}

#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 {
  text-decoration: underline;
}

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

table.pas_data_table thead th {
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #6396D3;
  background-color: #2F65A8;
  color: #fff;
  font-size: 12px;
  font-family: arial, helvetica;
}

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 {
  margin: 0px auto;
  font-size: 12px;
}

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;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #6396D3;
  background-color: #2F65A8;
}

input.pas_button:hover {
  background-color: #4A85CC;
}

a.pas_button:link, a.pas_button:visited {
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #6396D3;
  background-color: #2F65A8;
  text-decoration: none;
  line-height: 26px;
}

a.pas_button:hover {
  background-color: #4A85CC;
  color: #ffffff;
}

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

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

#pas_main_index table tbody th{
  background-color: #EFEFEF;
  border: 1px solid #C3C3C3;
  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 #000;
  background: #E6E6E6;
}

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

#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: 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://rakeback.princepoker.com/images/misc/footer-bg.gif) repeat-x;
font-size:10px;
}

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

#footer_right {
width: 263px;         
padding: 0;       
background: url(http://rakeback.princepoker.com/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
{
list-style-type: none;
margin: 0;
padding: 0;
}

#footer_list li {
border-left: 1px solid #797979;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

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

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

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