body {
  background: #f0f0f0;
  font-size: 12px;
  color: #222;  
  line-height:17px;
  font-family: Arial, Helvetica, sans-serif;
}

a, a:visited{
  color: #0063AF;
}

a:hover {
  color: #2080c9;
}

a img { 
  border:none;
}

strong {
  font-weight: bold;
}

p {
  margin: 0 0 12px 0;
  text-align: left;
}

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

/* STRUCTURAL ELEMENTS */

.sidebox {
  border-radius: 6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border:1px solid #E0E0E0;
  width:190px;
  margin:0 0 10px 0;
}
.sidebox h6 {
  background: #496885;
  border-radius: 2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin:2px;
  padding: 4px 3px;
}

#header {
  color: #fff;
  padding: 10px;
  text-align: left;
}

#leftside {
}

#rightside {
}

#container {
  border-radius: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
 }

#content {

}

/* HEADINGS */
h1.pas {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 8px 0;
}

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

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

/* TABLE AND LIST HEADERS */

table.pas_data_table thead th {
  -webkit-border-top-left-radius:4px;
  -moz-border-radius-topleft:4px;
  -webkit-border-top-right-radius:4px;
  -moz-border-radius-topright:4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  background: #496885;
  padding: 4px 3px;
}

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

}
table.pas_data_table {

}

/* 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#button,
input.pas_button {
background:url("/website_images/6377/structure/btn_bg.gif") repeat-x scroll left center #E1E1E1;
border-color:#BFBFBF #908D8D #908D8D #BFBFBF;
border-style:solid;
border-width:1px;
color:#000000;
cursor:pointer;
}


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 0 0 3px;
  padding: 0;
  height: 42px;
  clear:both;
  background:url(/website_images/6377/structure/navbar.jpg) no-repeat;
}

#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: #333;
  text-shadow:1px 1px 1px #F0F0F0;  
  font-weight: normal;
  font-size: 15px;
  text-decoration: none;
  line-height: 42px;
  display: block;
  padding: 0 35px;
}

#pas_nav_top ul li a:hover {
  text-decoration: underline;
}


/* SIDE NAVIGATION BAR */

.sidebox ul {
  width: 184px;
  list-style: none;
  text-align: left;
  margin: 0 0 0px 3px;
  padding: 0;
}

.sidebox ul li.header {
  display: block;
}

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

.sidebox ul li a:hover {
  color: #0063AF;
}

/* NAV LOGIN */
#pas_login {
  float:right;
  width:180px;
  color:#000;
  margin: 0 10px 0px 0px;  
}

#pas_login table {
  width: 180px;
  margin: 0 0 0px 0px;
}

#pas_login input.login {
  width: 110px;
  height:14px;
  font-size:12px;
  background:#f9f9f9;
  border:1px solid #ccc;
}
.remember-me {
  font-size:10px;
}

/* NAV OFFERS */
#pas_nav_offers table{
  width: 184px;
  background: #fff;
  font-size: 12px;
  text-align: left;
  margin: 0 0 0px 3px;
}

#pas_nav_offers tbody th,
#pas_nav_offers td  {
  cursor: pointer;
  border-top: 1px dashed #f0f0f0;
  padding: 4px 3px;
}

#pas_nav_offers tbody tr.first th,
#pas_nav_offers tbody tr.first td  {
  border-top: none;
}

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

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

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

}

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

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: left;
  color: #000;
  background-color: #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 #ccc;
  width: 170px;
  padding: 0 0 5px 0;
  margin: 10px 15px 10px 0px;
}

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

/* FOOTER */

#footer {
  margin: 10px auto;      
  padding: 0;
  font-family: arial;
  color: #646464;
  text-align: left;
  clear: both;
  background: #fff;
  border-radius: 10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -moz-box-shadow: 0px 0px 5px #ccc;
  -webkit-box-shadow: 0px 0px 5px #ccc;
}

#footer a, footer a:visited {

}

#footer_center {
  font-size:10px;
}

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

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

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