body {
  background: #0d2d06 url("../images/nightsky-green/bg.jpg") repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  color:#ffffff;
  margin:0;
}

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

a:hover {
  color: #fff;
}

a img { 
  border:none;
}

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

p {
  margin: 0 5px 12px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
}
table p {
  margin-right:0px;
}

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

/* STRUCTURAL ELEMENTS */

#header {
  padding: 20px;
  font-size:22px;
  text-align: left;
}
#leftside {
}
#rightside {
}
#container {
}
#content {
  background: #2c4726 url("../images/nightsky-green/bg-content.jpg") repeat-x;
  border:1px solid #176e2b;
  margin-top:10px;
  padding-left:0;
}

/* HEADINGS */
h1.pas {
  background: url("../images/nightsky-green/heading-h1-underline.jpg") repeat-x left bottom;
  color: #e4efe7;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 10px;
  padding: 0 0 3px 0;
}

h2.pas {
  color: #e1d520;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 6px 10px;
}

h3.pas {
  color: #c8f1b8;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px 10px;
}

/* TABLE AND LIST HEADERS */
#pas_login table thead th,
#pas_nav_offers thead th,
#pas_nav_side li.header,
.news-wrap h2 {
  font-size:16px;
  background:#1a5415;
  color:#fff;
  font-weight:normal;
  text-align:center;
  text-transform:uppercase;
  height:27px;
  line-height:27px;
}
table.pas_data_table thead th {
  color: #fff;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  background: #284d22;
  line-height:29px;
  height:29px;
  margin:0;padding:0;
}

/* BORDERS */
#pas_nav_side ul, 
#pas_login table,
#pas_nav_offers table,
table.pas_data_table {
  border: 1px solid #18560d;
}

/* ALTERNATING ROW COLORS */
#pas_nav_offers tbody tr.alt th,
#pas_nav_offers tbody tr.alt td {
  background:#236932; 
}
table.pas_data_table tbody tr.alt td, 
table.pas_data_table tbody tr.alt th {
  background: #3b6033;
}

/* BUTTONS */
input.pas_button {
  font-size: 12px;
  color: #000;
  border: 1px solid #B0B0B0;
  background-color: #E6E6E6;
}

input.pas_button:hover {
  background-color: #D3D3D3;
  color: #000;
}

a.pas_button, 
a.pas_button:visited {
  padding: 2px;
  font-size: 12px;
  color: #000;
  border: 1px solid #B0B0B0;
  background-color: #E6E6E6;
  text-decoration: none;
  line-height: 26px;
}

a.pas_button:hover {
  background-color: #D3D3D3;
  color: #000;
}

#content a.pas_button, 
#content a.pas_button:visited {
  padding: 0px;
  font-size: 12px;
  color: #fff;
  border: 1px solid #083147;
  background: url("../images/nightsky-green/button.jpg") repeat-x;
  text-decoration: none;
  line-height: 21px;
  height:21px;
  display:block;
  margin:0 8px;
}

#content a.pas_button:hover {
  background: url("../images/nightsky-green/button.jpg") repeat-x 0 -21px;
  color: #fff;
}

/* TOP NAVIGATION BAR */
#pas_nav_top ul {
  margin: 13px 0 0 0;
  padding: 0;
  height: 26px;
  clear:both;
}

#pas_nav_top ul li {
  list-style-type: none;
  margin: 0 5px;
  display: block;
  float: left;
  text-align: center;
}

#pas_nav_top ul li a, 
#pas_nav_top ul li a:visited {
  background: url("../images/nightsky-green/nav-top.jpg") repeat-x 0 0;
  color:#FFFFFF;
  display:block;
  font-size:15px;
  font-weight:normal;
  line-height:26px;
  margin:0 3px;
  padding:0 12px;
  text-decoration:none;
}

#pas_nav_top ul li a:hover {
  background: url("../images/nightsky-green/nav-top.jpg") repeat-x 0 -26px;
  color:#fff;
}


/* SIDE NAVIGATION BAR */

#pas_nav_side ul {
  background: #2a7139;
  width: 190px;
  list-style: none;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0 0 5px 0;
}

#pas_nav_side ul li.header {
  display: block;
}

#pas_nav_side ul li a, 
#pas_nav_side ul li a:visited {
  background: url("../images/nightsky-green/bullet.jpg") no-repeat left center;
  margin: 0 0 0 15px;
  padding: 0 0 0 10px;
  color: #d8d31c;
  font-size: 12px;
  text-decoration: none;
  display: block;
  line-height: 20px;
  height: 20px
}

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

