body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #373737;
}

#header {
  height: 175px;
  background: #fff url(/website_images/pokernewstoday/header-bg.gif) no-repeat top left;
  margin: 0;
}

#container {
   background: url(/website_images/pokernewstoday/page-bg.gif) repeat-y;
}

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

#content p{
  margin: 0px 0px 12px 0px;
 color:#333333;
 font-family:Verdana,Arial,Helvetica,sans-serif;
 font-size:11px;
}

strong {
  font-weight: bold;
  color: #447AA6;
}

h1.pas {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
}

h2.pas {
  font-size: 16px;
  color: #A6A6A6;
  margin: 0;
}

h3.pas {
  font-size: 12px;
  color: #000;
  margin: 0 0 0px 0;
}

p.pas_error {
  color: red;
}

.paserror {
color: red;
}


/* LINKS */

a, a:visited{
  color: #1C8EA8;
}

a:hover {
  color: #920108;
}

input.pas_button {
  font-weight: bold;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #575757;
  text-decoration: none;
  display: block;
  margin: 5px auto;
  padding: 2px;
  background-color: #F4F4F4;
}

input.pas_button:hover {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #3E3E3E;
  text-decoration: none;
  display: block;
  margin: 5px auto;
  padding: 3px 1px 1px 3px;
  background-color: #DADADA;
}
/*  **** NAVIGATION **** */

/* NAV TOP */
#pas_nav_top ul {
  margin: 0 4px 0 4px;
  padding: 0;
  height: 20px;
  line-height: 20px;
  text-align: left;
  background: #fff;
  border-bottom: 2px solid #1c8ea8;
  border-top: 4px solid #1c8ea8;
}

#pas_nav_top ul li {
  list-style-type: none;
  background: url(/website_images/pokernewstoday/arrow.gif) no-repeat left;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
}

#pas_nav_top li a {
  color: #000;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  display: block;
  padding: 0 10px 0 10px;
  margin: 0 0 0 0px;
}

#pas_nav_top li a:hover {
  color: #920108;
}

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

#pas_nav_side ul li {
  border-width: 1px 0;
  border-style: solid;
  border-color: #fff #5C5C5C #5C5C5C #5C5C5C; 
}

#pas_nav_side li.header {
  text-align: left;
  font-weight: bold;
  font-size: 11px;
  color: #fff;
  padding: 5px 0 2px 20px;
  height: 21px;
  background: #1c8ea8 url(/website_images/pokernewstoday/icon1.jpg) no-repeat left;
  border: 0;
}

#pas_nav_side ul a {
  font-size: 12px;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  margin: 0;
  display: block;
  padding: 0 0 0 10px;
  color: #1b3148;
  line-height: 25px;
  height: 24px;
  text-decoration: none;
}

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

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

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

#pas_login input.login {
  width: 100px;
}
/* NAV OFFERS */

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

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

#pas_nav_offers thead th {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 3px 0 2px 20px;
  height: 21px;
  background: #1c8ea8 url(/website_images/pokernewstoday/icon1.jpg) no-repeat left;
}

#pas_nav_offers tbody th {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers tbody td {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #1C8EA8;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers td {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dashed;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers tr.alt td {
  background:;
}

#pas_nav_offers tbody tr.over td, #pas_nav_offers tbody tr.over th a  {
  color: #920108;
}
/*  DATA TABLE  */

table.pas_data_table {
  width: 570px;
  margin: 8px 0 12px 0;
  font-size: 12px;
}

table.pas_data_table thead th {
  color: #447AA6;
  font-size: 16px;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #447AA6;
  text-align: left;
}

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

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #000;
  border-bottom: 1px dotted #8B8B8B;
}

table.pas_data_table tbody td{
  color: #000;
  padding: 4px;
  text-align: center;
  border-bottom: 1px dotted #8B8B8B;
}

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

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

label {
  font-weight: bold;
  color: #447AA6;
  text-align: right;
}

table.pas_form td {}

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

table.pas_form thead th {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #447AA6;
  padding: 3px;
}
/* MAIN INDEX */

#pas_main_index table {
  margin: 0;
}

#pas_main_index table thead th{
  width: 175px;
  color: #447AA6;
  font-size: 16px;
}

#pas_main_index table tbody th{
  background-color: #F9FCFF;
  border: 1px solid #CEE7FF;
  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 {
  padding: 0 0 10px 0;
}

#pas_glance h1.pas {}

#pas_glance .pas_logo {
  margin: 4px;
}

#pas_glance h2.pas {

}

#pas_glance h3.pas {
margin-bottom: 12px;
}


#pas_glance tbody td {
  padding: 3px 4px;
  text-align: left;
}

/* OFFERS GRID */
table.pas_offers_grid {
  padding: 0px;
  border: 0px;
  text-align: center;
  margin: 0 auto;
}

#pas_offers_grid:hover {
  background: #F0F8FF;
}

#pas_offers_grid {
  border: 1px solid #1c8ea8;;
  width: 170px;
  padding: 3px;
  background-color: #fff;
  text-align:center;
}

#pas_offers_grid a.button, #pas_offers_grid a.button:visited{
  font-size: 12px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #575757;
  text-decoration: none;
  display: block;
  width: 140px;
  margin: 5px auto;
  padding: 2px;
  background-color: #F4F4F4;
}

#pas_offers_grid a.button:hover{
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #3E3E3E;
  text-decoration: none;
  display: block;
  width: 140px;
  margin: 5px auto;
  padding: 3px 1px 1px 3px;
  background-color: #DADADA;
}

#pas_offers_grid h1 {
  margin: 0;
  padding: 0;
  color: #1C8EA8;
  font-size: 14px;
}

#pas_offers_grid h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  color: #727272;
}

#pas_offers_grid h3 {
  margin: 0;
  padding: 0;
  color: ##727272;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

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

#pas_offers {
  text-align: left;
  width: 570px;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #336600;
}

#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: 75%;
  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;
}

.pasnote {
  font-size: 9pt;
}

.pasnone {
/* nothing */}

table.pasform {
  font-size: 10pt;
}

label.pasform {
  text-align: right;
  display: block;
}

table.pasform td {
  padding-bottom: 15px;
  vertical-align: top;
}

input.pasform, select.pasform {
  margin-bottom: 5px;
  vertical-align: middle;
}

td.paslabels {
  width: 110px;
  padding-right: 10px;
  text-align: right;
}

.pasclear {
  clear: both;
}

.pasprivate {
  color: #2E59A0;
  font-weight: bold;
}

.pasnormal {
  color: #666666;
  font-weight: bold;
  font-size: 13pt;
}


/* FOOTER */

#footer {
width: 996px;
margin: 0px;      
padding: 0;
font-family: arial;
color: #646464;
height: 45px;
text-align: left;
clear: both;
}

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

#footer_center {
font-size:10px;
background: url(/website_images/pokernewstoday/bg-bott-bar1.jpg) repeat-x;
width: 906px;
}

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