/* CSS Document */
.app_body {
	background-image:url(/theme/white/img/background-swirl-cont.jpg);
	background-position:top center;
}
#content {
	position:relative;
	margin: 0px 0 0 0;
	text-align: center;
	padding-top: 0px;
	max-width: 1038px;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
    margin-bottom: 0;
}
#web_content {
	position:relative;
	margin: 0px 0 0 0;
	height:100%;
	width:950px;
	margin-left: auto ;
  	margin-right: auto ;
}
#web_content H1{
	font-size: 46px;
	word-spacing: -0.04em;
	letter-spacing: -0.03em;
	font-weight:normal;
}
#web_content H2{
	font-family: "Helvetica Neue W01 45 Light", Helvetica, Arial, Sans-serif;
	font-size: 30px;
	word-spacing: -0.04em;
	margin-bottom: 10px;
	letter-spacing: -0.04em;
	line-height: 1em;
	font-weight:normal;
}
#content_left {
	position:absolute;
	width:192px;/*207px;*/
	top:0;
	left:0;
	padding: 0 0 0 0px;
	color:#333;
	text-align: left;
	/*height:100%;*/
}
.align_left {
	text-align: left;
}
.text_content {
	padding-left: 30px;
	padding-right: 30px;
}
#footer_wrapper {
	padding-top: 15px;
}
#footer_container {
	width: 95%;
	display: inline-block;
}
.footer_column {
	max-width: 16%;
	padding: 0 4%;
	display:inline-block;
	text-align: left;
	vertical-align: top;
}
#content.print_list {
	text-align: left;
}
.footer_column h3 {
	color: #444;
	font-size: 1em;
	font-weight: bold;
}
.footer_column ul {
	padding-left: 10px;
}
.footer_column ul li {
	list-style: none;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.footer_column ul li a {
	text-decoration: none;
	color: #444;
}
.footer_column ul li a:hover {
	text-decoration: underline;
	color: #666;
}
.marketing_learn_more_button {
	display: inline-block;
	padding-top: 9px;
	padding-bottom: 26px;
}
.marketing_button_wrapper a {
	text-decoration:none;
}
.marketing_button:parent {
	text-decoration: none;
}
.marketing_button {
	width: 15em;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: .8em;
	padding-right: .8em;
	color: #862D1C;
	border: solid thin #F8D25F;
	-webkit-border-radius: .7em;
	-moz-border-radius: .7em;
	border-radius: 1.5em;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 2px #BBB;
	background: #F8D25F;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFADA), to(#F8D25F),color-stop(0.4, #F8D25F));
	background: -moz-linear-gradient(top,  #FFFADA,  #F8D25F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFADA', endColorstr='#F8D25F');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFADA', EndColorStr='#F8D25F')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #FFFADA 0%, #F8D25F 100%);

}
.marketing_button:hover {
	background-color: #FFFADA;
	background: -webkit-gradient(linear, left top, left bottom, from(#F8D25F), to(#FFFADA),color-stop(0.4, #F8D25F));
	background: -moz-linear-gradient(top,  #F8D25F,  #FFFADA);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8D25F', endColorstr='#FFFADA');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8D25F', EndColorStr='#FFFADA')"; /* IE8 */
	background-image: -ms-linear-gradient(top, #F8D25F 0%, #FFFADA 100%);
}
.marketing_button.small {
	display: none;
}

@media all and (max-width: 725px) {
	.marketing_button.small {
		display: inline;
	}
	.marketing_button.large {
		display: none;
	}
}

/********Category Styles********/
.category_item_class_selected,
.category_item_class_hover,
.category_item_class {
	height:16px;
	font-size: 12px;
	padding: 5px 0 5px 25px;
	vertical-align: middle;
	cursor: pointer;
	display:inline-block;
	width:100%;
	overflow:hidden;
	background-repeat:repeat-y;
}
#evernote_list,
#people_list,
#projects_list,
#projectsv2_list,
#inbox_list,
#focus_list,
#old_list {
	background-image:url(img/category_unselected.png);
	background-repeat:repeat-y;
	display:block;
	width:100%;
}
.file_category {
	background-image:none;
	height:20px;
}
.file_category_selected {
	border-style:solid;
	border-width:1px;
	height:18px;
}
.file_category_header {
	height:10px;
	font-size: 12px;
	vertical-align: middle;
	display:block;
	font-weight:bold;
	padding: 5px 0 0px 15px;
}
.category_open
{
	background-image:url(/img/icons/arrow-down.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:9px;
	width:9px;
	display:inline;
}
.category_close
{
	background-image:url(/img/icons/arrow-right.jpg);
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
	height:9px;
	width:9px;
	display:inline;
}
.category_item_class_selected
{
	background-image:url(img/category_selected.png);
	height:27px;
	padding: 9px 0 0px 25px;
}
.category_item_class_hover
{
	font-weight:bold;
	text-decoration:underline;
	background-image:url(img/category_unselected_drop.png);
}
.category_header {
	height:16px;
	font-size: 12px;
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	cursor: pointer;
	display:inline-block;
	width:100%;
	background-image:url(img/category_unselected.png);
	background-repeat:repeat-y;
	overflow:hidden;
	font-weight:bold;
}
.aor_header {
	height:20px;
	font-size: 12px;
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	cursor: pointer;
	display:inline-block;
	width:100%;
	background-image:url(img/category_unselected.png);
	background-repeat:repeat-y;
	font-weight:bold;
}
.aor_selector {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	cursor: pointer;
	width:100%;
	overflow:hidden;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	margin-left:0px;
	margin-right:20px;
	color:#333333;
}
.aor_selector:hover {
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	cursor: pointer;
	width:100%;
	overflow:hidden;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	margin-left:0px;
	margin-right:20px;
	color: #333333;
}
#content_left_top {
	height:40px;
	display:block;
	background-image:url(img/category_top.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px;
	margin:0;
}
#content_left_end {
	height:22px;
	display:block;
	background-image:url(img/category_end.png);
	background-repeat:no-repeat;
}
#content_left_bottom_buffer {
	display:block;
	background-repeat:repeat-y;
	background-position:right;
	background-image:url(img/category_bottom_buffer.png);
	height:1px;
}
#content_left_bottom_bottom {
	display:block;
	background-image:url(img/category_bottom_buffer.png);
	background-repeat:repeat-y;
	background-position:right;
	position:relative;
	height:53px;
}
#content_right {
	position:relative;
	margin: 0 0 0 192px;/*207*/
	/*background-color:#FFF;*/
	/*height:100%;*/
}
#content_tabs {
	position:relative;
	height: 40px;
}
#content_tabs_middle {
	position:relative;
	height:40px;;
	padding-left:0;
	margin-left:11px;
	/*margin-right:24px;*/
	margin-right:212px;
	/*overflow:hidden;*/
	overflow: hidden;
    white-space: no-wrap; /*Don't let the images wrap to the next line*/
	background-image:url(img/tab_div_background.png);
	background-position:top;
	background-repeat:repeat-x;
	white-space:nowrap;
	text-align: left;
}
#content_tabs_scroll_tabs {
	background-image:url(img/tab_div_background.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-right:24px;
	position:absolute;
	height:60px;
	width:188px;
	top:0;
	right:0px;
	cursor:pointer;
}
#scroll_tab_left {
	position:relative;
	vertical-align:middle;
	padding-top:10px;
	line-height:60px;
}
#scroll_tab_right {
	position:relative;
	vertical-align:middle;
	padding-top:10px;
	line-height:60px;
}
#content_tabs_quick_add {
	position:absolute;
	height:48px;
	width:200px;
	top:11px;
	right:-18px;
}
#content_tabs_right {
	background-image:url(img/tab_div_right.png);
	background-repeat:no-repeat;
	background-position: right;
	position:absolute;
	height:40px;
	width:24px;
	top:0;
	right:0;
}
#content_tabs_left {
	background-image:url(img/tab_div_left.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	position:absolute;
	height:40px;
	width:14px;
	top:0;
	left:0;
}
.top_tag {
	height:22px;
	font-size: 12px;
	/*margin: 14px 5px 0px 0px;
	padding: 4px 4px 0 4px;*/
	vertical-align: middle;
	cursor: pointer;
	display:inline-block;
}
.top_todo_tag {
	/*background-image:url(tab_background.jpg);*/
	background-repeat:repeat-x;
	height:22px;
	margin-top:12px;
	color:#000;
}
.top_todo_tag:hover {
	color:#FFF;
}
.top_todo_tag #tag_left {
	width:10px;
	height:22px;
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
}
.top_todo_tag #tag_right {
	width:10px;
	height:22px;
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
}
.top_todo_tag #top_tag_value {
	height:22px;
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
}
.top_tag_selected #tag_left {
	width:10px;
	height:22px;
	background-image:url(img/tag_left.png);
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
}
.top_project_tag #top_tag_value {
	color:#00F;
}
.top_tag_selected #tag_right {
	width:10px;
	height:22px;
	background-image:url(img/tag_right.png);
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
}
.top_tag_selected #top_tag_value {
	height:22px;
	background-image:url(img/tag_middle.png);
	display:inline-block;
	line-height:22px;
	vertical-align:middle;
	color:#FFF;
}
#no_tag {
	color:#666;
}
#no_tag:hover {
	color:#FFF;
}
#content_body {
	position:relative;
	height:50px;
}
#content_body_middle {
	height:100%;
	overflow:auto;
	margin-right:12px;
	padding:0px 0px 0 0px;
	background-color:#FFF;
}
#content_body_right {
	background-image:url(img/content_right.png);
	background-repeat:repeat-y;
	background-position:right;
	position:absolute;
	height:50px;
	width:12px;
	top:0;
	right:0;
}
#content_bottom_toolbar {
	background-color:#accd72;
	position:relative;
	height:38px;
	margin-right:8px;
	margin-left:-3px;
}
#content_bottom_toolbar_left {
	position:absolute;
	width:14px;
	height:inherit;
	top:0;
	left:0;
}
#content_bottom_toolbar_right {
	position:absolute;
	width:27px;
	height:inherit;
	top:0;
	right:0;
}
#content_bottom_toolbar_middle {
	padding: 0 0 0 20px;
}
#content_bottom_toolbar_middle_left {
	float:left;
	padding: 0px 0 0 10px;
}
#content_bottom_toolbar_middle_right {
	float:right;
	padding: 10px 10px 0 0;
	height:inherit;
}
/********* form css ***********/
.focused_form_field,
.tag_form_field,
.area_form_field,
.form_add_new_area_field,
.form_add_new_tag_field,
.days_before_field,
.form_date_picker,
.form_tags_field,
.form_title_field,
.form_field {
 	font-size: 12px;
 	background-color: #FFFFFF;
 	border: 1px solid #ddf2b8;
	padding:3px;
}
.form_title_field,
.form_tags_field,
.form_title_field {
	width:100%;
}
.focused_form_field{
 	border: 1px solid #06F;
}
.form_add_new_area_field,
.form_add_new_tag_field{
	color:#999;
}
.area_form_field:hover,
.form_add_new_area_field:hover{
 	border: 1px solid #ACCD72;
}
.form_add_new_area_field:focus {
	color:#000;
}

