/* FONTS AND HEADINGS */

#content {
font-size : 12px;
text-align : left;
font-family : Arial, Helvetica, sans-serif;
color : #000;
}

#content p{
margin : 4px 4px 12px 4px;
}

label {
font-weight : bold;
text-align : right;
}

strong {
font-weight : bold;
color: #3F7540;
}

h1.pas, h2.pas h3.pas {
}

h1.pas {
font-size : 20px;
}

h2.pas {
font-size : 16px;
margin:8px;
}

h3.pas {
font-size : 12px;
font-weight : bold;
margin:8px;
}

p.pas_error {
color :  red;
margin : 4px 4px 8px 4px;
}

/* LINKS */
#content a, #content a:visited{
color : #3F7540;;
}

#content a:hover {
color : #3F7540;
text-decoration: underline;
}



/*  DATA TABLE  */
table.pas_data_table {
width : 570px;
font-size : 12px;
margin : 8px auto;
border : 1px solid #000;
background-color: #fff;
}

table.pas_data_table thead th {
background-color : #87AF88;
color : #000;
font-size : 12px;
font-family : arial, helvetica;
padding: 4px 0 4px 0;
background-image: url(/website_images/megarakeback/img/longbg_2.gif);
background-repeat: repeat-x;
font-size:11px;
width: 100%;
text-align: center;
}

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-color : #ADC9AE;
padding : 4px;
}

table.pas_data_table tbody td{
color : #000;
padding : 3px;
text-align : center;
}

table.pas_data_table tbody tr.alt td, table.pas_data_table tbody tr.alt th {
background : #E7EFE7;
}

/* LARGE FORM TABLE */
table.pas_form {
margin : 0 auto 12px auto;
font-size : 12px;
}
table.pas_form td {
color : #626262;
}

table.pas_form th {
text-align : right;
padding-right : 8px;
}

table.pas_form thead th {
padding : 3px;
border-style : solid;
border-width : 1px;
border-color : #6396D3 #355C8C #355C8C #6396D3;
background-color : #2F65A8;
color : #fff;
text-align : center;
}

/* MAIN INDEX */
#pas_main_index table {
margin: 0 auto;
}

#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;
background-color : #EFEFEF;
border : 1px solid #C3C3C3;
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.pasoffergrid {
padding : 10px;
border : 0px;
text-align : center;
}

#pas_offers_grid:hover {
border : 1px solid #000;
background : #E6E6E6;
}

#pas_offers_grid {
border : 1px solid #000;
width : 170px;
padding : 0 0 5px 0;
}

#pas_offers_grid h1 {
margin : 0;
padding : 0;
font-size :16px;
text-align : center;
}

#pas_offers_grid h2 {
margin : 0;
padding : 0;
font-size : 14px;
text-align : center;
color : #832323;
}

#pas_offers_grid h3 {
margin : 0;
padding : 0;
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 : 590px;
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;
}

#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;
}


/* MISSING DATA CALENDAR */

table.pascal
{
border: 1px solid #cccccc;
margin: 8px auto;
}

td.pascalmonth
{
border: 1px solid #cccccc;
background: #FFFFF;
font-size: 12pt;
font-weight: bold;
text-align: center;
padding-top: 8px;
padding-bottom: 8px
}

td.pascaldays
{
border: 1px solid #cccccc;
background: #FFFFF;
font-size: 10pt;
font-weight: bold;
text-align: center;
padding-top: 8px;
padding-bottom: 8px
}

td.pascal
{
border: 1px solid #cccccc;
height: 7em;
width: 7em;
padding-right: 3px;
padding-top: 3px;
font-weight: none;
color: #000000;
text-align: right;
font-size: 7.5pt;
vertical-align: top
}

.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;
}






h2.pas {
 font-size: 16pt;
 margin-top: 4px;
 margin-bottom: 4px;
 padding: 0 0 0 0;
}
h3.pas {
 font-size: 14pt;
 margin-top: 4px;
 margin-bottom: 4px;
 padding: 2px 0 2px 0;
}

.paserror {
 color: red;
}

.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;
}

table.pasoffergrid {
 padding: 10px;
 border: 0px;
 text-align: center;
}
div.pasoffergriditem {
 padding: 0px;
 padding-bottom: 5px;
 border: 1px solid #cccccc;
 background: #FFFFFF;
 text-align: center;
 width: 170px;
}
div.pasoffergriditem:hover {
 border: 1px solid #000000;
 background: #eeeeee;
}


.pasfeatured {
 color: #AC3333;
 font-weight: bold;
}

.pasprivate {
 color: #2E59A0;
 font-weight: bold;
}

.pasnormal {
 color: #666666;
 font-weight: bold;
 font-size: 13pt;
}

