

/* ---- /templates/default/stylesheets/listing_details.css ---- */

.buttonLabel {
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	padding: 7;
	font-size: 12px;
	font-weight: bold;
  cursor: pointer;
}

.buttonServicefront {
	margin: 0 0 5px 0;
	text-align: left;
	padding: 7;
	padding-left: 28px;
	font-size: 15px;
	background: #F4F9FF url('/templates/default/images/icons/servicefront_small.gif') no-repeat 6px 9px;
  	cursor: pointer;
	border: 1px solid #EDECEC;
	font-weight: bold;
}

.buttonServicefront .explanation {
	font-size: 12px;
	font-weight: normal;
}

.buttonServicefront img {
	float: left;
	margin: 3px;
	border: 0;
}

.buttonEditMedium {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	padding: 7;
	padding-top: 5px;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	background-image: url('/templates/default/images/icons/edit_item_small.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;
  cursor: pointer;
}

.buttonRespond {
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	padding: 7;
	padding-top: 10px;
	padding-left: 34px;
	font-size: 12px;
	font-weight: bold;
	background-image: url('/templates/default/images/icons/arrow_green_small.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;
  cursor: pointer;
}

.buttonProfile {
	margin-top: 5px;
	margin-left: 5px;
	float: right;
	padding: 7;
	padding-left: 25px;
	font-size: 12px;
	background-image: url('/templates/default/images/icons/contact_tiny.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
  cursor: pointer;
}

/* ---- /templates/default/stylesheets/blogs.css ---- */

.blogHeader {
	border-bottom: 1px dotted #626262;
}

.blogBody {
	padding: 15px;
	background: #FFF;
}

.blogBody h1, .blogBody h2, .blogBody h3 {
	color: #000;
	border: 0;
	background: none;
	text-align: left;
}

.blogComment {
	background: url('/templates/default/images/icons/dialogue_small.gif') no-repeat;
	padding: 5px 5px 5px 35px;
}

.blogCommentInactive {
	background: url('/templates/default/images/icons/dialogue_inactive_small.gif') no-repeat;
	padding: 5px 5px 5px 35px;
}

/****************************************************************************/


/* ---- /templates/default/stylesheets/profiles.css ---- */

.userFeaturedBox {
	border: 5px solid #FFDAB4;
	height: 150px;
	width: 680px;
	padding-left: 3px;
}

.userDataBox {
	margin: 10px;
	margin-left: 7px;
	border: 1px solid #EDECEC;
	padding: 5px;
	background: #FFFADD;
	width: 350px;
	height: 118px;
}

.userActionBox {
	margin-left: 7px;
	width: 200px;
	height: 150px;
}

.userNoPhoto {
	width: 50px;
	height: 50px;
	background-image: url('/templates/default/images/no_photo.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

div.userResultBriefCard {
	width: 302px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
	background: url('/templates/default/images/user_brief_pane.gif');
}

div.userResultBriefCardOnAuxBG {
	width: 302px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
	background: url('/templates/default/images/user_brief_pane_on_yellow.gif');
}

div.userResultBriefFeaturedCard {
	width: 302px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
	background: url('/templates/default/images/user_brief_featured_pane.gif');
}

div.userResultBriefInactiveCard {
	width: 302px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
	background: url('/templates/default/images/listing_brief_inactive_pane.gif');
	opacity: 0.35;
	filter: alpha(opacity=35);
}

div.userResultBriefInactiveCardLabel {
	position: relative;
	top: 75px;
	text-align: center;
}

td.userResultBriefCardTitle {
	padding-top: 13px;
	padding-left: 13px;
}

td.userResultBriefFeaturedCardTitle {
	padding-top: 13px;
	padding-left: 46px;
}

td.userResultBriefCardInfo {
	padding-top: 15px;
	padding-left: 15px;
}

div.userResultBriefCardTitle {
	font-size: 14px;
	color: #FFF;
}

div.fobBuddyStateBoth, div.fobBuddyStateGot, div.fobBuddyStateGave {
	width: 28px;
	height: 25px;
}

div.fobBuddyStateBoth {
	background: url('/templates/default/images/icons/fob_buddy_both.gif');
}

div.fobBuddyStateGot {
	background: url('/templates/default/images/icons/fob_buddy_got.gif');
}

div.fobBuddyStateGave {
	background: url('/templates/default/images/icons/fob_buddy_gave.gif');
}

#fob_state_legend {
	border: 1px solid #C3C3C3;
	width: 400px;
	font-size: 10px;
	color: #909090;
	margin-right: 30px;
}

#fob_state_legend legend {
	font-size: 12px;
	color: #C3C3C3;
}

/* ---- /templates/default/stylesheets/push.css ---- */

/************************ Content Specific *******************************************/

div#comments_container
{
  background:#F6F5F5 none repeat scroll 0%;
  border:1px solid #DADADA;
  margin-bottom:10px;
  min-height:60px;
  _height:60px;
  padding:5px;
  width:100%;
}

div.comment
{
  background:#FFFFFF none repeat scroll 0%;
  border-color:#EDECEC rgb(237, 236, 236) rgb(237, 236, 236) rgb(193, 193, 193);
  border-style:solid solid solid dotted;
  border-width:1px;
  margin:5px 50px 5px 10px;
  padding:5px;
}

/************************ DIV Elements *******************************************/

div.pad 
{
  padding:10px;
  overflow-x: auto;
}

div.spacer {
padding-bottom:10px;
}
  
/************************ Link Elements *******************************************/

.link {
  background-image:url(/templates/default/images/icons/hyperlink.gif);
  background-position:0px 3px;
  background-repeat:no-repeat;
  font-size:12px;
  font-weight:bold;
  padding:0pt 0pt 0pt 15px;
}

.linkSmall {
  background-image:url(/templates/default/images/icons/hyperlink.gif);
  background-position:0px 2px;
  background-repeat:no-repeat;
  font-size:10px;
  font-weight:bold;
  padding:0pt 0pt 0pt 15px;
}

.linkBig {
  background-image:url(/templates/default/images/icons/hyperlink.gif);
  background-position:0px 5px;
  background-repeat:no-repeat;
  font-size:15px;
  font-weight:bold;
  padding:0pt 0pt 0pt 15px;
}

.linkHuge {
  background:transparent url(/templates/default/images/icons/hyperlink_big.gif) no-repeat scroll 3px 4px;
  font-size:16px;
  font-weight:bold;
  padding-left:26px;
}

.linkHuger {
  background:transparent url(/templates/default/images/icons/hyperlink_big.gif) no-repeat scroll 3px 7px;
  font-size:20px;
  font-weight:bold;
  padding-left:26px;
}

/************************ Miscellaneous *******************************************/

.green
{
  color: green;
}

.red {
  color: #BD2020;
}

.labelSmall, .labelTiny 
{
  font-size:12px;
  font-weight:bold;
}


/* ---- /templates/default/stylesheets/chat_room.css ---- */

.chatBox {
	font-size: 12px;
	padding: 1px;
	height: 400px;
	width: 550px;
	border: 1px solid #999999;
	overflow: auto;
	background: #FFF;
}
.chatTime {
	font-size: 9px;
	color: #999999;
}
.chatWho {
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding-right: 2px;
}
.chatMessage {
	font-size: 11px;
}
.vcard {
	background-image: url('/images/vcardBG.gif');
	background-repeat: no-repeat;
	height: 150px;
	width: 300px;
	padding-top: 6px;
	padding-left: 7px;
}
.vcardUsername {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
}
.vcardLocation {
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
.vcardFeedback {
	font-size: 14px;
	padding-left: 10px;
}
.vcardQuote {
	font-size: 12px;
	padding: 10px;
}


/* ---- /templates/default/stylesheets/matches.css ---- */

/************************ DIV Elements *******************************************/
div.match {
	clear: both;
	margin-top: 5px;
	padding-bottom: 15px;
}

div.match .chain {
	margin-left: 20px;
}

div.match .chain .linkTop {
	background: url('/templates/default/images/match_arrows_top.gif') no-repeat 0 4px;
	padding-left: 24px;
	clear: both;
}

div.match .chain .linkMiddle {
	background: url('/templates/default/images/match_arrows_middle.gif') no-repeat 0 4px;
	padding-left: 24px;
	clear: both;
}

div.match .chain .linkBottom {
	background: url('/templates/default/images/match_arrows_bottom.gif') no-repeat 0 4px;
	padding-left: 24px;
	clear: both;
}

div.match .score {
	background: url('/templates/default/images/listing_score_only_pane.gif') no-repeat 0px 0px;
	width: 60px;
	height: 70px;
	float: left;
}

div.match .scoreNumber {
	font-size: 21px;
	color: #FFF;
	margin-top: 9px;
	text-align: center;
}

div.match .scoreLabel {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

div.match .details {
	border-bottom: 1px dotted #A6A6A6;
	padding-bottom: 10px;
	margin-left: 10px;
}

/* ---- /templates/default/stylesheets/fobs.css ---- */

div.spacer {
	margin-bottom: 4px;
}

div.spacerMedium {
	margin-bottom: 12px;
}

div.spacerBig {
	margin-bottom: 20px;
}

div #profiles_explanation {
	background: url('/templates/default/images/fobs/illustration_profiles_setup.gif') no-repeat 10px 10px;
	height: 280px;
	padding: 10px;
}

div #profiles_explanation_content {
	margin-left: 280px;
}

div #fobs_explanation {
	background: url('/templates/default/images/fobs/illustration_fobs_setup.gif') no-repeat 35px 10px;
	padding: 10px;
	_height: 200px;
	min-height: 200px;
}

div #fobs_explanation_content {
	margin-left: 280px;
}

div #quick_profile {
	width: 800px;
}