.link_text,
.delete_tag,
.form_link_text {
	cursor: pointer;
}
.link_text:hover,
.delete_tag:hover,
.form_link_text:hover {
	text-decoration:underline;
}
.form_notes {
	font-size: 12px;
	background-color: #FFC;
 	border: 1px solid #ddf2b8;
	width:100%;
}
.attached_file_class {
	text-align: left;
}
/******* end form css **********/
/******* edit tag form css **********/
.edit_area_div,
.edit_tag_div {
	padding: 3px;
	text-align: center;
}
/******* edit tag form css **********/
.edit_teammate {
	display:block;
	padding: 3px;
	text-align: left;
	border-bottom-style:solid;
	border-bottom-color:#999;
	border-bottom-width:thin;
}
.delete_teammate {
	float:right;
	cursor:pointer;
	text-decoration:underline;
}
.delete_teammate:hover {
	text-decoration:underline;
}
.index_icons {
	padding: 5px;
}
td.index_table_cell {
	padding-bottom: 40px;
	padding-right: 20px;
	vertical-align:top;
}
#splash_div {
	width:1000px;
	display:inline-block;
	font-size:16px;
	color:#666;
}
.splash_section2 {
	margin-top:20px;
	margin-bottom:30px;
	padding:20px;
	width:1000px;
	display:inline-block;
	font-size:16px;
	color:#666;
	background-color:#FFF;
	text-align: left;
}
.splash_section {
	margin-top:20px;
	margin-bottom:30px;
	padding:20px;
	max-width:1000px;
	display:inline-block;
	font-size:16px;
	color:#666;
	text-align: left;
}
.splash_section::after {
	content: "";
	display: table;
	clear: both;
}
.main_header_left {
	color:#000;
	font-size:30px;
	margin-top:5px;
	margin-bottom:20px;
	color:#006699;
	text-align:center;
}
.main_header_center {
	color:#000;
	font-size:30px;
	margin-top:5px;
	margin-bottom:20px;
	color:#006699;
	text-align:center;
}
.main_header2 {
	color:#000;
	font-size:36px;
	margin-top:5px;
	margin-bottom:15px;
	color:#006699;
	text-align: center;
}