.pasgridinfo {
 font-size: 9pt;
 padding: 3px;
}

.pasdatatable {
 padding: 5px;
}

.pasdatatable td {
 font-size: 9pt;
 padding: 5px;
 border-bottom: 1px solid #cccccc;
}

.pasdatatable th {
 padding: 5px;
 background: #cccccc;
 border-bottom: 1px solid #000000;
 font-size: 10pt;
 font-weight: bold;
 text-align: left;
}

.pasmaintable {
 padding: 5px;
}

.pasmaintable th {
 padding: 5px;
 background: #cccccc;
 border-bottom: 1px solid #000000;
 font-size: 10pt;
 font-weight: bold;
 text-align: center;
}

.pasmaintable td {
 padding: 2px;
 font-size: 10pt;
 text-align: center;
}

.pasdollar {
 color: #AC3333;
 font-weight: bold;
 font-size: 16pt;
}

table.pascal
{
border: 1px solid #cccccc;
}

td.pascalmonth
{
border: 1px solid #cccccc;
background: #FFFFF;
font-size: 12pt;
font-weight: bold;
text-align: center;
padding-top: 8px;
padding-bottom: 8px
}

td.pascaldays
{
border: 1px solid #cccccc;
background: #FFFFF;
font-size: 10pt;
font-weight: bold;
text-align: center;
padding-top: 8px;
padding-bottom: 8px
}

td.pascal
{
border: 1px solid #cccccc;
height: 7em;
width: 7em;
padding-right: 3px;
padding-top: 3px;
font-weight: none;
color: #000000;
text-align: right;
font-size: 7.5pt;
vertical-align: top
}

div.pasoffersite {
 padding: 5px;
 border-bottom: 1px solid #cccccc;
 margin: 5px;
}

img.pasoffer {
 float: right;
}

table.pasglance {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}

.pasglance th
{
 background: #cccccc;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 1px solid #000000;
 padding: 3px;
}

.pasglance td
{
  border-bottom: 1px solid #000000;
  font-size: 8pt;
  padding: 3px;
}



.pasglance a
{
  text-decoration: none;
}

.pasbox {
 border: 1px solid #000000;
 text-align: left;
 padding: 5px;
 padding-bottom: 10px;
}

.pasnavoffers {
 border-top: 1px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}

.pasnavoffers th
{
 background: #cccccc;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 1px solid #000000;
 padding: 3px;
}

.pasnavoffers td
{
  border-bottom: 1px solid #000000;
  font-size: 8pt;
  padding: 3px;
}
/* minor divs */
#pageHeader {
 	width: 900px;
 	height: 20px; /* strange but ie6 needs this */
 	background-image: url(/website_images/megarakeback/img/banner.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	border-top: 0px;    
	border-right: 1px solid #48825A;    
	border-bottom: 1px solid #48825A;    
	border-left: 1px solid #48825A;    
	margin: 0px 0px 0px 0px; 
	padding: 150px 0px 0px 0px;
	}
	
#pageHeader h1 {
 	width: 600px;
	color: #000;
	font-size: 24px; 
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin: -50px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	}
	
#pageHeader h2 {
 	width: 600px;
	color: #000;
	font-size: 11px; 
	line-height: 16px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
	text-transform: uppercase;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 10px 4px;
	}

.contentbox {
 	width: 650px;
	border: 1px solid #48825A;
 	background-image: url(/website_images/megarakeback/img/aces.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px -10px 30px -10px;
	padding: 10px 10px 40px 10px;
	}
	
.alt_contentbox {
 	width: 880px;
	border: 1px solid #48825A;
 	background-image: url(/website_images/megarakeback/img/aces.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px -10px 30px -10px;
	padding: 10px 10px 40px 10px;
	}
	
.contentbox1 {
 	width: 300px;
	border: 1px solid #48825A;
 	background-image: url(/website_images/megarakeback/img/aces.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #ffffff;
	margin: 0px -10px 30px -10px;
	padding: 10px 10px 40px 10px;
	}

#footer {
 	width: 662px;
	border: 1px solid #aaa;    
 	background-image: url(/website_images/megarakeback/img/longbg_2.gif);
	background-position: center center;
	background-repeat: repeat;
	background-color: #284C00;	
	margin: 10px -10px 20px -10px; 
	padding: 4px 4px 4px 4px;
	text-align: center;
	}
	
.contentbox p , .contentbox li {
	padding-bottom: 8px;
	text-align: justify;
	line-height: 160%;
	}

.contentbox h3 {
	color: #333333;
	background-color: #ddd;
 	background-image: url(/website_images/megarakeback/img/longbg_2.gif);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 11px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 3px 4px 4px 10px;
	}
	
.contentbox h1 {
	color: #333333;
	background-color: #ddd;
 	background-image: url(/website_images/megarakeback/img/longbg_2.gif);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 11px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 3px 4px 4px 10px;
	}
	
.contentbox1 h3 {
	color: #333333;
	background-color: #ddd;
 	background-image: url(/website_images/megarakeback/img/longbg_2.gif);
	background-position: bottom center;
	background-repeat: repeat;
	font-size: 11px; 
	line-height: 16px;
	text-transform: uppercase;
	margin: -10px -10px 4px -10px;
	padding: 10px 4px 4px 10px;
	}
	
#linkList ul {
	border-top: 1px dotted #48825A;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}
	
#linkList li {
	display: block;
	list-style-type: none;
	color: #6c9e2d;
	background-color: #ffffff;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-style: italic;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	border-bottom: 1px dotted #48825A;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}
	
#linkList li a:link,
#linkList li a:visited, 
#linkList li a:visited:hover,
#linkList li a:hover, 
#linkList li a:active {
	display: block;
	line-height: 14px;
	font-style: normal;
	color: #000000;
	}

#linkList li:hover,
#linkList li a:hover{	
	display: block;
	font-style: normal;
	color: #fff !important;
}

