body {
background: #1F2B31 url(/website_images/leggobeta/bg-body.gif) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

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

#content a:hover {
  color: #638FC0;
}

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

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

#header {
  background-color: #234E81;
  color: #fff;
  padding: 15px;
  font-size: 22px;
  text-align: left;
  font-family: arial;
}

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



/* 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:#6E6E6E;
font-size:18px;
font-weight:normal;
text-transform:uppercase;
}

h2.pas {
color:#6E6E6E;
font-size:14px;
font-weight:normal;
text-transform:uppercase;
}

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 LOGIN */
#pas_login {
  width: 190px;
  margin: 0 0 10px 0;
  border: 1px solid #2f65a8;
}

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

#pas_login table thead th {
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #6396D3;
  background-color: #2F65A8;
  color: #fff;
  text-align: center;
}

/* 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 #2f65a8;
  font-size: 10px;
  width: 190px;
  margin: 0 0 10px 0;
}

#pas_nav_offers thead th {
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #6396D3;
  background-color: #2F65A8;
}

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

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

#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 {
border: 1px #ababab solid;
width: 650px;
margin: 0 0 12px 0;
padding: 0px;
color: #000;
font-family: arial;
font-size: 12px;
}

table.pas_data_table thead th {
height: 33px;
line-height: 33px;
background: url(/website_images/leggobeta/gradient_thead.gif) repeat-x #184f81;
color: #fff;
font-size: 15px;
font-weight: bold;
text-align: center;
padding: 0 0 0 10px;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}

table.pas_data_table thead th.red {
height: 33px;
line-height: 33px;
background: url(/website_images/leggobeta/gradient_thead_red.gif) repeat-x #AE0000;
color: #fff;
font-size: 15px;
font-weight: bold;
text-align: left;
padding: 0 0 0 10px;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}


table.pas_data_table th.center {
text-align: center;
}

table.pas_data_table thead th a,
table.pas_data_table thead th a:visited {
color: #fff;
}

table.pas_data_table thead th a:hover {
color: #fff;
text-decoration: underline;
}

table.pas_data_table thead td {
height: 25px;
line-height: 25px;
background: url(/website_images/leggobeta/gradient_tcat.gif) repeat-x #000;
color: #fff;
font-size: 14px;
font-weight: bold;
text-align: left;
padding: 0 0 0 10px;
 -moz-box-sizing:border-box;
 box-sizing:border-box;
}

table.pas_data_table tbody th  {
font-size: 12px;
font-weight:bold;
text-align: left;
background: #E5E5E5;
padding: 4px;
border-width: 1px;
border-color: #F3F3F3 #CECECE #CECECE #F3F3F3;
border-style: solid;
}

table.pas_data_table tbody td  {
font-size: 12px;
background: #EDEDED;
padding: 4px;
border-width: 1px;
border-color: #FFFFFF #D4D4D4 #D4D4D4 #FFFFFF;
border-style: solid;
}

table.pas_data_table tbody td.alt {
background: #F9F9F9;
padding: 4px;
border-width: 1px;
border-color: #FFFFFF #D4D4D4 #D4D4D4 #FFFFFF;
border-style: solid;
}



/* 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 {
}

#pas_offers_grid {
  text-align: center;
  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;
}



/* STRUCTURAL TABLES */

table.page_main {
  width: 967px;
 background: transparent url(/website_images/leggobeta/bg-page-top.gif) top no-repeat;
  padding: 0;
  margin: 0 auto;
}

table.header {
  width: 100%;
  height: 136px;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  background: #000 url(/website_images/leggobeta/header-mid.gif) repeat-x;
}

table.header td.header-left {
  width: 927px;
  background: url(/website_images/leggobeta/header-left.gif) no-repeat;
}

table.header td.header-mid {
  background: url(/website_images/leggobeta/header-mid.gif) repeat-x;
  border-left: 1px solid transparent;
}

table.header td.header-right {
  width: 31px;
  background: url(/website_images/leggobeta/header-right.gif) no-repeat;
}

a.logo {
  width: 255px;
  height: 136px;
  display: block;
}

/* LOGIN / MYACCOUNT NAV */

div.header-login {
  height: 30px;
  float: right;
  text-align: right;
  color: #85bce2;
  font-size: 10pt;
}

div.header-login ul {
  text-align: right;
  list-style-type: none;
  margin: 4px 0 0 0;
  padding: 0;
}

div.header-login img {
  margin: 2px 0 0 0;
  padding: 0;
}

div.header-login li {
  float: left;
  margin: 0;
  padding: 0 10px;
}

div.header-login li a,
div.header-login li a:visited {
  color: #85bce2;
  text-decoration: none;
}

div.header-login li a:hover{
text-decoration: underline;
}

input.input-text {
  background: #85bce2;
  border: 1px solid #000;
  height: 15px;
  font-size: 10px;
  width: 75px;
  margin-top: 2px;
}

div.header-login .input-check {
  color: #85bce2;
}

div.input-frame {
height: 18px;
margin: 2px 10px 4px 0;
display: inline;
color: #fff;
}

/* MAIN NAV BAR */

div.header-main-nav {
  height: 75px; 
  float: left;
  margin: 0;
  padding: 0;
}

div.header-main-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div.header-main-nav ul li {
  float: left;
  text-align: left;
}