.splash_section > .section_left {
	float: left;
	width: 49%;
}

.splash_section > .section_left > .splash_img {
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
}

.splash_section > .section_right {
	display: inline-block;
	width: 48%;
	padding-left: 18px;
}
.section.video_blurb {
	padding-bottom: 0;
	display: none;
	cursor: pointer;
	text-align: center;
}

.section.video_blurb > .content > img {
    width: 80%;
    vertical-align: top;
    padding-right: 10px;
}

@media all and (max-width: 750px) {
	.section.video_blurb {
		display: block;
	}
  	.splash_section > .section_left {
		display: none;
	}
	.splash_section > .section_right {
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.main_header_left,
	.main_header2 {
		text-align: center;
	}
}
.splash_heading {
	font-size:24px;
	color:#669900;
	margin-bottom:0;
}

.video_popup {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

.video_popup > .background {
	background-color: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.8;
}

.video_popup > .close_button {
    height: 50px;
    width: 50px;
    color: #FFF;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 23px;
    cursor: pointer;
    line-height: 50px;
}

.video_popup > .close_button:hover {
	color: #BBB;
}

.video_popup > .video > .embed_iframe{
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 640px;
    height: 360px;
}

@media all and (max-width: 600px) {
	.video_popup > .video > .embed_iframe{
	    margin: auto;
	    position: absolute;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	}
}

.no_padding_top {
	padding-top:0;
	margin-top:0;
}

.main_reasons_cell {
	display: inline-block;
	width: 29%;
	padding: 15px;
}

@media all and (max-width: 875px) {
  	.main_reasons_cell {
		width: 45%;
	}
}

@media all and (max-width: 750px) {
  	.main_reasons_cell {
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
}


#index_body2 {
	background-image:url(img/background-swirl-cont.jpg);
	background-position:top center;
}
.background_fade {
	background-image:url(img/background_fade.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
.left_content {
	display:inline-block;
	width:20%;
	padding-left:15px;
	padding-top:40px;
	background-image: url(img/background_v_fade.png);
	background-repeat: no-repeat;
	background-position: right center;
	min-height:300px;
}
.left_content a:link,
.left_content a:visited {
	text-decoration:none;
}
.left_navigation {
	display:block;
	height:35px;
	color:#666;
	background-image: url(../../img/icons/arrow-right.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:35px;
	padding-left:15px;
	cursor: pointer;
	text-decoration:none;
}

.left_navigation_selected {
	font-weight:bold;
}
.left_navigation:hover {
	text-decoration:underline;
}
.right_content {
	display:inline-block;
	width:75%;
	vertical-align:top;
	padding-top:30px;
}
.right_content_section {
	display:block;
	padding-left:10px;
	padding-bottom:60px;
}
.right_content_section h1 {
	color:#367aa5;
	margin-top: 0;
}
.right_content h2 {
	color:#666;
	font-size:42px;
	padding-left:10px;
	margin-top: 0;
}
.right_content .section_img {
	width: 100%;
}
.right_content .section_img.med_size {
	width: 75%;
}
.right_content_section p {
	color:#666;
}
.right_content_section_left {
	width:49%;
	display:inline-block;
}
.right_content_section_right {
	width:49%;
	float: right;
}
@media all and (max-width: 800px) {
	.left_content {
		display:block;
		width:100%;
		padding-left:0;
		background-image: none;
		min-height:40px;
		text-align: center;
	}
	.left_navigation {
		display:inline-block;
		background-image: none;
		padding-left:15px;
		padding-right:15px;
	}
	.right_content {
		width: 100%;
	}
}
.right_content_section_left.img_div,
.right_content_section_right.img_div {
	text-align: center;
}

@media all and (max-width: 600px) {
	.right_content {
		text-align: center;
	}
	.right_content_section_left {
		width:100%;
	}
	.right_content_section_right {
		width:100%;
	}
	.right_content_section_left.img_div,
	.right_content_section_right.img_div {
		display: none;
	}
}
.native_apps_top_section {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.native_apps_top_section > .native_apps_section_left {
	display: inline-block;
	width: 33%;
	text-align: center;
	vertical-align: top;
}

.native_apps_top_section.tablet > .native_apps_section_left {
	width: 49%;
}

.native_apps_top_section.tablet > .native_apps_section_left img {
	width: 90%;
}

.native_apps_top_section > .native_apps_section_right {
	display: inline-block;
	width: 66%;
}

.native_apps_top_section.tablet > .native_apps_section_right {
	width: 50%;
}

.native_apps_top_section > .native_apps_section_right h1 {
	color: #367aa5;
}
@media all and (max-width: 799px) {
	.native_apps_top_section > .native_apps_section_left {
		display: none;
	}
	.native_apps_top_section.tablet > .native_apps_section_right,
	.native_apps_top_section > .native_apps_section_right {
		width: 100%;
	}
}
@media all and (max-width: 599px) {
	.native_apps_top_section > .native_apps_section_right {
		text-align: center;
	}
	.native_apps_top_section > .native_apps_section_right li {
		display:block;
		text-decoration:none;
		padding: 2px;
	}
}

.screen_shot_container {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}

.screen_shot_container > .screen_shot {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}

.screen_shot_container.tablet > .screen_shot {
	width: 33%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.screen_shot_container > .screen_shot .screen_shot_img {
	text-align: center;
}

.screen_shot_container > .screen_shot .screen_shot_img img {
	width: 90%;
}

.screen_shot_container > .screen_shot .screen_shot_label {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

@media all and (max-width: 599px) {
	.screen_shot_container > .screen_shot {
		width: 49%;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.screen_shot_container.tablet > .screen_shot {
		width: 100%;
	}
}

.marketing_content {
	position:relative;
	margin: 0;
	max-width:950px;
	margin-left: auto ;
  	margin-right: auto ;
  	padding-top: 0px;
}
.marketing_section {
	display:block;
	border-bottom:
}
#splash_div .main_header{
	color:#000;
	font-size:36px;
	margin-top:5px;
	margin-bottom:5px;
}
#splash_div #splash_left {
	width:425px;
	height:inherit;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	float:left;
}

#splash_div #splash_right h1,
#splash_div #splash_left h1{
	font-size:24px;
	font-style:italic;
}

#splash_div #splash_middle {
	width:244px;
	height:inherit;
	display:inline-block;
	text-align:center;
	vertical-align:bottom;
	padding-left:25px;
	padding-top:102px;
}
#splash_div #splash_right {
	width:300px;
	height:inherit;
	display:inline-block;
	text-align:center;
	vertical-align:top;
	float:right;
}

#index_body {
	background-image:url(img/background-swirl-home.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#iphone_body {
	background-image:url(img/splash-bachground.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
#signup_div {
	background-image:url(/img/login_bg.jpg);
	background-repeat:repeat-x;
	background: #fdf8df;
	width:500px;
	margin-left: auto ;
  	margin-right: auto ;
	padding:5px;
}
.center_it {
	text-align: center;
}
#splash_text {
	text-align:left;
	padding: 20px 20px 20px 20px;
}
#splash_text p {
	font-size: 16px;
	line-height: 20px;
}
#splash_text h1 {
	font-size: 35px;
	margin-top:0px;
	color:#000;
}
#splash_text h2 {
	font-size: 24px;
	margin-bottom:0px;
	color:#000;
}
#splash_love {
	margin-top:40px;
}
#bottom_disclaimer {
	font-size:8px;
}
.red_text {
	color: #F00;
}
/** bottom menus */
/* common styling */
.bottom_buttons {
	text-decoration:none;
	cursor: pointer;
	width:750px;
	height:100px;
	position:relative;
	font-size:11px;
	z-index:100;
}
/* The bottom buttons */
.bottom_buttons ul li a, .bottom_buttons ul li a:visited {
	cursor: pointer;
	display:block;
	text-decoration:none;
	color:#000;
	width:120px;
	height:36px;
	text-align:left;
	color:#000;
	border:1px solid #accd72;
	background-color:#accd72;
	/*background:#CCC; */
	line-height:36px;
	font-size:15px;
	overflow:hidden;
	padding-left:5px;
}
.bottom_buttons ul {
	padding:0;
	margin:0;
	list-style: none;
}
.bottom_buttons ul li {
	float:left;
	position:relative;
}
.bottom_buttons ul li ul {
	display: none;
}