#linkList h3 {
	color: #333333;
	background-color: #dbda93;
 	background-image: url(/website_images/megarakeback/img/contentbg.gif);
	background-position: center right;
	background-repeat: repeat-x;
	font-size: 11px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-transform: uppercase;
	text-align: left; 
	border-bottom: 1px solid #48825A;
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 3px 5px;
	}
	
.thelinks {
	/*background-image: url(/website_images/megarakeback/img/swirl.gif);*/
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border: 1px solid #48825A;    
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 30px 0px;
	font-size:13px;
	}

/* hovers */
	
#linkList li:hover{
	background-color: #B2C9BA;
	color: #9F9584;
	}

.imgLeft, .imgRight {
  margin: 5px;
}

.imgLeft {
  float: left;
  margin-left: 0px;
}

.imgRight {
  float: right;
  margin-right: 0px;
}

img
{
	border: 0;
}

/*tabs*/
#tabs11 {
	float:left;
	width:900px;
	font-size:93%;
 	line-height:normal;
	margin-top: -13px;
}
#tabs11 ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabs11 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs11 a {
	float:left;
	background:url("/website_images/megarakeback/img/tableft11.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs11 a span {
	float:left;
	display:block;
	background:url("/website_images/megarakeback/img/tabright11.gif") no-repeat right top;
 	padding:5px 15px 4px 6px;
	color:#000000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs11 a span {float:none;}
/* End IE5-Mac hack */
#tabs11 a:hover span,
#tabs11 a.currentTab span{
	color:#B2C9BA;
}
/*#tabs11 a:hover,
#tabs11 a.currentTab {
	background-position:0% -42px;
}
#tabs11 a:hover span,
#tabs11 a.currentTab span {
	background-position:100% -42px;
}*/

.shade {background-color: #BBD3B4;
        font-size:10px;
}

/* border table for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 500px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #FFFFFF; color: #89B08B; 
	font-family: "Times New Roman", Times, serif; font-size: 18px; font-weight: bold;
	vertical-align: top;
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #FAFAFA /*url(images/Generic_TC_icon.gif) no-repeat left;*/ color: black; 
	font-family: "Times New Roman", Times, serif; font-size: 12px;;
	border-bottom:1px dashed #CCCCCC;
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; }
.fd_itemlink:visited { color: blue; text-decoration: none }
.fd_itemlink:hover { color: #336699; text-decoration: none }

.paragraph {
	font-size: 11px; 
	line-height: 14px;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	}
	
.entry {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	}
	
.color_text { 
	font-weight: bold; 
	text-decoration: none; 
	color: #86382E;
	} 


th.green {
background-image: url(/website_images/megarakeback/img/contentbg.gif); 
font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif;
}

h1, h2, h3 {
	font-size: 11px; 
	line-height: 14px;
	font-weight: bold; 
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left; 

	}
h1.pas {
padding: 4px 0 4px 0;
background-image: url(/website_images/megarakeback/img/longbg_2.gif);
font-size:11px;
width: 100%;
text-align: center;
margin:0px;
}

body {
	color: #444; 
	background-color: #E8F1EA;
 	background-image: url(/website_images/megarakeback/img/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	font-family: Cochin, Georgia, "New Century Schoolbook", "Bitstream Vera Serif", "Times New Roman", times, serif; 
	text-align: left;
	margin: 0px; 
	padding: 0px;
	}

a.toplinks {
font-weight:bold;
font-size:12px;
}