#quick_profile input[type="text"], #quick_profile select, #quick_profile textarea {
	background: #FFFADB url('/templates/default/images/layouts/bounded/input_field_bg.gif') repeat-x;
	border: 1px solid #777777;
	color: #084F9F;
	font-size: 15px;
	padding: 3px;
}

#quick_profile textarea {
	width: 400px;
}

#quick_profile .label {
	font-size: 15px;
	margin-top: 7px;
}

#quick_profile .group {
	margin: 20px 0 20px 0;
}
/* ----------------------------------- Form Elements ------------------------------------- */

.field {
	border: 1px solid #808080;
	padding: 3px;
	font-size: 12px;
	color: #0000FF;
	background: #FFFCDC;
}

.field_disabled {
	border: 1px solid #808080;
	padding: 3px;
	font-size: 12px;
	color: #6F6F6F;
}

.buttonSmall {
	font-size: 10px;
  cursor: pointer;
}

.form {
	border: 1px solid #A4B1D7;
	border-collapse: collapse;
	background: #F8FAFF;
}

.form td {
	padding: 5px;
}

.form .row {
	border-bottom: 1px solid #CDCDCD;
}

.formInsert {
	border: 1px dotted #A4B1D7;
	background: #FFFCDC;
}

.formAux {
	border: 1px solid #9FCC9C;
	border-collapse: collapse;
	background: #F3FFF2;
}

.formAux td {
	padding: 5px;
}

.formAux .row {
	border-bottom: 1px solid #CDCDCD;
}

.formAuxInsert {
	border: 1px dotted #9FCC9C;
	background: #FFFCDC;
}

/* --------------------------------------------------------------------------------------- */

div.editable {
   border: 1px solid #D5D5D5;
   padding: 5px;
   padding-top: 1px;
   margin-bottom: 10px;
   background: white;
}

div.view {
   border: 1px solid #D5D5D5;
   padding: 5px;
   padding-top: 1px;
   margin-bottom: 10px;
   background: white;
}

div.hand {
   cursor: hand;
}

div.editable h5 {
   margin: 0;
   text-align: center;
   color: #D5D5D5;
   font-size: 12px;
}

div.editing {
   border: 1px solid #D5D5D5;
   padding: 5px;
   margin-bottom: 10px;
   background: white;
}

div.active {
   border: 1px solid #FFE382;
   margin-bottom: 3px;
}

div.none {
   background: #FBFFB9;
   color: #A5A5A5;
   font-size: 11px;
   font-weight: normal;
   width: 100%;
   padding-top: 15px;
   padding-bottom: 15px;
   text-align: center;
}

div.adv {
   text-align: center;
   font-size: 6px;
}

div.adv .img {
}

div.photo {
	border: 1px solid #8C8C8C;
	width: 151px;
	height: 200px;
	text-align: center;
	vertical-align: center;
	color: #8C8C8C;
	font-size: 10px;
}

/*div.help {
	background: #DEFFE5 url('/templates/default/images/fobs/icons/about_big_green.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px;
	padding-left: 70px;
	padding-top: 20px;
	border: 1px solid #1D8D08;
	color: #115D02;
}*/

div.floatingBox {
	position: absolute;
	z-index: 10;
	border: 1px solid #007603;
	background: #FFF;
	margin: 5px;
}

div.popupWindow {
	border: 1px solid #007603;
	background: #FFF;
	margin: 5px;
}

div.userDataBox {
	margin: 8px 6px 6px 5px;
	border: 1px solid #EDECEC;
	background: #FFFADD;
	width: 353px;
	height: 122px;
	_height: 130px;
	font-size: 11px;
}

div.pad {
	padding: 10px;
}

div h3, h4 {
   background: #FFFBEB;
   text-align: center;
   color: #5C5C5C;
   font-size: 10px;
   font-weight: bold;
   margin: 0;
   padding: 0;
   padding-left: 3px;
   padding-right: 3px;
   border-right: 1px solid #939393;
   border-bottom: 1px solid #939393;
   border-left: 1px solid #D6D6D6;
   border-top: 1px solid #D6D6D6;
}

