
/****************************************************
 Basic Layout and Positioning
****************************************************/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e3dec3 url(../img/bg_bottomHolder_repy.gif) repeat-y fixed 50% 0pt;
	font: 11px/16px verdana, helvetica, arial, sans-serif;
	color: #000000;
}
table, tr, td {
	font: 11px/16px verdana, helvetica, arial, sans-serif;
}
html, body {
	text-align: center;
	width: 100%;
	min-height: 100%;
	height: 100%;
	margin: 0px auto;
}
#topHolder, #middleHolder, #bottomHolder {
	width: 100%;
	margin: 0px auto;
}
#topHolder {
	background: #f0ecd9 url(../img/bg_topHolder_repx.gif) repeat-x 0 0;
	text-align: left;
	height: 121px;
	overflow: hidden;
}
#middleHolder {
	clear:both;
	background: #f0ecd9 url(../img/bg_middleHolder_repy.gif) repeat-y fixed 50% 0pt;
	position: relative;
	float: left;
}
#bottomHolderSeparator {
	clear:both;
	background: #e3dec3 url(../img/bg_bottomHolderSeparator_repx.gif) repeat-x 0 0;
	height: 2px;
	line-height: 2px;  /* For IE 6 PC */
	font-size: 1px;  /* For IE 6 PC */
}
#bottomHolder {
	clear:both;
}
#pagebody {
	width: 950px;
	margin: 0px auto;
}
#footer {
	width: 950px;
	margin: 0px auto;
	height: 50px;
}
#footer p {
	padding-top: 2px;
	padding-right: 8px;
}


/****************************************************
 TOP Holder
****************************************************/
#topHolder .header, #topHolder .toolbar {
	width: 950px;
	margin: 0px auto;
	height: 90px;
}
#topHolder .toolbar {
	height: 25px;
}
#topHolder .joinnow {
	margin: 0px 5px 3px 0px;
	height: 25px;
}
#topHolder .toolbar .quickstatus {
	margin-top: -5px;
	position: relative;
}
#topHolder .toolbar .divider {
	background: url(../img/bg_header_divider_norep.gif) no-repeat 10px 0px;
	margin-top: -2px;
	padding-left: 20px;
}
#topHolder .language {
	height: 25px;
	margin-top: 5px;
}
#topHolder .language span {
	padding-left: 23px;
}
#container_popup {
	width: 430px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
	position: relative;
	left: 10px;
	text-align: left;
	height: 100%;
}
#container_popup p {
	padding-right: 10px;
}
#container_popup.small {
	width: 350px;
}
.container_popup_tiny {
	width: 275px;
	position: relative;
	float: left;
	height: 100%;
}
#pagebody_center {
	text-align: left;
	background: #ffffff;
	float: left;
	overflow: hidden;
	width: 100%;
}
#pagebody_center {
	background: #FFFFFF url(../img/bg_pagebody_repy.gif) repeat-y 0px 0;
}
#pagebody_center.norightbar {
	background: #FFFFFF url(../img/bg_pagebody_norightbar_repy.gif) repeat-y 0px 0;
}
#content_center { 
	float: left;
	width: 583px;
	min-height: 680px;
}
*html #content_center { /* , #content_left; */
	height: 680px;
}
#pagebody_center.norightbar #content_center, #content_center .tbl_fullwidth {
	width: 766px;
}
#leftbar {
	float: left;
	width: 182px;
	padding-right: 1px;
}
* html #leftbar {
	display: inline;
}
#rightbar {
	float: left;
	width: 183px;
}


/****************************************************
 Basic Styles
****************************************************/
a, a:link {
	text-decoration: none;
	color: #d77900;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	color: #534b21;
}
h1 {
	font-family: "Lucida Grande","Trebuchet MS",verdana, helvetica, arial, sans-serif;
	color: #534b21;
	font-weight: normal;
	font-size: 22px;
	line-height: 25px;
	padding: 25px 0px 10px 15px;
	background: transparent url(../img/bg_h1_topline_repx.gif) repeat-x 0 0;	
}
h1.nopadding {
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 0px;
}
h2 {
	font-size: 15px;
	padding: 8px 0px 8px 0px;
}
h2.gradient {
	background: transparent url(../img/bg_h1_topline_repx.gif) repeat-x 0 0;
}
h3 {
	color: #534b21;
	font-size: 15px;
	background: transparent;
}
h3 a {
	background: none;
}
.h3_location, .h3_location_my {
	height:13px;
	overflow: hidden;
	padding-top: 14px;
}
.h3_location_my {
	width: 590px;
}
h4 {
	color: #534b21;
	font-weight: bold;
	font-size: 11px;
}
h5 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}
h6 { /* headline for eg. list of groups */
	font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 4px;
}
h6 a {
	background: none;
}
a.more {
	padding-top: 1px;
	padding-right: 18px;
	overflow: hidden;
	background: transparent url(../img/icon_more.gif) no-repeat 100% 0px;
}
a.arrow {
	padding-top: 1px;
	padding-left: 12px;
	overflow: hidden;
	background: transparent url(../img/icon_arrow.gif) no-repeat 0px 4px;
}
.txt_bold {
	color: red;
}
.txt_disabled {
	color: #666666;
}
.txt_12px {
	font-size: 12px;
}
.txt_big {
	font-size: 14px;
}
.txt_info, .txt_info_highlight, .txt_info_dark {
	color: #988d5d; 
	font-size: 10px;
	font-weight: normal;
}
.txt_info.warning {
	background: transparent url(../img/icon_warning_small.gif) no-repeat 0px 0px;
	padding-top: 3px;
	height: 18px;
	padding-left: 22px;
}

/* Especially for dialog with group/location check */
#location_name_check_result .txt_info.warning, #location_name_check_result .txt_info.ok, #location_name_check_result .txt_info.loading {
	background: transparent url(../img/icon_warning_small.gif) no-repeat 4px 5px;
	padding-left: 26px;
	height: auto;
	padding-top: 5px;
}
#location_name_check_result .txt_info.ok {
	background: transparent url(../img/icon_ok_small.gif) no-repeat 5px 4px;
}
.txt_emphasized {
	color: #807549; 
	font-weight: normal;
}
.txt_info_dark {
	color: #000000;
}
.txt_info {
	color: #666666;
}
.txt_by {
	margin-top: -5px;
	padding-bottom: 12px;
}
.txt_highlight {
	background-color: #534b21;
	color: #ffffff;
}
p {
	padding-bottom: 10px;
}
.cursor {
	cursor: pointer;
}
.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.delete, .sendmail {
	background: transparent url(../img/icon_delete.gif) no-repeat 0 3px;
	padding: 2px;
	padding-left: 14px;
	font-size: 10px;
	height: 10px;
}
.sendmail {
	background: transparent url(../img/icon_message.gif) no-repeat 0 3px;
	margin-left: 2px;
}
.tr_display_block {
	display: table-caption
}
.coffeebreak, .systemerror {
	background: transparent url(../img/icon_coffeebreak.gif) no-repeat 0 0;
	padding-left: 77px;
	margin-left: 15px;
	height: 100px;
}
.systemerror {
	background: transparent url(../img/icon_systemerror.gif) no-repeat 0 0;
}

