body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #000;
  margin: 0;
  padding: 0;
}

#header {
  border: 0px solid #182B41;
  background-color: #32691B;
  color: #fff;
  padding: 15px;
  font-size: 22px;
  text-align: left;
}

#leftside, #rightside, #content {
  background-color: #EFFCD1;
}

#container {
  background-color: #EFFCD1;
  border: 1px solid #336600;
}

#footer {
  padding-top: 5px;
  color: #fff;
}

/* FONTS AND HEADINGS */
#content {
  font-size: 12px;
  text-align: left;
  color: #000;
}

#content p{
  margin: 0px 0px 12px 0px;
}

strong {
  font-weight: bold;
  color: #008000;
}

h1.pas {
  width: 100%;
  font-size: 18px;
  border-top: 3px solid #339900;
  border-bottom: 1px dotted #336600;
  color: #336600;
  margin: 0 0 8px 0;
}

h2.pas {
  font-size: 16px;
  color: #336600;
  margin: 0 0 4px 0;
}

h3.pas {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 0 0 4px 0;
}

p.pas_error {
  color: red;
  margin: 4px 4px 8px 4px;
}

/* LINKS */
#content a, #content a:visited{
  color: #6D982E;
}

#content a:hover {
  color: #81B136;
}


/*  **** NAVIGATION **** */

/* NAV TOP */
#pas_nav_top ul {
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #B3D87A;
  border-bottom: 1px solid #336600;
  background-color: #7BAB34;
  color: #336600;
  margin:0px;
}

#pas_nav_top ul li {
  display: inline;
  margin-left: -4px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}

#pas_nav_top li a {
  padding-left: 27px;
  padding-right: 27px;
  padding-bottom: 3px;
  padding-top: 3px;
}

#pas_nav_top li a {
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #336600;
  background-color: #95C848;
  border-width: 1px;
  border-style: solid;
  border-color: #B3D87A #336600 #336600 #B3D87A;
}

#pas_nav_top li a:hover {
  background-color: #85B937;
  color: #D3E9B4;
}

#navcontainer #active {
  border-left: 1px solid #336600;
}

/* NAV SIDE */
#pas_nav_side {}

#pas_nav_side ul {
  width: 190px;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none;
  background-color: #616161;
}

#pas_nav_side li.header {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #55B12E #234813 #234813 #55B12E;
  background-color: #32691B;
  padding: 3px;
}

#pas_nav_side ul a {
  margin: 0;
  display: block;
  padding: 0 0 0 10px;
  background-color: #E9E9E9;
  color: #1b3148;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #F0F0F0 #C3C3C3 #C3C3C3 #F0F0F0;
}

#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: #BFBFBF;
}
/* NAV LOGIN */

#pas_login {
  border: 1px solid #000;
  width: 190px;
  margin: 0 auto 10px auto;
  background-color: #E7EFDE;
}

#pas_login input.login {
  width: 100px;
}
/* NAV OFFERS */

#pas_nav_offers a, #pas_nav_offers a:visited {
  color: #3E3E3E;
  font-weight: bold;
  text-decoration: none;
}

#pas_nav_offers table{
  width: 190px;
  margin: 0 0 10px 0;
  font-size: 10px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #9CB780;
  background-color: #E7EFDE;
}

#pas_nav_offers thead th {
  font-size: 12px;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: #55B12E #234813 #234813 #55B12E;
  background-color: #32691B;
  color: #fff;
}

#pas_nav_offers tbody th {
  text-align: left;
  cursor: pointer;
  font-size: 8pt;
  border-bottom: 1px solid #000;
  padding: 3px;
}

#pas_nav_offers tbody td, #pas_nav_offers tbody th {
  text-align: left;
  cursor: pointer;
  font-size: 8pt;
  border-bottom: 1px solid #000;
  padding: 3px;
}

#pas_nav_offers tbody tr.alt td,#pas_nav_offers tbody tr.alt th  {
  background: #BAD1A3;
}

#pas_nav_offers tbody tr.over td, #pas_nav_offers tbody tr.over th{
  background: #A0C081;
}

/*  DATA TABLE  */
table.pas_data_table {
  width: 570px;
  margin: 12px auto;
  font-size: 12px;
  border: 1px solid #C2D39C;
  background: #E7EFDE;
}

table.pas_data_table thead th {
  color: #fff;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #55B12E #234813 #234813 #55B12E;
  background: #32691B;
}

table.pas_data_table thead td{
  padding: 4px;
  font-weight: bold;
  text-align: center;
  color: #000;
  background: #A9C68C;
}

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #000;
}

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: #CEDEBE;
}

/* FORM ELEMENTS */
table.pas_form {
  margin: 0 auto 12px auto;
  font-size: 12px;
}

label {
  font-weight: bold;
  color: #008000;
  text-align: right;
}

table.pas_form td {
  color: #626262;
}

table.pas_form th {
  text-align: right;
  padding-right: 8px;
}

table.pas_form thead th {
  padding: 3px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #55B12E #234813 #234813 #55B12E;
  background: #32691B;
}

input.pas_button {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #55B12E #234813 #234813 #55B12E;
  background-color: #32691B;
}

input.pas_button:hover {
  background-color: #4A85CC;
}

/* MY ACCOUNT */
#pas_main_index table {
  margin: 0 auto;
}

#pas_main_index table thead th{
  width: 175px;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #55B12E #234813 #234813 #55B12E;
  background: #32691B;
}

#pas_main_index table tbody th{
  background-color: #F0F7DF;
  border: 1px solid #D2E8A2;
  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;
  border: 4px solid #EFFCD1;
}

#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 {
  padding: 10px;
  border: 0px;
  text-align: center;
}

#pas_offers_grid {
  text-align: center;
}

#pas_offers_grid:hover {
  border: 1px solid #000;
  background: #D9E6D5;
}

#pas_offers_grid {
  border: 1px solid #C2D39C;
  width: 170px;
  padding: 0 0 5px 0;
  background-color: #fff;
}

#pas_offers_grid h1 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

#pas_offers_grid h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #BB2C24;
}

#pas_offers_grid h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
}

#pas_offers_grid h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}

/* OFFERS LIST */
#pas_offers {
  text-align: left;
  width: 100%;
  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: 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;
}

.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: 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.truegrinder.com/images/misc/footer-bg.gif) repeat-x;
font-size:10px;
}

#footer_left  {
width: 102x;          
padding: 0px;       
background: url(http://rakeback.truegrinder.com/images/misc/footer-l.gif) no-repeat right;
}

#footer_right {
width: 263px;         
padding: 0;       
background: url(http://rakeback.truegrinder.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;
}