/* @override http://local.kudos.loc/styles/styles.css */

/*--( General Settings )-------------------------*/

body {
	color: #333333;
	font: 12px Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	background: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(/images/bkgd/bg_header.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

a {
	color: #666666
}

h1, h2, h3 {
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
	margin: 7px 0 7px 0;
}

p {
	line-height: 1.7em;
	margin: 0.5em 0 1em 0;
}

fieldset {
	padding: 5px 10px 5px 10px;
	border: 1px solid #666;
	background-color: #fff;
}

legend {
	padding: 0 5px 0 5px;
	font-weight: 700;
	font-size: 14px;
	color: #41506b;
}


/*--( Page Structure )-------------------------*/

#wrapper {
	width: 990px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*background: #ffffff url(/images/bkgd/mid.gif) repeat-y;*/
}

#header {
	margin: 70px auto 0 auto;
	background: url(/images/header/header.png) no-repeat;
	width: 990px;
	height: 150px;
	text-align:left;
}

#logo {
	margin: 0 0;
	position: relative;
	left: -20px;
	top: -65px;
	background: url(/images/header/logo.png) no-repeat;
	width: 280px;
	height: 280px;
	z-index: 100;
}

#headerFB {
	margin: 70px auto 0 auto;
	background: url(/images/header/headerFB.png) no-repeat;
	width: 990px;
	height: 150px;
	text-align:left;
}

#headerSideFB {
	background: url(/images/header/headerSideFB.png) no-repeat;
	width: 200px;
	height: 90px;
	margin: 0 0;
	position: relative;
	right: -768px;
	top: -260px;
}

#headerSideFB img {
	border: 1px solid #eeeeee;
	position: absolute;
	top: 18px;
	left: 12px;
	z-index: 0;
}

#headerSideFBLoading {
	position: absolute;
	left: 60px;
}

#headerSideFB span {
	text-align: left;
	position: absolute;
	top: 18px;
	right: 10px;
}

#mid_bg {
	background: #ffffff url(/images/bkgd/mid.gif) repeat-y;
}

#content {
	width: 930px;
	padding: 0 0 5px 0;
	text-align: left;
	margin: 0 0 0 30px;
}

#content div.left {
	float: left;
	text-align: left;
	width: 570px;
	display: inline;
}

#content div.right {
	float: right;
	text-align: left;
	width: 330px;
    margin: 0 30px 0 0;
	display: inline;
}

/*--( Header Variables )-------------------------*/

#topMenu {
	font-size: 12px;
	font-weight: 700;
	color: #000;
	text-align: right;
	margin: 0 30px -20px 0;
	position: relative;
	display: block;
	line-height: 20px;
	z-index:500;
}

#topMenu a, #topMenu a:visited, #topMenu a:active {
	text-decoration: none;
	color: #403f3f;
}

#topMenu a:hover {
	color: #939393;
}

#topMenu a.other_sites {
	text-decoration: none;
}

#topMenu img.fb {
	border: none;
	margin: 0 0 -5px 0;
	line-height: 0;
}

#topMenu .smallFBHeaderMenu {
	display: inline;
	margin: 0 0 -5px 0;
}

#topMenu .smallFBHeaderMenu img {
	margin: 0 0 -4px 0;
}

/*--( Other Sites Links )-------------------------*/

ul.menu {
	font-size: 12px;
	font-weight: 700;
	display: block;
	text-align: right;
	/*float: right;*/
	position: absolute;
	/*top: -45px;*/
	right: 0px;
	
	list-style:none;
	margin:0;
	padding:0;
}

ul.menu * {
	margin:0;
	padding:0;
}

ul.menu a {
	display:inline;
	color: #403f3f;
	text-decoration:none;
}

ul.menu li {
	position:relative;
}

ul.menu ul {
	position:relative;
	/*left:-100px;*/
	background:#d1d1d1;
	display:none;
	opacity:0;
	list-style:none;
}

ul.menu ul li {
	position:relative;
	/*border:1px solid #aaa;*/
	border-top:none;
	/*width:155px;
	height: 50px;*/
	margin:0;
}

/*--( Login Banner - Front page )-------------------------*/

#loginbanner {
	margin: 0 auto;
	height: 40px;
	width: 920px;
	border-top: 1px solid #d2d3d3;
	border-bottom: 1px solid #d2d3d3;
	background: url(/images/top_bar_bg.gif) repeat-x;
}

#loginbannerform {
	line-height: 39px;
	margin-left: 170px;
}

#loginbannerform .submit {  
	vertical-align: middle;
	width: 80px;
	height: 27px;
	margin: 0 10px;
}

#loginbannerform label {  
	vertical-align: middle;
	margin: 0 0 0 10px;
}

#loginbanner input[type="text"], #loginbanner input[type="password"] {
	text-align: left;
	padding: 3px 0 0 5px;
	width: 160px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	vertical-align: middle;
}

#loginbannerform #forgotpassword {
	display: inline;
	margin-top: 2px;
	font-size: 10px;
	margin-right: 5px;
}

#loginbannerform #forgotpassword img {
	border: none;
	margin: 0 2px 3px 0;
	padding: 0;
	vertical-align: middle;
}

#loginbannerform #forgotpassword a {
	text-decoration: none;
}

#loginbannerform #forgotpassword a:hover {
	text-decoration: underline;
	color: #333333;
}

/*--( Login Page )-------------------------*/

.errorlogin {
	width: 400px;
	margin: 20px auto;
	text-align: center;
}

.errorloginFB {
	width: 600px;
	margin: 20px auto;
	text-align: center;
}

.errorlogin .forgotPw {
	margin: 10px auto;
	float: left;
	padding-top: 10px;
	background: url(/images/members/summary.png) no-repeat;
	width: 170px;
	height: 110px;
}

.errorlogin .notRegis {
	margin: 10px auto;
	float: right;
	padding-top: 10px;
	background: url(/images/members/summary.png) no-repeat;
	width: 170px;
	height: 110px;
}

/*--( Front Page )-------------------------*/

#registerBoxTop {
	background: url(/images/register_box_top.png) no-repeat;
	width: 330px;
	height: 28px;
	margin: 15px auto 0;
	text-align: center;	
	/*letter-spacing: 1px;*/
	font-weight: 700;
	font-size: 15px;
	/*padding-top: 15px;*/
	line-height: 40px;
}

#registerBox {
	background: url(/images/register_box_mid.png) repeat-y;
	width: 310px;
	text-align: center;	
	/*letter-spacing: 1px;*/
	/*font-weight: 700;*/
	font-size: 15px;
	padding: 0 10px;
}

#registerBox img {
	border: none;
}

#registerBox form {
	margin: 0;
	padding: 15px 0 10px 0;
}

#registerBox .register_button {
	letter-spacing: 2px;
	line-height: 140%;
	font-size: 12px;
}

#registerBox .register_button input[type="text"] {
	width: 170px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
	padding: 3px 0 0 5px;
	color: #000000;
	font-size: 12px;
}

#registerBox .register_button input[type="submit"] {
	text-align: center;
	vertical-align: middle;
	width: 50px;
	height: 30px;
	margin: 0;
}

#fbdiv {
	font-size: 13px;
	letter-spacing: 0;
}

#fbdiv input[type="submit"] {
	text-align: center;
	vertical-align: middle;
	width: 160px;
	height: 30px;
	margin: 0;
}

#fbdiv p {
	font-size: 15px;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

#fbdiv span img {
	border: none;
/*	display: block;
	margin: -5px auto 5px;*/
}

#fbdiv span {
	font-size: 11px;
	letter-spacing: 0;
}

#FBwaiting {
	font-size: 12px;
}

#FBwaiting a:hover {
	color: #FF0000;
}

#registerBox .FBRegister {
	line-height: 20px;
	height: 22px;
	padding: 10px 0;
}

#registerBox .FBRegister .link {
	float: right;
	position: relative;
	top: -27px;
	right: 55px;
}

#registerBox .FBRegister a:hover {
	color: #FF0000;
}

