/* global classes */
html { min-height:100%; margin-bottom:1px; }

body {
	background:#fff url('/images/body_bg.gif') repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:100%; color:#555;
	margin:0; padding:0;
}

body#popup {
	/*background:none; background-color:transparent;*/
}

#pageFrame {
	width:992px;
	margin:0 auto;
}
#pageFrame {
	background:url('/images/border.png');
}

#contentContainer {
	margin:0 10px; padding:10px 20px;
	position:relative;
	min-height:300px;
	height:auto !important;
	height:300px;
}

#home #contentContainer {
	background:url('/images/home_bg.jpg') no-repeat;
	padding-bottom:0;
}

#pageFooter {
	width:992px;
	margin:0 auto 20px auto; padding-top:30px;
	font-size:.9em; text-align:center;
}
#pageFooter {
	background:url('/images/borderBottom.png') no-repeat;
}

#popup #pageFooter {
	background:none;
	width:auto;
	margin:10px 0;
}

#pageFooter li {
	display:inline;
	font-size:1em; color:#555;
}

#pageFooter a {
	text-decoration:underline;
	color:#555;
}

#pageFooter a:hover {
	text-decoration:none;
}

h1 {
	font-size:1.6em; font-weight:bold;
	margin:5px 0 15px 0; padding:0;
	clear:both;
}

h2 {
	font-size:1em; font-weight:bold;
	margin:0 0 10px;
	line-height: 1.2em;
}

h3 {
	font-size:1em; font-weight:bold;
	margin:0 0 10px;
	line-height: 1.2em;
	color:#ef903f;
}

p {
	font-size:.75em;
	margin:0 0 10px 0;
}

ul, ol {
	font-size:.75em;
	margin:0 0 10px 0; padding-left:30px;
}

a {
	color:#387ab9;
	cursor:pointer;
	outline:none;
}

a:hover {
	text-decoration:none;
}

.small {
	font-size:10px;
}

.clear {
	clear:both; line-height:0pt; font-size:0px;
}

.printOnly {
	display:none;
}
.noprint {
	display:block;
}

img {
	border:0;
	max-width: 100%;
}

hr {
	width:100%; height:1px;
	background:#4A529D;
	color:#4A529D;
	margin:15px 0 15px 0; padding:0; border:0; 
}

form {
	margin:0; padding:0;
}

fieldset {
	margin:0; padding:0; border:0;
}

#headerWrapper {
	margin:0 10px;
	height:90px;
	position:relative;
}
#headerWrapper .logo {
	float:left;
	padding:8px 15px;
}
#headerWrapper .share {
	float:right;
	display:inline;
	margin:10px;
}
#headerWrapper .share a {
	text-decoration:none;
	font-size:11px;
}
#headerWrapper .share a:hover{
	text-decoration:underline;
}

/* login form */
#headerWrapper #custInfo {
	float:right;
	margin:2px 20px;
	font-family:Arial, Helvetica, sans-serif; font-size:.95em;
}

#headerWrapper #custInfo p {
	margin:5px 0;
}

#leftSidebar {
	float:left; display:inline;
	width:321px;
	margin:20px 10px 10px 0;
}
#mainFrame {
	float:left; display:inline;
	width:565px;
	margin:20px 0 10px 10px;
}


/* Global Nav */
#globalNav {
	margin:0 10px; height:29px;
	position:relative; z-index:99;
}
#globalNav ul {
	padding:0; margin:0; 
	list-style:none;
	width:100%;
	float:left;
	font-size:.85em;
	background:url('/images/globalnav.gif') repeat-x;
}
#globalNav li {
	padding:0; margin:0;
	border-right:1px solid #999; 
	float:left; 
}
#globalNav li a	{
	float:left; display:block;
	font-family:Verdana; font-size:.8em; color:#6f85d1; font-weight:bold; text-transform:uppercase; text-decoration:none; text-align:center;
	background:url('/images/globalnav.gif') no-repeat;
	height:29px; line-height:28px;
	padding:0 26px;
}
#globalNav li a:hover {
	color:#039;
}

