/** Smooth ThickBoxEx **/

#TBEX_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TBEX_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TBEX_window a:link { color: #336699; text-decoration: none; }
#TBEX_window a:visited { color: #336699; text-decoration: none; }
#TBEX_window a:hover { color: #3399FF; text-decoration: underline; }
#TBEX_window a:active { color: #3399FF; text-decoration: underline; }
#TBEX_window a:focus { color: #336699; text-decoration: none; }

#TBEX_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
    width: 100%;
    height: 100%;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
	opacity: 0.6;
}

#TBEX_window {
	position: fixed;
	background: #464046;
	z-index: 102;
	color:#000000;
	border: 4px solid #525252;
	text-align:left;
    top: 50%;
    left: 50%;
}

#TBEX_window img {
/*
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
*/
}

#TBEX_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TBEX_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TBEX_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TBEX_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TBEX_title{
	background-color:#464046;
	height:27px;
	font-weight: bold;
	border-bottom: 1px solid #404040;
	font-size: 9pt;
	font-family: tahoma, arial, serif;
}

#TBEX_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TBEX_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TBEX_load{
	position: fixed;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px; /* -height/2 0 0 -width/2 */
}

#TBEX_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TBEX_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* "FIX" FOR td.content alignment */
/*
.body {
  text-align: left;
}
*/

/* FIXES FOR NATIVE BOXES MARGINS */

/* Native - Comments */
#Xcore_15 {
  margin-bottom: 10px;
}

/* Native - Recent News */
#Xcore_20 {
  margin-bottom: 10px;
}

/* Native - Notifications */
#Xcore_17 {
  margin-bottom: 10px;
}

/* Native - My Status */
#Xcore_19 {
  margin-bottom: 10px;
}

.apps_layout_list DIV.apps_settings, .app_profiledragdrop_flyingbox DIV.apps_settings {
  visibility: collapse;
  display: none;
}

.apps_layout_list .semods_appbox {
  margin-right: 10px;
}

.apps_layout_list td.header {
	position: static;
	background: #EEE;
}

.app_profiledragdrop_flyingbox {
  position: absolute;
  Xborder: 1px dotted #CCC;
  background-color: white;
  Xfont-weight: bold;
  cursor: move;
  overflow: hidden;
  opacity: 0.5;
  Xz-index: 100;
  top: -999px;
  left: -999px;
  text-align: left;     /* this should be taken from box, "text-align" is inherited from td.content */
/*   filter: alpha(opacity=50); */ /* IE */
  z-index: 2;	/* added to overlay comments feed div */

}

.app_profiledragdrop_droptarget {
  border: 2px dotted #404040;
  background-color: white;
  margin-bottom: 10px;
  width: 100%;
}


.apps_profiledragdrop_warningbox {
    position: absolute;
    background-color: red;
    left: 0;
    top: 0;
    z-index: 10;

	font-weight: bold;
	border: 1px solid #404040;
    color: #555;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
    opacity: 1;
	filter: none;


}

/* AUTOCOMPLETER */


/* TEXT-ALIGN: left -> right */
.autocompleter_list {
	BORDER: #404040 1px solid;
	MARGIN-TOP: -1px;
	FONT-SIZE: 11px;
	Z-INDEX: 2;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	OVERFLOW: hidden;
	POSITION: absolute;
	direction: ltr;
	TEXT-ALIGN: left;
}

/*
 	 added direction, text-align
.autocompleter_message {
	direction: rtl;
}
*/
.autocompleter_list .autocompleter_suggestion {
	PADDING: 3px;
	BORDER-TOP: #404040 1px solid;
}
.autocompleter_list .autocompleter_message {
	PADDING: 3px;
	BORDER-TOP: #ddd 1px solid;
}
.autocompleter_list .autocompleter_suggestion {
	BACKGROUND: #fff;
	FILTER: alpha(opacity=94);
	WIDTH: 100%;
	CURSOR: default;
	opacity: 0.94;
}
.autocompleter_list .autocompleter_suggestion EM {
	FONT-WEIGHT: bold;
	XBACKGROUND: #F5F5F5;
	BACKGROUND: #E7E7E7;
	FONT-STYLE: normal;
	COLOR: #3399FF;
}