#registerBoxBottom {
	background: url(/images/register_box_bottom.png) no-repeat;
	width: 330px;
	height: 20px;
	margin: 0 auto;
}

#sidedetail {
	margin: 15px auto;
	/*padding-bottom: 10px;*/
	text-align: center;
}

#sidedetail #title {
	margin: 5px auto 10px;
	width: 330px;
	/*height: 45px;*/
	letter-spacing: 2px;
	line-height: 140%;
	font-weight: 700;
	font-size: 15px;
}

#sidedetail .centerbox {
	margin:  0 auto;
	display: block;
	width: 330px;
}

#sidedetail img {
	/*float: left;*/
	width: 125px;
	height: 125px;
	/*margin: 0 5px 0 0;*/
}

#sidedetail p {
	font-size: 11px;
	text-align: justify;
	line-height: 150%;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
/*	overflow: hidden;
	height: 118px;*/
}

#mainbottom {
	margin: 0 auto;
	background: url(/images/bkgd/bottom.gif) no-repeat;
	width: 990px;
	height: 25px;
}

#steps {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}

.step_box {
	/*background: #D3F0FA;*/
	height: 30px;
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
	line-height: 30px;
	font-weight: 800;
	/*color: #403f3f;*/
	border-top: 2px solid #D2D3D3;
	border-bottom: 2px solid #D2D3D3;
}

.step_box2 {
	/*background: #D3F0FA;*/
	height: 30px;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 30px;
	font-weight: 800;
	/*color: #000000;*/
	border-top: 2px solid #D2D3D3;
	border-bottom: 2px solid #D2D3D3;
}

span.err_live {
	display: block;
/*	color: #f64444;*/
	color: #cc0000;
	font-size: 9px;
	font-weight: bold;
}

#footer {
	width: 930px;
	text-align: left;
	margin-top: 5px;
	padding: 2px 0 0 0;
	border-top: 1px solid #666;
	height: 15px;
	font-size: 11px;
}

#limited {
	width: 550px;
	text-align: center;
	margin-top: 5px;
	padding: 2px 0 0 0;
	font-size: 11px;
	color: #999999;
	height: 60px;
}


/*----( Members Section - Lee )------------------------------------*/

#welcome {
	font-size: 15px;
	text-align: center;
	font-weight: 700;
/*	-position: relative;
	-top: -10px;
	-left: 300px;*/
	padding: 10px 0;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #5A5A5A;
	width: 870px;
}

#loginmaintop {
	background: url(/images/members/toplogin.png) no-repeat;
	width: 920px;
	height: 50px;
	margin: -10px auto 0 auto;
	
/*	margin: 0 auto;
	-padding-top: 5px;
	height: 40px;
	width: 920px;
	border-top: 1px solid #d2d3d3;
	border-bottom: 1px solid #d2d3d3;
	-background: #b2e5f6;
	background: url(/images/top_bar_bg.gif) repeat-x;*/
}

#loginmaintop_links {
	height: 50px;
	padding-top: 16px;
	font-size: 13px;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	display: block;
	font-weight: bold;
	margin: 0 0 0 220px;
}

#loginmaintop_links span{
	color: #FFFFFF;
}

#loginmaintop_links a {
	color: #403f3f;
	margin: 0 4px;
	text-decoration: none;
}

#loginmaintop_links a.selected{
	color: #FFFFFF;
}

#loginmaintop_links a:hover {
	color: #FFFFFF;
}

#logged_main {
	float: left;
	text-align: left;
	width: 870px;
	margin: 30px 0 0 30px;
}

#logged_left {
	float: left;
	text-align: left;
	width: 670px;
	display: inline;
	margin: 30px 0 0 30px;
}

#logged_right {
	float: right;
	text-align: left;
	width: 170px;
    margin: 30px 30px 0 0;
	display: inline;
}

.messageholder {
	margin: 0 auto;
	width: 100%;
}

#logged_main select {
	width: 159px;
}

#logged_left select {
	width: 159px;
}

.logged_right_info_quickinfobox {
	width: 170px;
	background: url(/images/members/quickinfobox.png) no-repeat;
	height: 140px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.logged_right_info {
	width: 170px;
	background: url(/images/members/summary.png) no-repeat;
	height: 115px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

#quickInfoLoading {
	padding: 10px;
	text-align: center;
}

.logged_right_info_top {
	width: 162px;
	height: 10px;
	text-align: center;
	margin: 0 5px 5px 3px;
	padding: 10px 0;
	font-size: 8pt;
	font-weight: 700;
	color: #2b3a57;
	text-transform: uppercase;
	border-bottom: 1px solid #96a8ca;
}

.logged_right_info table, .logged_right_info_quickinfobox table {
	margin: 0 auto;
	width: 150px;
	font-size: 8pt;
	color: #2b3a57;
}

.login_right_table_left {
	text-align: left;
	width: 80%;
}

.login_right_table_right {
	padding: 0 7px 0 0;
	text-align: right;
	width: 20%;
}

.logged_right_main {
	width: 170px;
	background: url(/images/members/news_long.png) top no-repeat;
	color: #000000;
}

.logged_right_main_top {
	width: 162px;
	height: 12px;
	text-align: center;
	margin: 0 5px 10px 3px;
	padding: 10px 0;
	font-size: 8pt;
	font-weight: 700;
	color: #2b3a57;
	text-transform: uppercase;
	border-bottom: 1px solid #96a8ca;
}

.logged_right_main span {
	display: block;
	padding: 0 12px 0 9px;
	font-size: 11px;
	color: #2b3a57;
	font-weight: 700;
	margin: 0 0 5px 0;
	text-align: justify;
}

.logged_right_main_bottom {
	width: 170px;
	background: url(/images/members/news_bottom.png) bottom no-repeat;
	height: 15px;
	margin-bottom: 10px;
}

.member_header {
	font-size: 13px;
	color: #2b3a57;
	padding-bottom: 5px;
	border-bottom: 2px solid #2b3a57;
	font-weight: 700;
	margin: 15px 0;
}

.upload_center {
	text-align: center;
}

.togglermember {
	margin: -4px 0 0 0;
	float: right;
	height: 12px;
	width: 45px;
}

#coOffersTable {
	margin: 0 auto;
}

#coOffersTable table {
	margin: 0 auto;
	width: 100%;
	border: 1px solid #eeeeee;
	text-align: center;
}

#coOffersTable table th{
	font-size: 15px;
	background: #D5DDFC;
}

#coOffersTable tr.spec {
	background: #eee;
}

#coOffersTable tr.specalt {
	background: #fff;
}

/*----( REFER FRIENDS PAGE )------------------------------------*/

#referpage_menu {
	width:100%;
	background:url(/images/members/support/bg.gif) repeat-x bottom;
	line-height:normal;
	margin: 0 0 0 0;
	height:39px;
	clear: both;
}

#referpage_menu ul.subsection_tabs {
	margin:0 0 0 15px; /*0px*/
	padding:10px 10px 0;
	list-style:none;
}

#referpage_menu ul.subsection_tabs li.refertab {
	float:left;
	margin: 0;
	padding:0;
}

#referpage_menu ul.subsection_tabs li.refertab a {
	float:left;
	display:block;
	background:url(/images/members/support/off.png) no-repeat left top;
	padding: 10px 8px 4px;
	text-decoration:none;
	font-weight:bold;
	color: #403f3f;
	width: 120px;
	text-align: center;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#referpage_menu a {float:none;}
/* End IE5-Mac hack */

#referpage_menu ul.subsection_tabs li.refertab a:hover {
	background-image:url(/images/members/support/on.png);
	color:#333;
	font-weight: bold;
}

#referpage_menu ul.subsection_tabs li.refertab a.current {
	background-image:url(/images/members/support/on.png);
	padding-bottom:5px;
	color:#333;
}

/*end of tab styling*/


#referpage_table {
	width: 828px;
	height: 100%;
	margin: 0 auto;
	border: 1px solid;
	border-top: 0;
	padding: 0 20px 20px 20px;
	float: left;
}

#referpage_table .referpage_message {
	margin: 0 auto 10px auto;
	padding: 10px;
}