#home li#homeNav a,
#subhome li#homeNav a,
#features li#featuresNav a,
#pricing li#pricingNav a,
#signup li#signupNav a,
#faq li#faqNav a,
#contact li#contactNav a,
#support li#supportNav a,
#account li#membersNav a,
#home li#homeNav a:hover,
#subhome li#homeNav a:hover,
#features li#featuresNav a:hover,
#pricing li#pricingNav a:hover,
#signup li#signupNav a:hover,
#faq li#faqNav a:hover,
#contact li#contactNav a:hover,
#account li#membersNav a:hover	{color:#039;}

/* breadcrumbs */
.breadcrumb {
	font-size:.7em;
}
.breadcrumb a {
	text-decoration:underline;
	background:url('/images/breadcrumb.gif') no-repeat center right;
	padding-right:14px;
}
.breadcrumb a:hover {
	text-decoration:none;
}

.logout {
	float:right; margin-top:-17px;
	font-size:.7em;
}



/* homepage feature box */
.feature {
	float:left;
	padding:0 15px; margin-bottom:15px;
}

.feature ul {
	float:left;
	margin:0; padding:0;
	width:223px;
	font-size:.7em; color:#333;
}

.feature li {
	margin-left:30px;
}


/* homepage referral ad */
.referralAd {
	float:right; position:relative; top:-20px;
	padding-right:20px;
}



.left {
	text-align:left !important;
}

.center {
	text-align:center !important;
}

.fleft {
	float:left;
}

#callout {
	padding-left:15px;
}


/* tabular table classes */
.tabular {
	border-collapse:collapse;
	margin-bottom:15px;
}
.tabular th {
	font-size:13px; color:#666; text-align:left;
	background:#dee2e9 url('/images/tables/th.gif') repeat-x;
	border:1px solid #c6cdd8;
	padding:8px 10px;
}
.tabular td {
	background:#f8f8f8 url('/images/tables/td_odd.gif') repeat-x;
	font-size:12px; color:#444;
	border:1px solid #ccc;
	padding:8px 10px;
	vertical-align:top;
}
.tabular tr.even td {
	background:#f3f8fd url('/images/tables/td.gif') repeat-x;
}

.tabular td .check {
	background:url('/images/check.png') no-repeat 0px 0px;
}
.tabular td .check {
	display:block; 
	width:18px; height:18px;
	margin:0 auto;
}
.tabular th:first-child,
.tabular td:first-child {
	border-left:none !important;
}
.tabular .last {
	border-right:none !important;
}
.tabular td * {
	font-size:12px;
}
.tabular ul.plan-features {
	margin:0; padding:0;
	list-style:none;
}
.tabular ul.plan-features li {
	background: url('/images/icons/link.gif') no-repeat 9px 7px;
	padding: 2px 10px 2px 18px;
}
.tabular ul.plan-pricing {
	list-style:none;
	margin:0;padding:0;
	width:164px;
}
.tabular ul.plan-pricing li {
	padding:2px 0;
}
.tabular ul.plan-pricing li span {
	display:inline-block;
	width:144px;
}
.tabular ul.plan-pricing li span.price {
	font-weight:700;
	width:20px;
}

/* form classes */
.formContainer {
	width:500px;
}

.formContainer fieldset {
	padding:10px 15px 0 15px; margin:0; border:0;
	font-size:.7em;
}
.formContainer fieldset {
	background:url('/images/form_top.png') no-repeat;
}

.formContainer fieldset h2 {
	background:url('/images/icons/blue_globe.png') no-repeat; 
}

.formContainer fieldset h2 {
	position:relative; top:4px;	
	margin:0 0 10px 0; padding:0 0 0 24px;
	height:24px; line-height:18px;
	font-size:1.2em; color:#387ab9;
}

.formContainer fieldset h3 {
	margin:5px 0 5px 0; padding:0;
	font-size:1em;
}

.formContainer .bottom {
	height:15px;
}
.formContainer .bottom {
	background:url('/images/form_bottom.png') no-repeat;
}