/************* Breadcrumbs *************/
#breadcrumb {
	height: 24px;
	background: #f9f9f2;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #eae7cd;
	margin-left: -1px;
}
#breadcrumb p {
	padding-top: 5px;
}
.breadcrumb {
	margin-bottom: 10px;
}
.breadcrumb_small {
	margin-bottom: 0px;
}


/****************************************************
 Navigation (ul, li)
****************************************************/
ul {
	list-style: none;
}
li {
	clear: both;
	list-style: none;
	padding-left: 0px;
}

/************* Main menu *************/
.navigation {
	padding: 0px 0px 0px 183px;
	padding-bottom: 0px;
	top: 63px;
	position: relative;
	list-style: none;
	height: 33px;
}
* html .navigation { top: 60px; } /* For IE 6 PC */
.navigation li {
	clear: none;
	list-style: none;
	float: left;
	width: 111px;
	background: none;
	height: 33px;
	text-align: center;
}
.navigation li a {
	background: none;
	color: #e0dec1;
	overflow: hidden;
	height: 33px;
	position: relative;
	padding-bottom: 20px;
}
.navigation .selected {
	background: url(../img/bg_navigation.gif) repeat-x 0 0;
}
.navigation .adminselected {
	background: url(../img/bg_navigationadmin.gif) repeat-x 0 0;
}
* html .navigation .selected { margin-top: -2px; } /* For IE 6 PC */

/************* Sub menu *************/
.subnavigation {
	float: left;
	position: relative;
	margin-bottom: -2px;
	z-index: 1;
	height: 25px;
}
.subnavigation ul {
	list-style: none;
	float: left;
	padding-left: 11px;
	height: 24px;
}
.subnavigation li, .subnavigation li.subselected {
	background: transparent url(../img/bg_subnavigation_2.gif) no-repeat scroll top right;
	height: 24px;
    padding-right: 6px;
    text-decoration: none;
	margin: 0px 4px 1px 0px;
	cursor: pointer;
	list-style: none;
	float: left;
	clear: none;
}
*html .subnavigation li, *html .subnavigation li.subselected {
	width: 127px;
	padding-right: 3px;
	overflow: hidden;
}
.subnavigation li.subselected {
	background-color: #f9f9f2;
	border-bottom: 1px solid #f9f9f2;
}
.subnavigation li a span, .subnavigation li.subselected a span {
	background: transparent url(../img/bg_subnavigation_1.gif) no-repeat;
    display: block;
    line-height: 11px;
    padding: 6px 3px 4px 11px;
	text-align: center;
	height: 24px;
	cursor: pointer;
}
.subnavigation li.subselected a span { 
	background: transparent url(../img/bg_subnavigation_1.gif) no-repeat;
}
.subnavigation li.subdisabled a span {
	color: #a7a57f;
	cursor: default;
	text-decoration: none;
}
.subnavigation li.subdisabled {
	cursor: default;
}

/************* Numbered Lists *************/
ol {
	list-style: decimal;
	padding-left: 20px;
}
ol li {
	list-style: decimal;
}

/************* Output of DB text *************/
ul.reset {
	list-style: disc;
	padding-left: 10px;
	padding-bottom: 5px;
}
ul.reset li.reset {
	list-style: disc;
	padding-left: 10px;
	list-style-position:inside;
}
ol.reset {
	list-style: decimal;
	padding-left: 10px;
	padding-bottom: 5px;
}
ol.reset li.reset {
	list-style: decimal;
	padding-left: 10px;
	list-style-position:inside;
}

/************* List with arrows *************/
.ul_arrow {
    float: left;
    padding-bottom: 2em;
    width: 100%;
	padding-left: 15px;
	padding-top: 10px;
}
.ul_arrow li {
    background:  url(../img/arrow_bullet.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 12px;
}

/************* List with folders (category) *************/
.ul_category {
    float: left;
    width: 100%;
	margin-bottom: 15px;
}
.ul_category li {
    background:  url(../img/icon_folder.gif) no-repeat 0px 2px;
    float: left;
    clear: both;
	padding: 0px 0px 0px 18px;
}
.myschedules li, .mylocations li {
	padding-bottom: 10px;
	background: transparent url(../img/icon_calendar.gif) no-repeat 0 3px;
	padding-left: 16px;
}
.mylocations li {
	background: transparent url(../img/icon_comment.gif) no-repeat 3px 0px;
}

/************* Tab Menu *************/
#tabmenu {
	position: relative;
	height: 24px;
	overflow: hidden;
	background: #f9f9f2 url(../img/bg_tabmenu_repx.gif) repeat-x 0 0;
}
#tabmenu li a {
	float: left;
	list-style: none;
	position: relative;
	padding-top: 5px;
}
*html #tabmenu li a {
	padding-top: 5px;
}
#tabmenu .tabselected a {
	color: #FFFFFF;
}
#tabmenu li {
	clear: none;
	padding: 0px 15px 0px 15px;
	float: left;
	height: 24px;
	border-right: 1px solid #ece7d7;
}
#tabmenu .tabselected { /* , #homemenu .selected */
	background: #d77900 url(../img/bg_tabmenu_repx.gif) repeat-x 0 0;
}

/************* Sort Menu *************/
.sortby.orderbyselected {
	text-decoration: underline;
	font-weight: bold;
}

/************* rightbar Menu *************/
.sidemenu li {
	list-style: none;
	line-height: 20px;
	background: transparent url(../img/bg_sidemenu_repx.gif) repeat-x 0 100%;
	padding-left: 6px;
	padding-bottom: 4px;
}
.sidemenu li.active a {
	font-weight: bold;
}


/****************************************************
 Header
****************************************************/
.header h1 {
	height: 130px;
	line-height: 350px;
	overflow: hidden;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin-left: -20px;
	float: left;
	position: absolute;
	background: none;
	z-index: 5;
	top: 3px;
}
.header h1 a {
	position: absolute;
	z-index: 5;
	height: 130px;
	margin-top: 0px;
	width: 200px;
	overflow: hidden;
	text-decoration: none;
	top: 0px;
	cursor: pointer;
}
.header h1 a.ljpool {
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo_ljpool_visual.png');
}
html > body .header h1 a.ljpool {
	background: transparent url(../img/logo_ljpool_visual.png) no-repeat 0 0;
}
.header .tbl_header {
	height: 25px;
}
#header_info {
	background: red;
	height: 16px;
	color: #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 3px 0px 2px 10px;
	overflow: hidden;
	display: block;
}