#referpage_table .referpage_message p {
	float: right;
}

#referpage_table #customiseLoading img {
	margin: 10px auto;
	float: left;
	width: 45px;
}

#custompage #active, #custompage #inactive {
	margin: 0px auto;
}

#buttons {
	width: 100%;
	margin: 0 auto 10px auto;
	text-align: center;
}

#buttons input[type=button] {
	width: 150px;
}

#custompage #activeDiv {
	float: left;
	width: 390px;
}

#custompage #activeTop {
	background: url(/images/members/refer/active_inactive_top_and_bottom.png) no-repeat top left;
	width: 390px;
	height: 18px;
}


#custompage #activeMid {
	background: url(/images/members/refer/active_inactive_Mid.png) repeat-y top left;
	width: 390px;
	float: left;
}

#custompage #activeBottom {
	background: url(/images/members/refer/active_inactive_top_and_bottom.png) no-repeat bottom left;
	width: 390px;
	height: 30px;
	clear: left;
}

#custompage ul#active {
	list-style: none none;
	margin: 0;
	padding: 0 0 0 18px;
	/*border: 1px solid;*/
	width: 372px;
	/*float: left;*/
	/*background: url(/images/members/refer/activeMid.png) repeat-y;*/
	/*background-color: #9edc9a;*/
}

#custompage #inactiveDiv {
	float: right;
	width: 390px;
}

#custompage #inactiveTop {
	background: url(/images/members/refer/active_inactive_top_and_bottom.png) no-repeat top right;
	width: 390px;
	height: 18px;
}

#custompage #inactiveMid {
	background: url(/images/members/refer/active_inactive_Mid.png) repeat-y top right;
	width: 390px;
	float: right;
}

#custompage #inactiveBottom {
	background: url(/images/members/refer/active_inactive_top_and_bottom.png) no-repeat bottom right;
	width: 390px;
	height: 30px;
	clear: right;
}

#custompage #emptyMsgInactive {
	width: 350px;
	text-align: center;
	font-weight: normal;
	background: none;
	float: none;
	height: 60px;
	margin: 5px 0 0 3px;
	position: relative;
	cursor: default;
}

#custompage ul#inactive {
	list-style: none none;
	margin: 0;
	padding: 0 0 0 18px;
	/*border: 1px solid;*/
	width: 372px;
	/*float: right;*/
	/*background: url(/images/members/refer/inactiveMid.png) repeat-y;*/
	/*background-color: #f6cacf;*/
}

#custompage li.fixed {
	background: none;
	float: none;
	height: 20px;
	font-weight: bold;
	margin: 5px 0 0 5px;
	cursor: default;
	width: 340px;
	position: relative;
}

#custompage li.fixed span {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	width: 230px;
	height: 20px;
}

#custompage li.fixed span img {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -10px;
	right: 130px;
}

/*#custompage li.fixed2 {
	background: none;
	float:none;
	height: 20px;
	width: 222px;
	font-weight: bold;
	position: absolute;
	top: -2px;
	right: 15px;
	text-align: right;
	cursor: default;
}

#custompage li.fixed2 img {
	position: absolute;
	top: -12px;
	right: 135px;
	text-align: right;
}*/

#custompage li {
	width: 110px;
	height: 110px;
	margin: 4px;
	float: left;
	cursor: move;
	background: url(/images/members/refer/rewardbox.png);
}

#custompage #active img, #custompage #inactive img{
	margin: 6px 0 0 6.5px;
	cursor: move;
	border: 1px solid #eeeeee;
}


/*---------------------------------------------------------------*/

/*----( Lee's FACEBOOK PAGE )------------------------------------*/

#facebookpage_menu {
	width:100%;
	background:url(/images/members/support/bg.gif) repeat-x bottom;
	line-height:normal;
	margin: 0 0 0 0;
	height:39px;
	clear: both;
}

#facebookpage_menu ul.subsection_tabs {
	margin:0 0 0 15px; /*0px*/
	padding:10px 10px 0;
	list-style:none;
}

#facebookpage_menu ul.subsection_tabs li.facebooktab {
	float:left;
	margin: 0;
	padding:0;
}

#facebookpage_menu ul.subsection_tabs li.facebooktab a {
	float:left;
	display:block;
	background:url(/images/members/support/off.png) no-repeat left top;
	padding: 10px 8px 4px;
	text-decoration:none;
	font-weight:bold;
	color: #403f3f;
	width: 120px;
	text-align: center;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#facebookpage_menu a {float:none;}
/* End IE5-Mac hack */

#facebookpage_menu ul.subsection_tabs li.facebooktab a:hover {
	background-image:url(/images/members/support/on.png);
	color:#333;
	font-weight: bold;
}

#facebookpage_menu ul.subsection_tabs li.facebooktab a.current {
	background-image:url(/images/members/support/on.png);
	padding-bottom:5px;
	color:#333;
}

/*end of tab styling*/


#facebookpage_table {
	width: 828px;
	height: 100%;
	margin: 0 auto;
	border: 1px solid;
	border-top: 0;
	padding: 0 20px 20px 20px;
	float: left;
}

#facebookpage_table .facebookpage_message {
	margin: 0 auto 10px auto;
	padding: 10px;
}

#facebookpage_table .facebookpage_message p {
	float: right;
}

#facebookpage .fblogo {
	background: url(/images/members/facebook_page/fblogo.png);
	width: 150px;
	height: 61px;
	float: right;
	margin: 0 0 10px 10px;
}

#facebookpage .postEventsHead {
	/*background: url(/images/members/support/new_tickets.gif);*/
	width: 186px;
	height: 50px;
	float: left;
	margin: 10px 10px 10px 0px;
}

#facebookpage .sectionHead {
	margin: 5px auto;
}

#facebookpage .sectionHead img {
	margin: 0 5px -3px 0;
	padding: 0;
}

#facebookpage table {
	width: 100%;
	margin: 0 auto;
}

#facebookpage th {
	text-align: center;
	color: #515151;
	padding: 8px 0;
	background-color: #bce4f8;
	font-size: 14px;
}

#facebookpage td {
	text-align: center;
	padding: 5px;
}

#facebookpage tr.spec {
	background: #FFFFFF;
	color: #666;
}

#facebookpage tr.specalt {
	background: #effafd;
	color: #666;
}

#facebookpage tr.spec:hover td {
	background-color: #ffffdd;
}

#facebookpage tr.specalt:hover td {
	background-color: #ffffdd;
}

#facebookpage .fbleft {
	float: left;
	width: 200px;
	margin: 0 20px;
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #666666;
	text-align: center;
}

#facebookpage #status_left img {
	border: 1px solid #000000;
}

#facebookpage .fbright {
	float: right;
	width: 575px;
}

#facebookpage #statustext {
	width:550px;
	margin: 0 auto;
	font-size: 14px;
	position: relative;
	display:block;
	overflow: hidden;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

#statustext #statusName {
	display: inline;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	top: 0;
	left: 0;
	margin-right: 5px;
}

#statustext #statusBody {
	display: inline;
}

#statustext #statusTail {
	display: inline;
	color: #999999;
	font-weight: normal;
	font-size: 9px;
	margin: 0 0 0 5px;
}

#statustext #statusTail #statusTime {
	display: inline;
}

#statustext #statusTail a {
	cursor: pointer;
	color: #3b5998;
	outline-style: none;
	text-decoration: none;
}

#statustext #statusTail a:hover {
	text-decoration: underline;
}

#facebookpage .status_box {
	background: url(/images/members/facebook_page/status_bg.gif) no-repeat;
	width: 550px;
	height: 50px;
	margin: 10px auto 0 auto;
	text-align: center;
	line-height: 47px;
}

#facebookpage .status_box span {
	font-size: 15px;
	font-weight: bold;
}

.status_box input.statusInput {
	padding-left: 3px;
	width: 415px;
	height: 15px;
}

.status_box input {
	border:1px solid #BDC7D8;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	padding:3px;
	color: #666666;			
}

.status_box input:focus {
	border-color:#687FB0;
}