.autocompleter_list .autocompleter_suggestion DIV {
	COLOR: #336699;
	text-align: left;
}

.autocompleter_list .autocompleter_suggestion SMALL {
	PADDING-LEFT: 5px;
	COLOR: #336699;
}
.autocompleter_list .autocompleter_selected {
	BACKGROUND: #E7E7E7;
	FILTER: alpha(opacity=100);
	COLOR: #3399FF;
	opacity: 1;
}
.autocompleter_list .autocompleter_selected EM {
	XBACKGROUND: #5670a6;
	BACKGROUND: #E7E7E7;
}
.autocompleter_list .autocompleter_message {
	BACKGROUND: #eee; COLOR: #333;
}
.autocompleter_found {
	BACKGROUND: #e1e9f6 !important;
}
.autocompleter_placeholder {
	COLOR: #777 !important;
}
.autocompleter_iframe {
	Z-INDEX: 1; FILTER: alpha(opacity=0); LEFT: 0px; POSITION: absolute; TOP: 0px;
}





/* CLEARFIX */

.clearfix:unknown {
	clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
    content: "."
}

/* added clearfix:after for firefox to enclose floating divs */
/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    clear: both;
	visibility: hidden;
	height: 0px;
	content: "."
}

/* changed to hide from IE */
/* should be moved to ie6.css / ie7.css ? */
/* http://www.positioniseverything.net/easyclearing.html */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* original style */
/*
* HTML .clearfix {
	HEIGHT: 1%
}
*/

.clearfix {
	display: block
}





.apps_errmsg {
  background:#464046 !important;
  border:1px solid #DD3C10 !important;
  padding:5px;
  margin:5px;
}


.apps_activetab A {
  border-right: 0px !important;
}

.apps_inactivetab A {
  Xborder-right: 1px solid #AAA;
}

.apps_tabsetting A {
  border-right: 1px solid #AAA !important;
}

DIV.apps_settings {
  float: right;
  cursor: pointer;
  background: url('../images/icons/apps_settings16.png') no-repeat;
  width: 16px;
  height: 16px;
}

DIV.apps_settings_titlediv {
  float: left;
}

DIV.apps_settingsbox1 {
  border: 1px solid #AAA;
}


.apps_icon {
  float:left;
  padding-right: 5px;
  width: 16px;
  height: 16px;
}

/*** PAGINATOR ***/
A.paginator_disabled {
  color: #AAA;
  text-decoration: none;
  cursor: auto;
}




/*** PAGE EDITOR ***/

.page_editor_header {
  color: #DDD;
  font-size: 8pt;
  padding: 5px;
}

.apps_pipe {
  color: #DDD;
  padding: 0px 2px 0px 2px;
}

#pageeditor_wrapper {
  width: 100%;
  height: 25px;
  position: fixed;
  top: 0px;
  left: 0px;
  text-align: left;
}

#pageeditor_topbar {
  background: #404040;
  border: 1px solid #A0A0A0;
  Xpadding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(../images/chat_bg.gif);
  background-repeat: repeat-x;

}

.pageeditor_button {
  Xcolor: #000;
  border-right: 1px solid #A0A0A0;
  float: left;
  padding: 5px 6px;
  cursor: pointer;
}

.pageeditor_button_active {
  background: #464046;
  border-right: 1px solid #A0A0A0;
  border-bottom: 0px;
  float: left;
  padding: 5px 6px;
}

.pageeditor_layoutmenu {
  Xwidth: 100%;
  Xheight: 25px;
  margin-top: 1px;
  position: fixed;
  top: 25px;
  left: 5px;
  text-align: left;
}






div.ymenu_item {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  background: none;
}