/****************************************************
 Content
****************************************************/
#content_center p, #content_center h2, #content_center h3, .content_items {
	padding-left: 15px;
	padding-right: 15px;
}
#content_center p.reset {
	padding-left: 0px;
	padding-right: 0px;
}
#content_center .content_subpart,
#content_center .content_subpart_nohighlight,
#content_center .content_subpart_end,
#content_center .content_subpart_end2 {
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 0px;
}
html > body #content_center .content_subpart,
html > body #content_center .content_subpart_nohighlight,
html > body #content_center .content_subpart_end,
html > body #content_center .content_subpart_end2 { /* For Mozilla */
	padding-bottom: 10px;
}
#content_center .content_subpart_nohighlight h3, #content_center .content_subpart h3 {
	padding-top: 6px;
	padding-bottom: 10px;
}
#content_center .content_subpart, #content_center .content_subpart_nohighlight {
	background: #f9f9f2 url(../img/bg_tabmenu_repx.gif) repeat-x 0 0;
	border: none;
}
#content_center .content_subpart.bottomline {
	border-bottom: 1px solid #ece7d7;
}
#content_center .content_subpart.subnav {
	background: transparent url(../img/bg_h1_topline_repx.gif) repeat-x 0 0;
}
#content_center .content_subpart_nohighlight {
	background-color: #ffffff;
}
#content_center .content_subpart.list, #content_center .content_subpart_nohighlight.list {
	margin-top: -1px;
	border-bottom: 1px solid #ece7d7;
}
#content_center .content_subpart.list.padding, #content_center .content_subpart_nohighlight.list.padding {
	padding-top: 10px;
}
#content_center .content_subpart_end {
	border-top: 1px solid #d7d1b6;
	padding: 0;
}
#content_center .content_subpart_end2 {
	padding: 0;
}
.country_selection {
	position: relative;
	padding: 0px 0px 6px 28px;
	height: 22px;
}
.message_container .rating_icons {
	position: relative;
	float: right;
	text-align: right;
	width: 90px;
	height: 18px;
}


/************* Boxed Content *************/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.contentbox {
	background: url(../img/sb_body_right.gif) no-repeat bottom right;
}
.contentbox.box1 {
	float: left; width: 400px; margin-left: 13px; padding: 0px;
}
/* For IE 6 PC */
* html .contentbox.box1 { margin-left: 6px; } 

.contentbox.box2 {
	float: right; width: 330px; margin-right: 15px;
}
/* For IE 6 PC */
* html .contentbox.box2 { margin-right: 7px; } 

.contentbox .boxhead {
	background: url(../img/sb_head_right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.contentbox .boxhead h2 {
	background: url(../img/sb_head_left.gif) no-repeat top left;
	padding: 10px 5px 10px 0px;
	margin: 0;
}
.contentbox .boxbody {
	background: url(../img/sb_body_left.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 2px 5px 2px;
	position: relative;
}



/************* Controls *************/
.paging_controls {
	position: relative;
	height: 22px;
	float: right;
	width: 200px;
	padding: 0px 15px 15px 0px;
}
.paging_label {
	padding: 3px 6px 3px 1px;
	color: #999999;
	font-size: 10px;
	float: right;
}
.icon_next_a, .icon_next_ia, .icon_previous_a, .icon_previous_ia {
	float: right;
	height: 22px;
	width: 22px;
	position: relative;
	padding-left: 5px;
}
.icon_next_a {
	background: url(../img/icon_next_a.gif) no-repeat 0 0;
}
.icon_next_ia {
	background: url(../img/icon_next_ia.gif) no-repeat 0 0;
}
.icon_previous_a {
	background: url(../img/icon_previous_a.gif) no-repeat 0 0;
}
.icon_previous_ia {
	background: url(../img/icon_previous_ia.gif) no-repeat 0 0;
}
.icon_nextsmart_a, .icon_nextsmart_ia, .icon_previoussmart_a, .icon_previoussmart_ia { /* .icon_nextsmart_green_ia, .icon_previoussmart_green_ia */
	float: left;
	height: 18px;
	width: 18px;
	position: relative;
}
.icon_nextsmart_a {
	background: url(../img/icon_nextsmart_a.gif) no-repeat 0 0;
}
.icon_nextsmart_ia {
	background: url(../img/icon_nextsmart_ia.gif) no-repeat 0 0;
}
.icon_previoussmart_a {
	background: url(../img/icon_previoussmart_a.gif) no-repeat 0 0;
}
.icon_previoussmart_ia {
	background: url(../img/icon_previoussmart_ia.gif) no-repeat 0 0;
}
.icon_address {
	background: url(../img/icon_address.gif) no-repeat 0 0;
	padding-left: 13px;
	padding-top: 2px;
	padding-bottom: 5px;
}

/************* Images *************/

.gallery {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.image_location, .image_location_over  { /* , .image_member_gallery, .image_member_gallery_over */
	position: relative;
	float: left;
	border: 2px solid #cad89e;
	margin-bottom: 5px;
	margin-right: 7px;
}
.image_member_thumb, .image_item_thumb, .image_album_thumb, .image_gallery_thumb, .image_albumtiny_thumb {
	width: 78px;
	height: 78px;
	overflow: hidden;
	border: 1px solid #ffffff;
	cursor: pointer;
}
/* Small album images */
.image_albumtiny {
	width: 101px;
	height: 99px;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg_albumtiny_norep.png');
}
html > body .image_albumtiny {
	background: transparent url(../img/bg_albumtiny_norep.png) no-repeat 0 0;
}
.image_albumtiny_thumb {
	border: none;
	position: relative;
	width: 78px;
	height: 78px;
	left: 12px;
	top: 10px;
}

.image_item_thumb {
	width: 102px;
	height: 72px;
}

.image_gallery_thumb {
	width: 120px;
	height: 120px;
}
.image_member_thumb_name {
	background: url(../img/bg_member_thumb_repx.gif) repeat-x 0 0;
	text-align: center;
	color: #534b21;
	height: 30px;
	overflow: hidden;
	text-decoration: none;
}
/* Big album images */
.image_album {
	width: 153px;
	height: 192px;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/bg_album_norep.png');
}
html > body .image_album {
	background: transparent url(../img/bg_album_norep.png) no-repeat 0 0;
}
.image_album a {
	text-decoration: none;
}
.image_album_thumb {
	border: none;
	position: relative;
	width: 120px;
	height: 120px;
	left: 18px;
	top: 16px;
}

.image_border {
	border: 1px solid #bebb8e;
}
.image_border.active {
	border: 3px solid #f88c00;
}
.image_border.active .image_member_thumb {
	width: 74px;
	height: 74px;
}
.image_border.middle, .image_border_over.middle { /* for album images */
	width: 122px;
}
.image_border_over {
	border: 1px solid #f88c00;
}
.img_album_name {
	position: relative;
	padding-top: 18px;
	clear: both;
	text-align: center;
}

/*************************************
* Scrollable images
*************************************/
.scroll_container {
	margin-top: 8px;
	padding-bottom: 20px;
	border-top:1px solid #eae7cd;
	background-color: #f9f9f2;
	float: left;
	width: 100%;
}
/* prev, next buttons */
#scroll_container a.prev, #scroll_container a.next, #scroll_container a.empty,
#upload_location a.prev, #upload_location a.next, #upload_location a.empty  {
	display:block;
	width:21px;
	height:21px;
	background-image:url(../img/icon_previous_a.gif);
	float:left;
	margin-top:55px;
	cursor:pointer;	
}
#upload_location a.prev, #upload_location a.next, #upload_location a.empty  {
	margin-top:32px;
}
#scroll_container a.prev, #scroll_container a.empty {
	margin-left: 26px;
}
#upload_location a.prev, #upload_location a.empty {
	margin-left: 15px;
}
#scroll_container a.empty,
#upload_location a.empty {
	background-image: none;
}
/* disabled navigational button */
#scroll_container a.prev.disabled,
#upload_location a.prev.disabled {
	background-image:url(../img/icon_previous_ia.gif);
	cursor: default;
}
#scroll_container a.next.disabled,
#upload_location a.next.disabled {
	background-image:url(../img/icon_next_ia.gif);	
	cursor: default;
}
/* next button uses another background image */
#scroll_container a.next,
#upload_location a.next { 
	background-image:url(../img/icon_next_a.gif);
	clear:right;	
}