.status_box input.statusInputSubmit {
	padding: 0px 5px 4px 5px;
	font-size: 12px;
	cursor: pointer;
	background: #3b5998;
	color: #fff;
	border: 1px solid #0e1f5b;
	border-left-color: #D9DFEA;
	border-top-color: #D9DFEA;
}

#facebookpage .fbleft_postlink {
	float: left;
	width: 300px;
	margin: 0 20px;
	padding: 5px;
	text-align: center;
}

#facebookpage .fbright_postlink {
	float: right;
	width: 455px;
	border-left: 1px dashed #000000;
	padding: 10px;
}

#postButtonAndTextBox {
	text-align: center;
	margin: 0 auto;
	float: left;
}

#postLinkCommentBox {
	width: 272px;
	height: 60px;
	margin: 10px 0;
	padding: 5px;
	font-size: 11px;
	color: #777777;
	overflow: auto;
}

a.postLinkButton {
	background: url(/images/members/facebook_page/post_link_button.png) no-repeat top left;
	display: block;
	width: 285px;
	height: 80px;
}

a.postLinkButton:hover {
	background-position: 0 -80px;
	display: block;
	width: 285px;
	height: 80px;
	outline: none;
}

a.postLinkButton:active {
	background-position: 0 -160px;
	display: block;
	width: 285px;
	height: 80px;
	outline: none;
}

#postLoading {
	margin: 20px;
	text-align: center;
}

#postDone {
	width: 286px;
	font-weight: bold;
}

.fbright_postlink .topofPost {
	border-top: 1px dotted #777777;
	font-size: 14px;
	cursor: pointer;
	color: #3b5998;
	outline-style: none;
	text-decoration: none;
	padding: 5px 5px 0 5px;
}

.fbright_postlink .topofPost span {
	font-size: 12px;
	color: #333333;
}

.fbright_postlink .middlePost .postImg {
	margin: 5px;
}

.fbright_postlink .middlePost .postImg img {
	float: left;
	margin: 0 10px 0 0;
}

.fbright_postlink .middlePost .infoPost {
	font-size: 12px;
	color: #333333;
	outline-style: none;
	text-decoration: none;
	float: right;
	text-align: right;
	/*line-height: 20px;*/
}

.fbright_postlink .middlePost .infoPost a {
	font-size: 14px;
/*	cursor: pointer;*/
	color: #3b5998;
	outline-style: none;
	text-decoration: none;
	/*float: right;
	text-align: right;*/
	display: block;
}

.fbright_postlink .middlePost .summaryPost {
	float: none;
	margin: 5px 5px 0 5px;
	display: block;
	font-size: 12px;
	color: #777777;
	text-align: justify;
}

.fbright_postlink .bottomPost {
	margin: 0 5px 10px;
	color: #777777;
	font-size: 11px;
}

.transparent_class_6 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.transparent_class_7 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.transparent_class_8 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
}

.transparent_class_9 {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}

/*----( Lee's Support edit )------------------------------------*/

#logged_main_support {
	text-align: left;
	width: 100%;
	display: inline;
}

.support_top_boxes {
	width: 100%;
	height: 150px;
}

#support_top_boxes_float {
	float:right;
	position:relative;
	right: 140px; /*80px*/
	display: inline;
	margin: 5px 5px;
}

#tab_menu {
	width:100%;
	background:url(/images/members/support/bg.gif) repeat-x bottom;
	line-height:normal;
	margin: 0 0 0 0;
	height:39px;
	clear: both;
}

#tab_menu ul.subsection_tabs {
	margin:0 0 0 85px; /*0px*/
	padding:10px 10px 0;
	list-style:none;
}

#tab_menu ul.subsection_tabs li.tab {
	float:left;
	margin: 0;
	padding:0;
}

#tab_menu ul.subsection_tabs li.tab a {
	float:left;
	display:block;
	background:url(/images/members/support/off.png) no-repeat left top;
	padding: 10px 8px 4px;
	text-decoration:none;
	font-weight:bold;
	color: #403f3f;
	width: 120px;
	text-align: center;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#tab_menu a {float:none;}
/* End IE5-Mac hack */

#tab_menu ul.subsection_tabs li.tab a:hover {
	background-image:url(/images/members/support/on.png);
	color:#333;
	font-weight: bold;
}

#tab_menu ul.subsection_tabs li.tab a.current {
	background-image:url(/images/members/support/on.png);
	padding-bottom:5px;
	color:#333;
}

/*USA / CA styled tabs*/

#tab_menu ul.subsection_tabs_us_ca {
	margin:0 0 0 220px; /*0px*/
	padding:10px 10px 0;
	list-style:none;
}

#tab_menu ul.subsection_tabs_us_ca li.tab {
	float:left;
	margin: 0;
	padding:0;
}

#tab_menu ul.subsection_tabs_us_ca li.tab a {
	float:left;
	display:block;
	background:url(/images/members/support/off.png) no-repeat left top;
	padding: 10px 8px 4px;
	text-decoration:none;
	font-weight:bold;
	color: #403f3f;
	width: 120px;
	text-align: center;
}

#tab_menu ul.subsection_tabs_us_ca li.tab a:hover {
	background-image:url(/images/members/support/on.png);
	color:#333;
	font-weight: bold;
}

#tab_menu ul.subsection_tabs_us_ca li.tab a.current {
	background-image:url(/images/members/support/on.png);
	padding-bottom:5px;
	color:#333;
}

.tab_wrap {
	clear: both;
	border: 1px solid #000000;
	border-top: none;
	padding: 20px;
}

#faq_support_page a {
	color: #556;
	line-height: 20px;;
}

/*----( Misc )------------------------------------*/

h1.dark {
	color: #666;
}

h1.light {
	color: #999;
}

h1.login {
	border-bottom: 2px solid #2b3a57;
	margin: 0 0 10px 0;
	font-size: 17px;
	color: #2b3a57;
	font-weight: 700;
	padding: 0 0 10px 0;
}

div.dark {
	margin-top: 10px;
	background-color: #666;
	padding: 10px;
	color: #fff;
}

div.white {
	padding: 10px;
}

div.light {
	border: 2px solid #666;
	background-color: #eee;
	padding: 10px;
	color: #666;
	text-align: left;
	margin: 20px auto;
}


/*----( Form )-------------------------------------*/

#content optgroup {
	background-color: #75a9dd;
	color: #000;
}

#signup {
	float: right;
	margin: 0 0 15px 0;
	width: 230px;
	text-align: center;
	background: #ffffff url(/images/signup.png) no-repeat;
	color: #000;
	height: 220px;
	font-size: 11pt;
}

#signup .text_r {
	margin: 4px 0;
	text-align: left;
	padding: 3px;
	width: 160px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #000;
}

#front_signup_header {
	font-size: 13pt;
	font-weight: 700;
	color: #fff;
	padding: 14px 0 3px 0;
	margin-bottom: 5px;
}	

#signup a {
	color: #000;
	font-size: 10px;
}

#content input.submit {
	margin-top: 8px;
	
}

/*----( Form - register )-------------------------------------*/

.text_r2 {
	/*background: #e6f6fc;*/
	text-align: left;
	padding: 3px;
	width: 150px;
	color: #000000;
	border: 1px solid #999;
	font-size: 10px;
}

#content .left select {
	width: 159px;
}

.registerbox {
	margin: 0 auto;
	width: 500px;
	text-align: center;
}

.registerbox img{
	margin: 0 10px;
	padding: 10px;
	background-color: #eeeeee;
}

.registerbox .fb {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}

/*.registerbox .fb p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}*/

.top_register {
	background: url(/images/bkgd/top_register.gif) no-repeat;
	height: 20px;
	width: 500px;
	margin: 10px 0 0 5px;
	text-align: left;
}

.top_register .title_register {
	float: left;
	background-color: #ffffff;
	margin-left: 15px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
	font-size: 14px;
	color: #41506b;
}

.mid_register {
	background: url(/images/bkgd/mid_register.gif) repeat-y;
	width: 500px;
	margin-left: 5px;
}