/* specific to non IE browsers */
.bottom_buttons ul li:hover a {
	text-decoration:none;
	cursor: pointer;
	color:#fff;
	/*background:#060;*/
	background:#CCC;
	height:inherit;
	line-height:36px;
}
.bottom_buttons ul li:hover ul {
	display:block;
	position: absolute;
   	bottom: 38px;
	left:1px;
	width:190px;
	cursor: pointer;
}
.bottom_buttons ul li:hover ul li a.hide {
	background:#6a3;
	cursor: pointer;
	color:#fff;
}
.bottom_buttons ul li:hover ul li:hover a.hide {
	background-image: url(img/task_selected_background.jpg);
	color:#000;
}
.bottom_buttons ul li:hover ul li ul {
	display: none;
}
.bottom_buttons ul li:hover ul li a {
	text-decoration:none;
	display:block;
	background:#ededed;
	color:#000;
	width:190px;
	cursor: pointer;
	line-height:30px;
}
.bottom_buttons ul li:hover ul li a:hover {
	text-decoration:none;
	background-image: url(img/task_selected_background.jpg);
	cursor: pointer;
	color:#000;
}
.bottom_buttons ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px; top:0;
}
.bottom_buttons ul li:hover ul li:hover ul.left {
	left:-105px;
}
.bottom_menu_icon {
	vertical-align:text-bottom;
}


