body {
  background-color: #1B2F2E;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
margin: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}

img {
border: 0;
}

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

a:hover {
color:#993838;
text-decoration:underline
}

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

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

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

/* STRUCTURAL ELEMENTS */

#header {
  background: #234E81;
  color: #fff;
  padding: 15px;
  font-size: 22px;
  text-align: left;
}

#leftside {

}



#content {
text-align: left;
}

/* HEADINGS */
h1.pas {
color:#444444;
font-size:28px;
font-weight:normal;
text-align:left;
margin: 0 0 4px 0;
}

h2.pas {
font-size:13px;
line-height:20px;
text-transform:uppercase;
text-align:left;
height:20px;
padding:0 4px;
color:#536E00;
font-weight:bold;
}

#offers {
 border:1px solid #EAEAEA;
}

#offers h2.pas {
font-size:11px;
line-height:20px;
text-transform:uppercase;
text-align:left;
background:transparent url(/website_images/weaktight/sprite.png) repeat-x scroll left -4px;
height:20px;
padding:0 4px;
color:#536E00;
font-weight:bold;
margin: 0;
}

h3.pas {
  color: #000000;
font-weight:bold;
padding:3px;
font-size: 11px;
}

/* TABLE AND LIST HEADERS */
#pas_login table thead th,
#pas_nav_offers thead th,
#pas_nav_side li.header,
table.pas_data_table thead th {
font-size:11px;
line-height:20px;
text-transform:uppercase;
text-align:left;
background:transparent url(/website_images/weaktight/sprite.png) repeat-x scroll left -4px;
height:20px;
padding:0 4px;
color:#536E00;
font-weight:bold;
}

table.pas_data_table thead th {
text-align:center;
}

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

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

/* 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: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #C2D544 #66711A #66711A #C2D544;
  background-color: #808f20;
  text-decoration: none;
  line-height: 26px;
}

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

/* TOP NAVIGATION BAR */
#pas_nav_top ul {
  margin: 0;
  padding: 0;
  height: 32px;
background: #1B2F2E;
}

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

}

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


/* SIDE NAVIGATION BAR */

#pas_nav_side ul {
  width: 190px;
  list-style-type: none;
  text-align: left;
  margin: 0 0 10px 0px;
  padding: 0;
  background-color: #fff;
}

#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;
  display: block;
  line-height: 20px;
  height: 20px
}

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

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

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

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

/* NAV OFFERS */
#pas_nav_offers table{
  width: 190px;
  background: #fff;
  font-size: 11px;
  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 #CBE4CB;
  padding: 3px;
}

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

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

}

/*  DATA TABLE  */
table.pas_data_table {
  width: 560px;
  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: left;
  color: #000;
  background-color: #E6E6E6;
  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.pasoffergrid {
margin: 0 0 0 7px;
}

table.pas_offers_grid {
  padding: 10px;
  text-align: center;
}

#pas_offers_grid {
  text-align: center;
  width: 173px;
  padding: 3px 1px 15px 0px;
  margin: 5px;
  font-size: 11px;
  background: url(/website_images/weaktight/grid-bg.gif) no-repeat;
}

#pas_offers_box {
  border: 0px solid #B2B2B2;
  margin: 2px 0 0 0;
  }

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

#pas_offers_grid h2 {
  font-size: 16px;
  color: #1B2F2E;
  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: 5px ;      
padding: 0;
font-family: arial;
color: #AAAAAA;
text-align: left;
clear: both;
}

#footer a, footer a:visited {
color: #AAAAAA
}

#footer_center {
font-size:10px;
width: 500px;
}

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

#footer_right {
width: 263px;         
padding: 0; 
text-align: right;      
}

#footer_right a {
text-decoration: none;
font-size: 12px;
margin: 20px 0px 0 0;
color: #93AE13;
}

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

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

#ft_logo {
/*background: url(/website_images/weaktight/wt_blocks_02.gif) no-repeat ;*/
width:250px;
height:51px;
float: left;
}

#btn_home {
background: url(/website_images/weaktight/home.gif) no-repeat ;
width:100px;
height:46px;
float: left;
}