.bottom_register {
	background: url(/images/bkgd/bottom_register.gif) no-repeat;
	height: 20px;
	width: 500px;
	margin: 0 0 0 5px;
}

.text_r3 {
	/*background: #e6f6fc;*/
	text-align: left;
	padding: 3px;
	width: 150px;
	height: 20px;
	color: #000000;
	border: 1px solid #999;
	font-size: 10px;
}

.register_text {
	font-size: 11px;
	font-weight:700;
}

.registerbox #fb_memberedit img {
	display: block;
	margin: 0 auto 10px auto;
}

.registerbox #fb_memberedit {
	width: 450px;
	margin: 0 auto;
}

#fb_memberedit #FBButtonMember img {
	border: none;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

/*----( Notifications )----------------------------*/

div.error, div.msg, div.debug, div.offer_accepted {
	padding: 10px;
	border: 1px solid #000000;
	margin: 10px auto;
	width: 70%;
}

div.error ul, div.msg ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: square;
}

div.error {
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	padding-left: 40px;
	border: 1px solid #e83023;
}

div.msg {
	background: #DCFDE1 url(/images/tick.gif) 11px 50% no-repeat;
	padding-left: 40px;
	border: 1px solid #497749;
}

div.debug {
	background: #ffffcc url(/images/bulb.gif) 11px 50% no-repeat;
	padding-left: 40px;
	border: 1px solid #e0e00d;
}

#msg_outer_public {
	width: 90%;
	margin: 20px auto 0 auto;
}

.msg_outer_member {
	text-align: left;
	width: 90%;
	margin: 25px auto -25px auto;
	padding: 10px;
}

.msg_outer_member a {
	text-decoration: none;
	color: #009999;
}

.msg_outer_member a:hover {
	text-decoration: underline;
}

#close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.redmsg_holder {
	margin: 10px auto;
	position: relative;
}

.redmsg {
	display:block;
}

.redmsg * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#fcdedc;
}

.redmsg1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #fdf0ef;
	border-right:1px solid #fdf0ef;
	background:#fce6e4;
}

.redmsg2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fefbfb;
	border-right:1px solid #fefbfb;
	background:#fce4e2;
}

.redmsg3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #fce4e2;
	border-right:1px solid #fce4e2;
}

.redmsg4 {
	border-left:1px solid #fdf0ef;
	border-right:1px solid #fdf0ef;
}

.redmsg5 {
	border-left:1px solid #fce6e4;
	border-right:1px solid #fce6e4;
}

.redmsg_content {
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	padding: 10px 10px 10px 40px;
}

.yellowmsg_holder {
	margin: 10px auto;
}

.yellowmsg {
	display:block;
}

.yellowmsg * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#ffffb5;
}

.yellowmsg1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #ffffdf;
	border-right:1px solid #ffffdf;
	background:#ffffdf;
}

.yellowmsg2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fffff7;
	border-right:1px solid #fffff7;
	background:#ffffc3;
}

.yellowmsg3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #ffffc3;
	border-right:1px solid #ffffc3;
}

.yellowmsg4 {
	border-left:1px solid #ffffdf;
	border-right:1px solid #ffffdf;
}

.yellowmsg5 {
	border-left:1px solid #ffffc7;
	border-right:1px solid #ffffc7;
}

.yellowmsg_content {
	/*background: #ffffcc url(/images/bulb.gif) 11px 50% no-repeat;*/
	background: #ffffb5 url(/images/bulb.gif) 11px 50% no-repeat;
	padding: 10px 10px 10px 40px;
}

.greenmsg_holder {
	margin: 10px auto;
}

.greenmsg {
	display:block;
}

.greenmsg * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#d7fbdd;
}

.greenmsg1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #edfdf0;
	border-right:1px solid #edfdf0;
	background:#e1fce5;
}

.greenmsg2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fbfefb;
	border-right:1px solid #fbfefb;
	background:#defbe3;
}

.greenmsg3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #defbe3;
	border-right:1px solid #defbe3;
}

.greenmsg4 {
	border-left:1px solid #edfdf0;
	border-right:1px solid #edfdf0;
}

.greenmsg5 {
	border-left:1px solid #e1fce5;
	border-right:1px solid #e1fce5;
}

.greenmsg_content {
	background: #d7fbdd url(/images/tick.gif) 11px 50% no-repeat;
	padding: 10px 10px 10px 40px;
}

div.offer_accepted {
	background: #ffffcc url(/images/bulb.gif) 11px 50% no-repeat;
	padding-left: 40px;
	border: 1px solid #e0e00d;
}

#textFBConnect {
	cursor: pointer;
}

/*----( Menu )----------------------------------------------*/


/*----( Footer )--------------------------------------------*/

#footer ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#footer li {
    display: inline;
    list-style: none;
    white-space: nowrap;
    float: right;
}

#footer a {
	margin-left: 7px;
    width: auto;
    text-decoration: none;
    display: block;
}

#footer a:hover {
	border-bottom: 1px dotted #666;
}

#footer div.copyright {
	float: left;
	width: 300px;
}


/*----( Fix Page Structure )-----------------------*/

.clrfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clrfix {height: 1%;}
.clrfix {display: block;}
/* End hide from IE-mac */


/*--( Rewards Structure )-------------------------*/

#rewards {
	margin: 0 auto;
}

.referrals_text_size {
	font-weight: normal;
}

#rewards div.description {
	border: 2px solid #666;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 10px;
	color:#000;
	text-align: center;
}

#rewards table {
	border: 0px none;
	text-align: center;
	margin: 0 auto;
}

#rewards h3 {
	margin: 2px;
}

#rewards td {
	/*border: 1px solid #CCCCCC;*/
	background: url(/images/rewardbox.gif) no-repeat;
	width: 160px;
	height: 160px;
	padding: 4px 1px 0px 1px;
	text-align: center;
	vertical-align: top;
}

#rewards .checked {
	background: url(/images/rewardboxC.jpg) no-repeat;
	width: 160px;
	height: 160px;
	padding: 4px 1px 0px 1px;
	text-align: center;
	vertical-align: top;
}

#rewards td span {
	display: block;
	/*border: 1px solid #CCCCCC;*/
	height: 25px;
	width: 140px;
	margin: 0 auto;
	padding: 4px 0;
	-font-size: 11px;
	font-weight: 600;
}

#rewards img {
	/*border: 1px solid #CCCCCC;*/
	margin:  1px auto 2px;
/*	width: 95px;
	height: 95px;*/
	display: block;
}

#rewards .refamount {
	font-size: 10px;
	/*font-weight: 0;*/
}

#rewards a {
	font-weight: bold;
	display: block;
}

#rcategory {
	margin: 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}

#rcategory li {
    display: inline;
    list-style: none;
    white-space: nowrap;
    float: left;
}

#rcategory a {
	margin-right: 2px;
	padding: 5px 5px 5px 5px;
    width: auto;
    display: block;
	font-weight: bold;
}


/*--( Offers Structure )-------------------------*/

#offerstab_menu {
	width:100%;
	background:url(/images/members/support/bg.gif) repeat-x bottom;
	line-height:normal;
	margin: 0 0 0 0;
	height:39px;
	clear: both;
}

#offerstab_menu ul.subsection_tabs {
	margin:0 0 0 15px; /*0px*/
	padding:10px 10px 0;
	list-style:none;
}

#offerstab_menu ul.subsection_tabs li.offerstab {
	float:left;
	margin: 0;
	padding:0;
}

#offerstab_menu ul.subsection_tabs li.offerstab a {
	float:left;
	display:block;
	background:url(/images/members/support/off.png) no-repeat left top;
	padding: 10px 8px 4px;
	text-decoration:none;
	font-weight:bold;
	color: #403f3f;
	width: 120px;
	text-align: center;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#offerstab_menu a {float:none;}
/* End IE5-Mac hack */

#offerstab_menu ul.subsection_tabs li.offerstab a:hover {
	background-image:url(/images/members/support/on.png);
	color:#333;
	font-weight: bold;
}