div.floatingBox h3, div.popupWindow h3 {
	background: #007603;
	color: #FFF;
	text-align: left;
	border: 0;
}

td.content {
   font-size: 12px;
   font-weight: normal;
   vertical-align: top;
}

div.messageMine {
	padding: 5px;
	border: 1px solid #EDECEC;
	border-left: 1px dotted #C1C1C1;
	background: #FFF;
	margin: 5px 50px 5px 10px;
}

div.messageNotMine {
	padding: 5px;
	border: 1px solid #EDECEC;
	border-right: 1px dotted #C1C1C1;
	background: #FFFCDC;
	margin: 5px 10px 5px 50px;
}

/* You'll want to separate these into a separate CSS file probably. */
div.viewProfilePane {
	background: #F6F5F5;
	border: 1px solid #DADADA;
	width: 588px;
	min-height: 60px;
	_height: 60px;
	margin-bottom: 10px;
	padding: 5px;
}

div.viewProfileBox {
	background: #F6F5F5;
	border: 1px solid #DADADA;
	margin-bottom: 10px;
	padding: 5px;
}

div.viewProfilePaneFestive {
	background: #EDFFEA;
	border: 1px solid #B2D1AC;
	width: 588px;
	min-height: 60px;
	_height: 60px;
	margin-bottom: 10px;
	padding: 5px;
}

.viewProfilePaneSparse {
	border: 1px solid #EDECEC;
	border-right: 0;
	border-bottom: 0;
	width: 588px;
	min-height: 60px;
	_height: 60px;
	margin-bottom: 10px;
	padding: 5px;
}

.paneInsert {
	border: 1px dotted #A4B1D7;
	background: #FFFCDC;
}