Xa.ymenu_item:link { color: #3c718f; text-decoration: none; }
Xa.ymenu_item:visited { color: #3c718f; text-decoration: none; }

a.ymenu_item:link { color: #FFF; text-decoration: none; }
a.ymenu_item:visited { color: #FFF; text-decoration: none; }
a.ymenu_item:hover { color: #FFF; text-decoration: underline; }
Xa.ymenu_item:hover { color: #60b1df; text-decoration: underline; }

a.ymenu_item_selected:link { color: #3c718f; text-decoration: none; }
a.ymenu_item_selected:visited { color: #3c718f; text-decoration: none; }
a.ymenu_item_selected:hover { color: #60b1df; text-decoration: underline; }

div.ymenu_item_dropdown a {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	Xborder-left: 3px solid #DDDDDD;
	display: block;
	background: #FFFFFF;
}

div.ymenu_item_dropdown a:hover {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	background: #F2F2F2;
	Xborder-left: 3px solid #BBBBBB;
	text-decoration: none;
	display: block;
}

div.ymenu_dropdown {
	Xborder: 1px solid #CCCCCC;
	border: 1px solid #A0A0A0;
	border-top: none;
	background: #FFFFFF;
	position: absolute;
	Xmargin-top: 6px;
	Xmargin-left: -20px;
	z-index: 101;
	Xwidth: auto;
	Xwhite-space: nowrap;
}

div.ymenu_dropdown {
	Xborder: 1px solid #CCCCCC;
	border: 1px solid #A0A0A0;
	border-top: none;
	background: #FFFFFF;
	position: absolute;
	Xmargin-top: 6px;
	Xmargin-left: -20px;
	z-index: 101;
	width: auto;
	white-space: nowrap;
}

img.img_layout_over {
  border: #8BD5FE 2px solid !important;
}

.layout_selected IMG {
  border: #60b1df 2px solid;
}

.layout_unselected IMG {
  border: #FFF 2px solid;
}

div.apps_design_header {
  background-image: url('../images/header.gif');
  background-repeat: repeat-x;
  Xbackground-color: #F6F6F6;
  padding: 4px 5px 5px 6px;
  border: 1px solid #DDD;
  Xborder-bottom: 0px;
  Xborder-bottom: 1px dashed #A3A3A3;
  font-weight: bold;
}

TABLE.apps_pageeditor_designtable {
  border: 1x dashed #DDD;
}

.apps_pageeditor_designtable .apps_container_td {
  border: 1px dashed #BBB;
  padding: 4px;
  background: #FBF5D2;
  height: 400px;  /* emulate min height on page layout table */
  padding: 5px;
}

.apps_pageeditor_designtable .apps_container_td_small {
  border: 1px dashed #BBB;
  padding: 4px;
  background: #FBF5D2;
  height: 50px;  /* emulate min height on page layout table */
  padding: 5px;
}

.apps_pageeditor_designtable .apps_container_td  .semods_container {
  min-height: 400px;
}

.apps_pageeditor_designtable .apps_container_td_small .semods_container  {
  min-height: 50px;
}

.apps_pageeditor_designtable .semods_container {
  min-height: 100px;
}


.apps_layout_stripe {
    vertical-align: top;
}


/*** TOP BAR MORE MENU ***/
.apps_menu_main_more A {
  border-left: 0px !important;
  font-weight: bold !important;
}

.apps_menu_main_more {
  margin: 0px !important;
}

.apps_menu_main_more .top_menu_link_container {
  border-left: 0px !important;
}


/*** FIX FOR MISSING MIDDLE COLUMN ***/

td.home_middle {
  vertical-align: top;
  Xtext-align: left;
  padding-right: 10px;
}


/*** MISSING STYLES IN V3 FROM V2***/

td.profile_friend {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}


/*** BLOCKS SPACER FIX ***/
.semods_container table.portal_table {
    margin-bottom: 0px;
}

.semods_container div.portal_spacer {
  display: none;
}


DIV.semods_appbox {
  margin-bottom: 10px;
}


/*** CUSTOM TABS ***/

.apps_tab1_wrapper_table, .profile_tab_wrapper_table {
  border-left:1px solid #AAA;
}

td.apps_tab1 a {
	background-color: #EEEEEE;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	font-weight: bold;
	display: block;
}
td.apps_tab1 a:hover {
	background-color: #F4F4F4;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
    font-weight: bold;
	display: block;
}
td.apps_tab12 a {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	border-bottom: none;
	font-weight: bold;
	display: block;
}
td.apps_tab12 a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	border-bottom: none;
	font-weight: bold;
	display: block;
}
td.apps_tab1_end {
	border-bottom: 1px solid #AAAAAA;
}

/** DEBUG **/
/*
DIV.semods_appbox {
  border: 1px solid red;
}
*/

/** DEBUG **/
/*
.home_middle, .home_left, .home_right {
  border: 1px solid red;
}

.semods_container {
  border: 1px solid green;
}

.semods_appbox {
  border: 1px solid yellow;
}
*/


/* PAGE EDITOR 2 */


#apps_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#apps_load{
	position: fixed;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px; /* -height/2 0 0 -width/2 */
}

#pageeditor2_wrapper {
	width: 704px;
	z-index: 1000;
	position: fixed;
	background-color: #F6F6F6;
	border: 4px solid #525252;
}

#pageeditor2_wrapper_iframe {
	width: 704px;
	position: fixed;
    background: #FFF;
    border: none;
}

.pageeditor2_appslist .semods_appbox {
	float: left;
	padding-right: 10px;
	width: 200px;
	min-height: 100px;	/* CHECK */
}

DIV.ymenu_item_dropdown A.pageeditor2_button_active {
  background: #F6F6F6;
  font-weight: bold;
}


.pageeditor2_appadder {
	display: none;
}

.pageeditor2_appslist .pageeditor2_appadder {
	display: block;
}


/* FLAT PROPERTIES */

DIV.apps_box_close {
  float: right;
  cursor: pointer;
  background: url('../images/icons/apps_close.gif') no-repeat;
  width: 16px;
  height: 16px;
}

DIV.apps_box_edit {
  float: right;
  cursor: pointer;
  Xbackground: url('../images/icons/apps_editbox16.png') no-repeat;
  Xwidth: 22px;
  height: 16px;
  padding-right: 3px;
  padding-left: 3px;
}

.apps_layout_list DIV.apps_box_edit, .apps_layout_list DIV.apps_box_close, .app_profiledragdrop_flyingbox DIV.apps_box_edit, .app_profiledragdrop_flyingbox DIV.apps_box_close {
  visibility: collapse;
  display: none;
}



/* THEME */

div.smenu_item {
  float: left;
  padding-right: 10px;
  font-weight: bold;
  background: none;
}

a.smenu_item:link { color: #AAAAAA; text-decoration: none; }
a.smenu_item:visited { color: #AAAAAA; text-decoration: none; }
a.smenu_item:hover { color: #AAAAAA; text-decoration: underline; }

a.smenu_item_selected:link { color: #3c718f; text-decoration: none; }
a.smenu_item_selected:visited { color: #3c718f; text-decoration: none; }
a.smenu_item_selected:hover { color: #60b1df; text-decoration: underline; }

div.smenu_item_dropdown a {
	padding: 3px 3px 5px 7px;
	font-weight: normal;
	Xborder-left: 3px solid #DDDDDD;
	display: block;
	background: #FFFFFF;
}

div.smenu_item_dropdown a:hover {
	padding: 3px 3px 5px 7px;
	font-weight: normal;
	background: #F2F2F2;
	Xborder-left: 3px solid #BBBBBB;
	text-decoration: none;
	display: block;
}

div.smenu_dropdown {
	Xborder: 1px solid #CCCCCC;
	border: 1px solid #A0A0A0;
	border-top: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 101;
}

div.smenu_dropdown {
	border: 1px solid #A0A0A0;
	border-top: none;
	background: #FFFFFF;
	position: absolute;
	Xmargin-top: 6px;
	Xmargin-left: -20px;
	z-index: 101;
	width: auto;
	white-space: nowrap;
}

img.img_style_over {
  border: #8BD5FE 2px solid !important;
}

.style_selected IMG {
  border: #60b1df 2px solid;
  padding: 5px;
}

.style_unselected IMG {
  border: #FFF 2px solid;
  padding: 5px;
}

.pageeditor2_style_tabs {
    padding: 0px;
    margin: 0px;
}

.pageeditor2_style_tabs li {
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    float: left;
    margin-left: 5px;
}

.pageeditor2_style_tabs li A {
    white-space: nowrap;
    border: 1px solid #EEE;
    display: block;
    padding: 4px 6px;
}

.pageeditor2_style_tabs li A:hover {
	background: #F2F2F2;
	text-decoration: none;
}

.pageeditor2_style_tabs .active_style_tab {
  background: #F6F6F6;
  font-weight: bold;
}

#pageeditor2_style_custom_showroom {
    padding: 5px
}

#pageeditor2_style_custom_showroom textarea {
    background-color: #FFF;
    color: #333;
    padding: 0px 0px 0px 2px;
}

#pageeditmenu2_header h3 {
    color: #555;
}

.pageeditor2_appslist .semods_appbox {
    position: static;
}

/*** RSS FEED READER ***/


#rss_feed_reader_wrapper {
    width: 704px;
    z-index: 1; /* all the user menu items show be displayed */
    position: fixed;
    background-color: #F6F6F6;
    border: 4px solid #525252;
    margin: 5px;
}

#rss_feed_reader_wrapper_iframe {
    width: 704px;
    position: fixed;
    background-color: #FFF;
    Xborder: 4px solid #FFF;
    Xmargin: 5px;
    border: none;
}

#rss_feed_reader_headlines {
    border: 1px solid #CECECE;
    overflow: auto;
    overflow-x: hidden;
    margin-left: 10px;
    background: #FFF;
}

#rss_feed_reader_title {
    margin: 0px;
    position: absolute;
    top: 10px;
    left: 230px;
}

div.rss_feed_reader_header {
   padding: 10px;
   text-align: left;
   height: 30px;
}

.rss_feed_reader_header h3 {
    font-size: 1.1em;
    line-height: normal;
}

#rss_feed_reader_title_link {
    padding-bottom: 1px;
    border-bottom: 1px solid #DDD;
}

div.rss_feed_reader_content_title_date_wrap {
    padding-top: 10px;
    padding-bottom: 10px
}

#rss_feed_reader_content {
    border: 1px solid #CECECE;
    overflow: auto;
    margin-right: 10px;
    text-align: left;
    background: #FFF;
}

#rss_feed_reader_content_inline {
    Xpadding: 5px;
}

.rss_feed_reader_content_title {
    padding: 10px 0px 10px 20px;
}

.rss_feed_reader_content_title h2 {
    padding: 0px;
    margin: 0px;
    line-height: normal;
}

.rss_feed_reader_content_title h2 A {
    border-bottom: 1px solid #DDD;
}

#rss_feed_reader_content_content {
    padding-left: 20px;
}


