/* Generic All Pages Stuff */
body
{
	color: #222;
	margin: 0 auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	min-width:600px;
	min-height:500px;
}


/*	Login Box */
#header_top
{
	margin-top: 8px;
}
#login_email, #login_password, #sign_up_password, #sign_up_email, #sign_up_password_confirm, #forgot_email, #forgot_password_confirm, #forgot_password
{
	background-image: url(/resources/1.1.9/images/home_textbox.png);
	border: 0;
	width: 223px;
	padding: 3px;
	height: 20px;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	margin-bottom: 15px;

}
#signup_cancel
{
	background-image: url(/resources/1.1.9/images/home_button_cancel.png);
	width: 75px;
	height: 25px;
	border: 0px;
	margin: 0px;
	display: block;
	float: left;
	margin-top: 30px;
	cursor: pointer;

}
#signup_cancel:active
{
	background-image: url(/resources/1.1.9/images/home_button_cancel_pressed.png);
}

#login_signin, #signup_done
{
	width: 75px;
	height: 25px;
	border: 0px;
	margin: 0px;
	display: block;
	float: right;
	margin-top: 30px;
		cursor: pointer;

}
#login_signin
{
	background-image: url(/resources/1.1.9/images/home_button_signin.png);
}
#login_signin:active
{
	background-image: url(/resources/1.1.9/images/home_button_signin_pressed.png);
}
#signup_done
{
	background-image: url(/resources/1.1.9/images/home_button_done.png);
}
#signup_done:active
{
	background-image: url(/resources/1.1.9/images/home_button_done_pressed.png);
}

.home_login_textbox_text
{
	padding-top: 5px;
	padding-bottom: 15px;
}

#login_error
{
	display: none;
	padding-top: 5px;
	color: #cc3333;
}
#loading_login
{
	text-align: center;
	display: none;
}
#home_login_right
{
	float: right;
	margin-right: 130px;
	color: #777777;
	font-size: 12px;
	margin-top: 30px;
}
#home_login_left
{
	margin-top: 30px;
	width: 350px;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	padding-right: 30px;
	border-right: 1px #e6e6e6 solid;
}
#home_login_left_signin
{
	font-size: 32px;
	color: #2f2f2f;	
	padding-bottom: 35px;
}
#home_login_left_text
{
	color: #2f2f2f;	
	font-size: 14px;
}

#home_signup_right
{
	width: 350px;
	padding-top: 50px;
	float: right;
	margin-right: 130px;
	color: #4e4e4e;
	font-size: 14px;
	margin-top: 30px;
}

.home_signup_info_box
{
	background-repeat: no-repeat;
	width: 250px;
	padding-left: 100px;
	padding-bottom: 30px;
	margin-left: 35px;
}

.home_signup_info_box_1
{
	background-position: 5px 5px;
	background-image: url(/resources/1.1.9/images/home_signup_icon_1.png);
}

.home_signup_info_box_2
{
	background-position: 0px 5px;
	background-image: url(/resources/1.1.9/images/home_signup_icon_2.png);
}

.home_signup_info_box_3
{
	background-position: 10px 5px;
	background-image: url(/resources/1.1.9/images/home_signup_icon_3.png);
}



#home_signup_left
{
	width: 230px;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
	padding-right: 80px;
	padding-top: 50px;
	padding-bottom: 125px;
	border-right: 1px #e6e6e6 solid;
	color: #777777;
	font-size: 12px;
}