/* NAV LOGIN */
#pas_login {
  color: #fff;
}

#pas_login table {
  background: #2a7139;
  width: 190px;
  margin: 0 0 10px 0;
  width:100%;  
}

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

/* NAV OFFERS */
#pas_nav_offers table{
  background: #2a7139;
  width: 190px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  margin: 0 0 10px 0;
}

#pas_nav_offers tbody th,
#pas_nav_offers td  {
  cursor: pointer;
  padding: 3px;
}

#pas_nav_offers td img {
  border:1px solid #000000;
  margin:0 0 0 4px; 
  width:18px;
}

#pas_nav_offers a, 
#pas_nav_offers a:visited {
  color: #c7c21f;
  font-size: 12px;  
  font-weight: normal;
  text-decoration: none;
}

#pas_nav_offers tbody tr.over th a,
#pas_nav_offers tbody tr.over td {
  color: #fff;
}

#pas_nav_offers tbody tr.over th, 
#pas_nav_offers tbody tr.over td {

}

/*  DATA TABLE  */
table.pas_data_table {
  font-size: 12px;
  margin: 8px;
  background:#34562d;
  width:97%;  
}
table.pas_data_table p {
  color:#cae3c5;
}  

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #fff;
  border-bottom:1px solid #2e5132;
}

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

table.pas_data_table tbody td{
  color: #cae3c5;
  padding: 3px;
  border-bottom:1px solid #2e5132;  
}

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

table.pas_form td {
  color: #fff;
}

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

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

#pas_main_index table thead th{
  width: 175px;
  background: #4a6b43;
  color:#efec13;
  font-size:18px;
  text-align:center;  
  border: 1px solid #0d2e07;
  font-weight: normal;  
  padding:2px 0;
}

#pas_main_index table tbody th{
  background: #395d31;
  border: 1px solid #0d2e07;
  font-weight: normal;
  text-align:center;
  font-size: 22px;
  padding:5px 0;  
  color:#fff;
}

#pas_main_index tbody td{
  font-size: 11px;
  text-align: center;
}

/* GLANCE PAGES */

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

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

#pas_offers_grid {
  background: url("../images/nightsky-green/bg-offers-grid.jpg") repeat-x 0 55px;
  text-align: center;
  border: 1px solid #2c5324;
  width: 170px;
  padding: 0 0 5px 0;
  margin: 10px;
}

#pas_offers_grid h1 {
  font-size: 16px;
  font-weight:bold;
  margin: 0;  padding: 0;
}

#pas_offers_grid h2 {
  font-size: 17px;
  color: #000;
  font-weight:normal;
  margin: 0;  padding: 0;
}

#pas_offers_grid h3 {
  font-size: 14px;
  font-weight: normal;
  color:#000;
  margin: 0 0 3px;  padding: 0;
}

#pas_offers_grid h4 {
  font-size: 10px;
  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: 5px 10px;
}

/* QUICK RAKEBACK NEWS */
.news-wrap h2  {
  margin-left:10px;
}
.front-news  {
  clear:left;
  margin:0 0 0 10px;
}
.date {
  background: url("../images/nightsky-green/bg-date.jpg") repeat-x;
  border:1px solid #000;
  float: left;
  display: block;
  font-size: 19px;
  letter-spacing: 1px;
  width: 45px;
  height: 48px;
  text-align : center;
  color: #fff;
  font-weight : bold;
  margin: 0px 5px 10px 0;
}
.month {
  font-size : 12px;
  padding:2px 0 4px;
  text-transform:uppercase;
}

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

/* OTHER FONTS */
.pas_error, .paserror, p.pas_error {
color: red;
}

/* FOOTER */

#footer {
  margin: 5px auto;      
  padding: 0;
  font-family: arial;
  color: #fff;
  text-align: left;
  clear: both;
}

#footer a, footer a:visited {
  color: #a1c29b;
}

#footer_center {
  font-size:12px;
}

#footer_left  {
  width: 102px;          
  padding: 0px;       
}

#footer_right {
  width: 263px;         
  padding: 0;       
}

#footer_right a {
  text-decoration: none;
  font-size: 12px;
  font-weight:bold;
  float: right;
  margin: 39px 25px 0 0;
}

#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,
#footer_list li a:visited {
  color: #a1c29b;
  font-size: 12px;
  text-decoration: none;
}

#footer_list a:hover {
  text-decoration: underline;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
