

#j_dim_screen, #global_blocker {
	background: #fff;
	bottom: 0;
	filter: alpha(opacity=80);
	left: 0;
	opacity: 0.8;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1999;
}

#j_popup {
	left: -1000px;
	position: absolute;
	top: 0;
	z-index: 2000;
}

#j_popup_top {
	background: url(../img/box_new_popup_top_2.gif) top left repeat-x;
	cursor: move;
	height: 13px;
	margin-left: 2px;
	position: relative;
	width: 414px;
}

#j_popup_top div {
	float: left;
	margin-top: 7px;
	line-height: 0;
	font-size: 0;
}

#j_popup_top_left {
	background: url(../img/box_shadow_top_new_2.gif) left top no-repeat;
	height: 19px;
	left: -2px;
	position: absolute; 
	top: -12px;
	width: 418px;
}

#j_popup_top_middle {
	background: white;
	height: 6px;
	left: 3px;
	position: relative;
	width: 408px;
}

#j_popup_top_right {
	position: absolute;
	width: 3px;
}

#j_popup_top_line {
	position: absolute;
	height:13px;
	top: -7px;
	width: 200px;
	background: url(../img/box_new_popup_top_2.gif) right top no-repeat;
}

#j_popup_bottom_right_line {
	position: absolute;
	height:13px;
	top: 6px;
	width: 200px;
	background: url(../img/box_new_popup_bottom_2.gif) right top no-repeat;
}

#j_popup_body {
	clear: left;
}

#j_popup_body_shadow_left {
	background: #ddd;
	filter: alpha(opacity=50);
	float: left;
	height: 300px;
	height: auto;
	opacity: 0.5;
	width: 5px;
}

#j_popup_body_main {
	background: #efefef url(../img/box_new_popup_bg.gif) top left repeat-x;
	border-left: 1px solid #a6d2ea;
	border-right: 1px solid #a6d2ea;
	float: left;
	height: 300px;
	width: 355px;
}

#j_popup_title {
	background: #fff;
	cursor: move;
	min-height: 30px;
}

#j_popup_title_text {
	background: url(../img/popup_ico_default.gif) 0 center no-repeat;
	float: left;
	font-size: 18px;
	line-height: 30px;
	margin-left: 10px;
	padding-left: 30px;
	margin-top:-4px;
	position:relative;
}

#j_popup_title_help {
	border-bottom: 1px dotted #bbb;
	color: #bbb;
	float: right;
	font-size: 12px;
	margin-right: 9px;
	text-decoration: none;
}

ul#j_popup_tabs {
	font-size: 13px;
	padding: 0 0 4px 12px;
	margin: 8px 0 0 0;
	background-color: #FFF;
	border-bottom: 1px solid #d5eaf4;
	cursor: default;
}

li.j_popup_tab {
	list-style: none;
	margin: 0;
	display: inline;
	margin-right:4px;
}

li.j_popup_tab a
{
	padding: 4px 0.5em;
	border: 1px solid #D5EAF4;
	border-bottom: #D5EAF4;
	background: #FFF;
	text-decoration: none;
}

li.j_popup_tab a:hover
{
	color: #000;
	background: #F4F4F4;
}

ul#j_popup_tabs li.selected a
{
	background: #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	color: #333;
}

li.j_popup_tab img
{
	padding-right: 3px;
}



#j_popup_body_contents {
	color: #333;
	font-size: 12px;
	margin: 10px 16px 0;
}

#j_popup_body_contents form
{
	margin: 0;
}

#j_popup_body_shadow_right {
	background: #ddd;
	filter: alpha(opacity=50);
	float: left;
	height: 300px;
	height: auto;
	opacity: 0.5;
	width: 5px;
}

#j_popup_bottom {
	background: url(../img/box_new_popup_bottom_2.gif) bottom left repeat-x;
	clear: left;
	font-size: 0;
	height: 14px;
	line-height: 0;
	width: 414px;
	margin-left: 2px;
	position: relative;
}

#j_popup_bottom div {
	float: left;
}

#j_popup_bottom_left {
	background: url(../img/box_shadow_bottom_new_2.gif) left top no-repeat;
	height: 19px;
	left: -2px;
	position: absolute;
	top: 0;
	width: 418px;
}

#j_popup_bottom_middle {
	background: #EFEFEF;
	height: 6px;
	left: 3px;
	position: relative;
	width: 408px;
}

