h1.pas {
  font-weight: normal;
  font-size: 22px;
  color: #FF8000;
  margin: 10px 0 0 0;
}

h2.pas {
  font-size: 16px;
  color: #A6A6A6;
  margin: 0;
}

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

p.pas_error {
  color: red;
}

.paserror {
color: red;
}


input.pas_button {
  font-weight: bold;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #575757;
  text-decoration: none;
  display: block;
  margin: 5px auto;
  padding: 2px;
  background-color: #F4F4F4;
}

input.pas_button:hover {
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #3E3E3E;
  text-decoration: none;
  display: block;
  margin: 5px auto;
  padding: 3px 1px 1px 3px;
  background-color: #DADADA;
}
/*  **** NAVIGATION **** */




/* NAV LOGIN */
#pas_login {
  border: 0px solid #000;
  width: 190px;
  margin: 0 auto 10px auto;
}

#pas_login input.login {
  width: 100px;
}
/* NAV OFFERS */

#pas_nav_offers a, #pas_nav_offers a:visited {
  color: #15283E;
  text-decoration: none;
}

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

#pas_nav_offers thead th {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #00E4E4;
  padding: 3px;
}

#pas_nav_offers tbody th {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers tbody td {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  color: #00FFFF;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers td {
  text-align: left;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #C3C3C3;
  padding: 4px;
}

#pas_nav_offers tr.alt td {
  background:;
}

#pas_nav_offers tbody tr.over td, #pas_nav_offers tbody tr.over th  {
  background-color: #EBEBEB;
}
/*  DATA TABLE  */

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

table.pas_data_table thead th {
  color: #447AA6;
  font-size: 16px;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #447AA6;
  text-align: left;
}

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

table.pas_data_table tbody th{
  text-align: left;
  padding-left: 5px;
  color: #000;
  border-bottom: 1px dotted #8B8B8B;
}

table.pas_data_table tbody td{
  color: #000;
  padding: 4px;
  text-align: center;
  border-bottom: 1px dotted #8B8B8B;
}

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

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

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

table.pas_form td {}

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

table.pas_form thead th {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #447AA6;
  padding: 3px;
}
/* MAIN INDEX */

#pas_main_index table {
  margin: 0;
}

#pas_main_index table thead th{
  width: 175px;
  color: #447AA6;
  font-size: 16px;
}

#pas_main_index table tbody th{
  background-color: #F9FCFF;
  border: 1px solid #CEE7FF;
  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 h1.pas {}

#pas_glance .pas_logo {
  margin: 4px;
}

#pas_glance h2.pas {

}

#pas_glance h3.pas {
margin-bottom: 12px;
}

#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: 0px;
  border: 0px;
  text-align: center;
  margin: 0 auto;
}

#pas_offers_grid:hover {
  background: #F0F8FF;
}

#pas_offers_grid {
  
  width: 170px;
  padding: 3px;
  background-color: #fff;
  text-align:center;
}

#pas_offers_grid a.button, #pas_offers_grid a.button:visited{
  font-size: 12px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #575757;
  text-decoration: none;
  display: block;
  width: 140px;
  margin: 5px auto;
  padding: 2px;
  background-color: #F4F4F4;
}

#pas_offers_grid a.button:hover{
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: #696969;
  color: #3E3E3E;
  text-decoration: none;
  display: block;
  width: 140px;
  margin: 5px auto;
  padding: 3px 1px 1px 3px;
  background-color: #DADADA;
}

#pas_offers_grid h1 {
  margin: 0;
  padding: 0;
  color: #FF8000;
  font-size: 14px;
}

#pas_offers_grid h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
  color: #727272;
}

#pas_offers_grid h3 {
  margin: 0;
  padding: 0;
  color: ##727272;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

#pas_offers_grid h4 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}
/* OFFERS LIST */

#pas_offers {
  text-align: left;
  width: 570px;
  margin: 0;
  padding: 0;
  }

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