/* Top Banner Stuff */
.home_banner_sc
{
	background-image: url(/resources/1.1.9/images/home_banner_top_sc.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 24px;
	margin-left: 20px;
	float: left;
}
.home_banner_sc:active
{
	background-image: url(/resources/1.1.9/images/home_banner_top_sc_active.png);
}
.home_banner_settings
{
	background-image: url(/resources/1.1.9/images/home_banner_top_settings.png);
	background-repeat: no-repeat;
	width: 41px;
	height: 24px;
	margin-left: 20px;
	float: left;

}
.home_banner_settings:active
{
	background-image: url(/resources/1.1.9/images/home_banner_top_settings_active.png);
}
.home_banner_logout
{
	background-image: url(/resources/1.1.9/images/home_banner_top_logout.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 24px;
	font-size: 13px;
	color: #FFF;
	text-shadow: #000 0px 1px 1px;
	font-weight: bold;
	float: right;
	padding-left: 35px;
	padding-top: 2px;
}

.home_banner_logout:active
{
	background-image: url(/resources/1.1.9/images/home_banner_top_logout_active.png);
	text-decoration: none;
}
.home_banner_logout a:link, .home_banner_logout A:visited, .home_banner_logout A:active, .home_banner_logout A:hover
{

	text-decoration: none;
}


button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner { /* Stop those ugly outlines :) */
    border: none;
}

A:link, A:visited, A:active, A:hover
{
	outline:none;
}

/* Inner Page CSS */

#home_banner_top
{
	background-image:url(/resources/1.1.9/images/home_banner_top_background.png);
	background-repeat:repeat-x;
	height:93px;
	text-align:center;
	width:100%;
	padding-top:20px;
}
#home_bar
{
	background-image:url(/resources/1.1.9/images/home_bar_background.png);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
	padding-top:12px;
	text-shadow: 0px 1px 2px #4b4b4b;
}
#home_bar_left
{
	float:left;
	
}
#home_bar_right
{
	float:right;
	padding-right:40px;
}
/*
home_left_bar_background.png
*/
.home_bar_item
{
	margin-left:20px;
	padding-left:40px;
	background-repeat:no-repeat;
	color:#FFF;
	font-size:14px;
	height:20px;
	padding-top:5px;
}
.home_bar_note
{
		background-image:url(/resources/1.1.9/images/home_bar_icon_note.png);
}
.home_bar_reminders
{
		background-image:url(/resources/1.1.9/images/home_bar_icon_reminders.png);
}
.home_bar_checklist
{
		background-image:url(/resources/1.1.9/images/home_bar_icon_checklist.png);
}
.home_bar_cloud
{
		background-image:url(/resources/1.1.9/images/home_bar_icon_cloud.png);
}
#home_left_bar_inner
{
}
#home_left_bar
{
		background-color: #e9f4fa;
		float:left;
		width:167px;
		position:fixed; 
		top:59px; 
		bottom:-1px;
		overflow-x: hidden;	
		overflow-y: auto;
		margin-bottom:70px;
		border-right:solid 1px #5d727d;

}

.home_left_bar_item_search
{
	height: 35px;
	background-image:url(/resources/1.1.9/images/search_background.png);
	margin-bottom: 1px;
	
}
.home_left_bar_item_search #loading_search
{
	background-image:url(/resources/1.1.9/images/search_loader.gif);
	width: 16px;
	height: 16px;
	position: absolute;
	margin: 9px 0 0 128px;
	display: none;
}
.home_left_bar_item_search .icon
{
	background-image:url(/resources/1.1.9/images/search_icon.png);
	width: 17px;
	height: 19px;
	float: left;
	margin: 7px 5px 0px 5px;
}
.home_left_bar_item_search .cancel
{
	background-image:url(/resources/1.1.9/images/search_cancel.png);
	width: 11px;
	height: 11px;
	position: absolute;
	margin: 12px 0 0 130px;
	display: none;
}
.home_left_bar_item_search input
{
	background-image:url(/resources/1.1.9/images/search_box.png);
	background-repeat: no-repeat;
	background-color: transparent;
	height:21px;
	width: 90px;
	color: #5d5d5d;
	text-align: left;
	font-size: 12px;
	border: 0;
	margin: 7px 5px 0 0px;
	padding: 0px 20px 0 10px;
	outline: 0;
}
.home_left_bar_item
{
	height:50px;
	color:#426476;
	font-size: 12px; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
 	overflow: hidden;
 	background-color:#e9f4fa; 
 	vertical-align: 50%;
 	

}
.home_left_bar_icon
{
	float: left;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 50px;
	height: 50px;

}
.home_left_bar_icon_note
{
	background-image:url(/resources/1.1.9/images/note_icon_default.png);
}
.home_left_bar_icon_default
{
	background-image:url(/resources/1.1.9/images/note_icon_default.png);
}
.home_left_bar_icon_address_book
{
	background-image:url(/resources/1.1.9/images/note_icon_address_book.png);
}
.home_left_bar_icon_alert
{
	background-image:url(/resources/1.1.9/images/note_icon_alert.png);
}
.home_left_bar_icon_banned
{
	background-image:url(/resources/1.1.9/images/note_icon_banned.png);
}
.home_left_bar_icon_support
{
	background-image:url(/resources/1.1.9/images/note_icon_support.png);
}
.home_left_bar_icon_music
{
	background-image:url(/resources/1.1.9/images/note_icon_music.png);
}
.home_left_bar_icon_paperclip
{
	background-image:url(/resources/1.1.9/images/note_icon_paperclip.png);
}
.home_left_bar_icon_pedestrain
{
	background-image:url(/resources/1.1.9/images/note_icon_pedestrain.png);
}
.home_left_bar_icon_bubble
{
	background-image:url(/resources/1.1.9/images/note_icon_bubble.png);
}
.home_left_bar_icon_star
{
	background-image:url(/resources/1.1.9/images/note_icon_star.png);
}
.home_left_bar_icon_tick
{
	background-image:url(/resources/1.1.9/images/note_icon_tick.png);
}
.home_left_bar_icon_water
{
	background-image:url(/resources/1.1.9/images/note_icon_water.png);
}
.home_left_bar_icon_sync
{
	background-image:url(/resources/1.1.9/images/note_icon_sync.png);
}
.home_left_bar_icon_padlock
{
	background-image:url(/resources/1.1.9/images/note_icon_padlock.png);
}
.home_left_bar_icon_note_info
{
	background-image:url(/resources/1.1.9/images/note_icon_note_info.png);
}
.home_left_bar_icon_network_error
{
	background-image:url(/resources/1.1.9/images/note_icon_network_error.png);
}
.home_left_bar_icon_cogwheel
{
	background-image:url(/resources/1.1.9/images/note_icon_cogwheel.png);
}
.home_left_bar_icon_cloud
{
	background-image:url(/resources/1.1.9/images/note_icon_cloud.png);
}
.home_left_bar_icon_window
{
	background-image:url(/resources/1.1.9/images/note_icon_window.png);
}
.home_left_bar_icon_pencil
{
	background-image:url(/resources/1.1.9/images/note_icon_pencil.png);
}
.home_left_bar_icon_bubble
{
	background-image:url(/resources/1.1.9/images/note_icon_bubble.png);
}
.home_left_bar_icon_calendar
{
	background-image:url(/resources/1.1.9/images/note_icon_calendar.png);
}
.home_left_bar_icon_clock
{
	background-image:url(/resources/1.1.9/images/note_icon_clock.png);
}
.home_left_bar_icon_download
{
	background-image:url(/resources/1.1.9/images/note_icon_download.png);
}
.home_left_bar_icon_hard_drive
{
	background-image:url(/resources/1.1.9/images/note_icon_hard_drive.png);
}
.home_left_bar_icon_home
{
	background-image:url(/resources/1.1.9/images/note_icon_home.png);
}
.home_left_bar_icon_info
{
	background-image:url(/resources/1.1.9/images/note_icon_info.png);
}
.home_left_bar_icon_lock
{
	background-image:url(/resources/1.1.9/images/note_icon_lock.png);
}
.home_left_bar_icon_mail
{
	background-image:url(/resources/1.1.9/images/note_icon_mail.png);
}
.home_left_bar_icon_map
{
	background-image:url(/resources/1.1.9/images/note_icon_map.png);
}
.home_left_bar_icon_numbers
{
	background-image:url(/resources/1.1.9/images/note_icon_numbers.png);
}
.home_left_bar_icon_school
{
	background-image:url(/resources/1.1.9/images/note_icon_school.png);
}
.home_left_bar_icon_tv
{
	background-image:url(/resources/1.1.9/images/note_icon_tv.png);
}
.home_left_bar_icon_web
{
	background-image:url(/resources/1.1.9/images/note_icon_web.png);
}
.home_left_bar_icon_work
{
	background-image:url(/resources/1.1.9/images/note_icon_work.png);
}

.home_left_bar_item_title
{
	padding-top: 15px;
}
.home_left_bar_item_selected
{
	color: #FFF;
	background-image:url(/resources/1.1.9/images/home_left_bar_item_selected.png);
	text-shadow: 0px 1px 2px #4b4b4b;

}
.home_left_bar_item_bottom_outer
{
	color:#426476;
	position:fixed;
	bottom:29px;
	width:167px;
	border-right:solid 1px #5d727d;;
	height: 40px;
}

.home_left_bar_item_bottom_outer div
{
	float: left;
	background-image:url(/resources/1.1.9/images/left_menu_bar.png);
	height: 40px;
	width: 42px;
}
.bottom_order_active
{
	background-position: -42px -40px;
}
.bottom_order_active_inactive
{
	background-position: -42px -120px;
	
}
.home_left_bar_item_bottom_outer .bottom_add
{
	background-position: 0px 0px;
}
.home_left_bar_item_bottom_outer .bottom_add:active
{
	background-position: 0px -40px;
}
.bottom_add_on
{
	background-position: 0px -80px;
}
.home_left_bar_item_bottom_outer .bottom_order
{
	background-position: -42px 0px;
}
.bottom_order_on
{
	background-position: -42px -80px;
}
.home_left_bar_item_bottom_outer .bottom_order:active
{
	background-position: -42px -40px;
}
.home_left_bar_item_bottom_outer .bottom_filter
{
	background-position: -84px 0px;
}
.bottom_filter_on
{
	background-position: -84px -80px;
}
.home_left_bar_item_bottom_outer .bottom_filter:active
{
	background-position: -84px -40px;
}
.home_left_bar_item_bottom_outer .bottom_refresh
{
	background-position: -126px 0px;
	width: 41px;
}
.home_left_bar_item_bottom_outer .bottom_refresh:active
{
	background-position: -126px -40px;
}

#home_left_bar a
{
	color:#426476;
	text-decoration: none;
	outline:none; 
	
	
}

#home_footer
{
	background-image:url(/resources/1.1.9/images/home_footer_background.png);
	height:23px;
	text-align:center;
	padding-top:7px;
	position:fixed;
	bottom:0px;
	width:100%;
	font-size: 0.8em;
	color:#FFF;
	text-shadow: #000 0px 1px 1px;
}
#home_footer a:link, #home_footer a:hover, #home_footer a:active, #home_footer A:visited, #home_footer A:active
{
	color:#FFF;
	text-shadow: #000 0px 1px 1px;
}
#home_content_main
{
		box-shadow: 0px 1px 5px 2px #c0c0c0;
		top:59px; 
		left:169px;
		right:0px;
		position:fixed; 
		bottom:0px;
		background-color:#FFFFFF;
}

#home_checklists_content_main
{
		box-shadow:0px 1px 5px 2px #c0c0c0;
		top:0px; 
		left:154px;
		right:0px;
		position:absolute; 
		bottom:0px;
		background-color:#FFFFFF;
}
#home_content_centre_loading
{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:50%;
	left:50%;
	margin-left: -16px;
	margin-top: -16px;
	display: none;
}
#home_content_centre_message
{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	top:40%;
	width:300px;
	color:#426476;
	text-align:center;
	left:40%;
	width: 220px;
	font-size: 13px;
}
#note_centre_box
{
	margin:30px 30px 30px 30px;
}
/*
#note_centre_box_inner
{
	box-shadow:0px 1px 5px 2px #c0c0c0;
	-moz-box-shadow: 0px 1px 5px 2px #c0c0c0;
	-webkit-box-shadow:0px 1px 5px 2px #c0c0c0;
	position:absolute;
	bottom:100px;
	top:30px;
	left:30px;
	right:30px;
	text-align:center;
	
}*/




.note_center_bottom_left, .note_center_top_left, .note_center_left_bar
{	
	width:70px;
	float:left;

} 
.note_center_top_left
{
	position: absolute;
}
.note_center_top, .note_center_middle, .note_center_bottom
{
	clear:both;
}

.note_center_left_bar, .note_center_right_bar
{
	height: 100%;
}
.note_center_right_bar
{
	position: absolute;
	right: 60px;
	width:10px;
	background-image:url(/resources/1.1.9/images/note_center_right.png);
}
.note_center_top_middle
{
	position:absolute;
	background-image:url(/resources/1.1.9/images/note_center_top.png);
	height:3px;
	left:70px;
	right:35px;
}
.note_center_bottom_middle
{
	position:absolute;
	background-image:url(/resources/1.1.9/images/note_center_bottom.png);
	height:7px;
	margin-top:4px;
	left:70px;
	right:10px;
}
.note_center_left_bar
{
	background-image:url(/resources/1.1.9/images/note_center_left_bar.png);
}
.note_center_top_right
{
	width:10px;
	position: absolute;
	right: 30px;
}
.note_center_bottom_right
{
	width: 10px;
	position: absolute;
	right: 0px;
}
.note_center_bottom
{
	position: absolute;
	bottom: 94px;
	right: 30px;
	left: 30px;
}
.note_center_middle
{
	position: absolute;
	bottom:105px;
	top:41px;
	width: 100%;
}
.note_center_edit
{
	padding-top: 10px;
}
.note_center_left_bar div
{
	text-align: center;
	padding-bottom: 40px;
}
.note_center_middle_content
{
	margin-top: 10px;
	position: absolute;
	left: 70px;
	right: 70px;
	margin-right: 55px;
	text-align: center;
	width: auto;
	border: 1px #FFF solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
#title, #text
{
	border: 1px #FFF solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	
}
#title:focus, #text:focus
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px #cccccc solid;
	border-radius: 5px;
}

.note_center_icon_grid
{
	background-image:url(/resources/1.1.9/images/note_center_grid.png);
	width: 200px;
	height: 248px;
	margin-left: 70px;
	margin-top: -8px;
}
.note_center_icon_single
{
	width: 49px;
	height: 50px;
	float:left;
	text-align: center;
}
.note_filter_grid
{
	margin-left: 50px;
	background-image:url(/resources/1.1.9/images/filter_box.png);
	width: 270px;
	height: 231px;
	padding-top: 56px;
	padding-left: 10px;
	
}
.note_filter_grid_item
{
	width: 65px;
	height: 48px;
	float:left;
	text-align: center;
	vertical-align: middle;
}
.note_filter_cancel
{
	margin-left: 50px;
	background-image:url(/resources/1.1.9/images/filter_box_close.png);
	width: 281px;
	height: 57px;
}
.note_filter_cancel:active
{
	background-image:url(/resources/1.1.9/images/filter_box_close_pressed.png);
}
#note_center_icon_area
{
	display: none;
}
.note_center_icon_current
{
	background-image:url(/resources/1.1.9/images/note_center_icon_current.png);
	width: 165px;
	height: 57px;
	margin-top: 30px;
	margin-left: 88px;
}
.note_center_icon_current_inner
{
	width: 60px;
	padding-top: 13px;
	float: left;
	text-align: center;
}


#checklist_centre_box_inner
{
	box-shadow:0px 1px 5px 2px #c0c0c0;
	-moz-box-shadow: 0px 1px 5px 2px #c0c0c0;
	-webkit-box-shadow:0px 1px 5px 2px #c0c0c0;
	position:absolute;
	bottom:100px;
	top:30px;
	left:30px;
	right:30px;
	text-align:center;
}
.note_input_title
{
	width: 100%;
	margin-left: 30px;
	border:0px;
	text-align:center;
	font-size:25px;
	color:#7a7a7a;
}

.note_input_textarea
{
	border:0px;
	width:100%;
 	min-height:100%;
  	height:auto !important;
  	overflow: auto;
 	height:100%;
	color: #222;
	margin-bottom:100px;
}
#note_input_outer
{
	position:absolute;
	left:100px;
	right:100px;
	bottom:30px;
	top:85px;

}


#checklist_input_outer
{

	position:absolute;
	left:10px;
	right:10px;
	bottom:50px;
	top:85px;
	overflow-x: hidden ! important; overflow-y: auto ! important;
	

}
.notes_buttons_bar
{
	position:absolute;
	bottom:50px;
	right:30px;
	left:30px;
}
.notes_buttons_bar_img
{
	padding-left:20px;
}
.notes_buttons_bar_left
{
	float:left;
}
.notes_buttons_bar_right
{
	float:right;
}
.add_button:active
{
	background-image: url(/resources/1.1.9/images/button_save_hover.png);
}
.add_button
{
	margin: 0px;
	border: 0px;
	width: 79px;
	height: 26px;
	cursor: pointer;
	background-image: url(/resources/1.1.9/images/button_save.png);
}
#notes_centre_message
{
	text-align: center;
	position: absolute;
	left: 50%;
	color:#426476;
}
img{
	border: 0px;
}
.weraper_inner_css
{
	background-color: #ffffff;
	position: absolute;
	top: 59px;
	bottom: 25px;
	left: 0px;
	right: 0px;
}
a {text-decoration: none; }
extarea {overflow: auto;}




.checklists_item_checked
{
	text-align: left;
	margin-right: 35px;
	padding-top: 8px;
	padding-left: 40px;
	color: #4b4b4b;
	padding-bottom: 4px;
	
}

.checklists_item_checked_dark
{
	background-image: url(/resources/1.1.9/images/checklist_checklist_dark_background.png);	
	height: 24px;
}

.checklists_item_checked_light
{
	background-image: url(/resources/1.1.9/images/checklist_checklist_light_background.png);	
	height: 24px;
}
.checklists_item_checked_left
{
	background-repeat: none;
	width: 28px;
	height: 36px;
	position: absolute;
	cursor: pointer;
	
}
.checklists_item_checked_left_dark
{
	background-image: url(/resources/1.1.9/images/checklist_checklist_dark_left.png);	
	
}

.checklists_item_checked_left_light
{
	background-image: url(/resources/1.1.9/images/checklist_checklist_light_left.png);	
	
}
.checklists_item_checked_right_dark
{
	background-image: url(/resources/1.1.9/images/checklist_checklist_dark_right.png);	
}	

.checklists_item_checked_right_light
{
	background-image: url(/resources/1.1.9/images/checklist_checklist_light_right.png);	
}

.checklists_item_checked_right
{
	background-repeat: none;
	width: 37px;
	height: 36px;
	position: absolute;
	right: 0px;
	cursor: move;
	
}

.checklists_button_new_item
{
	position: absolute;
	right: 110px;
	cursor: pointer;
}
.checklists_item_input
{
	border:0px;
	font-size:14px;
	color:#4b4b4b;
	background: none;
	width: 100%;
}
.checklists_buttons_bar
{
	position:absolute;
	bottom:0px;
	right:30px;
	left:30px;
}



#note_content_settings_center
{
	margin:30px 30px 30px 30px;
	display: none;
}





#lightbox
{
	opacity: 0.3;
	filter:alpha(opacity=30);
	background-color: #000;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 500;
	cursor: pointer;
	display: none;


}
#lightbox_loading
{
	width: 42px;
	height: 42px;
	background-color: #FFF;
	z-index: 2000;
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	left: 50%;
	top: 50%;
	border: 1px solid #666;
	display: none;
	
}
#lightbox_canel
{
	float: left;
	cursor: pointer;
}

#lightbox_save
{
	float: right;
	cursor: pointer;
	margin-right: 30px;
}
.lightbox_middle_bottom
{

	padding-bottom: 50px;
}

#lightbox_content
{
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin-left: -210px;
	margin-top: -265px;
	text-shadow: 0px 1px 0px #ffffff;
	display: none;
	
}
.lightbox_top
{
	background-image: url(/resources/1.1.9/images/lightbox_top.png);
	width: 421px;
	height: 39px;
	font-size: 17px;
	font-weight: bolder;
	color: #434343;
	text-align: center;
	padding-top: 25px;
}
.lightbox_middle
{
	background-image: url(/resources/1.1.9/images/lightbox_middle.png);
	width: 401px;
	height: 100%;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
}
.lightbox_bottom
{
	background-image: url(/resources/1.1.9/images/lightbox_bottom.png);
	width: 421px;
	height: 16px;
}
.lightbox_title
{
	font-size: 13px;
	padding-bottom: 5px;
}
.lightbox_form_label
{
	
	width: 100px;
	text-align: right;
	float: left;
}
.lightbox_form_input
{
	background-image: url(/resources/1.1.9/images/spacer.png);
	background-color: transparent;
	border:0px;
	width: 159px;
	height: 18px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 20px;
	float: left;
	color: #9e9e9e;
	font-size: 14px;
	font-weight: normal;
	margin-top: -4px;
}
.lightbox_form_input_dropdown
{

	margin-left: 20px;
	
}

.lightbox_split
{
	background-image: url(/resources/1.1.9/images/lightbox_split.png);
	height: 2px;
	width: 367px;
	margin-top: 40px;
}
.lightbox_form_input_edit
{
	float: right;
	padding-right: 35px;
	font-size: 13px;
	font-weight: normal;
	color: #337f9e;
	cursor: pointer;
}
.lightbox_form_input_edit:hover
{
	color: #337f9e;
	text-decoration: underline;
}

#lightbox_form_password
{
	display: none;
}

#lightbox_save
{
	background-image: url(/resources/1.1.9/images/lightbox_save.png);
	border: 0px;
	width: 75px;
	height: 25px;
}

#note_center_info_area
{
	display: none;
	position: absolute;
	left: 100px;
	top: 10px;
	bottom: 10px;
	right: 100px;
	overflow: auto;
}
#note_center_revisions_area
{
	display: none;
	position: absolute;
	left: 100px;
	top: 30px;
	bottom: 10px;
	right: 100px;
}
#revisions_items
{
	position: absolute;
	left: -30px;
	height: 100%;
	width: 265px;
	overflow: auto;
}
#revisions_content_split 
{
	position: absolute;
	top: 0px;
	bottom: 00px;
	left: 250px;
	width: 1px;
	background-color: #dfdfdf;
}
#revisions_items a
{
	background-image: url(/resources/1.1.9/images/notes_revisions_grad.png);
	height: 64px;
	font-size: 16px;
	display: block;
	color:#313131;
	padding-left: 25px;
}
.revisions_menu_icon
{
	position: absolute;
	padding-top: 28px;
	width: 35px;
	background-repeat: no-repeat;
	height: 35px;
	background-position: left center;
}
.revisions_menu_title
{
	padding-top: 18px;
	padding-left: 50px;
}
.revisions_menu_from
{
	color: #4fafdc;
	font-size: 13px;
	padding-left: 50px;
	
}
#revisions_items a:hover
{
	text-decoration: none;
}
#revisions_content_title
{
	display: none;
	font-size:25px;
	color:#4e4e4e;
	background-repeat: no-repeat;
	padding-left: 60px;
	height: 30px;
	padding-top: 3px;
	position: absolute;
	margin-left: 270px;
}
#revisions_delete
{
	position: absolute;
	bottom: 0px;
	left: 280px;
}
#revisions_restore
{
	position: absolute;
	bottom: 0px;
	right: 30px;
}
#revisions_content_text
{
	display: none;
	overflow: auto;
	position: absolute;
	bottom: 40px;
	left: 273px;
	top: 60px;
	right: 10px;
}
.info_title
{
	font-weight: bold;
}
.info_content
{
	padding-bottom: 10px;
}
.home_left_grip
{
	background-image: url(/resources/1.1.9/images/drag_grip.png);
	width: 167px;
	height: 50px;
	background-position: 130px center;
	background-repeat: no-repeat;
	z-index: 1;
	cursor: move;
	position: absolute;
	display: none;
}

.home_left_bar_onhold
{
	background-image: url(/resources/1.1.9/images/left_box_shadow.png);
	height: 60px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-bottom: 7px;
	z-index: 2000;
}