#offerstab_menu ul.subsection_tabs li.offerstab a.current {
	background-image:url(/images/members/support/on.png);
	padding-bottom:5px;
	color:#333;
}

/*USA / CA styled tabs*/

#offerstab_menu ul.subsection_tabs_us_ca {
	margin:0 0 0 0; /*0px*/
	padding:10px 10px 0;
	list-style:none;
}

#offerstab_menu ul.subsection_tabs_us_ca li.offerstab {
	float:left;
	margin: 0;
	padding:0;
}

#offerstab_menu ul.subsection_tabs_us_ca li.offerstab a {
	float:left;
	display:block;
	background:url(/images/members/offer/offer_tab_off.png) no-repeat left top;
	padding: 10px 8px 4px;
	text-decoration:none;
	font-weight:bold;
	color: #403f3f;
	width: 90px; /*was 120px pre tab edit*/
	text-align: center;
}

#offerstab_menu ul.subsection_tabs_us_ca li.offerstab a:hover {
	background-image:url(/images/members/offer/offer_tab_on.png);
	color:#333;
	font-weight: bold;
}

#offerstab_menu ul.subsection_tabs_us_ca li.offerstab a.current {
	background-image:url(/images/members/offer/offer_tab_on.png);
	padding-bottom:5px;
	color:#333;
}

/*end of tab styling*/

#offerspage_table {
	width: 868px; /*pre tab edit = 870px*/
	height: 100%;
	margin: 0 auto;
	border: 1px solid;
	border-top: 0;
	padding-bottom: 20px;
}

#offerspage_table .offer_top_message {
	margin: 0 auto 10px auto;
	padding: 10px;
}

#offerspage_table .offer_top_message p {
	float: right;
}	

#offerspage_table .offerspage_row {
	width: 840px; /*pre tab edit = 870px*/
	height: 160px;
	margin: 0 auto 20px auto;
	clear: both;
	/*border: 2px solid #00ff00;*/
}

#offerspage_table .offerspage_cell_left {
	float: left;
	/*margin: 0 0 20px 0;*/
}

#offerspage_table .offerspage_cell_right {
	float: right;
	/*margin: 0 0 20px 0;*/
}

#offerspage_table .offerspage_cell {
	background: url(/images/members/offer/offer_box.png) no-repeat;
	width: 410px;
	height: 160px;
	float: left;
	margin: 0;
	position: relative;
}

#offerspage_table .cashbackOffer {
	background: url(/images/members/offer/star_cashbackoffer.png) no-repeat;
	position: absolute;
	top: -15px;
	left: -10px;
	height: 70px;
	width: 70px;
}

#offerspage_table .cashbackOfferInner {
	width: 200px;
	position: absolute;
	top: 10px;
	left: 70px;
	border: 1px solid;
	padding: 5px;
	text-align: center;
	/*background-color: #98E4F5;*/
	background-color: #FFFFB5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}


#offerspage_table .offerspage_cell p {
	margin: 1px 6px;
	padding: 5px 5px 0 0;
	height: 27px;
	font-size: 18px;
	border-bottom: 1px solid #000000;
	text-align: right;
}

#offerspage_table .offerspage_cell img {
	width: 120px;
	height: 60px;
	margin: 5px 10px;
	text-align: center;
	float: left;
	border: 1px #000000 solid;
}

#offerspage_table .offerspage_cell .description {
	text-align: justify;
	font-size: 11px;
	margin: 5px 10px 5px 140px;
	overflow: hidden;
	height: 95px;
	width: 258px;
}

#offerspage_table .offerspage_cell .requirements {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 8px;
	margin: 5px 5px 5px 140px;
	font-size: 11px;
	text-align: left;
	width: 235px;
	height: 80px;
}

#offerspage_table .offerspage_cell .requirements span {
	height: 50px;
	display: block;
}

#offerspage_table .offerspage_cell .requirements input.submit {
	width: 230px;
	float: right;
}

#ocategory {
	margin: 0 auto;
	width: 501px;
	padding: 0 0 0 0;
	white-space: nowrap;
}

#ocategory li {
    display: inline;
    list-style: none;
    white-space: nowrap;
    float: left;
}

#ocategory a {
	margin: 10px 8px 0 9px;
	padding: 2px;
	width: auto;
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #2F2F2F;
}

#ocategory a:hover{
	color: #FF0000;
	/*text-decoration: underline;*/
}

#ocategory a.selected {
	color: #FF0000;
}

/*--( Referrals Structure )-------------------------*/

#referrals div.main {
	margin: 10px 0 7px 0;
}

.reflink {
	display:block;
}

.reflink * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#D5DDFC;
}

.reflink1 {
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #ecf0fd;
	border-right:1px solid #ecf0fd;
	background:#dfe5fc;
}

.reflink2 {
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #fafbfe;
	border-right:1px solid #fafbfe;
	background:#dce3fc;
}

.reflink3 {
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #dce3fc;
	border-right:1px solid #dce3fc;
}

.reflink4 {
	border-left:1px solid #ecf0fd;
	border-right:1px solid #ecf0fd;
}

.reflink5 {
	border-left:1px solid #dfe5fc;
	border-right:1px solid #dfe5fc;
}

.reflinkfg {
	background:#D5DDFC;
	font-size:13pt;
	font-weight:bold;
	color:#000000;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

#referrals div.link {
	background-color: #eee;
	border: 1px solid #666;
	color: #333;
	text-align: center;
	display: block;
	padding: 20px;
	font-weight: bold;
}

#referrals table {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: right;
}

#referrals #refinfo table {
	width: 85%;
	padding: 0;
	margin: 0 auto;
	font-size: 10px;
	text-align: left;
}

#referrals #refinfo #countryholder {
	float: right;
}

#referrals caption {
	padding: 0 0 5px 0;
	text-align: left;
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#show_hide_all_links {
	text-align: right;
	font-weight: bold;
	color:#999999;
}

#show_hide_all_links #hideall:hover, #show_hide_all_links #showall:hover {
	color:#000000;
	cursor: pointer;
}

.extrainfo:hover {
	cursor: pointer;
}

#referrals th {
	text-align: left;
	/*color: #fff;*/
	padding: 6px 6px 6px 6px;
	background-color: #D5DDFC;
}

#referrals td {
	/*background: #fff;*/
	padding: 6px 6px 6px 12px;
	font-weight: 700;
}

/*#referrals .rowodd {
	background-color: #EEEEEE;
}*/

#referrals .alt {
	background-color: #EEEEEE;
}

#referrals tr:hover {
	background-color: #FFF3DF;
}

#referrals tr.nohover:hover {
	background: #FFFFFF;
}

#referrals a {
	text-decoration: none;
	color: #006699;
}

#referrals a:hover, #referrals a:active {
	text-decoration: underline;
}

#referrals td.premiere {
	font-weight: bold;
	text-align: center;
}

#referrals th.spec {
	background: #fff;
	color: #666;
}

#referrals th.specalt {
	background: #eee;
	color: #666;
}

/*--( Order Structure )-------------------------*/

#order div.main {
	margin: 10px 0 7px 0;
}

#order div.denied {
	text-align: center;
	display: block;
	padding: 20px;
	/*font-weight: bold;*/
	background-color: #fcc;
	border: 1px solid #e0483d;
}

#order div.approved {
	text-align: center;
	display: block;
	padding: 20px 20px 20px 40px;
	background-color: #ffc;
	background: #ffffcc url(/images/bulb.gif) 11px 50% no-repeat;
	border: 1px solid #c8c838;
}

#order div.onhold {
	text-align: center;
	display: block;
	padding: 20px;
	font-weight: bold;
	background-color: #ffc;
	border: 1px solid #c8c838;
}

#order a {
	text-align: center;
	color: #333333;
	font: 12px Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
}

/*--( News Structure )-------------------------*/

/*#news div.main {
	margin: 10px 0 25px 0;
}

#news div.news {
	margin-bottom: 15px;
}

#news p {
	line-height:150%;
	margin-bottom:1.3em;
	}
#news div.title {
	color:#006699;
	font-size: 18px;
	}
	
#news div.left {
	float: left;
	width: 340px;
}

#news div.right {
	float: right;
	width: 340px;
}*/