div.contactSymbol {
	background: url('/templates/default/images/fobs/icons/tab_contact.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.chatSymbol {
	background: url('/templates/default/images/fobs/icons/tab_chat.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.blogsSymbol {
	background: url('/templates/default/images/fobs/icons/tab_blogs.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.favoritesSymbol {
	background: url('/templates/default/images/fobs/icons/tab_favorites.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.hobbiesSymbol {
	background: url('/templates/default/images/fobs/icons/tab_hobbies.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.linksSymbol {
	background: url('/templates/default/images/fobs/icons/tab_links.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.attachmentsSymbol {
	background: url('/templates/default/images/fobs/icons/tab_attachments.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.listingsSymbol {
	background: url('/templates/default/images/fobs/icons/tab_ads.gif') no-repeat right;
	width: 40px;
	height: 50px;
}

div.buddiesSymbol {
	background: url('/templates/default/images/fobs/icons/tab_buddies.gif') no-repeat;
	width: 40px;
	height: 50px;
}

div.blankSymbol {
	width: 40px;
	height: 25px;
}

div.userOffline {
	background: url('/templates/default/images/fobs/icons/user_offline.gif') no-repeat left 1px;
	color: #BD2020;
	padding-left: 20px;
	font-size: 10px;
	margin: 10px;
}

div.userOnline {
	background: url('/templates/default/images/fobs/icons/user_online.gif') no-repeat left 1px;
	color: green;
	padding-left: 20px;
	font-size: 10px;
	margin: 10px;
}

/********************************************************************/






/* -------------------------------------------------------------------------- */

.borderLight {
	border: 1px solid #DFDFDF;
}

.profileFeaturedBox {
	border: 5px solid #D3DDF4;
	height: 150px;
	width: 680px;
	padding-left: 3px;
	margin-bottom: 10px;
}

div.profileBriefCard, div.profileFeaturedBriefCard {
	width: 302px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
	text-align: left;
}

div.profileBriefCard {
	background: url('/templates/default/images/fobs/profile_brief_pane.gif') no-repeat;
}

div.profileFeaturedBriefCard {
	background: url('/templates/default/images/fobs/profile_featured_brief_pane.gif') no-repeat;
}

div.profileBriefCard .title {
	font-size: 14px;
	color: #737373;
	padding-top: 13px;
	padding-left: 13px;
	float: left;
}

div.profileFeaturedBriefCard .title {
	font-size: 14px;
	color: #737373;
	padding-top: 13px;
	padding-left: 45px;
	float: left;
}

div.profileBriefCard .thumb, div.profileFeaturedBriefCard .thumb {
	padding-top: 15px;
	padding-left: 13px;
	float: left;
	margin-right: 10px;
	height: 150px;
	_height: 115px;
}

div.profileBriefCard .info, div.profileFeaturedBriefCard .info {
	margin-left: 10px;
	font-size: 12px;
	color: #333333;
}

div.profileBriefCard .contents, div.profileFeaturedBriefCard .contents {
	font-size: 10px;
	padding-right: 13px;
}

div.batchCard {
}

div.batchCard .physical {
	float: left;
	clear: both;
	width: 910px;
	height: 243px;
	background: url('/templates/default/images/fobs/batch_pane.gif') no-repeat;
}

div.batchCard .virtual {
	width: 910px;
	border: 1px dotted #CCCCCC;
	padding: 15px 0 15px 0;
	margin-bottom: 15px;
}

div.batchCard h1 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 15px;
}

div.batchCard .content {
	padding: 3px;
	padding-top: 5px;
	padding-left: 20px;
}

div.batchCard .fob, div.fobGroup .fob {
	text-align: center;
	float: left;
	width: 97px;
}

div.batchCard .fobCard {
	width: 175px;
}

div.batchCard .fobCardElement {
	float: left;
}

div.batchCard .fobCardElement .fobCardElementImage {
	padding: 10px 4px 0 0;
}

div.fob .image {
	height: 90px;
	text-align: center;
}

div.batchCard .labels, div.fobGroup .fob {
	text-align: center;
	margin-top: 3px;
}

div.batchCard .labels .number, div.fobGroup .labels .number {
	font-weight: bold;
}

div.batchCard .labels .code, div.fobGroup .labels .code {
	color: #A1A1A1;
}

div.batchCard .editLink, div.fobGroup .editLink {
	font-size: 9px;
}

div.batchCard .stats, div.fobGroup .stats {
	border: 1px solid #C2C2C2;
	color: #656565;
	margin: 3px;
	margin-top: 8px;
	padding: 2px;
	width: 95px;
	_width: 100px;
}

div.batchCard .emptyStats {
	border: 1px solid #EDECEC;
	color: #C2C2C2;
	margin: 3px;
	margin-top: 8px;
	padding: 2px;
	width: 84px;
}

div.batchCard .stats div, div.batchCard .emptyStats div, div.fobGroup .stats div {
	font-size: 10px;
	margin: 0;
	line-height: 14px;
}

/* -------------------------------------------------------------------------- */







/* -------------------------------- Buttons & Notices ----------------------------------- */

div.flashNotice {
	background-image: url('/templates/default/images/fobs/icons/info.gif');
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	color: #0061C7;
	width: 500px;
	height: 25px;
	text-align: left;
	margin: 10px;
}

div.buttonBack, div.buttonGenerate, div.buttonAddStar, div.buttonPrint, div.buttonAddItem, div.buttonSendFob {
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	color: #0061C7;
	font-weight: bold;
	height: 25px;
	text-align: left;
	float: left;
	margin-right: 15px;
	cursor: hand;
}

div.buttonBack { background-image: url('/templates/default/images/fobs/icons/back.gif'); }
div.buttonGenerate { background-image: url('/templates/default/images/fobs/icons/gear_add.gif'); }
div.buttonAddStar { background-image: url('/templates/default/images/fobs/icons/star_yellow_add.gif'); }
div.buttonAddItem { background-image: url('/templates/default/images/fobs/icons/add_item.gif'); }
div.buttonPrint { background-image: url('/templates/default/images/fobs/icons/print.gif'); }
div.buttonSendFob { background-image: url('/templates/default/images/icons/fob_buddy_gave.gif'); padding-left: 35px; }

div.buttonEditItemTiny, div.buttonDeleteItemTiny, div.buttonViewTiny, div.buttonCloseTiny, div.buttonEditTiny {
   background-position: left middle;
   background-repeat: no-repeat;
   padding-left: 18px;
   padding-bottom: 5px;
   color: #0061C7;
   font-size: 9px;
   font-weight: bold;
   height: 15px;
   text-align: left;
   float: left;
   margin-right: 15px;
	cursor: hand;
}

div.buttonEditItemTiny { background-image: url('/templates/default/images/fobs/icons/edit_item_tiny.gif'); }
div.buttonDeleteItemTiny { background-image: url('/templates/default/images/fobs/icons/delete_item_tiny.gif'); }
div.buttonViewTiny { background-image: url('/templates/default/images/fobs/icons/view_tiny.gif'); }
div.buttonEditTiny { background-image: url('/templates/default/images/fobs/icons/edit_tiny.gif'); }
div.buttonCloseTiny { background-image: url('/templates/default/images/fobs/icons/close_tiny.gif'); }

a.button {
	font-size: 12px;
	color: #FFF;
	font-weight: medium;
	background: #007603 url('/templates/default/images/fobs/icons/hyperlink_white.gif');
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 18px;
	padding-right: 5px;
	padding-bottom: 2px;
	border-top: 1px solid #A7F1C6;
	border-left: 1px solid #A7F1C6;
	border-bottom: 1px solid #00421C;
	border-right: 1px solid #00421C;
}



/* ---- /templates/default/stylesheets/listings.css ---- */

/************************ DIV Elements *******************************************/

div.listingTags {
	border-bottom: 1px solid #EDECEC;
	padding: 8px;
}

div.listingTagsYours {
	padding: 8px;
	float: left;
}

div.listingTagsSuggested {
	border-top: 1px solid #EDECEC;
	padding: 8px;
}

div.listingTag {
	float: left;
	width: 145px;
	font-size: 10px;
	font-weight: bold;
	word-wrap: break-word;
}

.listingResultCardPhoto div {
    height: 130px;
}

div.listingResultBriefCard {
	width: 300px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
	background: url('/templates/default/images/listing_brief_pane.gif');
}

div.listingResultBriefInactiveCard {
	width: 302px;
	height: 145px;
	float: left;
	background-repeat: no-repeat;
	background: url('/templates/default/images/listing_brief_inactive_pane.gif');
	opacity: 0.35;
	filter: alpha(opacity=35);
}

div.listingResultBriefInactiveCardLabel {
	position: relative;
	top: 75px;
	text-align: center;
}

td.listingResultBriefCardTitle {
	padding-top: 13px;
	padding-left: 13px;
}

div.listingResultBriefCardTitle {
	font-size: 14px;
	color: #FFF;
}

div.listingResultActiveCard, div.listingResultInactiveCard, div.listingResultDeletedCard, div.eventResultActiveCard, div.eventResultInactiveCard, div.eventResultDeletedCard , div.businessResultActiveCard, div.businessResultInactiveCard, div.businessResultDeletedCard {
	width: 441px;
	height: 223px;
	float: left;
	background-repeat: no-repeat;
	overflow: hidden;
}

div.listingResultActiveCard {
	background: url('/templates/default/images/listing_active_pane.gif');
}

div.eventResultActiveCard {
	background: url('/templates/default/images/event_active_pane.gif');
}

div.businessResultActiveCard {
	background: url('/templates/default/images/business_active_pane.gif');
}

div.listingResultInactiveCard, div.listingResultDeletedCard, div.eventResultInactiveCard, div.eventResultDeletedCard, div.businessResultInactiveCard, div.businessResultDeletedCard {
	background: url('/templates/default/images/listing_inactive_pane.gif');
}

table.listingResultActiveCard {
	width: 100%;
	height: 200px;
}

table.listingResultActiveCard {
	width: 100%;
	height: 200px;
}

div.listingResultDeletedCard, div.eventResultDeletedCard {
	opacity: 0.35;
	filter: alpha(opacity=35);
}

div.listingResultDeletedCardLabel {
	position: relative;
	top: 100px;
	text-align: center;
}

td.listingResultCardTitle {
	padding-top: 15px;
	padding-left: 15px;
}

div.listingResultCardTitle {
	font-size: 17px;
	color: #FFF;
}

td.listingResultCardPhoto {
	padding-top: 8px;
	padding-left: 20px;
	width: 120px;
}

td.listingResultCardTags {
	padding-left: 15px;
	padding-top: 12px;
	font-size: 10px;
}

td.listingResultBriefCardTags {
	padding-left: 15px;
	padding-top: 8px;
	font-size: 10px;
}

td.listingResultCardInfo {
	padding-top: 5px;
	font-size: 11px;
}

td.listingResultBriefCardInfo {
	padding-top: 3px;
	padding-left: 15px;
	font-size: 11px;
}

div.listingResultCardDescription {
	color: #828282;
	border: 1px dotted #CACACA;
	padding: 5px;
	width: 90%;
}

div.listingResultBriefCardDescription {
	color: #828282;
	font-size: 11px;
	width: 90%;
}

div.noPhoto {
	background: url('/templates/default/images/photo.gif');
	background-repeat: no-repeat;
	width: 110px;
	height: 130px;
}

div.noPhotoLabel {
	position: relative;
	top: 65px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

div.listingHeading, div.listingScore {
	height: 116px;
}

div.listingScore {
	margin-right: 12px;
}
/************************ Buttons *******************************************/

.buttonServicefrontSmall {
	padding-left: 18px;
	font-size: 10px;
	height: 14px;
	margin-left: 5px;
	background: url('/templates/default/images/icons/servicefront_tiny.gif') no-repeat 3px 0;
	margin-bottom: 6px;
  cursor: pointer;
}

.buttonRenew {
	padding-left: 15px;
	font-size: 9px;
	float: left;
	background-image: url('/templates/default/images/icons/add_item_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: normal;
  cursor: pointer;
}

.buttonEdit {
	padding-left: 15px;
	font-size: 9px;
	background-image: url('/templates/default/images/icons/edit_item_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: normal;
  cursor: pointer;
}

.buttonDel {
	padding-left: 15px;
	font-size: 9px;
	background-image: url('/templates/default/images/icons/delete_item_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: normal;
  cursor: pointer;
}

.buttonMatch {
	padding-left: 15px;
	font-size: 9px;
	background-image: url('/templates/default/images/icons/match_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: normal;
  cursor: pointer;
}

/* OLD - Verify all are still needed */
.titleBox {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}
.titleInput {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	width: 100%;
}
.titleHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.blueBox {
	border: 1px solid #6699CC;
	background-color: E2EEF8;
	padding: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3366CC;
}
.blueBoxText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
}
.titleInputKeywords {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
	width: 100px;
}
.suggestedKeywords {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.enhancementsHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366CC;
	font-weight: bold;
}
.generalInput {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
}
.generalButton {
	border: 1px #CCCCCC solid; 
	background-color: #FFF; 
	padding: 5px;
  cursor: pointer;
}
.itemListBox {
	background-color: #FFFFF1;
	border: 1px dotted #666666;
}
.viewLink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
div.listingPhoto {
	background: url('/templates/default/images/photo_small.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
}
.photoBox {
	background-color: #FFFFFF;
	border: 1px solid #AAA;
	padding: 0px;
	margin: 1px;
	font-size: 10px;
}
.itemShowContent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	border: 1px solid #666666;
}
.itemListTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
}
.itemListTags {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	word-spacing: 4px;
}

.itemListEdit {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EAFEED;
	border: 1px solid #009900;
	padding: 1px;
}
.itemListDelete {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFEDF7;
	padding: 1px;
	border: 1px solid #993300;
}
.itemListShowbox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #EEEFFD;
	padding: 1px;
	border: 1px solid #003366;
}
.boxGrey {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
}
.boxBlue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ECF9FF;
	border: 1px solid #003366;
	padding: 4px;
}
.boxGreyHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.boxBlueHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.generalInput {
	padding: 3px;
	border: 1px solid #666666;
}

.tinyText {
	font-size: 8px;
}

.originatorString {
	font-size: 10px;
	font-weight: bold;
	color: #D0D0D0;
}

.attributesFreeformValue {
  border: 1px solid #C2C2C2;
  border-top: 0;
  padding: 3px;
}

}

/* ---- /templates/default/stylesheets/calendar.css ---- */

.specialDay {
  font-weight: bold;
  font-size: 15px;
}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  color: #999;
  cursor: default;
  font-family: tahoma,verdana,sans-serif;
  border: 0;
}

.calendar table {
  border: 1px solid #fff;
  font-size: 11px;
  color: #999;
  cursor: default;
  background: #F6F6F6;
  font-family: tahoma,verdana,sans-serif;
  height: 220px;
  width: 100%;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
}

.calendar .nav {
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #DAEAFF;
  background: #DAEAFF;
  color: #7D8692;
  text-align: center;
}

.calendar thead .headrow { /* Row TR containing navigation buttons */
}

.calendar thead .daynames { /* Row TR containing the day names */
}

.calendar thead .name { /* Cells TD containing the day names */
  border-bottom: 1px solid #999;
  padding: 2px;
  text-align: center;
  background: #FFF;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #EB6508;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells TD containing month days dates */
  width: 50px;
  text-align: center;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  border-right: 1px solid #999;
  background: #FFF;
}

.calendar tbody .rowhilite td {
  background: #FFD571;
}

.calendar tbody .rowhilite td.wn {
  background: #FFD571;
}

.calendar tbody td.hilite { /* Hovered cells TD */
  border: 1px solid;
  border-color: #fff #999 #999 #fff;
}

.calendar tbody td.active { /* Active (pressed) cells TD */
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  font-size: 15px;
  border: 0;
  background: #F6F6F6;
  color: #00f;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #EB6508;
}

.calendar tbody td.today { /* Cell showing today date */
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The TR in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell TD */
  background: #FFF;
  padding: 1px;
  border: 1px solid #DAEAFF;
  background: #DAEAFF;
  color: #7D8692;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
  background: #d8e0e4;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #F6F6F6;
  padding: 0px;
  border-top: 1px solid #999;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #999;
}

.calendar .combo .hilite {
  background: #048;
  color: #aef;
}

.calendar td.time {
  border-top: 1px solid #999;
  padding: 1px 0px;
  text-align: center;
  background-color: #FFF;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #999;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #EB6508;
  background-color: #999;
  color: #0f0;
}


/* ---- /templates/default/stylesheets/search.css ---- */

/************************ DIV Elements *******************************************/

span.listingResultNewsHighlight {
	background: #FEFF8D;
}

div.listingResultNews {
	background: url('/templates/default/images/icons/news.gif') no-repeat 0px 1px;
	width: 32px;
	height: 32px;
	float: left;
}

div.listingResult {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #A6A6A6;
	margin-left: 70px;
}

div.listingResultFooter {
	font-size: 10px;
	color: #A6A6A6;
	clear: both;
}

div.listingLabelWithPhotos {
	background: url('/templates/default/images/icons/pictures_small.gif') no-repeat 0px 1px;
	padding-left: 22px;
}

div.listingResultBolding {
	border: 2px solid #92B78C;
	padding: 5px;
	background: #F2FFF0;
	margin-bottom: 5px;
}

div.listingDeleted {
	background: #FFD4D4;
	margin-bottom: 5px;
	text-align: center;
	padding: 10px;
}

div.searchTags {
	border-bottom: 1px solid #EDECEC;
	padding: 8px;
}

div.searchTagsYours {
	padding: 8px;
	float: left;
}

div.searchTagsExcluded {
	border-left: 1px solid #EDECEC;
	padding: 8px;
	float: left;
}

div.searchTagsSuggested {
	border-top: 1px solid #EDECEC;
	padding: 8px;
}

div.searchTagSuggested {
	font-size: 10px;
	font-weight: bold;
	float: left;
	width: 44%;
}

div.searchTag {
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-right: 5px;
	word-wrap: break-word;
}

div.listingResultScore {
	background: url('/templates/default/images/listing_score_pane.gif') no-repeat 0px 0px;
	width: 60px;
	height: 70px;
	float: left;
}

div.eventResultScore {
	background: url('/templates/default/images/event_score_pane.gif') no-repeat 0px 0px;
	width: 60px;
	height: 70px;
	float: left;
}

div.businessResultScore {
	background: url('/templates/default/images/business_score_pane.gif') no-repeat 0px 0px;
	width: 60px;
	height: 70px;
	float: left;
}

div.listingResultScoreOnly {
	background: url('/templates/default/images/listing_score_only_pane.gif') no-repeat 0px 0px;
	width: 60px;
	height: 49px;
	padding-top: 1px;
}

div.eventResultScoreOnly {
	background: url('/templates/default/images/event_score_only_pane.gif') no-repeat 0px 0px;
	width: 60px;
	height: 49px;
	padding-top: 1px;
}

div.businessResultScoreOnly {
	background: url('/templates/default/images/business_score_only_pane.gif') no-repeat 0px 0px;
	width: 60px;
	height: 49px;
	padding-top: 1px;
}

div.listingResultScoreNumber {
	font-size: 19px;
	color: #FFF;
	margin-top: 9px;
	text-align: center;
}

div.listingResultScoreLabel {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

div.listingResultScoreRespond {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

div.popularListingsList {
	text-align: left;
}

div.popularListingsList .bullet, .featuredFronts .bullet {
	font-weight: bold;
	font-size: 12px;
}

div.bullet .summary {
	font-weight: normal;
	padding-left: 10px;
}

/************************ TABLE Elements *******************************************/


/* OLD -- Verify if any of these are still needed */
.searchItemTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.searchItemTags {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 1em;
	padding: 5px;
}
.searchItemBox {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
.searchItemValue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 5px;
	font-size: 12px;
}

.searchResultsBox {
	background-color: #FBFFE4; 
	border: 1px solid #993300; 
	padding: 4px; 
	font-family:Geneva; 
	color: #993300; 
	font-size: 12px;
}
.searchOptionsHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.searchOptionsText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
}

/* ---- /templates/default/stylesheets/servicefronts.css ---- */

.sfTitle {
  font-size: 30px;
}

div.editable {
   border: 1px solid #D5D5D5;
   padding: 5px;
   padding-top: 1px;
   margin-bottom: 10px;
   background: white;
}

div.view {
   border: 1px solid #D5D5D5;
   padding: 5px;
   padding-top: 1px;
   margin-bottom: 10px;
   background: white;
}

div.hand {
   cursor: pointer;
}

div.editable h5 {
   margin: 0;
   text-align: center;
   color: #D5D5D5;
   font-size: 12px;
}

div.editing {
   border: 1px solid #D5D5D5;
   padding: 5px;
   margin-bottom: 10px;
   background: white;
}

#logo_container {
  text-align: left;
}

div.paneSimple {
   border: 1px solid #CCCCCC;
   padding: 10px;
   background: #FFFDEA;
   font-size: 11px;
   font-weight: bold;
}

div.paneHeading {
   font-size: 14px;
   font-weight: bold;
   color: #454545;
   width: 100%;
   border-bottom: 1px solid #9FA4C5;
   margin-bottom: 5px;
}

div.pane {
   border: 1px solid #7F7F7F;
   padding: 0;
   background: #F2F2F2;
   font-size: 11px;
   font-weight: bold;
}

div.pane h3 {
   background: #F2F2F2 url('/images/header/button_active_bg.gif');
   background-repeat: repeat-horizontal;
   background-position: bottom;
   border-bottom: 1px solid #7F7F7F;
   margin-bottom: 5px;
   padding: 3px;
   font-size: 14px;
   margin: 0;
   text-align: left;
}

div.flashNotice {
	background-image: url('/templates/default/images/icons/alert.gif');
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: green;
	font-size: 12px;
	font-weight: normal;
	height: 25px;
	text-align: left;
	margin: 5px;
	width: 340px;
}

div.content {
	padding: 5px;
}

div.active {
   border: 1px solid #FFE382;
   margin-bottom: 3px;
}

/* ---- /templates/default/stylesheets/default.css ---- */

/************************ Basics ********************************************/
body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #084F9F; text-decoration: none; }
a:visited { color: #4B8DD7; }
a:hover { color: #BD2020; text-decoration: underline; }
a.negative { color: #FFF; }
a span { cursor: pointer; }

/* .progressBar .border { background-color: white; border: 1px solid #333; width: 100%; }
.progressBar .background { background-color: #333; height: 10px; width: 0%; } */

form {
	margin: 0;
}

.fieldWithErrors {
  padding: 1px;
  background-color: red;
  display: table;
}

#ErrorExplanation {
  width: 400px;
  border: 1px solid #c00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background: #FFF;
}

#ErrorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#ErrorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
  background: #FFF;
}

#ErrorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.link {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 12px;
	background-image: url('/templates/default/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.linkSmall {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 10px;
	background-image: url('/templates/default/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.linkBig {
	font-weight: bold;
	padding: 0;
	padding-left: 15px;
	font-size: 15px;
	background-image: url('/templates/default/images/icons/hyperlink.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.linkHuge {
	font-size: 16px;
	font-weight: bold;
	padding-left: 26px;
	background: url('/templates/default/images/icons/hyperlink_big.gif');
	background-repeat: no-repeat;
	background-position: 3px 4px;
}

.linkHuger {
	font-size: 20px;
	font-weight: bold;
	padding-left: 26px;
	background: url('/templates/default/images/icons/hyperlink_big.gif') no-repeat 3px 7px;
}

.infoLink {
	font-weight: bold;
	padding: 0;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url('/templates/default/images/icons/info_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

.questionLink {
	font-weight: bold;
	padding: 0;
	padding-top: 3px;
	padding-left: 20px;
	font-size: 12px;
	background-image: url('/templates/default/images/icons/bubble_tiny.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
/****************************************************************************/

/************************ Text Styling **************************************/
.font {
	font-size: 11px;
}

.fontMedium {
	font-size: 12px;
}

.fontMediumer {
	font-size: 13px;
}

.fontSmall {
	font-size: 10px;
}

.fontTiny {
	font-size: 9px;
}

.fontBig {
	font-size: 16px;
	line-height: 20px;
}

.fontBigger {
	font-size: 18px;
}

.fontHuge {
	font-size: 25px;
	letter-spacing: -1pt;
	font-weight: bold;
}

.fontHugeSubtle {
	font-size: 25px;
	letter-spacing: -1pt;
	font-weight: bold;
	color: #E7E7E7;
}

.red {
   color: #BD2020;
}

.black {
	color: #000;
}

.informative, .green {
   color: green;
}

.grey {
   color: #A6A6A6;
}

.bold {
	font-weight: bold;
}

.negative {
	color: #FFF;
}

.urgent {
	color: #BD2020;
	font-weight: bold;
}

.subtle {
	color: #626262;
}

.quote {
	color: #EB6508;
	font-style: italic;
	display: block;
}

.quoteSubtle {
	color: #333333;
	font-style: italic;
	display: block;
}

.incidental {
	font-size: 10px;
	color: #A6A6A6;
}

.label {
	font-size: 12px;
	font-weight: bold;
}

.labelSmall, .labelTiny {
	font-size: 12px;
	font-weight: bold;
}

.labelBig {
	font-size: 14px;
	font-weight: bold;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	color: #EB6508;
}

.headingSmall {
	font-size: 12px;
	font-weight: bold;
	color: #EB6508;
}

.discreetHeading {
	font-size: 16px;
	font-weight: bold;
	color: #B2B2B2;
}

.footnote {
	font-size: 11px;
	font-style: italic;
	color: #A6A6A6;
}

.footnoteBig {
	font-size: 13px;
	font-style: italic;
	color: #A6A6A6;
}

.important {
	color: #61A356;
}

/****************************************************************************/

.subtleBorder {
	border: 1px dotted #98917D;
}

/************************ Buttons ********************/

.buttonAdd {
	padding-left: 38px;
	padding-top: 6px;
	font-size: 17px;
	font-weight: bold;
	height: 36px;
	background: url('/templates/default/images/icons/add_item.gif') no-repeat 0 0;
	margin-bottom: 10px;
  cursor: pointer;
}

.buttonAddNewspaper {
	padding-left: 38px;
	padding-top: 6px;
	font-size: 17px;
	font-weight: bold;
	height: 36px;
	background: url('/templates/default/images/icons/add_newspaper.gif') no-repeat 0 0;
	margin-bottom: 10px;
  cursor: pointer;
}

.buttonAddChat {
	padding-left: 38px;
	padding-top: 6px;
	font-size: 17px;
	font-weight: bold;
	height: 36px;
	background: url('/templates/default/images/icons/add_chat.gif') no-repeat 0 0;
	margin-bottom: 10px;
  cursor: pointer;
}

/************************ Specialized Interface Controls ********************/
div.selectTagFlatSelected {
	font-size: 11px;
	font-weight: bold;
	border: 1px dotted #92B78C;
	padding-left: 5px;
	padding-right: 5px;
	background: #F2FFF0 url('/templates/default/images/icons/select_box_down.gif') no-repeat 4px 8px;
	color: #92B78C;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 19px;
	float: left;
}

div.selectTagFlatSelectedActive {
	font-size: 11px;
	font-weight: bold;
	border: 1px dotted #BD2020;
	padding-left: 5px;
	padding-right: 5px;
	color: #BD2020;
	background: #FFE7E7 url('/templates/default/images/icons/select_box_up.gif') no-repeat 4px 8px;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 19px;
	float: left;
}

div.selectTagFlatOptions {
	font-size: 11px;
	border: 1px solid #E4E4E4;
	padding: 5px;
	background: #FFF;
	margin-left: 4px;
	float: left;
	position: absolute;
	margin-top: 30px;
	width: 150px;
}

div.labelInline {
	float: left;
	padding: 3px;
	font-size: 12px;
	margin-right: 4px;
}

div.selectTagFlatOptions ul {
	list-style-type: none;
	margin: 0;
	display: inline;
}

div.selectTagFlatOptions ul li {
	border-top: 1px dotted #D1D1D1;
	margin: 0;
	font-size: 11px;
}

div.selectTagFlatHelp {
	font-size: 10px;
}

div.inline {
	float: left;
	margin-right: 5px;
}

div.inlineFlush {
	float: left;
}

div.inlineRight {
	float: right;
	margin-left: 5px;
}

div.inlineQuarter {
	float: left;
	width: 25%;
}

div.inlineEighth {
	float: left;
	width: 14%;
}

div.inlineHalf {
	float: left;
	width: 48%;
}

div.newline {
	clear: both;
}

pre.captcha {
	font-family: "Courier New";
	font-weight: bold;
	background: #FFFADD;
	line-height: 1.2;
}

div.SubtleHR {
	border: 0;
	border-top: 1px dotted #C0C0C0;
	margin-top: 50px;
	margin-bottom: 50px;
}

input.captcha {
	font-size: 18px;
	color: #003395;
	text-transform: uppercase;
}
/****************************************************************************/

/************************ DIV Elements **************************************/
div.buttonIndicatorBar {
	background: url('/templates/default/images/button_indicator_bar.gif') no-repeat right;
	height: 33px;
}

div.fancyHR {
	background: url('/templates/default/images/fancy_hr_bg_blue.gif') repeat-x;
	height: 16px;
}

div.giantBracket {
	background: url('/templates/default/images/giant_bracket.gif');
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 910px;
	height: 104px;
}

div.featuredBox {
	border: 3px solid #EDECEC;
}

div.wedgeBar {
	background: url('/templates/default/images/wedge_bar.gif') no-repeat right center;
	padding: 4px;
}

div.widget, div.widgetNarrowCentered {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #EAEBEA url('/templates/default/images/widget_bg.gif') repeat-x;
}

div.widgetNarrowCentered {
	width: 500px;
	margin: 0 auto 0 auto;
}

div.widgetBody {
	padding: 15px;
}

div.widgetBody textarea {
	width: 575px;
}

div.widget h1, div.widgetNarrowCentered h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #FFAA00;
	border-bottom: 1px dotted #FFD045;
}

div.widgetMoney {
	border: 1px solid #92B78C;
	padding: 3px;
	background: #F2FFF0;
	height: 507px;
	width: 555px;
}

div.widgetMoney h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #61A356;
	border-bottom: 1px dotted #61A356;
}

div.widgetHighlighted {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #FFFADD url('/templates/default/images/widget_highlighted_bg.gif') repeat-x;
}

div.features {
  min-height: 507px;
  height: auto;
}

/* Fix for IE */
* html .features {
  height: 507px;
}

div.box {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #F3F3F3;
}

div.boxHighlighted {
	border: 1px solid #EDECEC;
	padding: 3px;
	background: #FFFBDE;
}

div.note {
	background: #FBFFE4;
	border: 1px solid #A6A6A6;
	padding: 5px;
}

#popup_margin {
	text-align: center;
	margin-left: 200px;
	margin-top: 150px;
}

#popup_outside {
	width: 550px;
	background: #EAEBEA url('/templates/default/images/widget_bg.gif') repeat-x;
}

#popup_inside {
	background: url('/templates/default/images/popup_border.gif') no-repeat top left;
}

#popup_content {
	text-align: left;
	padding: 10px;
	background: url('/templates/default/images/popup_border.gif') no-repeat bottom right;
}

#popup_content h1 {
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #FFAA00;
}

div.none {
	background: #FBFFB9;
	color: #A5A5A5;
	font-size: 11px;
	font-weight: normal;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

div.help {
	background: #E6EEFF url('/templates/default/images/icons/info_big.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 10px;
	padding-left: 40px;
	padding-top: 10px;
	border: 1px solid #ADBCDC;
}

div.question {
	background: #EEFFEB url('/templates/default/images/icons/bubble.gif');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding: 10px;
	padding-left: 45px;
	padding-top: 15px;
	border: 1px solid #34A430;
}

div.pane {
	background: #EDECEC;
	border: 1px solid #A6A6A6;
	padding: 5px;
}

div.attention {
	background: #FFD4D4;
}

div.hr {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A6A6A6;
}

div.spacer {
	padding-bottom: 10px;
}

div.fullScreen {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background: #FFF;
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 30px;
	text-align: center;
	vertical-align: top;
}

div.photo {
	background: url('/templates/default/images/photo_small.gif');
	background-repeat: no-repeat;
	background-position: center center;
	height: 110px;
}

div.asset {
	background: url('/templates/default/images/asset.gif') no-repeat;
	width: 110px;
	height: 130px;
}

div.assetLink {
	text-align: left;
	padding: 3px 0 2px 5px;
	border-bottom: 1px dotted #6AA0CC;
}

div.assetFilename {
	text-align: center;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	padding: 10px 3px 15px 3px;
}

div.assetFiletype {
	text-align: center;
	font-size: 12px;
	color: #444;
}

div.photoLabel {
	position: relative;
	top: 65px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

span.tagCloudLabel {
	font-size: 14px;
	font-weight: bold;
	margin: 3px;
}

span.tagCloudTag {
	margin: 3px;
}

div.indented {
	padding-left: 15px;
}

div.padded {
	padding: 5px;
}

div.paddedMore {
	padding: 15px;
}

div.marginBottom {
	margin-bottom: 10px;
}

div.marginBottomMore {
	margin-bottom: 20px;
}

div.marginTop {
	margin-top: 10px;
}

div.marginTopMore {
	margin-top: 20px;
}

div.marginRight {
	margin-right: 15px;
}

/****************************************************************************/

/************************ Notices *******************************************/
.flashNotice {
	background-image: url('/templates/default/images/icons/alert.gif');
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 25px;
	color: green;
	font-size: 12px;
	font-weight: bold;
	width: 500px;
	height: 25px;
	text-align: left;
}
/****************************************************************************/

/************************ Specific Page Elements ****************************/
.bar {
	background: #EDECEC;
	border-bottom: 2px solid #A6A6A6;
}

.buttonDel {
	padding-left: 23px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	background-image: url('/templates/default/images/icons/delete_item_small.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
  cursor: pointer;
}

/****************************************************************************/

/************************ Tables ********************************************/

td {
	text-align: left;
}

/*********** Enhanced Table ************/
.enhancedTable{
	border-collapse:collapse;
	border: 1px solid #DFDFDF;
}

.enhancedTableColouredRow{
	background:#EFEFEF;
}

.enhancedTableRowHover{
	background:#DEFFD7;
}

/*.enhancedTableActive{
	background:#FFC2C2;
}*/

.simpleTable, .plainTable {
   border-collapse: collapse;
}

.enhancedTable td, .simpleTable td {
   font-size: 12px;
   vertical-align: top; 
   color: #3A3A3A;
   border: 1px solid #DFDFDF;
   padding: 5px;
}

.enhancedTable tbody td, .simpleTable tbody td {
	background: #FFFFFF;
}

.enhancedTable td.label, .simpleTable td.label {
   font-size: 11px;
   font-weight: bold;
   vertical-align: top;
   padding: 4px;
   border: 1px solid #DFDFDF;
   color: #000;
   background: #FFF8D3;
}

.enhancedTable thead td, .simpleTable thead td, .enhancedTable tfoot td, .simpleTable tfoot td {
   font-size: 12px;
   font-weight: bold;
   vertical-align: top;
   padding: 4px;
   border: 1px solid #DFDFDF;
   color: #5C5C5C;
   background: #FBFBFB;
   background-position: left center;
   background-repeat: no-repeat;
}

.plainTable td {
	font-size: 10px;
}

.plainTable td.border {
   border: 1px solid #DFDFDF;
	padding: 2px;
}

/****************************************************************************/

/********************************** Ads *************************************/

.banner {
	border: 1px solid #DDDDDD;
	width: 750px;
	height: 92px;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	margin-bottom: 15px;
}

.banner .heading {
	font-size: 23px;
	color: #105CB6;
	margin-bottom: 5px;
}

.banner .verbiage {
	font-size: 11px;
	color: #000;
}

/******************************* RedCloth Textile ***************************/

.h1_textile {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 10px;
}

.h2_textile {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.h3_textile {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.h4_textile {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.h5_textile {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}

.h6_textile {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}

a.help {
  border:0px;
  text-decoration:none;
  color: inherit;
}

.help img {
  border: 0px;
}

.help_dialog {
  border: 1px solid black;
  background-color: white;
  padding: 10px;
  width:350px;
}
/********************** Sites Lists Widgets ************/
table.sites_list tr td {
  font-size: 9px;
  line-height: 10px;
}
table.sites_list tr {
  padding: 0px;
}

div.help_widget {
	position:absolute;
	z-index:1000;
}

a.help_widget {
  border:0px;
  text-decoration:none;
  font-size: 14px;
	font-weight: bold;
  color: #EB6508;
}


/* ---- /templates/default/stylesheets/interface.css ---- */

div.popularSearch {
	float: left;
	font-size: 10px;
	word-wrap: break-word;
	width: 260px;
}

div.siteHeaderTitle {
	font-family: "Trebuchet MS", Trebuchet, Verdana;
	line-height: 24px;
}

div.siteMenuOnBottom, div.siteMenu {
	background: url('/templates/default/images/menu_bg.jpg') no-repeat 0 7px;
	height: 40px;
	width: 920px;
	padding-bottom: 5px;
	padding-top: 6px;
}

div.siteMenuOnTop {
	background: url('/templates/default/images/menu_on_top_bg.jpg') no-repeat 0 7px;
	height: 35px;
	width: 920px;
	padding-top: 12px;
}

div.matchesAlert {
	background: url('/templates/default/images/matches_alert_pane.gif') no-repeat 0px 0px;
	width: 94px;
	height: 25px;
	margin-top: 9px;
	padding-top: 3px;
	text-align: center;
}

.matchesAlertLabel {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

ul.siteMenuPages {
	float: left;
	margin: 0;
	margin-top: 5px;
}

ul.siteMenuPages li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 15px;
	font-weight: bold;
}

ul.siteMenuPages li a {
	color: #9F9F9F;
}


ul.siteMenuUser {
	float: right;
	margin: 0;
	margin-top: 5px;
}

ul.siteMenuUser li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 3px;
}

ul.siteMenuUser li a {
	color: #656565;
	font-size: 10px;
	font-weight: bold;
}

ul.userMenu {
	margin: 0;
}

.userMenu ul li {
	list-style-type: none;
	display: inline;
	margin-left: 35px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	padding: 5px;
}

.userMenu ul li a {
	color: #9F9F9F;
}

div.topFobber {
	float: left;
	width: 90px;
	height: 130px;
	font-size: 10px;
	text-align: center;
}

/* ---- /templates/default/stylesheets/lightbox.css ---- */

#lightbox{	position: absolute;	left: 0; width: 100%; _width: 960px; z-index: 1100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplayContainer{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* ---- CUSTOM DEFINED STYLESHEET default ---- */ 

a {
cursor: pointer;
}