#j_popup_bottom_right {
	position: absolute;
	width: 3px;
	top:8px;
}

#j_popup div.field_group {
	margin-bottom: 6px;
	margin-top: 6px;
}

#j_popup div.left_indent {
	margin-left:20px;
}

#j_popup a.small_link, #j_popup a.small_link:hover, #j_popup a.small_link:visited {
	font-size: 11px;
	font-weight: normal;
	color: #226591;
}

#j_popup input, #j_popup textarea, #j_popup button {
	border: 1px solid #ddd;
	color: #000;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 6px;
	width: 350px;
}

#j_popup .popup_checkbox
{
	border: none;
}

#j_popup .buttons_container
{
	width: 360px;
	overflow: hidden;
}

#j_popup textarea, #j_popup input {
	font-size: 13px;
}

#j_popup button.button {
	background: transparent;
	border: 0;
	color: #000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px 3px 0;
	overflow: visible;
	padding: 0;
	padding-left: 0;
	padding-right: 4px;
	text-align: center;
	white-space: nowrap;
	width: auto;
}

#j_popup button.button span {
	background: url(../img/new_button.png) top left no-repeat;
	display: block;
	height: 28px;
	margin-left: -3px; /*@TODO this is a workaround to counter a 3px offset that I could not understand : it breaks IE6 */
	line-height: 27px;
	padding-left: 15px;
	padding-right: 0;
	position: relative;
}
* html #j_popup button.button span {margin-left: 0}
*:first-child+html #j_popup button.button span {margin-left: 0}

#j_popup button.button span span {
	background: url(../img/new_button.png) top right no-repeat;
	margin: 0;
	margin-right: -4px;
	padding-left: 0;
	padding-right: 15px;
}

#j_popup button.button_hover, 
#j_popup button.hover 
{
	color: #fff;
}

#j_popup button.button_hover span, 
#j_popup button.hover span 
{
	background: url(../img/new_button.png) left -28px no-repeat;
}

#j_popup button.button_hover span span, 
#j_popup button.hover span span
{
	background: url(../img/new_button.png) right -28px no-repeat;
}

#j_popup div.line_item {
	margin-bottom: 4px;
}

#j_popup strong.label, #j_popup label, #popup_box_wrapper strong.label {
	line-height: 25px;
}

#j_popup .field_group label {
	margin-bottom: 10px;
}

#j_popup div.same_line strong {
	float: left;
	width: 110px;
}

#j_popup div.two_column div.same_line strong {
	width: 60px;
}

#j_popup div.two_column div.same_line {
	height: 40px;
}

#j_popup div.align_right_with_spacing div.two_column_right div.same_line
{
	float: right;
	margin-right: 25px;
}

#j_popup div.same_line select
{
	position: relative;
	top: 3px;
}

#j_popup div.same_line input {
	width: 160px;
}

#j_popup div.two_column div.same_line input {
	width: 80px;
}

#j_popup div.two_column div.color_picker input {
	width: 68px;
	margin-bottom: 5px;
}

#j_popup div.two_column 
{
	width: 185px;
}

#j_popup div.two_column_left, div.two_column_right
{
	float: left;
}
	
#j_popup_table {
	border-collapse: collapse;
}

#j_popup_table td {
	float: none;
	padding: 0;
}

a.popup_input_button {
	height: 24px;
	line-height: 24px;
	padding: 4px 8px;
	margin-left: 7px;
	background-color: #2677ac;
	border: solid #1d5881 1px;
	color: #fff;
	font-weight: bold;
}

a.bookmark_preview_button:hover {
	color: #fff;
}

/*
 * Classes for popup controls
 */
 
div.datepicker img {
	border: 0;
	cursor: pointer;
	float: left;
}

#j_popup div.datepicker input {
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

div.datepicker img.delete_date {
	padding-left: 9px;
	padding-top: 9px;
}

#j_popup #folder_tree {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	display: none;
	height: 300px;
	overflow: auto;
	position: absolute;
	width: 200px;
	z-index: 3000;
}

div.collab_dropdown select {
	border: 1px solid #DDDDDD;
	color: #808080;
	width: 310px;
}

#j_popup a.link_to_folder
{
	color: #2E91D0;
	background: url(../img/box_underline_2E91D0_dotted.gif) bottom repeat-x;
}

#j_popup a.link_to_folder:hover
{
	background: url(../img/box_underline_2E91D0_solid.gif) bottom repeat-x;
}