.formContainer .error ul {
	margin:0; padding:5px 30px 10px 30px;
}

.formContainer .error li {
	padding-top:5px;
}

.formContainer p {
	margin:0 0 10px 0; padding:0;
	font-size:1em;
}

.formContainer ul {
	font-size:1em;
}

.formContainer span {
	vertical-align:top;
}

.formContainer span a {
	font-weight:normal; text-decoration:underline;
}

.formContainer label {
	float:left;
	width:170px;
	margin:0 0 5px 0;
}

.formContainer .offset {
	margin:0 0 5px 175px;
}

.formContainer input, textarea, select {
	margin-bottom:5px;
}

/* search form */
.searchContainer {
	float:left;
}

.searchContainer fieldset {
	margin:0; padding:0; border:0;
	width:160px;
	font:10px Arial, Helvetica, sans-serif; color:#dfd233; font-weight:bold;
}

.searchContainer label {
	margin-right:5px;
}


/* global form */

input {
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
}

input.checkbox, input.radio {
	vertical-align:middle;
	margin:0 5px 0 0; padding:0;
}

textarea {
	background-color:#fff;
	font:10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	padding:2px;
	width:200px; height:140px;
}

textarea.small {
	width:450px; height:50px;
}

select {
	width:206px;
	background-color:#fff;
	font-size:11px; color:#555;
	border:1px solid #ccc;
}

select.mini {
	width:81px;
	background-color:#fff;
	font-size:11px; color:#555;
	border:1px solid #ccc;
}

input.button {
	margin:0; padding:0;
	vertical-align:middle;
}

input.inputbox {
	width:200px;
	border:1px solid #ccc;
	color:#555;
}
input.inputPrompt {
	width:200px;
	border:1px solid #ccc;
	margin-bottom:5px;
	color: #999;
}
input.inputboxDisabled {
	width:200px;
	color:#999;
	background-color:#eee;
	border:1px solid #ccc;
}

input.mini { 
	width:75px;
	border:1px solid #ccc;
	color:#555;
	background-image:none !important; background-color:#fff !important; /*IE fix because appModule uses the mini class and this would show the bg */
}

input.disabled {
	color:#666;
	background-color:#e2e2c9;
}

.disabledText {
	color:#666;
}

.msgError {
	font-weight:bold; color:#c00;
	background:url('/images/icons/error.gif') no-repeat;
	margin:0 0 10px 0; padding:3px 0 3px 24px;
}
.msgError a {
	color:#c00;
}

.msgInfo {
	font-weight:bold; color:#387ab9;
	background:url('/images/icons/info.gif') no-repeat;
	margin:0 0 10px 0; padding:3px 0 3px 24px;
}
.msgInfo a {
	color:#387ab9;
}

.msgAlert {
	font-weight:bold; color:#c00;
	border:1px solid #c00;
	background:#fae6e6 url('/images/icons/error.gif') no-repeat 12px 7px;
	margin:0 0 10px 0; padding:10px 10px 10px 40px;
}
.msgAlert a {
	color:#c00;
}

.msgConfirm {
	font-weight:bold; color:#060;
	border:1px solid #060;
	background:#e6f8de url('/images/icons/confirm.gif') no-repeat 12px 7px;
	margin:0 0 10px 0; padding:10px 10px 10px 40px;
}
.msgConfirm a {
	color:#060;
}


.noerror {
	font-weight:normal; color:#555;
}

.success {
	font-weight:bold; color:#039;
	margin:5px 0;
}

.emailSubject {
	width:450px;
	background:transparent; border:none;
}

.emailBody {
	width:450px; height:60px;
	background:transparent; border:none;
}



#dbg {
	font-size:10px;
}




/* property managers */
/* LEFT NAV  */
#referrals #leftNav {
	float:left;
	width:170px; height:320px;
	background:url('/images/nav-left-bg.gif') no-repeat;
	margin-top:15px; margin-bottom:15px;
}

#referrals #leftNav h1 {
	font-size:14px;
	margin:0 0 10px 5px;
}