/***************** navigator *****************/
/* position and dimensions of the navigator */
#scroll_container div.navi, #scroll_container div.empty {
	height:12px;
	overflow: hidden;
	margin: 10px 0px 5px 0px;
	text-align:center;
}
#scroll_container div.empty {
	background:none;
}
/* items inside navigator */
#scroll_container div.navi a {
	display: inline;
	background:url(../img/navigator.png) 0px 0px no-repeat;     
	padding: 0px 7px 0px 7px;
	margin: 0px;
	overflow: hidden;
}
/* mouseover state */
#scroll_container div.navi a:hover {
	background-position:0 -15px;      
}
/* active state (current page state) */
#scroll_container div.navi a.active {
	background-position:0 -30px;     
} 	

/* fullsize image */
#imgviewer {
	clear: both;
	text-align: center;
	margin: 0px auto;
	min-height: 400px;
	*height: 400px;
}
.imgview {
	margin: 0px auto;
	border: 4px solid #eae7cd;
	-moz-border-radius: 3px;
}
.imgview div {
	margin: auto;
	border: 1px solid #fff;
	background: no-repeat;
	overflow: hidden;
}
.imgview_text {
	padding: 5px 0px 5px 0px;
	height: 15px;
	text-align: center;
}
/* Member album, location gallery, schedule gallery */
#albumscroll, #galleryscroll {
	position:relative;
	overflow:hidden; 	
	width: 660px;
	height:132px;
	float:left;
	margin: 0px 5px 0px 5px;
}
#galleryscroll {
	width: 470px;
	height: 100px;
}
#albumthumbs, #gallerythumbs {	
	width:20000em;	
	position:absolute;
	clear:both;		
}
/* single scrollable item */
#albumthumbs div.albumitems, #gallerythumbs div.galleryitems {
	float:left;
	margin: 4px;	
}

.contact_icq, .contact_msn, .contact_skype {
	width: 20px;
	height: 20px;
	float: left;
}
.contact_icq {
	background: url(../img/icon_profile_icq.gif) no-repeat 0px 2px;
}
.contact_msn {
	background: url(../img/icon_profile_msn.gif) no-repeat 0px 2px;
}
.contact_skype {
	background: url(../img/icon_profile_skype.gif) no-repeat 0px 2px;
}
.contact_txt {
	position: relative;
	margin-top: 2px;
	height: 20px;
}
.image_message {
	padding: 0px;
	margin-bottom: -3px;
	margin-top: 1px;
}
*html .image_message {
	margin-bottom: 1px;
}
.typeahead_loading {
	background: #FFFFFF url(../img/loading.gif) no-repeat 0px 0px;
	height: 20px;
	width: 20px;
}

/************* Profile *************/
.profile_overview #upload_image, .profile_overview .upload_image {
	margin-right: 15px;
	padding-top: 15px;
	padding-bottom: 0px;
}
.profile_overview table td { 
	font-size: 11px;
	font-weight: normal;
}
.profile_contactlist .contact_add {
	background: url(../img/icon_contact_add.gif) no-repeat 0px 5px;
	padding-left: 22px;
	padding-top: 5px;
}
.profile_contactlist .contact_remove {
	padding-left: 22px;
	padding-top: 5px;
	background: url(../img/icon_contact_remove.gif) no-repeat 0px 5px;
}
.headline_small {
	position: relative;
	top: 3px;
	font-weight: bold;
}
.tbl_profile {
	clear: both;
	padding-top: 5px;
	margin-bottom: 15px;
}
.tbl_profile td {
	padding: 3px;
	padding-left: 0px;
}
.tbl_profile .td_headline {
	width: 160px;
	vertical-align: top;
}
.tbl_profile .td_text {
	width: 360px;
}
.tbl_mypage_lists {
	width: 740px;
}
* html .tbl_mypage_lists { width: 735px; } /* For IE 6 PC */
.tbl_mypage_lists_center {
	width: 560px;
}
* html .tbl_mypage_lists_center { width: 554px; } /* For IE 6 PC */


/************* ljpool radar *************/
#regulary_here {
	position: relative;
	padding-left: 8px;
	float: left;
}

/****************************************************
 Search
****************************************************/
#search {
	margin-top: 5px;
}
#search h4 {
	line-height: 20px;
}
.search_input {
	width: 189px;
}
.search_input_short {
	width: 80px;
}
.search_input_long {
	width: 250px;
}
.search_label {
	font-style: italic;
	color: #666666;
}
.search_submit {
	padding: 5px 10px 0px 10px;
	float: right;
}

/************* Searching similar location name *************/
#location_name_check {
	width: 360px;
	position: absolute;
	margin-top: -35px;
	margin-left: 390px;
	background: #FFFFFF;
	z-index: 5;
	display: none;
}
#location_name_check .header {
	border: 1px solid #24210b;
	height: 21px;
	background: #FFFFFF url(../img/bg_dialogtop_repx.gif) repeat-x 0 0;
}
#location_name_check .header .title {
	color: #000000;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 4px;
	float: left;
	width: 300px;
}
#location_name_check .header .close {
	float: right;
	width: 18px;
	padding-top: 2px;
	padding-right: 2px;
	cursor: pointer;
}
#location_name_check_result {
	padding-left: 0px;
	border: 1px solid #24210b;
	border-top: none;
	padding-top: 2px;
	min-height: 18px;
	max-height: 150px;
	height: auto;
	overflow: auto;
	width: 358px;
}
#location_name_check_result span {
	padding: 2px;
}

/****************************************************
 Google Map
****************************************************/
#map {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
	float: left;
}
#map h2 {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}
#map .newlocation {
	height: 320px;
}
#map.location {
	height: 270px;
	width: 584px;
}
#maparea {
	background: #EFEFEF;
	border-top: 1px solid #eae7cd;
	border-bottom: 1px solid #eae7cd;
	height: 270px;
}
.map_description {
	background: #f9f9f2;
	border-top: 1px solid #fff;
	float: left;
	width: 584px;
}
.map_description span {
	padding: 0px 10px 0px 10px;
}
#map.mapprofile {
	padding: 0;
	width: 505px;
	margin-right: 15px;
}
#map_suggest {
	display: none;
	background: transparent url(../img/icon_warning_small.gif) no-repeat 5px 8px;
	padding: 8px 0px 5px 30px;
	font-weight: bold;
}


/****************************************************
 Google
****************************************************/
.google_google_txt_ads {
	padding: 0px 0px 5px 8px;
	height: 18px;
	position: relative;
	overflow: hidden;	
}
.google_verticalbanner_lightbg { /* in location,group details */
	padding: 15px 0px 0px 8px;
	position: relative;
	clear: both;
	float: left;
}
google_leaderboard_lightbg, google_leaderboard_whitebg {
	padding: 0px 0px 10px 0px;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
}