/*--( Activation Structure )-------------------------*/

#activation div.main {
	width: 500px;
	display: block;
	/*text-align: left;*/
	margin: 0 auto;
}

/*--( Password Reset Structure )-------------------------*/

#password div.main {
	width: 400px;
	display: block;
	text-align: left;
}

/*--( Confirmation Structure )-------------------------*/

#confirmation div.main {
	width: 400px;
	display: block;
	text-align: left;
}

/*--( Support Structure )-------------------------*/

#support {
	margin-bottom: 5px;
	color: #000000;
	font-size: 12px;
}

#support ul { 
	padding: 5px 0px 5px 15px; 
	margin: 0px; 
}

#support li { 
	font-size: 10px; 
	padding: 0px; 
	margin: 0px; 
}

#support p { 
	padding: 5px 0px 15px 0px; 
	margin: 0px; 
	line-height: 15px;
}

.info_faq {
	background: url(/images/members/support/info_faq.gif);
	width: 186px;
	height: 50px;
	clear: both;
	margin: 10px 10px 10px 0px;
}

#support .new_ticket_pic {
	background: url(/images/members/support/new_tickets.gif);
	width: 186px;
	height: 50px;
	/*clear: both;*/
	float: left;
	margin: 10px 10px 10px 0px;
}

#support .existing_ticket_pic {
	background: url(/images/members/support/existing_tickets.gif);
	width: 186px;
	height: 50px;
	/*clear: both;*/
	float: left;
	margin: 10px 10px 10px 0px;
}

#support .untracked_pic {
	background-image: url(/images/members/support/untracked_offer.gif);
	width: 186px;
	height: 50px;
	/*clear: both;*/
	float: left;
	margin: 10px 10px 10px 0px;
}

#support .custom_order_pic {
	background: url(/images/members/support/custom_order_pic.gif);
	width: 186px;
	height: 50px;
	float: left;
	margin: 10px 10px 10px 0px;
}

#support .refresh_pic {
	background-image: url(/images/members/support/refresh2.gif);
	width: 40px;
	height: 40px;
	/*clear: both;*/
	float: right;
	margin: 10px 10px 10px 0px;
	cursor: pointer;
}

#support .refresh_pic:hover img {
	position: relative;
	right: 5000px;
	/*visibility: hidden;*/
}

.no_existing_tickets {
	margin: 20px 0;
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	padding: 20px 40px;
	border: 1px solid #e83023;
	text-align: center;
	font-weight: 700;
}

#support .selectfield {
	height: 25px;
	padding: 2px;
}

#support #error_results {
	/*display: none;*/
	margin: 10px 0;
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	padding: 7px 7px 7px 40px;
	border: 1px solid #e83023;
}

#support #msg_results {
	/*display: none;*/
	margin: 10px 0;
	background: #c8eedb url(/images/tick.gif) 11px 50% no-repeat;
	padding: 7px 7px 7px 40px;
	border: 1px solid #497749;
}

/*#support #outer_wrapper_display_msg {
	height: 50px;
}*/

#support .error_results_list {
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	padding: 7px 7px 7px 40px;
	border: 1px solid #e83023;
}

#support .msg_results_list {
	background: #c8eedb url(/images/tick.gif) 11px 50% no-repeat;
	padding: 7px 7px 7px 40px;
	border: 1px solid #497749;
}

#support #load {
	display: none;
}

#support #load_tickets {
	display: none;
	float: right;
	margin-top: 5px;
}

#support span { 
	background: #eee; 
	font-size: 12px; 
	padding: 5px; 
	display: block;
}

#support span h1 { 
	padding: 0px; 
	margin: 0px; 
}

#support span p { 
	padding: 0px; 
	margin: 0px; 
}

#support span.alt { 
	background: #666; 
	padding: 5px; 
	color: #fff; 
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

#support span.alt h1 { 
	padding: 0px; 
	margin: 0px; 
}

#support span.alt p { 
	padding: 0px; 
	margin: 0px; 
	margin-top: 15px;
}

#support span.alt a {
	color: #fff; 
}

#support form { 
	padding: 0; 
}

#support form fieldset { 
	padding: 10px 5px 5px 20px; 
}

#support form p { 
	padding: 5px 0px; 
	margin: 0px; 
}

#support form label { 
	display: block; 
	padding: 0px 0px 5px 0px;
font-weight: 700;
}

#support form label em { 
	font-size: 11px; 
}

#support form input { 
	padding: 3px 5px;
	font-size: 12px;
	font-family: Tahoma;
}

#support form textarea { 
	padding: 3px 5px;
	font-size: 12px;
	font-family: Tahoma;
}

#support #buttons_lower {
	height: 60px;
}

#support #buttons_lower_list {
	height: 50px;
	/*margin-bottom: 20px;*/
}

#support #buttons_lower input[type="submit"] {
	float: left;
	margin-top: 12.5px;
}

#support #buttons_lower_list input[type="submit"] {
	margin-top: 12.5px;
}

#support .top_list_controls a {
	position:relative;
	left: 5px;
}

#support .top_list_controls {
	float: right;
	width: 16px;
	height: 16px;
}


#support .bottom_list_controls a {
	display:block;
	position:relative;
	left: 5px;
}

#support .bottom_list_controls {
	text-align:right;
}

#support a.btn {
	padding: 10px;
	margin: 20px 0 0 0; 
	text-align: center;
	font-weight: bold;
	display: block;
}

#support table {
	width: 100%;
	padding: 0;
	margin: 0;
}

#support caption {
	padding: 0 0 5px 0;
	text-align: left;
	font-family: tahoma, verdana, arial;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#support th {
	text-align: center;
	color: #515151;
	padding: 8px 0;
	/*background-color: #bce4f8;*/
}

#support td {
	text-align: left;
	padding: 2px;
}

#support table.existing {
	/*border:0.5px solid #000;*/
	width: 100%;
}

#support table.existing th {
	/*border:0.5px solid #000;*/
}

#support table.existing td {
	/*border:0.5px solid #000;*/
}

#support tr.spec td, #support tr.specalt td {
	/*border:0.5px solid #000;*/
}

#support tr.spec_reply {
	background: #FFFFCC;
}

#support tr.spec {
	background: #FFFFFF;
	color: #666;
}

#support tr.specalt {
	background: #effafd;
	color: #666;
}

#support tr.spec:hover td {
	background-color: #ffffdd;
}

#support tr.specalt:hover td {
	background-color: #ffffdd;
}

#support .existing a {
	text-decoration: none;
}

#support .existing a:hover {
	color:#958204;
}

#support .existing .reply {
	padding:10px;
	margin:2px 0;
	/*width: 628px;*/
	width: 798px;
	overflow:auto;
	border: 1px solid #000;
	background: #FFFFFF;
}

#untracked #untracked_hidden {
	background: #eee;
	border: 1px solid #CFCFCF;
	padding: 20px;
}

#untracked .form {
	padding: 20px;
	text-align:left;
}

#untracked .title {
	font-weight: 700;
	font-size: 12px;
	margin: 10px 0 5px 0;
}

#untracked .textfield {
	text-align: left;
	padding: 5px;
	width: 167px;
	height: 15px;
	color: #000000;
	border: 1px solid #999;
	font-size: 12px;
}

#untracked .selectfield {
	text-align: left;
	padding: 4px;
	width: 180px;
	height: 25px;
	color: #000000;
	border: 1px solid #999;
	font-size: 12px;
}

#untracked .form input[type="file"] {
	text-align: left;
	padding: 4px;
	width: 180px;
	height: 25px;
	color: #000000;
	font-size: 12px;
}

#untracked .form input[type="submit"] {
	margin: 12.5px 0;
	float: left;
}

#custom_order_wrapper #customhead {
	font-weight: 700;
	text-align: center;
	margin: 20px;
}

#custom_order_wrapper #outer_questions {
	/*text-align: center;*/
	position: relative;
	left: 170px;
}