#j_popup span.comment
{
	color: #777777;
	font-size: 11px;
	text-align: center;
}

/* see new_task.js*/
.task_collab_invite_comment 
{
	background: url(../img/popups/new_folder/invite.gif) no-repeat 4px 4px;
}

.task_collab_invite_comment span
{
	line-height: 20px;
	padding-left: 25px;
}

/*
 *
 */
.popup_links a, span.popup_pseudo_link
{
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
}

.preview_link
{
	padding: 0 20px 0 0;
	margin: 8px 10px 0 0;
	background: url(../img/popup_new_window.gif) no-repeat top right;
}

.preview_embed_container
{
	margin-top: 5px;
	margin-left: 5px;
}

.popup_comment
{
	color: #999;
	font-size: 10px;
	display: block;
}

.popup_span_link
{
	cursor: pointer;
}

.edit_popup_folder_info
{
	color: #666666;
	margin-top:-5px;
}

.preview_count
{
	margin-bottom: 10px;
	background: url(../img/popups/download_stats_icons.gif) no-repeat 0 0;
}

.access_stats_time_zone
{
	margin-top: 7px; 
	color: #666;
	text-align: center;
}

.download_count
{
		background: url(../img/popups/download_stats_icons.gif) no-repeat 0 -24px;
}

.download_preview_count
{
	color: #000000;
	margin-left: 15px;
	padding-left: 36px;
}

span.excluding_owner
{
	color: #666666;
	margin-right: 110px;
	float: right;
}

#j_popup a:hover, /* @TODO alright? */
.popup_links a:hover
{
	text-decoration: underline;
}

#j_popup .popup_links a.new_window
{
	float: right;
}

#j_popup .popup_links .clearer
{
/*	padding-top: 5px; */
}

#j_popup .popup_links .new_window img
{
	height: 11px;
	padding: 7px 6px 5px 5px;
	width: 11px;
}


/* Classes to deal with making url input field as long as possible while leaving room for the available options. */
#j_popup .popup_shared_link_section input
{
	width: 356px;
	float: left;
	border-style: solid none solid solid;
}

#j_popup .popup_shared_link_section input.with_view_link
{
	width: 334px;	
}

#j_popup .popup_shared_link_section input.with_view_link.with_arrow,
#j_popup .popup_shared_link_section input.with_view_link.with_rss
{
	width: 312px;
}

#j_popup .popup_shared_link_section input.with_view_link.with_arrow.with_status_icon,
#j_popup .popup_shared_link_section input.with_view_link.with_arrow.with_rss
{
	width: 290px;
}

#j_popup .popup_shared_link_section input.with_view_link.with_arrow.with_status_icon.with_rss
{
	width: 268px;
}

#j_popup_dropdown
{
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	display: none;
	overflow: none;
	position: absolute;
	/*width: 200px;*/
	z-index: 3000;
}

#j_popup_dropdown a
{
	display: block;
	color: #000000;
	padding: 7px 40px 7px 14px;/* 40 = 14 + 26px to leave for the arrow */
}

#j_popup_dropdown a.selected
{
	background-color: #E6EDFF;
}

#j_popup_dropdown a:hover
{
	background-color: #D5E1FF;
}

.contacts_selector_container a.contacts_toggler, /* @TODO remove when a.contacts_toggler will only be used in jpopup*/
#j_popup a.contacts_toggler
{
	background: url(../img/popups/common/contacts.gif) no-repeat 0 1px;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	margin-right: 12px;
	padding-left: 18px;
}

#j_popup div.label_extension
{
	padding: 0 0 10px 20px;
}
#j_popup div.settings_links
{
	color: #999;
	font-size: 11px;
}

#j_popup label.label_disabled
{
	color: #999;
}

#j_popup div.settings_links span
{
	cursor: pointer;
	border-bottom: 1px dotted #999;
}
#j_popup .gray
{
	color: #666;
}

#j_popup .box_yellow
{
	display: block;
	margin: 0 0 10px 0;
	padding: 6px 0;
	width: auto;
}
#j_popup .box_yellow span.link
{
	color: #297EB8;
	cursor: pointer;
}

#j_popup div.yellow_box
{
	background-color: #FFFFCC;
	border: 1px solid #FEEC6D;
	padding: 7px 14px;
}

#j_popup div.yellow_box div.instructions
{
	font-weight: bold;
}

.colorpicker
{
	z-index: 10000;
}