/****************************************************
 Tag Cloud
****************************************************/
.tags {
	background: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
.tags a {
	text-decoration: none;
	background: transparent;
}
.tag1, .tag2, .tag3, .tag4, .tag5 {
	padding-right: 10px;
	line-height: 26px;
}
a.tag1 {
	font-size: 10px;
	color: #999999;
}
a.tag2 {
	font-size: 12px;
	color: #666666;
}
a.tag3 {
	font-size: 17px;
	color: #333333;
}
a.tag4 {
	font-size: 21px;
	color: #000000;
}
a.tag5 {
	font-size: 26px;
	color: #000000;
}
/*
.tags_noresults {
	font-weight: bold;
	position: relative;
	clear: both;
	text-align: center;
	top: 30px;
}
*/
.tag_item {
	background: transparent url(../img/icon_tag.gif) no-repeat 0px 1px;
	padding-left: 14px;
	padding-right: 5px;
}


/****************************************************
 Calendar
****************************************************/
#schedule_calendar, #schedule_hours {
	position: relative;
	height: 250px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#schedule_hours {
	height: auto;
	padding-bottom: 10px;
}
#schedule_calendar table .day, #schedule_calendar table .day_over, #schedule_calendar table .active, #schedule_calendar table .dayweekend, #schedule_calendar table .dayweekend_over, #schedule_calendar table .dayweekend_active {
	background: transparent url(../img/cal_day.gif) no-repeat -1px -1px;
	border-left: 1px solid #eae7cd;
	border-top: 1px solid #ffffff;
	width: 50px;
	height: 37px;
	cursor: pointer;
	color: #534b21;
	font-weight: bold;
	font-size: 10px;
	vertical-align: text-top;
}
#schedule_calendar table .day_over {
	background: transparent url(../img/cal_day_over.gif) no-repeat -1px -1px;
	color: #ffffff;
}
#schedule_calendar table .day.disabled {
	background: transparent url(../img/cal_day_disabled.gif) no-repeat -1px -1px;
	color: #988d5d;
	cursor: default;
}
#schedule_calendar table .dayweekend {
	background: transparent url(../img/cal_dayweekend.gif) no-repeat -1px -1px;
}
#schedule_calendar table .dayweekend_over {
	background: transparent url(../img/cal_dayweekend_over.gif) no-repeat -1px -1px;
	color: #ffffff;
}
#schedule_calendar table .dayweekend.disabled {
	background: transparent url(../img/cal_dayweekend_disabled.gif) no-repeat -1px -1px;
	color: #988d5d;
	cursor: default;
}
#schedule_calendar table .day_active, #schedule_calendar table .dayweekend_active {
	background: transparent url(../img/cal_day_active.gif) no-repeat -1px -1px;
	color: #ffffff;
	cursor: default;
}
#calendar_content {
	float: left;
	position: relative;
}
#selected_schedule_day .selected_days {
	position: relative;
	padding-top: 7px;
	clear: both;
}
.additems {
	background: transparent url(../img/icon_add.gif) no-repeat 0 0;
	padding-top: 2px;
	padding-left: 26px;
	height: 24px;
	cursor: pointer;
}
.schedule_friendslist {
	width: 225px;
	border: 1px solid #666666;
	overflow: auto;
	height: 300px;
	overflow-x: hidden;
}
#div_selected_schedule_location.content_subpart {
	height: 75px;
	padding-bottom: 0px;
}
#selected_schedule_location_img {
	height: 40px;
	padding-left: 29px;
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/map_icon_location.png');
	float: left;
	margin-left: 14px;
}
html > body #selected_schedule_location_img {
	background: transparent url(../img/map_icon_location.png) no-repeat 0 0;
}
* html #selected_schedule_location_img { margin-left: 7px; } /* For IE 6 PC */

/****************************************************
 rightbar, Box
****************************************************/
.box_headline, .titlebar {
	background: transparent url(../img/bg_boxtop_repx.gif) repeat-x 0 0;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	height: 26px;
	color: #534b21;
	font-weight: bold;
	font-size: 13px;
	padding-left: 6px;
	margin-left: 1px;
	line-height: 26px;
	overflow: hidden;
	border-right: 1px solid #ffffff;
}
.box_headline.topline {
	border-top: 1px solid #f4efe1;
}
#rightbar .box_headline {
	margin-right: 0;
	border-right: none;
	border-left: 1px solid #eae7cd;
}
#leftbar .box_content {
	padding: 8px 0px 8px 8px;
	margin-left: 1px;
}
#rightbar .box_content {
	padding: 8px 0px 8px 0px;
}
#leftbar #listofmembers {
	padding-top: 8px;
	float: left;
	width: 178px;
}
#leftbar .box_content.nopadding {
	padding: 0px 0px 8px 0px;
}
.ljpool_member_nav {
	background: transparent url(../img/ljpool_members.gif) no-repeat 0 0;
	width: 141px;
	height: 23px;
	margin-left: 9px;
	margin-top: 10px;
}
.yd_promotion {
	font: "Courier New", Courier, monospace;
	width: 530px;
	color: #666666;
	height: 60px;
	font-size: 11px;
}

/************* Login *************/
.small_errormsg, .small_successfulmsg {
	padding: 3px 5px 0px 32px;
	background: url(../img/icon_warning_small.gif) no-repeat 10px 0;
	display: none;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -7px;
	float: left;
}
.small_successfulmsg {
	background: url(../img/icon_ok_small.gif) no-repeat 9px 3px;
}
.mypage_status, .mypage_statistics {
	padding-left: 21px;
	margin-bottom: 2px;
}
.mypage_status li, .mypage_statistics li {
	padding-left: 18px;
	padding-bottom: 5px;
}
.mypage_status .message, .mypage_statistics .message, .quickstatus .message {
	background: url(../img/icon_message.gif) no-repeat 0 4px;
}
.mypage_status .contacts, .mypage_statistics .contacts, .quickstatus .contacts  {
	background: url(../img/icon_contact.gif) no-repeat 1px 1px;
}
.mypage_status .schedule, .mypage_statistics .schedule, .quickstatus .schedule {
	background: url(../img/icon_calendar.gif) no-repeat 0px 3px;
}
.mypage_status .groups, .mypage_statistics .groups, .quickstatus .groups {
	background: url(../img/icon_message.gif) no-repeat 0px 3px;
}
.quickstatus .message, .quickstatus .contacts, .quickstatus .schedule, .quickstatus .groups {
	width: 20px;
	height: 15px;
	margin-top: 5px;
	float: left;
}
.mypage_statistics {
	padding-left: 0px;
	clear: both;
	overflow: hidden;
}
.mypage_statistics li {
	padding-bottom: 2px;
	padding-left: 18px;
}
#progress_bar {
	float: left;
	width:100px;
	height:10px;
	border:1px solid #e5a021;
	padding:0;
	margin:0;
	line-height: 0px;
	font-size: 1px;
	position:relative;
	background: url(../img/progress_bar.gif) repeat-x 0 0;
	margin-top: 2px;
}
#progress_bar div {
	background: url(../img/progress_bar_empty.gif) repeat-x 0 0;
	height: 10px;
	float: right;
	border-left: 1px solid #e5a021;
}
.mypage_birthdays {
	background: url(../img/icon_memberbirthday.gif) no-repeat 20px 0;
	min-height: 96px;
	padding-left: 130px;
	margin: 10px 0px 10px 0px;
}
* html .mypage_birthdays { height: 96px; } /* For IE 6 PC */

/****************************************************
 Table Ranking / Upload preview
****************************************************/
.uploadpreview td {
	padding-top: 20px;
	vertical-align: top;
	padding-left: 2px;
}
.ranking {
	padding-left: 8px;
}