#rss_feed_reader_content_content img {
    margin: 3px 6px;
}

DIV.rss_feed_reader_headline {
    text-align: left;
}

DIV.rss_feed_reader_headline A {
    padding:3px 24px 3px 10px;
    border-bottom: 1px solid #F6F6F6;
    display: block;
}

DIV.rss_feed_reader_headline A:hover {
	background: #F2F2F2;
	text-decoration: none;
}

DIV.rss_feed_reader_button {
    border-color: #FFF #CCC #CCC #FFF;
    border-style:solid;
    border-width: 1px;
    padding: 1px 5px;
    cursor: pointer;
}

DIV.rss_feed_reader_button_readall {
    float: left;
}

DIV.rss_feed_reader_button_unreadall {
    float: left;
    margin-left: 2px;
}

DIV.rss_feed_reader_button_contentviewswitch {
    float: right;
    margin-right: 10px;
}

.rss_feed_reader_headline_selected A {
	background: #F2F2F2;
	text-decoration: none;
}


.rss_feed_reader_headline_unread A {
    font-weight: bold;
}

.rss_feed_reader_headline_read A {
    font-weight: normal;
}

#rss_feed_reader_content_iframe {
    border: none;
    background: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
}

#rss_feed_reader_ads {
    Xheight: 100px;
}


/*** MISC ***/

div.wbx-gw-wrapper {
  display:none !important;
}

#wbx-gw-button-wrapper-0, #wbx-ad-wrapper-0 {
  display:none !important;
}

#wbx-gw-button-0 {
  display:none !important;
}