#j_popup div.color_picker
{
	position: relative;
}

#j_popup div.color_picker span.hash
{
	float: left;
	color: #555;
	margin: 0 2px 0 10px;
}

#j_popup div.color_picker span.color_label
{
	float: left;
}

#j_popup div.color_picker input
{
	border: solid #dddddd 1px;
	color: #545454;
	font-size: 12px;
	height: 16px;
	width: 60px;
	float: left;
	padding: 2px;
}

#j_popup div.color_picker span.selected_color
{
	float: left;
	height: 16px;
	width: 16px;
	padding: 2px;
	background-color: #fff;
	border: solid #dddddd 1px;
	border-left: none;
}

#j_popup div.color_picker span.selected_color span
{
	display: block;
	width: 16px;
	height: 16px;
	background-color: #247ebb;
}

span.popup_public_folder
{
	background: url(../img/public_folder.gif) no-repeat scroll 0 center;
	font-weight: normal;
	padding-left: 20px;
}

span.popup_invite_collaborators
{
	background: url(../img/collab_btn.gif) no-repeat scroll 0 center;
	font-weight: normal;
	padding: 2px 0 2px 20px;
}

a.popup_password_protect
{
	background: url(../img/menu_item_parts.gif) no-repeat scroll -5px -195px;
	padding-left: 20px;
}

.download_stats_ul
{
	list-style: none;
	background-color: #FFF;
	padding:0;
	margin: 0;
	border: 1px solid #C1C1C1;
	border-top: 0;
	overflow-y: scroll;
	height: 185px;
}

.download_stats_ul li
{
	border-bottom: 1px solid #EEE;
	color: #333;
	font-weight: bold;
	line-height: 22px;
	padding: 4px 0 4px 6px;
}

.download_stats_ul div
{
	float: left;	
}

.download_stats_ul-div_icon
{
	width: 41px;
	margin-top: 5px;
}
	
.download_stats_ul-div_icon_preview
{
	background: url(../img/popups/download_stats_icons.gif) no-repeat 8px 0;
}

.download_stats_ul-div_icon_download
{
	background: url(../img/popups/download_stats_icons.gif) no-repeat 8px -24px;
}

.download_stats_ul-div_name
{
	width: 160px;
	padding-left: 4px;
	
}

.download_stats_ul-div_name a,
.download_stats_link
{
	color: #297EB8;
}

.download_stats_ul-div_date
{
	width: 133px;
	padding-left: 7px;	
	font-weight: normal;
}

#download_stats_content_empty
{
	border: none;
	font-weight: normal;
	padding: 0 5px;
}

.after_detailed_access_report
{
	height: 39px;
	background: url(../img/popups/access_report_gradient.gif) repeat-x;
	border: 1px solid #C1C1C1;
	border-top: 0;
	padding-top: 12px;
}

.max_download_stats_shown
{
	font-weight: normal;
	font-size: 10px;
	color: #666;
	margin-top: 0;
}

.max_download_stats_shown
{
	color: #666;
	font-size: 10px;
	margin-top: 0;
}

.download_stats_header_icon
{
	display: block;
	font-weight: bold;
	background: url(../img/download_stats_icon.gif) left center no-repeat;
	padding-left: 40px;
}

.popup_header_favicon_settings
{
	background: url(../img/popups/header_icons.png) 5px -417px no-repeat !important;	
}

.popup_header_favicon_bookmark
{
	background: url(../img/popups/header_icons.png) 5px 6px no-repeat !important;	
}

.popup_header_favicon_delete
{
	background: url(../img/popups/header_icons.png) 5px -137px no-repeat !important;	
}

.popup_header_favicon_email
{
	background: url(../img/popups/header_icons.png) 0 -210px no-repeat !important;	
}

#j_popup .popup_header_favicon_email
{
	background-position: 5px -208px  !important;	
}

.popup_header_favicon_widget
{
	background: url(../img/popups/header_icons.png) 5px -626px no-repeat !important;	
}

.popup_header_favicon_collaborators
{
	background: url(../img/popups/header_icons.png) 5px -70px no-repeat !important;
}

.popup_header_favicon_history
{
	background: url(../img/popups/header_icons.png) 5px -791px no-repeat !important;
}

.popup_header_favicon_upgrade_lock
{
	background: url(../img/file-editing_sm.gif) no-repeat scroll 0 center !important;
}

.popup_header_favicon_collab_manage
{
	background: url(../img/collab_manage_icon.gif) 8px center no-repeat  !important;
}