/****************************************************
 Role: Moderator,...
****************************************************/
.role_3 {
	position: relative;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 5px;
	background: url(../img/icon_role_3.gif) no-repeat 0 0;
	padding-left: 20px;
}

/****************************************************
 Toolbar: Doing, Member online
****************************************************/
#member_doing input {
	border: none;
	background: none;
	min-width: 200px;
	*width: 200px;
	margin: 2px 0px 0px 5px;
	padding: 1px;
	*margin-top: 0px;
}
#member_doing {
	height: 20px;
	padding: 5px;
	border: 1px solid #bebb8e;
	position: absolute;
	background: #fff;
}
#member_doing .firstname {
	font-size: 12px;
	float: left;
	padding-top: 2px;
}
#member_doing .doing {
	float: left;
}
#member_online {
	display: none;
}
.member_online_background {
	height: 83px;
	width: 756px;
	z-index: 99;
	padding: 2px 5px 8px 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 27px;
	margin-left: 2px;
	background: transparent url(../img/bg_topHolder_online_repx.gif) repeat-x 0 0;
	position: absolute;
	color:#fff;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
    overflow:hidden;
}
#member_online .image_border {
	border: 1px solid #000;
	margin-right: 2px;
}
#member_online .image_border_over {
	margin-right: 2px;
}
#memberscroll {
	position:relative;
	overflow:hidden; 	
	width: 650px;
	height:132px;
	float:left;
	margin: 0px 5px 0px 5px;
}
#memberthumbs {
    width:20000em;   
	position:absolute; 
	clear:both;
}
#memberthumbs div.memberitems {
	float:left;
	margin: 4px;	
}
#member_online .image_border, #member_online .image_border_over {
	float: left;
}
/* prev, next buttons */
#member_online a.prev, #member_online a.next, #member_online a.empty {
	display:block;
	width:22px;
	height:42px;
	background-image:url(../img/icon_prev_header.gif);
	background-position:0px -43px;
	float:left;
	margin-top:23px;
	cursor:pointer;
}
#member_online a.prev, #member_online a.empty {
	margin-left: 20px;
}
#member_online a.empty {
	background-image: none;
}
/* disabled navigational button */
#member_online a.prev.disabled {
	background-image:url(../img/icon_prev_header.gif);
	background-position:0px 0px;
	cursor: default;
}
#member_online a.next.disabled {
	background-image:url(../img/icon_next_header.gif);
	background-position:0px 0px;
	cursor: default;
}
/* next button uses another background image */
#member_online a.next {
	background-image:url(../img/icon_next_header.gif);
	clear:right;	
}
#member_online .image_member_thumb {
	border: 1px solid #332f11;
}
#member_online .nofriendsonline {
	color: #706e5b;
	font-weight: bold;
	padding-top: 29px;
	width: 650px;
	text-align:center;
}
#member_online .member_online_chat {
	background:url(../img/icon_chat.gif) no-repeat 0px 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: left;
}

/****************************************************
 Forms
****************************************************/
input, textarea, select {
	background: #FFFFFF url(../img/bg_inputfield_repx.gif) repeat-x 0 0;
	border: 1px solid #332f11;
	padding: 0.3em;
	font: 12px/16px verdana, helvetica, arial, sans-serif;
	color: #000000;
}
.input_invisible, .input_invisible:focus {
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: 65px;
	background: none;
	border: none;
	font: 11px verdana, helvetica, arial, sans-serif;
}
select {
	padding: 0.2em;
}
.checkbox {
	border: none;
	background: none;
	vertical-align: middle;
}
.designcheckbox, .designcheckbox.selected {
	background: transparent url(../img/checkbox.gif) no-repeat 0 0;
	height: 18px;
	width: 18px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
	padding: 2px;
}
.designcheckbox.selected {
	background: transparent url(../img/checkbox_checked.gif) no-repeat 0 0;
}
.textarea_middle_3lines {
	width: 450px;
	height: 50px;
}
.textarea_shorter_5lines {
	width: 404px;
	height: 82px;
}
.textarea_shorter_8lines {
	width: 404px;
	height: 150px;
}
.textarea_middle_6lines {
	width: 450px;
	height: 100px;
}
.textarea_middle_11lines {
	width: 450px;
	height: 176px;
}
.textarea_long_13lines {
	width: 550px;
	height: 200px;
}
.input_lru {
	position: relative;
	left: -500px;
}

.input_longer {
	width: 404px;
}
.input_middle {
	width: 200px;
}
.input_shorter {
	width: 180px;
}
.input_short { /* show with Zip field */
	width: 144px;
}
.input_long {
	width: 450px;
}
.input_2digits {
	width: 18px;
}
.input_4digits {
	width: 36px;
}
.input_5digits {
	width: 43px;
}

.select_middle {
	width: 210px;
}

.select_long {
	width: 459px;
}
#membersearch_input .select_middle {
	width: 170px;
}
.input_sendfriends {
	width: 200px;
	margin-bottom: 5px;
}
.input_sendfriends_small {
	width: 70px;
	margin-bottom: 5px;
}
.clearinput {
	border: none;
	color: #FFFFFF;
	padding: 0px;
	height: 22px;
	cursor: pointer;
}
textarea:focus, input:focus {
	border: 1px solid #d77900;
}
span.button_input input:focus {
	border: none;
}
.container_buttons {
	width: 199px;
	float: right;
	margin-top: 2px;
	margin-right: -5px;
}
a.button_smart, a.button_smart_disabled, span.button_input, span.button_input_disabled,
a.button_smart_contact, a.button_smart_contact_disabled,
a.button_smart_chat, a.button_smart_chat_disabled,
a.button_smart_msg, a.button_smart_msg_disabled {
	background: transparent url(../img/bg_buttonsmart_2.gif) no-repeat scroll top right;
	float: left;
	height: 21px;
	padding-right: 7px;
	margin: 0px 4px 2px 0px;
	cursor: pointer;
	text-decoration: none;
}
a.button_smart span, a.button_smart_disabled span, span.button_input input, span.button_input_disabled input,
a.button_smart_contact span, a.button_smart_contact_disabled span,
a.button_smart_chat span, a.button_smart_chat_disabled span,
a.button_smart_msg span, a.button_smart_msg_disabled span {
	background: transparent url(../img/bg_buttonsmart_1.gif) no-repeat;
    display: block;
	line-height: 13px;
    padding: 4px 0px 4px 7px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
}
span.button_input input, span.button_input_disabled input {
	padding: 2px 0px 4px 7px;
}
a.button_smart_disabled, span.button_input_disabled,
a.button_smart_contact_disabled,
a.button_smart_chat_disabled,
a.button_smart_msg_disabled {
    background: transparent url(../img/bg_buttonsmart_disabled_2.gif) no-repeat scroll top right;
	cursor: default;
}
span.button_input_disabled input {
	cursor: default;
}
a.button_smart_disabled span, span.button_input_disabled input,
a.button_smart_contact_disabled span,
a.button_smart_chat_disabled span,
a.button_smart_msg_disabled span {
    background: transparent url(../img/bg_buttonsmart_disabled_1.gif) no-repeat;
	color: #a7a57f;
	cursor: default;
}


a.button_smart_notify, a.button_smart_notify_disabled {
	background: none;
	padding-right: 0px;
}
a.button_smart_notify_disabled {
	cursor: default;
}