/** bottom menus */
/* common styling */
.aor_menu {
	cursor: pointer;
	display:block;
	text-decoration:none;
	color:#000;
	width:150px;
	text-align:left;
	color:#000;
	border:1px solid #accd72;
	/*background:#CCC; */
	line-height:23px;
	overflow:hidden;
	padding-left:5px;
	overflow:hidden;
	height:23px;
}
/* The bottom buttons */
.aor_menu ul li a, .aor_menu ul li a:visited {
	cursor: pointer;
	display:block;
	text-decoration:none;
	color:#000;
	width:150px;
	text-align:left;
	color:#000;
	border:1px solid #accd72;
	/*background:#CCC; */
	line-height:23px;
	overflow:hidden;
	padding-left:5px;
	overflow:hidden;
	height:23px;
}
.aor_menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
.aor_menu ul li {
	float:left;
	position:relative;
}
.aor_menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.aor_menu ul li:hover a {
	text-decoration:none;
	cursor: pointer;
	color:#fff;
	/*background:#060;*/
	background:#CCC;
	height:inherit;
	line-height:23px;
}
.aor_menu ul li:hover ul {
	display:block;
	position: absolute;
   	top: 24px;
	left:1px;
	width:170px;
	cursor: pointer;
}
.aor_menu ul li:hover ul li a.hide {
	background:#6a3;
	cursor: pointer;
	color:#fff;
}
.aor_menu ul li:hover ul li:hover a.hide {
	background-image: url(img/task_selected_background.jpg);
	color:#000;
}
.aor_menu ul li:hover ul li ul {
	display: none;
}
.aor_menu ul li:hover ul li a {
	text-decoration:none;
	display:block;
	background:#ededed;
	color:#000;
	width:170px;
	cursor: pointer;
	line-height:30px;
}
.aor_menu ul li:hover ul li a:hover {
	text-decoration:none;
	background-image: url(img/task_selected_background.jpg);
	cursor: pointer;
	color:#000;
}
.aor_menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px; top:0;
}
.aor_menu ul li:hover ul li:hover ul.left {
	left:-105px;
}
.bottom_menu_icon {
	vertical-align:text-bottom;
}