#referrals #leftNav ul {
	font-size:11px;
	list-style:none;
	margin:5px 0 0 0; padding:0;
	text-align:right;
}

#referrals #leftNav ul li {
	background:url('/images/nav-left-dots.gif') no-repeat 7px 27px;
	margin:0; padding:0;
}

#referrals #leftNav ul li a {
	display:block;
	height:27px; line-height:27px;
	padding:0 14px 0 0;
	text-decoration:none; font-size:11px;
}

#referrals #leftNav ul li.on a {
	background:url('/images/nav-left-barOn.gif') no-repeat bottom left;
	color:#39C;
	margin-top:-2px; padding-right:30px;
}

#referrals #leftNav ul li.managerInfo {
	text-align:left;
	background:none;
	padding:10px;
}

#referrals #leftNav ul li.managerInfo p {
	font-size:11px;
	margin:10px 0;
}

#referrals #leftNav ul li.first a {
	background:url('/images/nav-left-dots.gif') no-repeat 7px 0px;
}

#referrals #leftNav ul li.on a:hover {
	color:#39C;
}

/* MAIN BODY */
#referrals #content {
	float:left;
	width:720px;
	margin-left:20px; margin-top:15px;
}

#sitemap #contentContainer ul			{margin:0; padding:0; list-style:none;}
#sitemap #contentContainer ul li		{margin:0 0 0 10px; padding:2px 10px 2px 18px; background:url('/images/icons/link.gif') 9px 7px no-repeat;}

#homeAd a			{display:block; width:520px; height:326px; text-decoration:none; position:relative; left:70px;}

/* rounded boxes */
.roundedBox {
	font-size:.75em;
	width:321px;
	margin-bottom:8px;
}
.roundedBox	.inner {
	background:url('/images/roundedBox_top.png') no-repeat;
	padding:0 15px;
	overflow:hidden;
	*zoom:1;
}
.roundedBox .bottom {
	background:url('/images/roundedBox_bottom.png') no-repeat;
	height:15px;
}
.roundedBox h2 {
	margin:14px 0; padding:0; height:18px;
}
.roundedBox h2 span {
	display:none;
}
.roundedBox form {
	padding:0 0 0 18px;
}
.roundedBox p {
	font-size:1em;
	margin:0 18px 10px 18px;
}
.roundedBox ul {
	margin:0; padding:0;
	list-style:none;
	font-size:1em;
}
.roundedBox ul li {
	margin:0 0 0 10px; padding:2px 10px 2px 18px;
	background:url('/images/icons/link.gif') 9px 7px no-repeat;
}
.roundedBox ul li a {
}
.roundedBox .inputbox {
	margin-bottom:5px;
}

/* rounded box headers */
#accessSite h2 {
	background:url('/images/headers/member_login.png') no-repeat;
}
#login h2 {
	background:url('/images/headers/member_login.png') no-repeat;
}
#featured h2 {
	background:url('/images/headers/features.png') no-repeat;
}
#chatBox h2 {
	background:url('/images/headers/live_chat.png') no-repeat;
}
#plans h2 {
	background:url('/images/headers/plans.png') no-repeat;
}
#brochure h2 {
	background:url('/images/headers/brochure.png') no-repeat;
}
#savings h2 {
	background:url('/images/headers/savings.png') no-repeat;
}
#kbBox h2 {
	background:url('/images/headers/kb.png') no-repeat;
}
#faqBox h2 {
	background:url('/images/headers/faq.png') no-repeat;
}
#supportBox h2 {
	background:url('/images/headers/support.png') no-repeat;
}

/*  login module */
#login a {
	font-size:.9em;
}
#login ul.loginLinks {
	width:180px;
}
#login ul.loginLinks li {
	background:none;
	padding-left:8px;
}
#login .button {
	float:right; display:inline;
	margin-top:15px;
}

/* no site page */
#accessSite button {
	float:right; display:inline;
	margin-top:5px;
}