#btn_posthand {
/*background: url(/website_images/weaktight/posthand.gif) no-repeat ;*/
width:96px;
height:46px;
float: left;
padding-top:8px;
}

#btn_postsession {
/*background: url(/website_images/weaktight/wt_blocks_07.gif) no-repeat ;*/
width:110px;
height:46px;
float: left;
padding-top:8px;
}

#btn_faq {
/*background: url(/website_images/weaktight/wt_blocks_08.gif) no-repeat ;*/
width:96px;
height:46px;
float: left;
padding-top:8px;

}

#btn_rakeback {
/*background: url(/website_images/weaktight/wt_blocks_08.gif) no-repeat ;*/
width:95px;
height:46px;
float: left;
padding-top:8px;
/*padding-left:1px;*/
}

#ft_header {
height:60px;
padding-top:20px;
background: #1B2F2E;
}

#ft_logo {
float:left;
height:51px;
width:250px;
}

.bd_corners{display:block}
.bd_corners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#ffffff}
.bd_corners1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #7d8887;
  border-right:1px solid #7d8887;
  }
.bd_corners2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #314342;
  border-right:1px solid #314342;
  }
.bd_corners3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #d3d7d7;
  border-right:1px solid #d3d7d7;}
.bd_corners4{
  border-left:1px solid #7d8887;
  border-right:1px solid #7d8887}
.bd_corners5{
  border-left:1px solid #c6cbca;
  border-right:1px solid #c6cbca}
.bd_cornersfg{
  background:#ffffff;
  padding:15px;
  }
  
  #loginbar
{
	/*margin: auto;*/
	margin-left: 250px;

	width: 600px;
}

.loginbtnup
{
background: url(/website_images/weaktight/login.gif) no-repeat ;
width:72px;
height:26px;
border: none;
}
.loginbtndown
{
background: url(/website_images/weaktight/login_down.gif) no-repeat ;
width:72px;
height:26px;
border: none;
}

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#a4a793}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #556259;
  border-right:1px solid #556259;
  background:#818979}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #283b38;
  border-right:1px solid #283b38;
  background:#89907f}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #89907f;
  border-right:1px solid #89907f;}
.spiffy4{
  border-left:1px solid #556259;
  border-right:1px solid #556259}
.spiffy5{
  border-left:1px solid #818979;
  border-right:1px solid #818979}
.spiffyfg{
  background:#a4a793;
margin:0;
padding:0;
padding-left:20px;
padding-right:20px;  }

.pagenav_level1 .navitem, .pagenav_level2 .navitem, .pagenav_level3 .navitem {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.loginfnt span {
	font-size:13px;
	font-weight: bold;
	text-transform: none;
}
.loginfnt a {
	font-size:13px;
	text-transform: capitalize;
	text-decoration: underline;
}

.loginfnt li {
	font-size:13px;
	text-transform: capitalize;
}

.login_r {
	background:#2647A0 url(/images/login_r.gif);
	width:20px;
	height:20px;
	float:left;
}
.loginbox
{
	border: 1px solid #888;
	padding:3px;
	/*padding: 2px 1px 2px 1px;*/ width: 75px;
	/*height: 2em; */
}

#searchtxt {
background:transparent url(/website_images/weaktight/search_main.gif) no-repeat scroll 0 0;
border:0 none;
color:#444444;
float:left;
font-size:10px;
height:27px;
margin-left:20px;
margin-top:20px;
padding:7px 0 5px 16px;
width:140px;
}

#searchright {
background:transparent url(/website_images/weaktight/search_right.gif) no-repeat scroll 0 0;
border:0 none;
color:#AAAAAA;
float:left;
font-size:10px;
height:27px;
margin-bottom:1px;
margin-top:20px;
width:28px;
}

#searchicon {
background-image:url(/website_images/weaktight/search_left.gif);
border:0px none;
color:#AAAAAA;
font-size:10px;
height:27px;
margin-bottom:1px;
/*padding:5px 0px 5px 10px;*/
width:25px;
float: left;
}

#main-bg {
background: #fff;
}

.offertable td
{
font-size: 9px;
]

#donkrlistdiv
{
 	width:568px; 
}