.edit_project_table {
	padding: 5px;
	font-size:12px;
}
.edit_project_table_row {
	border-bottom: 1px solid gray ;
}
#find_form_div {
	background-image:url(img/find-background.png);
	background-color:#C8D8FD;
	padding:5px;
	border:thin #333;
	height: 24px;
	margin-right:7px;
}
#blank_inbox_left {
	background-image:url(img/blank-folder-arrow-l.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:inherit;
	width:10%;
	vertical-align:bottom;
	display:inline-block;
	margin-left:10px;
}
#blank_inbox_middle {
	height:inherit;
	width:75%;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
}
#blank_inbox_right {
	height:inherit;
	width:10%;
	vertical-align:top;
	display:inline-block;
	text-align:right;
	margin-right:20px;
	float:right;
}
#blank_today_middle {
	height:inherit;
	width:100%;
	vertical-align:middle;
	display:inline-block;
	text-align:center;
}
#blank_folder_box {
	width:500px;
	margin-top: 20px;
	margin-left: auto ;
  	margin-right: auto ;
}
#blank_folder_box h1{
	color:#FFF;
	margin:0;
}
#blank_folder_box p{
	color:#FFF;
}
#blank_folder_box_top {
	background-image:url(img/blank-folder-top.jpg);
	width:500px;
	height:18px;
}
#blank_folder_box_body {
	background-image:url(img/blank-folder-background.jpg);
	width:480px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:1px;
}
#blank_folder_box_bottom {
	background-image:url(img/blank-folder-bottom.jpg);
	width:500px;
	height:18px;
}
.evernote_note_icon {
	display:inline-block;
	overflow:hidden;
	width:144px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	padding:7px;
	margin:5px;
	border: 2px solid #ACCD72;
	vertical-align:bottom;
	text-align:center;
	cursor:pointer;
}
.evernote_body {
	padding:10px;
}
.evernote_edit_link {
	color:#999;
}
.num_items {
	float:right;
	height:45px;
	line-height:22px;
	font-size:11px;
	vertical-align:middle;
	padding-right:5px;
	color:#FFF;
	margin-right:26px;
}
.num_items > .num_total {
	background-color:#ACCD72;
	padding:3px;
	padding-top:4px;
	text-align:center;
	padding-left:8px;
	padding-right:5px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft:10px;
}
.num_items > .no_overdue {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	padding-right:8px;
}
.num_items > .num_overdue {
	background-color:#F00;
	padding:3px;
	padding-top:4px;
	padding-left:5px;
	padding-right:8px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
}
.num_items > .hidden {
	display:none;
}
.login_app_container {
	text-align: center;
}
.login_app_container > .login_app_blurb {
	display: inline-block;
	text-align: center;
	width: 60%;
}
.login_app_container > .login_app_description {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

@media all and (max-width: 600px) {
	.login_app_container > .login_app_blurb {
		display: block;
		width: 100%;
	}
	.login_app_container > .login_app_description {
		display: block;
		width: 100%;
	}
}