#homeFeature {
	float:left;
	margin-top:20px;
}
#homeFeature .ad {
	float:left;
	width:260px;
	margin:0 10px;
	display:inline;
}
#homeFeature .ad h2 {
	font-size:.80em;
	color:#6f85d1;
	margin:0 0 10px 0;
}
#homeFeature .ad p {
	font-size:.7em;
	margin:0 0 8px 0;
}
#homeFeature #sayingAd img {
	float:left;
	margin-right:8px;
	display:inline;
}
#homeFeature #referralAd {
	text-align:center;
}
#homeFeature #referralAd p {
	font-size:.75em;
	margin:8px 0 0 0;
}


/* buttons */
a.button		{height:22px; display:block; margin-left:5px; position:relative; z-index:1;}
a.button span	{display:none;}
button			{text-indent:-999em; height:22px; margin:0; padding:0; border:0; position:relative; z-index:1; cursor:pointer;}

.btnBack {
	width:70px;
	background:url('/images/buttons/back.png') no-repeat;
}
.btnClose {
	width:76px;
	background:url('/images/buttons/close.png') no-repeat;
}
.btnContinue {
	width:98px;
	background:url('/images/buttons/continue.png') no-repeat;
}
.btnLogin {
	width:73px;
	background:url('/images/buttons/login.png') no-repeat;
}
.btnLogout {
	width:86px;
	background:url('/images/buttons/logout.png') no-repeat;
}
.btnPaymentVouch {
	width:157px;
	background:url('/images/buttons/payment_voucher.png') no-repeat;
}
.btnRedeem {
	width:87px;
	background:url('/images/buttons/redeem.png') no-repeat;
}
.btnRedeemDis {
	width:87px;
	background:url('/images/buttons/redeem_disabled.png') no-repeat;
	cursor:default;
}
.btnReferCommun {
	width:166px;
	background:url('/images/buttons/refer_community.png') no-repeat;
}
.btnSignup {
	width:85px;
	background:url('/images/buttons/sign_up.png') no-repeat;
}
.btnSubmit {
	width:82px;
	background:url('/images/buttons/submit.png') no-repeat;
}
.btnSend {
	width:70px;
	background:url('/images/buttons/send.png') no-repeat;
}
.btnViewRefer {
	width:142px;
	background:url('/images/buttons/view_referrals.png') no-repeat;
}


/* modal lightbox styles */
#modal_overlay {
	background-color:#eee;
}
#modal_container {
	padding:5px; border:0;
	background:transparent;
	overflow:hidden;
}
#modal_container iframe {
	background:transparent; background-image:none;
	overflow:hidden;
	border:0;
}
*:first-child+html #modal_container iframe {
	width:780px !important;  /* IE7 horizontal scroll fix */
}

/* lightboxes */
#lightbox {
	width:808px; height:526px;
	border:2px solid #ccc;
}
#lightbox .bottom {
	height:60px;
}
#lightbox .bottom .button {
	float:right; display:inline;
	margin:20px 20px 0 0;
}
#lightbox .inner {
	padding:0 20px;
}
#lightbox .inner .content {
	height:400px;
	overflow:auto; overflow-x:hidden; overflow-y:auto;
	padding:0 10px 0 0;
	position:relative; z-index:990;
}
#lightbox h4 {
	font-size:14px; color:#369;
	margin:0; padding:20px;
}
#lightbox p {
	margin:0; padding:10px 0;
	font-size:11px; text-indent:1px;
}
#lightbox a {
	position:relative; z-index:999;
}
#lightbox #utils {
	float:right; display:inline;
	margin:-40px 20px 0 0;
}
#lightbox #utils a.print {
	float:left;
	margin-right:20px; padding:4px 0 0 19px;
	font-size:11px; text-decoration:none; font-weight:bold;
	background:url('/images/icons/print.gif') 0px 5px no-repeat;
}
#lightbox #utils a.close {
	float:left;
	width:17px; height:17px;
	margin:4px 0 0 0;
	background:url('/images/icons/close.gif') no-repeat;
}
#lightbox #utils a span {
	display:none;
}