.popup_header_favicon_file
{
	background: url(../img/popups/header_icon_file.png) 6px 6px no-repeat !important;
}

.popup_header_favicon_collaborators_invite
{
	padding-left: 32px !important;
}

.popup_header_favicon_link
{
	background: url(../img/popups/header_icons.png) 2px -346px no-repeat !important;	
}

.popup_header_favicon_folder
{
	background: url(../img/popups/header_icons.png) 5px -276px no-repeat !important;	
}

.popup_header_favicon_upload
{
	background: url(../img/popups/header_icons.png) 7px -488px no-repeat !important;	
}

.popup_header_favicon_webdoc
{
	background: url(../img/popups/header_icons.png) 7px -556px no-repeat !important;	
}

.popup_header_favicon_bookmark_new
{
	background: url(../img/popups/header_icons.png) 5px -690px no-repeat !important;	
}

.popup_header_favicon_lock
{
	background: url(../img/popups/header_icons.png) 5px -743px no-repeat !important;	
}

.popup_header_favicon_download
{
	background: url(../img/popups/header_icons.png) 5px -843px no-repeat !important;	
}

.popup_header_favicon_search
{
	background: url(../img/popups/header_icons.png) 0 -900px no-repeat !important;	
}

.popup_header_favicon_global
{
	background: url(../img/popups/header_icons.png) 0 -965px no-repeat !important;	
}

.popup_header_favicon_sync
{
	background: url(../img/sync_icon_left.gif) 5px 8px no-repeat !important;	
}

.popup_header_favicon_user
{
	background: url(../img/big_add_user.jpg) 0px 3px no-repeat !important;	
}

.popup_upload_folder_target
{
	line-height: 20px;
	height: 20px;
}

.popup_upload_folder_target input
{
	width: auto !important;
	position: relative;
	top: 2px;
	margin: 0 8px 0 2px !important;
	padding: 0 !important;
	border: none !important;
}

.password_deactivate_disabled
{
	color:gray !important;
	text-decoration:none !important;
}

#register_email .label, #register_public_name .label, #register_password .label, #register_confirm_password .label,
#login_email .label, #login_password .label 
{
	text-align: right;
	margin-right:5px;
}

.yellow_warning
{
	background: #FAF6B5 url(../img/yellow_warning_gradient.gif) 0 0 repeat-x;
	border: 1px solid #E9E495;
}
.yellow_warning-text
{
	background: url(../img/yellow_warning_icon.gif) 8px center no-repeat;
	color: #444;
	font-weight: bold;
	padding: 9px 7px 9px 46px;
}
.popup_delete_user-header
{
	font-size: 14px;
	font-weight: bold;
}
.popup_delete_user-icon
{
	background-color: #FFF;
	border: 1px solid #EEE;
	float: left;
	height: 65px;
	padding: 3px;
	width: 65px;
}
.popup_delete_user-email
{
	color: #1A74b0;
	font-size: 14px;
}
.popup_delete_user-statistic
{
	background: url(../img/box_undeline_666_dotted.gif) 0 bottom repeat-x;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.popup_delete_user-statistic-files,
.popup_delete_user-statistic-folders,
.popup_delete_user-statistic-space
{
	font-weight: bold;
	line-height: 24px;
	padding-right: 10px
}
.popup_delete_user-statistic-files
{
	background: url(../img/popups/delete_user_icons.gif) 0 0 no-repeat;
	padding-left: 17px;
}
.popup_delete_user-statistic-folders
{
	background: url(../img/popups/delete_user_icons.gif) 0 -30px no-repeat;
	padding-left: 20px;
}
.popup_delete_user-statistic-space
{
	background: url(../img/popups/delete_user_icons.gif) 0 -60px no-repeat;
	padding-left: 20px;
}
.popup_delete_user-checkbox
{
	font-size: 11px;
	left: -2px;
	position: relative;
}
.popup_delete_user-checkbox-input
{
	border: 0 !important;
	padding: 0 !important;
	position: relative;
	top: 2px;
	width: auto !important;
}

.popup_link_password_protect_shared
{
	font-size: 12px !important;
	font-style: italic;
	font-weight: normal !important;
}

.j_popup_file
{
	padding: 2px !important;
	width: auto !important;
}

.iframe-cover 
{
	display: none;
	display/**/: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: 0;
	left: 0;
	width: 200px;
	height: 300px;
}