/*
a.button_smart.msg span, a.button_smart.disabled.msg span {
	background: transparent url(../img/bg_buttonsmart_1_msg.gif) no-repeat;
	text-align: left;
	padding-left: 22px;
}
a.button_smart.msg.disabled span {
	background: transparent url(../img/bg_buttonsmart_disabled_1_msg.gif) no-repeat;
}
a.button_smart.contact span, a.button_smart.contact.disabled span {
	background: transparent url(../img/bg_buttonsmart_1_contact.gif) no-repeat;
	text-align: left;
	padding-left: 22px;
}
a.button_smart.contact.disabled span {
	background: transparent url(../img/bg_buttonsmart_disabled_1_contact.gif) no-repeat;
}
a.button_smart.chat span, a.button_smart.chat.disabled span {
	background: transparent url(../img/bg_buttonsmart_1_chat.gif) no-repeat;
	text-align: left;
	padding-left: 22px;
}
a.button_smart.chat.disabled span {
	background: transparent url(../img/bg_buttonsmart_disabled_1_chat.gif) no-repeat;
}
*/
a.button_smart_msg span, a.button_smart_msg_disabled span {
	background: transparent url(../img/bg_buttonsmart_1_msg.gif) no-repeat;
	text-align: left;
	padding-left: 22px;
}
a.button_smart_msg_disabled span {
	background: transparent url(../img/bg_buttonsmart_disabled_1_msg.gif) no-repeat;
}
a.button_smart_contact span, a.button_smart_contact_disabled span {
	background: transparent url(../img/bg_buttonsmart_1_contact.gif) no-repeat;
	text-align: left;
	padding-left: 22px;
}
a.button_smart_contact_disabled span {
	background: transparent url(../img/bg_buttonsmart_disabled_1_contact.gif) no-repeat;
}
a.button_smart_chat span, a.button_smart_chat_disabled span {
	background: transparent url(../img/bg_buttonsmart_1_chat.gif) no-repeat;
	text-align: left;
	padding-left: 22px;
}
a.button_smart_chat_disabled span {
	background: transparent url(../img/bg_buttonsmart_disabled_1_chat.gif) no-repeat;
}



.optionDeleteLeave {
	position: absolute;
	margin-bottom: 10px;
	bottom: 0px;
}
iframe {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
.radio {
	padding-top: 1px;
	position: relative;
	border: none;
	background: none;
}
.checkbox {
	border: none;
	background: none;
}


/* Submit buttons in dialogs */
.btn_dlg_position {
	position: absolute;
	margin-bottom: 0px;
	bottom: 10px;
}
.btn_dlg_position.right {
	float: right;
	margin-right: 12px;
	right: 0px;
}
.btn_dlg_position.right span {
	padding-left: 5px;
}
.message_history {
	background: #f9f9f2 url(../img/bg_bottomHolderSeparator_repx.gif) repeat-x 0 0;
	text-align: left;
	overflow: auto;
	border-bottom: 1px solid #eae7cd;
	height: 105px;
	margin-left: -8px;
	width: 431px;
	/*margin-bottom: 70px;*/
}
.message_history p {
	padding: 10px;
}


/****************************************************
 Messages
****************************************************/
.message_warning, .message_ok, .message_info {
	background: transparent url(../img/icon_warning.gif) no-repeat 15px 0px;
	min-height: 26px;
	line-height: 20px;
	padding-left: 50px;
	padding-top: 5px;
}
.message_ok {
	background: transparent url(../img/icon_ok.gif) no-repeat 15px 0px;
}
* html .message_ok { height: 26px; } /* For IE 6 PC */
.message_ok.leftaligned, .message_warning.leftaligned {
	background-position: 0px 0px;
	padding-left: 35px;
}
.message_info {
	background: transparent url(../img/icon_info.gif) no-repeat 15px 0px;
}
.message_warning.top, .message_ok.top, .message_info.top {
	background-position: 15px 15px;
	background-color: #f9f9f2;
	padding-top: 24px;
	margin-left: 0px;
	border-top: 1px solid #eae7cd;
}
.message_warning.top.line, .message_ok.top.line, .message_info.top.line {
	border-bottom: 1px solid #eae7cd;
}
.message_info.top {
	padding-top: 22px;
}
.message_warning.popup, .message_ok.popup, .message_info.popup {
	margin: 0;
	background-position: 0px 0px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: -10px;
	overflow: hidden;
}
#messages {
	padding-bottom: 10px;
	background: transparent url(../img/bg_h1_topline_repx.gif) repeat-x 0 0;
}
#messages .td_highlight, #scheduledetails .td_highlight { /* for messages */
	border-top: 1px solid #eae7cd;
	border-bottom: 1px solid #eae7cd;
	background: #f9f9f2;
}
#messages .td_no_hightlight, #scheduledetails .td_no_hightlight { /* for messages */
	border: none;
}
#messages .unread {
	font-weight: bold;
}
#messages .message_open, #messages .message_close {
	background: transparent url(../img/icon_messageopen.gif) no-repeat 0 0;
	padding-left: 16px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
}
#messages .message_close {
	background: transparent url(../img/icon_messageclose.gif) no-repeat 0 0;
}


/* for message center */
.message_type_1, .message_type_2, .message_type_3 {
	height: 16px;
	width: 16px;
	margin-top: 34px;
	margin-left: 10px;
}
.message_type_1 {
	background: transparent url(../img/icon_message.gif) no-repeat 0 0;
}
.message_type_2 {
	background: transparent url(../img/icon_message_read.gif) no-repeat 0 0;
}
.message_type_3 {
	background: transparent url(../img/icon_message_replied.gif) no-repeat 0 0;
}
.message_container {
	background: #f5f4e8;
	border-bottom: 1px solid #e9e7c9;
	width: 400px;
	margin-left: 7px;
	margin-bottom: 10px;
	padding: 1px 5px 5px 5px;
}
.message_container.discussion {
	width: 455px;
	margin-bottom: 15px;
}
.message_container.discussion.fullwidth {
	width: 635px;
}
.message_text {
	min-height: 20px;
}
.message_preview {
	display: block;
	min-height: inherit;
}
.td_message_container {
	background: transparent url(../img/bg_message_container.gif) no-repeat 0 11px;
}
.message_container.discussion .container_message {
	padding-top: 5px;
	padding-bottom: 5px;
}


/****************************************************
 File Upload
****************************************************/
#upload {
	position: relative;
	height: auto;
	width: 120px;
	overflow: hidden;
	width: 120px;
}
#upload .upload_file {
	margin: 0;
	padding: 0;	
	position: relative;
	overflow: hidden;
}
#upload .file {
	margin: 0;
	padding: 0;
	font-size: 2em;
	text-align: right;
	z-index: 2;
	-moz-opacity: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
	top: 0;
	right: 0;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}
