body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color: #E8DBA7;
}

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

a:hover {
 text-decoration: none;
 color: #3760BF;
}


#container, #content, #leftside {
  background-color: #F4EDD3;
}


/* FONTS AND HEADINGS */
#content {
  font-size: 12px;
  text-align: left;
  color: #000;
}

#content p{
  margin: 4px 0 12px 0;
}

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

h2.pas, h3.pas {
margin:0 0 4px 0;
}

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

h2.pas {
  font-size: 14px;
  color: #7F7F7F;
}

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

.pas_error {
  color: red;
}

.paserror {
color: red;
}

span.pas_error {
color: red;
}

/*  **** NAVIGATION **** */

/* NAV TOP */
#pas_nav_top ul {
  height: 32px;
  line-height: 32px;
  text-align: left;
  background-color: #D70000;
  margin: 0;
  padding: 0;
}

#pas_nav_top ul li {
  float: left;
  display: block;
  list-style-type: none;
  font: 14px arial, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}

#pas_nav_top li a {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #FF2424 #6C0000 #6C0000 #FF2424;
  padding: 8px 10px;
}

#pas_nav_top li a:hover {
  background-color: #C40000;
  border-color: #DD0000 #6C0000 #6C0000 #DD0000;
}

/* NAV SIDE */
#pas_nav_side ul {
  width: 190px;
  text-align: left;
  color: #C0C0C0;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#pas_nav_side li.header {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform:uppercase;
  letter-spacing: 1px;
  text-align: center;
  background-color: #BBB082;
  padding: 3px;
  margin-bottom: 4px;
}

#pas_nav_side ul li {
  margin: 5px 0;
}

#pas_nav_side ul a {
  display: block;
  color: #CC6B47;
  text-decoration: none;
  height: 16px;
  line-height: 16px;
  padding: 0px;
  margin: 0px;
  
}

#pas_nav_side ul a:link, #pas_nav_side ul a:visited {
  color: #CC6B47;
  text-decoration: underline;
}

#pas_nav_side ul a:hover {
 text-decoration: none;
 color: #3760BF;
}

/* NAV LOGIN */
#pas_login {
  width: 190px;
  margin: 0 0 8px 0;
}

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

#pas_login table thead th {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform:uppercase;
  letter-spacing: 1px;
  text-align: center;
  background-color: #BBB082;
  padding: 3px;
  margin-bottom: 4px;
}


/* NAV OFFERS */
#pas_nav_offers a, #pas_nav_offers a:visited {
  color: #CC6B47;
  font-weight: normal;
  text-decoration: underline;
}

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

#pas_nav_offers thead th {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform:uppercase;
  letter-spacing: 1px;
  text-align: center;
  background-color: #BBB082;
  padding: 3px;
  margin-bottom: 4px;
}

#pas_nav_offers tbody th {
  font-weight: normal;
  text-align: left;
  cursor: pointer;
  padding: 3px;
}

#pas_nav_offers tbody td {
  text-align: left;
  cursor: pointer;
  padding: 3px;
  color: #000;
  height: 20px;
}

#pas_nav_offers th {
  text-align: left;
  cursor: pointer;
  padding: 3px;
  height: 20px;
  color: #CC6B47;
}

#pas_nav_offers tbody tr.alt td, #pas_nav_offers tbody tr.alt th {
 }

#pas_nav_offers tbody tr.over td,
#pas_nav_offers tbody tr.over th a {
 text-decoration: none;
 color: #3760BF;
}

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

table.pas_data_table thead th {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-transform:uppercase;
  letter-spacing: 1px;
  text-align: center;
  background-color: #BBB082;
  padding: 3px;
  margin-bottom: 4px;
}

table.pas_data_table thead td{
  font-weight: bold;
  text-align: center;
  padding: 4px;
}

table.pas_data_table tbody th{
  border-top: 2px solid #F4EDD3;
  font-weight: bold;
  text-align: left;
  background-color: #d1c9aa;
  padding: 5px;
}

table.pas_data_table tbody td{
  font-weight: normal;
  text-align: left;
  padding: 5px;
}

table.pas_data_table tbody tr.alt td, table.pas_data_table tbody tr.alt th {
}

/* FORM ELEMENTS */
label {
  font-weight: bold;
  color: #000000;
  text-align: right;
}

table.pas_form {
  margin: 0 auto 12px auto;
  font-size: 12px;
}

table.pas_form td {
  color: #626262;
}

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

input.pas_button {
  font-size: 12px;
  color: #fff;;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #575C5F;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  background-color: #4C4D51;
  margin: 5px auto;
  padding: 2px;
}

input.pas_button:hover {
  text-decoration: none;
  background: #983D3A;
  color: #fff;
  border: 1px #D45951 solid;

}

a.pas_button, a.pas_button:visited {
  font-size: 12px;
  color: #fff;;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  border-color: #575C5F;
  text-decoration: none;
  text-transform: uppercase;
   background-color: #4C4D51;
  margin: 5px auto;
  padding: 2px;
  line-height: 26px;
}

a.pas_button:hover {
  text-decoration: none;
  background: #983D3A;
    color: #fff;
  border: 1px #D45951 solid;
}

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

/* SIGNUP PAGE */
#pas_signup {}

/* GLANCE PAGES */
#pas_glance {
  padding: 0 0 10px 0;
}



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

#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 {
  text-align: center;
}

table.pas_offers_grid td{
  padding: 15px;
}

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

#pas_offers_grid:hover {
  border: 1px solid #858585;
  background: #F5F5F5;
}

#pas_offers_grid h1, #pas_offers_grid h2, #pas_offers_grid h3, #pas_offers_grid h4 {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

#pas_offers_grid h1 {
  font-size: 16px;
}

#pas_offers_grid h2 {
  font-size: 14px;
  color: #BD3333;
}

#pas_offers_grid h3 {
  font-size: 14px;
}

#pas_offers_grid h4 {
  font-size: 12px;
  font-weight: normal;
}

/* OFFERS LIST */

#pas_offers {
  text-align: left;
  width: 570px;
  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;
}

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


#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: #fff;
	text-align: center;
	border-top: 2px solid #bbb082;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}



/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	background: #2E2E2E;
}

#logo {
	width: 778px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 40px;
	font-size: 4em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu-wrap {
	background: #2E2E2E;
}

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first {
	background: #983D3A;
	border: 1px #D45951 solid;
}

