/** 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: #ffffff;
	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:#e8e8e8;
	height:27px;
	font-weight: bold;
	border-bottom: 1px solid #BBBBBB;
	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;
}

.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 #CCC;
  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 #FF0000;
    color: #555;
	text-align: center;
	padding: 7px 8px 7px 7px;
	background: #FFF3F3;
    opacity: 1;
	filter: none;
    

}

/* AUTOCOMPLETER */


/* TEXT-ALIGN: left -> right */
.autocompleter_list {
	BORDER: #DDDDDD 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: #dddDDD 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:#FFEBE8 !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('http://static.deskdemon.com/images/dnet/images/icons/admin_activity16.gif') no-repeat;
  width: 16px;
  height: 16px;
}

DIV.apps_settings_titlediv {
  float: left;
}

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




/*** 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: #F0F0F0;
  border: 1px solid #A0A0A0;
  Xpadding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-image: url(http://static.deskdemon.com/images/dnet/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: #FFF;
  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('http://static.deskdemon.com/images/dnet/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;
}




/*** 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(http://static.deskdemon.com/images/dnet/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(http://static.deskdemon.com/images/dnet/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(http://static.deskdemon.com/images/dnet/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(http://static.deskdemon.com/images/dnet/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;
}
*/