body {
  background: #ccc url(/website_images/paymerake/main_bg.gif);
  font-family: Arial, Helvetica, sans-serif;
}

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

a:hover {
  color: #638FC0;
}

a img {
  border:none;
}

strong {
  font-weight: bold;
}

p {
  margin: 0 0 12px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #000;
}

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

/* STRUCTURAL ELEMENTS */
#header {
  background:transparent url(/website_images/paymerake/header.png) no-repeat scroll 0 0;
  height:103px;
  margin:15px auto 0;
  width:1010px;
}

#leftside {
  background-color: #fff;
}

#rightside {
  background-color: #fff;
}

#container {
  background-color: #fff;
 }

#content {

}

/* HEADINGS */
h1.pas {
  background:#e0e0e0;
  color: #222;
  text-align:center;
  font-size: 20px;
  height:30px;
  line-height:30px;
  font-weight: normal;
  margin: 0 0 8px 0;
  padding:0 0 0 0px;  
}

h2.pas {
  color: #444;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px 0;
}

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

/* TABLE AND LIST HEADERS */
#pas_login table thead th,
#pas_nav_offers thead th,
#pas_nav_side li.header {
  background:#1D364F url(/website_images/paymerake/header_blue.gif) no-repeat scroll 0 0;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  height:31px;
  letter-spacing:1px;
  line-height:30px;
  margin:0;
  padding:0;
  text-align:center;
  width:205px;
}

table.pas_data_table thead th {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #222 #222 #444 #444;
  background: #333;
  padding: 3px;
}

/* BORDERS */
#pas_nav_side ul, 
#pas_login table,
#pas_nav_offers table {

}
table.pas_data_table {
  border: 1px solid #ccc;
}

/* ALTERNATING ROW COLORS */
#pas_nav_offers tbody tr.alt th,
#pas_nav_offers tbody tr.alt td {

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

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

/* TOP NAVIGATION BAR */
#pas_nav_top ul {
  margin: 0;
  padding: 0;
  height: 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #6396D3 #355C8C #355C8C #355C8C;
  background-color: #2F65A8;
}

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

#pas_nav_top ul li a, 
#pas_nav_top ul li a:visited {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  line-height: 32px;
  display: block;
  padding: 0 10px;
  border-right: 1px solid #183D68;
  border-left: 1px solid #6396D3;
}

#pas_nav_top ul li a:hover {
  background-color: #3073C2;
}


/* SIDE NAVIGATION BAR */

#pas_nav_side ul {
  width: 205px;
  list-style: none;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0;
  background: #e0e0e0;
}

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

#pas_nav_side ul li a, 
#pas_nav_side ul li a:visited {
  margin: 0;
  padding: 0 0 0 10px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  display: block;
  line-height: 20px;
  height: 20px
}

#pas_nav_side ul li a:hover {
  background-color: #ccc;
}

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

#pas_login table {
  width: 205px;
  margin: 0 0 10px 0;
}

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

/* NAV OFFERS */
#pas_nav_offers table{
  width: 205px;
  background: #e0e0e0;
  font-size: 12px;
  text-align: left;
  color: #000;
  margin: 0 0 10px 0;
}

#pas_nav_offers tbody th,
#pas_nav_offers td  {
  cursor: pointer;
  border-bottom: 1px solid #fff;
  padding: 4px;
}

#pas_nav_offers a, 
#pas_nav_offers a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

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

}

#pas_nav_offers tbody tr.over th, 
#pas_nav_offers tbody tr.over td {
  background-color: #ccc;
}

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

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #000;
}

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

table.pas_data_table tbody td{
  color: #000;
  padding: 3px;
}

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

table.pas_form td {
  color: #626262;
}

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

/* 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;
  text-align: center;
}

/* GLANCE PAGES */

#pas_glance .pas_logo {
  float: right;
}

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

#pas_offers_grid {
  text-align: center;
  border: 1px solid #000;
  width: 170px;
  padding: 0 0 5px 0;
  margin: 5px;
}

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

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


/* CAROUSEL */

.carousel_content {
height:112px;
margin:0;
padding:0 0 12px;
width:532px;
}

.infiniteCarousel { width: 395px; position: relative; }
.infiniteCarousel .wrapper {background-image:url(/website_images/paymerake/carousel_bg.jpg); *background:#000; width: 532px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */ overflow: auto; height: 112px; margin:0; }
.infiniteCarousel ul a img { border: 5px solid #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.infiniteCarousel .wrapper ul { width: 840px; /* single item * n */ list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; top: 0; left: 0px; }
.infiniteCarousel ul li { display:block; float:left; padding: 10px 6px 10px 59px; height: 65px; width: 170px; }
.infiniteCarousel ul li img { -webkit-transition: border-color 400ms; }
.infiniteCarousel ul:hover li img { border-color: #000; }
.infiniteCarousel ul:hover li:hover img { border-color: #2e2e2e; }
.infiniteCarousel ul li a img { display:block; }
.infiniteCarousel .arrow { display: block; height: 27px; width: 29px; background: url(/website_images/paymerake/arrow.png) no-repeat 0 0; text-indent: -999px; position: absolute; top: 39px; cursor: pointer; outline: 0; }
.infiniteCarousel .forward { background-position: 0 0; right: -133px; }
.infiniteCarousel .back { background-position: 0 -72px; left: 9px; }
.infiniteCarousel .forward:hover { background-position: 0 -36px; }
.infiniteCarousel .back:hover { background-position: 0 -108px; }
.cthumbs { color:#FFF; text-align:center; font: bold normal 15px Arial, Helvetica, sans-serif; text-decoration: none; text-transform: uppercase; padding-top:3px; }



/* JQUERYSLIDERMENU */
.jqueryslidemenu{ font: bold 12px Arial, Helvetica, sans-serif; background: url(/website_images/paymerake/nav.png) no-repeat left top; width: 100%; height: 42px; }

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #1f1e1e; /*background of tabs (default state)*/
color: white;
padding: 13px 18px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Arial, Helvetica, sans-serif;
width: 180px; /*width of sub menus*/
padding: 5px 0 5px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
text-align:left;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 17px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 8px;
/*right: 10px;*/
padding-left:10px;
}


/* FOOTER */
#footer {
  margin: 10px auto 0 auto;      
  padding: 0;
  font-family: arial;
  color: #fff;
  text-align: left;
  clear: both;
  width:1000px;
}

#footer a, footer a:visited {
  color: #567DA1;
}

#footer_center {
  font-size:10px;
}

#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: #567DA1;
  font-size: 11px;
  text-decoration: none;
}

#footer_list a:hover {
  text-decoration: underline;
}