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

 a, a:visited{
  color: #DD0000;
}

a:hover {
  color: #DD0000;
}

#header {
  font-size: 22px;
  color: #fff;
  text-align: left;
  border-top: 2px solid #4A4A4A;
  border-bottom: 2px solid #414141;
  background-color: #606060;
  padding: 15px;
}

#container, #content, #leftside {
  background-color: #fff;
}


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

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

strong {
  font-weight: bold;
  color: #C40000;
}

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

h1.pas {
  font-size: 18px;
  font-weight: normal;
  color: #444444;
  border-bottom: 1px solid #9B9B9B;
  border-left: 1px solid #9B9B9B;
  line-height: 26px;
  padding: 0 0 4px 10px;
  margin: 4px; 0 8px 0;
}

h2.pas {
  font-size: 14px;
  color: #7F7F7F;
}

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

.pas_error {
  color: red;
}

.paserror {
color: red;
}

span.pas_error {
color: red;
}

/*  **** NAVIGATION **** */

/* NAV TOP */
#pas_nav_top ul {
  height: 32px;
  line-height: 32px;
  text-align: left;
  background-color: #D70000;
  margin: 0;
  padding: 0;
}

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

#pas_nav_top li a {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #FF2424 #6C0000 #6C0000 #FF2424;
  padding: 8px 10px;
}

#pas_nav_top li a:hover {
  background-color: #C40000;
  border-color: #DD0000 #6C0000 #6C0000 #DD0000;
}

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

#pas_nav_side li.header {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #4D4D4D;
  background-color: #E6E6E6;
  border: 1px solid #C3C3C3;
  padding: 3px;
  margin-bottom: 4px;
}

#pas_nav_side ul li {
  background-color: #E6E6E6;
  margin: 5px 0;
}

#pas_nav_side ul a {
  display: block;
  background-color: #fff;
  color: #1b3148;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  padding: 0px 0 0px 5px;
  margin: 0px 0 0px 10px;
  
}

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

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

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

#pas_login table thead th {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #4D4D4D;
  background-color: #E6E6E6;
  border: 1px solid #C3C3C3;
  padding: 3px;
}


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

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

#pas_nav_offers thead th {
  font-size: 12px;
  font-weight: bold;
  color: #4D4D4D;
  background-color: #E6E6E6;
  border: 1px solid #C3C3C3;
  padding: 3px;
}

#pas_nav_offers tbody th {
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px dotted #000;
  padding: 3px;
}

#pas_nav_offers tbody  td {
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px dotted #000;
  padding: 3px;
  height: 26px;
  color: #BB0000;
}

#pas_nav_offers th {
  text-align: left;
  cursor: pointer;
  border-bottom: 1px dotted #D2D2D2;
  padding: 3px;
  height: 26px;
  color: #BB0000;
}

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

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

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

table.pas_data_table thead th {
  font-size: 14px;
  font-weight: bold;
  color: #4D4D4D;
  background-color: #E6E6E6;
  border: 1px solid #C3C3C3;
  padding: 3px;
}

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

table.pas_data_table tbody th{
  border-top: 2px solid #fff;
  font-weight: bold;
  text-align: left;
  background-color: #F8F8F8;
  padding: 5px;
}

table.pas_data_table tbody td{
  font-weight: normal;
  text-align: left;
  padding: 5px;
}

table.pas_data_table tbody tr.alt td, table.pas_data_table tbody tr.alt th {
}

/* FORM ELEMENTS */
label {
  font-weight: bold;
  color: #000000;
  text-align: right;
}

table.pas_form {
  margin: 0 auto 12px auto;
  font-size: 12px;
}

table.pas_form td {
  color: #626262;
}

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

input.pas_button {
  font-size: 12px;
  color: #fff;;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #660000;
  text-decoration: none;
  display: block;
  background-color: #D70000;
  margin: 5px auto;
  padding: 2px;
}

input.pas_button:hover {
  color: #fff;;
  padding: 3px 1px 1px 3px;
  background-color: #BF0000;
}

a.pas_button, a.pas_button:visited {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #660000;
  text-decoration: none;
  background-color: #D70000;
  margin: 5px auto;
  padding: 2px;
  line-height: 26px;
}

a.pas_button:hover {
  color: #fff;;
  padding: 3px 1px 1px 3px;
  background-color: #BF0000;
}

/* 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 {
  padding: 0 0 10px 0;
}



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

#pas_glance p{
  text-align: left;
  font-size: 12px;
  margin: 0 8px 8px 8px;
}

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

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

table.pas_offers_grid td{
  padding: 15px;
}

#pas_offers_grid {
  width: 170px;
  border: 1px solid #ADADAD;
  background-color: #F5F5F5;
  padding: 0 0 5px 0;
  text-align: center;
}

#pas_offers_grid:hover {
  border: 1px solid #858585;
  background: #F5F5F5;
}

#pas_offers_grid h1, #pas_offers_grid h2, #pas_offers_grid h3, #pas_offers_grid h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

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

#pas_offers_grid h2 {
  font-size: 14px;
  color: #BD3333;
}

#pas_offers_grid h3 {
  font-size: 14px;
}

#pas_offers_grid h4 {
  font-size: 12px;
  font-weight: normal;
}

/* OFFERS LIST */

#pas_offers {
  text-align: left;
  width: 570px;
  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;
}

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;
}
/* 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.rakebacks.ca/images/misc/footer-bg.gif) repeat-x;
font-size:10px;
}

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

#footer_right {
width: 263px;         
padding: 0;       
background: url(http://www.rakebacks.ca/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;
}