div.header-main-nav ul li a,
div.header-main-nav ul li a:visited {
  float: left;
  text-align: center;
  text-decoration: none;
  height: 67px; 
  line-height: 67px; 
  padding: 0 0 0 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  -moz-box-sizing:border-box;box-sizing:border-box;
}

div.header-main-nav ul li a:hover {
  color: #85bce2;
  text-decoration: none;
}

div.header-main-nav a.converter {
  width: 114px;
}

div.header-main-nav a.videos {
  width: 108px;
}

div.header-main-nav a.coaching {
  width: 124px;
}

div.header-main-nav a.blogs {
  width: 105px;
}

div.header-main-nav a.forums {
  width: 120px;
}



/* SUB NAV BAR */

div.header-sub-nav {
  height: 20px;
  float: right;
  text-align: right;
  color: #85bce2;
  overflow: hidden;
}

div.header-sub-nav ul {
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 1px 0;
}

div.header-sub-nav li {
  line-height: 14px;
  float: left;
  margin: 0 -10px 0 10px;
  padding: 0 10px;
  border-right: 0px solid #E9E9E9;
}

div.header-sub-nav li a,
div.header-sub-nav li a:visited {
  font-size: 11px;
  color: #88bced;
  text-decoration: none;
}

div.header-sub-nav li a:hover {
  color: #88bced;
  text-decoration: underline;
}

div.header-sub-nav li a.active {
  color: #88bced;
  text-decoration: underline;
}


#sidebar {
width: 235px;
margin: 0 0 0 7px;
padding: 0;
color: #fff;
}



#sidebar a {
  color: #fff;
  text-decoration:none;
}

#sidebar hr {
  height: 2px;
  width: 230px;
  margin: 10px auto 8px auto;
  border-width: 1px 0;
  border-style: solid;
  border-color: #000 #000 #474C50 #474C50
}

/* SIDEBAR HEADDINGS */

h1.sidebar {
  color: #fff;
  font-size: 14px;
  background: url(/website_images/leggobeta/spade.gif) no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 12px 7px;
  font-weight: normal;
}

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

h1.videos {
  font-size:12px;
  color: #fff;
  border: none;
  background: none;
}

h2.videos {
  font-size: 12px;
  color: #E2E2E2;
  border: none;
  background: none;
}

h3.videos {
  font-size:10px;
  color: #E2E2E2;
  border: none;
  background: none;
}

/* SIDEBAR TABLES */

hr.sidebar {
border-color:#000000 #000000 #474C50 #474C50;
border-style:solid;
border-width:1px 0;
height:2px;
margin:10px auto 8px;
width:230px;
}


table.rakeback_offers {
  width: 230px;
  color: #fff;
  background: #3B3B3B;
  margin: 0;
  font-size: 12px;
}

table.rakeback_offers tr.alt td, table.rakeback_offers tr.alt th {
  background: #313131;
}

table.rakeback_offers tr.hover td, table.rakeback_offers tr.hover th {
background: #5D5D5D;
cursor: pointer;
}

table.rakeback_offers tbody td {
padding: 4px;
}


table.rakeback_offers tbody th {
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 4px;
}

table.rakeback_offers a, table.rakeback_offers a:visited{
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}


.footer {
font-size: 10px; 
background: url(/website_images/leggobeta/bg-footer.gif); 
color: #E8E8E8; 
width:100%; 
text-align:center; 
line-height: 20px;
height: 55px;
vertical-align: middle;
margin:  0;
clear:both;
}

div.footer a {
text-decoration: none; 
color: #E8E8E8; 
}

div.footer a:visited{
text-decoration: none; 
color: #E8E8E8; 
}

div.footer a:hover{
text-decoration: underline;
}


table.offer_details_silver {
padding-top:5px;
width:98%;
font-size:11px;
font-family:arial;
border-collapse:collspase;
margin-bottom:10px;
}

table.offer_details_silver th{
font-size:11px;
font-family:arial;
text-align:right;
border-top:1px solid #C9C9C9;
border-bottom:1px solid #F0F0F0;
font-weight:bold;
color:#525252;
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
}

div.rakeback_silver {
background-color: #C8C8C8;
font-family: arial;
color: #22446F;
font-weight:bold; 
text-align:center; 
font-size:14px; 
width:170px; 
padding:2px 0 2px 0;
}


table.offer_details_silver td{
font-size:11px;
font-family:arial;
border-top:1px solid #C9C9C9;
border-bottom:1px solid #F0F0F0;
padding-top:2px;
padding-bottom:2px;
}

div.pasofferheader_silver {
font-family:arial;
text-align:center;
color:#000;
font-size:14px; 
font-weight:bold; 
width:100%;
height:22px;
line-height:22px;

width:172px;
background-image:url(http://www.leggopoker.com/img/silver_header.gif);
margin:0px; 
padding:0px;
}

div.pasoffergriditem_silver {
text-align:center;
margin:0px;
padding:0px;
background-color: #DEDEDE;
width:170px;
border-left: 1px solid #AAAAAA;
border-right:1px solid #AAAAAA;
border-bottom:1px solid #AAAAAA;
font-family:arial;
font-size:11px;
}

div.divider_blue {
background-image:url(http://www.leggopoker.com/img/blue_gradient.gif);
width:546px;
height:6px;
font-size:1px;
}

#pas_signup table.pas_data_table thead th a,
#pas_signup table.pas_data_table thead th a:visited,
#pas_signup table.pas_data_table thead th strong {
color: #fff;
}