#custom_order_wrapper #outer_questions .question {
	display: inline;
	/*padding: 10px 0;*/
	font-weight: 700;
	/*background-color:#FFFFCC;*/
	/*border: 2px solid #FFFF66;*/
}

#custom_order_wrapper #outer_questions_items {
	text-align: center;
}

#custom_order_wrapper #outer_questions .question li {
	display: inline;
	/*background-color: #eee;*/
	/*border: 1px solid;*/
	/*border-color: #f3f3f3 #bbb #bbb #f3f3f3;*/
	/*margin: 0;*/
	/*padding: 5px;*/
}

#custom_order_wrapper #outer_questions .question a:hover {
	cursor: pointer;
}

#custom_order_wrapper .display_custom {
	background-color:#fcfcd3;
	border: 1px solid #000000;
	margin: 10px 0 0 0;
	padding: 20px;
}

#custom_order_wrapper #itemLists table{
	margin: 0 auto;
}

#custom_order_wrapper #itemLists table img{
	cursor: pointer;
}

#custom_order_wrapper #itemLists input[type="text"]{
	padding:2px;	
}

#custom_order_wrapper #itemLists #moreFieldsLink {
	margin: 10px;
}

#custom_order_wrapper #itemLists #itemCalculateLink {
	margin:10px;
}

#custom_order_wrapper #itemLists input[type="button"] {
	width: 150px;
	height: 30px;
}

#custom_order_wrapper #itemCalculate {
	display: none;
	background: #DCFDE1 url(/images/tick.gif) 11px 50% no-repeat;
	border: 1px solid #787878;
	margin-top: 20px;
	padding: 20px;
}

#custom_order_wrapper #customfoot {
	display: none;
	margin-top: 20px;
}

#custom_order_wrapper #customfoot input[type="button"] {
	width: 250px;
	height: 30px;
}

#custom_order_wrapper #customfoot #customItemSubmit {
	height: 70px;
}

#custom_order_wrapper #customfoot #customItemPostSubmitError{
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	border: 1px solid #e83023;
	margin-top: 20px;
	padding: 20px;
}

#custom_order_wrapper #customfoot #customItemPostSubmitMsg{
	background: #DCFDE1 url(/images/tick.gif) 11px 50% no-repeat;
	border: 1px solid #787878;
	padding: 20px;
}

<!--BT part-->
#custom_order_wrapper #bankTrans table{
	margin: 0 auto;
	padding:10px;
	width: 100%;
}

#custom_order_wrapper #bankTrans table td{
	padding:5px;
}

#custom_order_wrapper #bankTrans .msgBox {
	background: #dcfde1 url(/images/tick.gif) 11px 50% no-repeat;
	border: 1px solid #787878;
	padding: 20px 40px;
}

#custom_order_wrapper #bankTrans .msgBox .bt_submit_wrap {
	height: 100px;
	text-align: center;
	margin-top: 10px;
}

#custom_order_wrapper #bankTrans .msgBox .BankName,
#custom_order_wrapper #bankTrans .msgBox .AccNum,
#custom_order_wrapper #bankTrans .msgBox .SortCode {
	float: left;
	position: relative;
	left: 110px;
	padding: 5px;
	font-weight: 700;
}

#custom_order_wrapper #bankTrans .msgBox .bt_submit {
	float: none;
	clear: both;
}

#custom_order_wrapper #bankTrans .msgBox #bt_greensPostSubmitError{
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	border: 1px solid #e83023;
	margin-top: -20px;
	padding: 20px 40px;
	text-align:center;
}

#custom_order_wrapper #bankTrans .msgBox #bt_greensPostSubmitMsg{
	text-align:center;
	margin-top: -20px;
}

#custom_order_wrapper #bankTrans .msgBox #bt_moneyPostSubmitError{
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	border: 1px solid #e83023;
	margin-top: -20px;
	padding: 20px 40px;
	text-align:center;
}

#custom_order_wrapper #bankTrans .msgBox #bt_moneyPostSubmitMsg{
	text-align:center;
	margin-top: -20px;
}

<!--AV part-->

#custom_order_wrapper #amazon_vouchers table{
	margin: 0 auto;
	padding:10px;
	width: 100%;
}

#custom_order_wrapper #amazon_vouchers table td{
	padding:5px;
	width: 100%;
}

#custom_order_wrapper #amazon_vouchers .msgBox {
	background: #dcfde1 url(/images/tick.gif) 11px 50% no-repeat;
	border: 1px solid #787878;
	padding: 20px 40px;
}

#custom_order_wrapper #amazon_vouchers .msgBox .av_submit_wrap {
	height: 60px;
	text-align: center;
	margin-top: 10px;
}

/*#custom_order_wrapper #amazon_vouchers .msgBox .BankName,
#custom_order_wrapper #amazon_vouchers .msgBox .AccNum,
#custom_order_wrapper #amazon_vouchers .msgBox .SortCode {
	float:left;
	position:relative;
	left:15px;
	padding: 5px;
	font-weight: 700;
}*/

#custom_order_wrapper #amazon_vouchers .msgBox #av_greensPostSubmitError{
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	border: 1px solid #e83023;
	margin-top: -20px;
	padding: 20px 40px;
	text-align:center;
}

#custom_order_wrapper #amazon_vouchers .msgBox #av_greensPostSubmitMsg{
	text-align:center;
	margin-top: -20px;
}

#custom_order_wrapper #amazon_vouchers .msgBox #av_moneyPostSubmitError{
	background: #fcdedc url(/images/warning.gif) 11px 50% no-repeat;
	border: 1px solid #e83023;
	margin-top: -20px;
	padding: 20px 40px;
	text-align:center;
}

#custom_order_wrapper #amazon_vouchers .msgBox #av_moneyPostSubmitMsg{
	text-align:center;
	margin-top: -20px;
}

/*--( Support Structure - faq )-------------------------*/

#popup {	
	width: 450px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
}

#popup div.header {
	background: url(/images/header/faqhead.png) no-repeat;
	height: 120px;
	margin: 20px 0 0 0;
}

#popup h1 {
	padding-left: 15px;
	padding-top: 11px;
	font-size: 16px;
	letter-spacing: 1px;
}

div.updatemessage {
	padding: 15px;
	border: 1px solid #333;
	background-color: #ccc;
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin: 75px 0;
	text-align: center;
	width: 40%;
}

div.blockedipmessage {
	padding: 15px;
	border: 2px solid #c00;
	background-color: #fcc;
	font-weight: bold;
	font-size: 12px;
	color: #c00;
	margin: 75px 0;
	text-align: left;
	width: 40%;
}

span.blockedipmessage {
	display: block;
	margin-top: 15px;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

#support blockquote, #coffers blockquote {
	margin-left: 10px;
	border-left: 5px solid #666;
	padding-left: 10px;
}

#support blockquote.topic-history-flagged,
#coffers blockquote.topic-history-flagged {
	border-color: #fcc;
}

#support blockquote.reply-user, #support blockquote.reply-admin, 
#support blockquote.reply-admin-closed, #support blockquote.reply-user-closed,
#coffers blockquote.reply-user, #coffers blockquote.reply-admin, 
#coffers blockquote.reply-admin-closed, #coffers blockquote.reply-user-closed {
	margin-left: -5px;
}

#support blockquote.reply-user, #support blockquote.reply-user-closed,
#coffers blockquote.reply-user, #coffers blockquote.reply-user-closed {
	border-color: #75a9dd;
}

#support blockquote.reply-admin, #support blockquote.reply-admin-closed,
#coffers blockquote.reply-admin, #coffers blockquote.reply-admin-closed {
	border-color: #000;
}

#support blockquote.reply-admin-closed, #support blockquote.reply-user-closed,
#coffers blockquote.reply-admin-closed, #coffers blockquote.reply-user-closed {
}

#support h5, #coffers h5 {
	text-transform: none;
	text-align: left;
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#support h4.horizontal { border-bottom: 1px solid #000; }

#support h4.tophorizontal, #coffers h4.tophorizontal {
	border-bottom: none;
	border-top: 1px solid #000;
}