/* App module boxes */
.appModule						{width:673px; margin-bottom:8px; margin-left:-10px; background:url('/images/appModule/bg-full-middle.png') repeat-y; font-size:11px;}
.appModule .bottom				{height:30px; background:url('/images/appModule/bg-full-bottom.png') no-repeat; clear:both;}
.appModule .inner				{padding:0 30px; background:url('/images/appModule/bg-full-top.png') no-repeat;}

.appModule.mini					{width:263px; margin-bottom:8px; background:url('/images/appModule/bg-mini-middle.png') repeat-y;}
.appModule.mini .bottom			{background:url('/images/appModule/bg-mini-bottom.png') no-repeat;}
.appModule.mini .inner			{background:url('/images/appModule/bg-mini-top.png') no-repeat;}

.appModule h4					{margin:0 0 10px 0; padding:0; height:32px; line-height:32px; color:#fff;}
.appModule h4 span				{display:none;}
.appModule h4 a					{display:block; width:20px; height:32px; float:right; margin-left:3px;}
.appModule h4 a.contract		{background:url('/images/appModule/icon_minus.png') no-repeat;}
.appModule h4 a.expand			{background:url('/images/appModule/icon_plus.png') no-repeat;}
.appModule h4 a.info			{background:url('/images/appModule/icon_info.png') no-repeat; display:none;}
.appModule p					{font-size:1em;}
.appModule label				{display:block; font-weight:bold; margin:0 0 4px 0;}
.appModule fieldset div			{margin-bottom:8px;}
.appModule fieldset .separator	{padding:0 10px; font-weight:bold;}
.appModule fieldset .button		{margin:15px 0 0 -3px;}
.appModule ul					{margin:0 11px; padding:0; list-style:none; font-size:1em;}
.appModule li					{margin:0; padding:0 0 0 9px; background:url('/images/icons/link.gif') 0px .45em no-repeat; float:left;}
.appModule.mini ul				{margin-left:0;}
.appModule.mini li				{float:none;}
.appModule li.right				{float:right;}
.appModule li a					{text-decoration:none;}
.appModule li a:hover			{text-decoration:underline;}

.appModule table				{width:100%; border-collapse:collapse; margin-bottom:10px;}
.appModule th					{background:none; padding:4px 10px; font-size:11px; font-weight:bold; color:#555; text-align:left;}
.appModule th.rowHead			{border:1px solid #e5e5e5; border-left:none;}
.appModule td					{font-size:11px; color:#555; padding:4px 10px; border:1px solid #e5e5e5; vertical-align:top;}
.appModule td.first				{border-left:none;}
.appModule td.last				{border-right:none;}
.appModule td a					{text-decoration:none;}
.appModule td a:hover			{text-decoration:underline;}
.appModule tr.odd th,
.appModule tr.odd td			{background-color:#f0f2f3;}

#summaryModule h4 {
	background:url('/images/appModule/hdr_my_account_summary.png') no-repeat;
}
#historyModule h4 {
	background:url('/images/appModule/hdr_my_account_history.png') no-repeat;
}
#referralsModule h4 {
	background:url('/images/appModule/hdr_referrals.png') no-repeat;
}
#emailModule h4 {
	background:url('/images/appModule/hdr_email.png') no-repeat;
}



.Accordion, AccordionFaq {
	overflow: hidden;
	width:740px;
	font-size:.9em;
}

.Accordion h2 {
	background:url('/images/accordion/header.gif') no-repeat;
	font-size:.8em; color:#fff;
	height:25px; line-height:25px;
	margin:0; padding:0 0 0 10px;
}

.AccordionPanel {
	margin:0; padding:0;
	border-left:1px solid #e5e5e5; border-right:1px solid #e5e5e5;
}

.AccordionPanelTab {
	margin:0; padding:10px 8px;
	cursor:pointer;
	font-weight:bold; color:#999;
	background:url('/images/accordion/bottom.gif') no-repeat center bottom;
}

.AccordionPanelTab:hover {
	color:#555;
}

.AccordionPanelTab_active {
	font-weight: bold; color:#555;
	background:none;
}

.AccordionPanelContent {
	overflow:hidden;
	margin:0px; padding:0px; height:0px;
	background:url('/images/accordion/bottom_open.gif') no-repeat center bottom;
}

.AccordionPanelContent div {
	height:244px; border-top:1px solid #fff;
}

.AccordionPanelContent ul, .AccordionPanelContent ol {
	width:360px;
	overflow:hidden;
	margin:5px 0; padding:0 0 0 1px;
	list-style:none;
	font-size:.85em;
}

.AccordionPanelContent ol {
	padding:0 0 0 20px;
	list-style:decimal;
}

.AccordionPanelContent ul li {
	margin:0; padding:2px 10px 10px 18px;
	background:url('/images/icons/link.gif') 9px 7px no-repeat;
}

.AccordionPanelContent ol li {
	margin:0; padding:4px 10px 0 0;
	background:none;
	font-size:1.1em;
}

.AccordionPanelContent p {
	margin:0 10px 0 10px !important; padding:0 0 10px 0;
	font-size:.9em;
}


.tabEditor {
	background:url(/images/features/editor.jpg) no-repeat;
}
.tabTemplates {
	background:url(/images/features/themes.jpg) no-repeat;
}
.tabCalendar {
	background:url(/images/features/calendar.jpg) no-repeat;
}
.tabClassified {
	background:url(/images/features/classified.jpg) no-repeat;
}
.tabGallery {
	background:url(/images/features/gallery.jpg) no-repeat;
}
.tabSurvey {
	background:url(/images/features/survey.jpg) no-repeat;
}
.tabNewsletter {
	background:url(/images/features/newsletter.jpg) no-repeat;
}
.tabFAQ {
	background:url(/images/features/faq.jpg) no-repeat;
}
.tabWeather {
	background:url(/images/features/weather.jpg) no-repeat;
}
.tabDirectory {
	background:url(/images/features/directory.jpg) no-repeat;
}
.tabMessaging {
	background:url(/images/features/messages.jpg) no-repeat;
}
.tabBuddy {
	background:url(/images/features/buddy.jpg) no-repeat;
}
.tabMap {
	background:url(/images/features/map.jpg) no-repeat;
}
.tabGuestbook {
	background:url(/images/features/guestbook.jpg) no-repeat;
}
.tabContact {
	background:url(/images/features/contact.jpg) no-repeat;
}
.tabStats {
	background:url(/images/features/stats.jpg) no-repeat;
}
.tabMenus {
	background:url(/images/features/menus.jpg) no-repeat;
}
.tabAdmin {
	background:url(/images/features/admin.jpg) no-repeat;
}
.tabForum {
	background:url(/images/features/forum.jpg) no-repeat;
}
.tabForms {
	background:url(/images/features/forms.jpg) no-repeat;
}
.tabFacility {
	background:url(/images/features/facility.jpg) no-repeat;
}
.tabUpload {
	background:url(/images/features/upload.jpg) no-repeat;
}
.tabNew {
	background:url(/images/features/whatsnew.jpg) no-repeat;
}
.tabChat {
	background:url(/images/features/chat.jpg) no-repeat;
}
.tabWatch {
	background:url(/images/features/watch.jpg) no-repeat;
}
.tabSitter {
	background:url(/images/features/sitter.jpg) no-repeat;
}
.tabLocation {
	background:url(/images/features/location.jpg) no-repeat;
}
.tabTask {
	background:url(/images/features/task.jpg) no-repeat;
}
.tabProfile {
	background:url(/images/features/profile.jpg) no-repeat;
}

.tabCalendar ul,
.tabTask ul {
	width:240px;
}
.tabFAQ	ul {
	width:280px;
}
.tabDirectory ul {
	width:300px;
}
.tabForum ul {
	width:250px;
}
.tabAccess, 
.tabBanner,
.tabBuddy,
.tabDomain,
.tabNews ,
.tabPDues {
	height:140px !important;
}
.tabAccess ul,
.tabAccess ol,
.tabBanner ul,
.tabDomain ul, 
.tabDomain ol,
.tabNews ul,
.tabDues ul {
	width:auto;
}

.top {
	font-size:.8em;
}