#upload_preview {
	text-align: center;
	vertical-align: center;
	float: left;
}
#upload_image, .upload_image {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
.img_preview {
	position: relative;
	float: left;
	z-index: 4;
}
.loading {
	width: 220px;
	height: 220px;
	background: transparent url(../img/loading.gif) no-repeat 90px 80px;
}
.loading_horizontal {
	width: 220px;
	height: 19px;
	background: transparent url(../img/loading_horizontal.gif) no-repeat 0 0;
	top: 35px;
	left: 273px;
	position: absolute;
}
#location_name_check_result .txt_info.loading {
	width: 100px;
	height: 16px;
	background: transparent url(../img/loading.gif) no-repeat 5px 6px;
}
.loading_thumbsmall {
	width: 106px;
	height: 78px;
	background: #ffffff url(../img/loading.gif) no-repeat 50px 20px;
}
.loading_locatiomsmall {
	min-height: 40px;
	*height: 40px;
	background: transparent url(../img/loading.gif) no-repeat 50% 0;
}
.loading_bar {
	background: transparent url(../img/loading.gif) no-repeat 80px 8px;
	min-height: 20px;
	*height: 20px;
}
.loading_small {
	width: 16px;
	height: 16px;
	background: #FFFFFF url(../img/loading.gif) no-repeat 0 0;
}
#upload_indicator {
	float: right;
	width: 16px;
	height: 16px;
	margin-top: -20px;
	padding-right: 10px;
}


/****************************************************
 Schedule specific styles
****************************************************/
#typeahead_container {
	width: 207px;
	height: 139px;
	background: #ffffff url(../img/bg_inputfield_repx.gif) repeat-x 0 0;
	border: 1px solid #332f11;
	border-top: none;
}
#typeahead_result {
	position: relative;
	overflow: auto;
	height: 139px;
}
#typeahead_result .item {
	border-bottom: 1px solid #eae7cd;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	cursor: pointer;
	height: 18px;
	/* width: 100%; */
}
#typeahead_result .item.listselected {
	background: #d77900;
	color: #ffffff;
}
#scheduledetails .td_highlight {
	padding: 5px;
	background: #f9f9f2;
	position: relative;
	border: 1px solid #ffffff;
}
#scheduledetails .td_time {
	border: 1px solid #ffffff;
	padding: 5px;
	background: #f9f9f2;
	text-align: center;
}
#scheduledetails .td_votings {
	background: #f9f9f2;
	border: 1px solid #ffffff;
	text-align: center;
	empty-cells: show;
}
#scheduledetails .td_notselected {
	background: #e7e5c8;
}
#scheduledetails .td_selected {
	background: #769e00;
}
#scheduledetails .td_disabled {
	background: #f9f9f2 url(../img/icon_voting_noinfo.gif) no-repeat 50% 50%;
}
#scheduledetails .td_header {
	padding: 5px;
	background: #f9f9f2;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ffffff;
	border-top: none;
}
.scheduledetails_container {
	overflow-x: auto;
	overflow-y: hidden;
	width: 670px; /* +196 px  */ 
	background: #f9f9f2;
	float: left;
	border-right: 1px solid #ffffff;
	*overflow-x: scroll;
}

/****************************************************
 Group specific styles
****************************************************/
#group_text p { 
	padding-left:0;
}
.group_locked {
	float: right; 
	background:url(../img/icon_locked.gif) no-repeat 100% 3px;
	width: 14px;
	height: 20px;
}
.group_friends {
	float: right; 
	background:url(../img/icon_justfriends.gif) no-repeat 100% 4px;
	width: 14px;
	height: 20px;
}
.locked {
	background:url(../img/icon_locked.gif) no-repeat 0 0;
	padding-left: 14px;
}
.justfriends {
	background:url(../img/icon_justfriends.gif) no-repeat 0 0;
	padding-left: 14px;
}


/****************************************************
 Discussion
****************************************************/
#discussion {
	margin-top: 15px;
}
#discussion table td.dividertop {
	border-top: 1px solid #eae7cd;
}
#discussion table td.dividerbottom {
	border-bottom: 1px solid #eae7cd;
}
#discussion_popup {
	margin-left: -10px;
}
#discussion_popup.image_upload {
	border-top: 1px solid #eae7cd;
	border-bottom: 1px solid #eae7cd;
	padding: 10px;
	margin-top: -8px;
	background: #ffffff;
}


/****************************************************
 Chat / is online
****************************************************/
.status_online {
	position: relative;
	height: 18px;
	width: 66px;
	background: url(../img/icon_isonline.gif) no-repeat 0px 0px;
	position: absolute;
	margin-left: 8px;
	margin-top: -3px;
}
.status_online div {
	padding-left: 17px;
	padding-top: 1px;
}
.loading_chat {
	background-position: 50% 0%;
	background-color: transparent;
	width: 240px;
	height: 20px;
	padding-top: 20px;
	text-align: center;
}
#chat_notification.notifybox {
	display: none;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 82px;
	width: 300px;
	border: 3px solid #333333;
	background: #f9f9f2;
	padding: 5px;
}
#chat_content {
	background-color: #fff;
	border: 1px solid #bebb8e;
	padding: 0.5em;
	font: 12px/16px verdana, helvetica, arial, sans-serif;
	color: #000000;
	width: 400px;
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
	font-size: 11px;
}
#chat_content img {
	padding-top: 2px;
}
#chat_container {
	width: 412px;
}
.input_chat {
	width: 320px;
	float: left;
}
.chat_bgcolor_1, .chat_bgcolor_2 { /* blue */
	background-color: #d3ecff;
	height: 17px;
	float: left;
	width: 100%;
}
.chat_bgcolor_2 { /* orange */
	background-color: #fff1c7;
}
.chat_bgcolor_1_1, .chat_bgcolor_1_2 {
	float: left;
	padding-left: 4px;
	background: #fff1c7 url(../img/bg_chat_itemcolor_2_first.gif) no-repeat 0 0;
	height: 17px;
}
.chat_bgcolor_2_1, .chat_bgcolor_2_2 {
	float: right;
	padding-right: 14px;
	background: #fff1c7 url(../img/bg_chat_itemcolor_2_last.gif) no-repeat 100% 0;
	height: 17px;
}
.chat_bgcolor_1_1 {
	background: #d3ecff url(../img/bg_chat_itemcolor_1_first.gif) no-repeat 0 0;
}
.chat_bgcolor_2_1 {
	background: #d3ecff url(../img/bg_chat_itemcolor_1_last.gif) no-repeat 100% 0;
}
.chat_text {
	clear: both;
	padding: 0px 4px 4px 4px;
	line-height: 16px;
}


/****************************************************
 Shadowbox specific
****************************************************/
#sb-body, #sb-loading {
	background-color: #f9f9f2;
}
.testclass #sb-body, .testclass #sb-loading {
	background-color: red;
}

#sb-body {
	border: 2px solid #534b21;
	border-top: none;
}
#sb-title-inner, #sb-info-inner {
	font-family: "Lucida Grande","Trebuchet MS",verdana, helvetica, arial, sans-serif;
	line-height: 16px;
}
#sb-title {
	background: transparent url(../img/bg_dialogtop_repx.gif) repeat-x 0 0px;
	font-weight: normal;
	border: 2px solid #534b21;
	border-bottom: none;
}
#sb-title-inner {
	font-size: 15px;
	padding: 5px 0px 0px 5px;
	color: #534b21;
}
#sb-loading {
	background: transparent url(../img/loading.gif) no-repeat 10px 11px;
	text-align: left;
	padding-left: 30px;
}


/*
* My Page
*/
.pageattributes li {
	padding-top: 2px;
	margin-left: 8px;
}
* html .pageattributes li { width: 170px; } /* For IE 6 PC */
ul.pageattributes {
	margin-top: 16px;
}