
h3 { font-size: 120%;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #444444; }
h4 { font-size: 120%;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #444444; }


.headerDiv {
	margin-top: 0px;
	margin-bottom: 0px;
}


.red { background-color: red; }
.blue { color: 648bd8; }
.green { color: #00b32d; }
.brownBg { background-color: #664D33; }
.orangeBg { background-color: #FFCC00; }
.whiteBg { background-color: white; }
.grayBg { background-color: #e7e7e7; }
.w100 { width: 100%; }

#rating {
	border: 1px solid black;
	margin: 5px;
	padding: 5px;
}

#viewNotes {
	display: none;
	width: 100%;
	top: 0px;
	left: 0px;
}
#editNotes {
	display: none;
	width: 100%;
	top: 0px;
	left: 0px;
}
#signIn {
	display: none;
}
#register {
	display: none;
}
#menuButtons {
	display: none;
}
#editSettings {
	display: none;
}
#about {
	display: none;
}
#tips {
	display: none;
}
#lastDef {
	font-size: 80%;
	opacity: .7;
	text-align: right;
}
.editDiv {
/*	text-align: right;	*/
	border: 1px solid #FEFEFE;
	background-color: #EEEEEE;
	opacity: 1;
}
.editDivTable {
width: 100%;
}
.editDivTableRightTd {
	width: 50px;
}
.editLink {
/*	position: absolute;
	right: 20px;	*/
	position: relative;
	bottom: 0px;
	right: 0px;
	opacity: 1;
	color: #4444FF;
	text-decoration: underline;
	font-size: 150%;
	font-weight: bold;
}
.editLinkDivButton {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: orange;
	border: 2px solid #777777;
	font-size: 120%;
	color: white;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	margin-right: 0px;
}
.sharedInfo {
	font-size: 12px;
	opacity: 1;
	color: #555555;
	text-decoration: none;
	margin-left: 4px;
}
.highlight {
	border: 5px dotted #eee;
}

.error {
	background-color: #fee;
}
#alertDiv{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #E6CEEA;	/*#eeee66*/
/*	border: 2px solid black;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 4px;
	display: none;
}
.signedIn {
	margin: 4px;
	font-size: 14px;
	color: #444;
	padding: 5px;
	background-color: #F5F7F5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.hideMessage, .acknowledgeMessage {
	text-decoration: underline;
/*	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	background-color: #eee;
	border: 1px solid #fff;
	padding: 3px;	*/
}
#topMenuBar {
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
/*	border: 0px solid black;*/
	padding: 2px;
	height: 38px;	/*should be same as height of menu buttons*/
	text-align: center;
	background-image: url(../images/topGradient.gif);
	-webkit-background-size: 100%;
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
#topMenuTable {
	width: 100%;
	height: 100%;
}
#topMenuTableLeft {
	text-align: left;
	float: left;
/*	width: 1%;*/
}
#topMenuTableRight {
	text-align: right;
	float: right;
/*	width: 1%;*/
}
#button0Darken {
	position: absolute;
/*	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 13px;
	-webkit-border-top-right-radius: 13px;	*/
	left: 2px;
	top: 2px;
	width: 78px;
	height: 28px;
	background-color: black;
	opacity: .5;
	filter:alpha(opacity=50);
	display: none;
/*	z-index: 3;*/
}
#button1Darken {
	position: absolute;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-webkit-border-bottom-right-radius: 13px;
	left: 2px;
	top: 29px;
	width: 316px;
	height: 275px;
	background-color: black;
	opacity: .5;
	filter:alpha(opacity=50);
	display: none;
/*	z-index: 3;*/
}
#button0Holder {
	position: absolute;
	left: 4px;
	top: 4px;
	display: block;
	z-index: 4;
}
#button5Holder {
	position: absolute;
	right: 12px;
	top: 4px;
	width: 64px;
	display: block;
/*	z-index: 2;*/
}
#button1Holder {
	position: absolute;
	width: 316px;
	height: 100px;
	left: 2px;
	top: 27px;
	display: none;
/*	z-index: 4;*/
}
div.buttons {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 2px solid black;
/*	background-color: #648bd8;	*/
	background-color: #444444;
	width: 120px;
/*	height: 50px;*/
	padding: 12px;
	text-align: center;
	z-index: 3;
}
div.topButtons {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
/*	-webkit-appearance: square-button;	*/
	border: 2px solid black;
/*	background-color: #648bd8;	*/
	background-color: #FFCC00;
	width: 60px;
	height: 30px;
	text-align: center;
}
div.greyButtons {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #444444;
	display: none;
	width: 140px;
/*	height: 50px;*/
	padding: 12px;
/*	text-align: center; */
}
div.greyButtonHopOns {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #444444;
	display: none;
	width: 140px;
/*	height: 50px;*/
	padding: 0px;
	margin-top: 10px;
/*	text-align: center; */
}
#lookWhereButton, #groupSelectButton {
	display: none;
	width: 240px;
	text-align: left;
}
span.buttons {
	position: relative;
/*	top: -5px;*/
	color: white;
	text-decoration: none;
	font-size: 130%;
	font-weight: normal;
}
span.smallButtonText {
	color: white;
	text-decoration: none;
	font-size: 70%;
	font-weight: normal;
}
span.topButtons {
	position: relative;
/*	top: 5px;	*/
	color: white;
	text-decoration: none;
	font-size: 110%;
	font-weight: normal;
}
#signOutButton {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: red;
	border: 2px solid black;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 0px;
	color: white;
	display: block;
	padding: 12px;
	text-align: center;
	font-weight: bold;
}
.greenLoader {
	position: relative;
	top: 4px;
}
.buttonTable {
	border: 0;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
/*	z-index: 5;*/
}

.editNoteDiv {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
/*	-webkit-box-shadow: 1px 1px 7px #888888;	iphone don't play this */
	border: 2px solid black;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	background-color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.editTable {
	width: 100%;
	table-layout: fixed
	margin-top: 5px;

}
td.editTableCol1 {
	width: 25%;
	text-align: right;
	padding-right: 2px;
	vertical-align: top;

}
td.editTableCol2 {
	width: 60%;
	text-align: left;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;

}
td.editTableCol3 {
	width: 15%;
	text-align: right;
	padding-right: 0px;
}

td.editTableCol3Special {

}

#editShareToggleCol1 {
	width: 25%;
	vertical-align: middle;	
}
#editShareToggleCol2 {
	width: 25%;
	vertical-align: middle;	
}
#editShareToggleCol3 {
	width: 50%;
}
#notePasswordEdit {
	display: none;
}
#noteShareEdit {
	display: none;
}
.inputTextArea {
	width: 99%;
}

.doneEditingDiv {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #EEEEEE;
	border: 2px solid black;
	font-color: white;
	display: block;
	padding: 4px;
	text-align: center;
	margin-right: 0px;
}
#editMessageDiv {
	display: block;
/*	height: 0px;*/
}
#edit_arrow {

}
#shareToggleDiv {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #00b32d;
	border: 2px solid black;
	color: white;
	display: block;
	padding: 4px;
	width: 75px;
	text-align: center;
	font-weight: bold;
	margin-right: 0px;
	margin-left: auto;
}
#noteIDEditHoldingDiv {
	display: none;
}
#noteOwnerEditHoldingDiv{
	display: none;
}
#noteDeleteButton {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: red;
	border: 2px solid black;
	margin-top: 12px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 12px;
	color: white;
	display: block;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
.noteConfirmDeleteButtonDiv {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #EEEEEE;
	border: 2px solid black;
	color: black;
	display: block;
	padding: 10px;
	text-align: center;
	margin-right: 0px;
	width: 60px;
}
#cancelDeleteButton {
	margin-left: 4px;
	margin-right: auto;
}
#confirmDeleteButton {
	margin-right: 4px;
	margin-left: auto;
}
#confirmDeleteTable {
	width: 100%;
}
#noteRejectShareButton {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: red;
	border: 2px solid black;
	margin-top: 12px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 12px;
	color: white;
	display: block;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}
td.centered {
	text-align: center;
}
#button0 {
/*	z-index: 4;*/
}
#button1 {
}
#button2 {
}
#button3 {
}
#button4 {
}
#button5 {
}
#stylusAdButton {
	background-color: #ff9900;
	padding-top: 7px;
	padding-bottom: 7px;
}
span.invisi {
	display: none;
}
#exitMenuDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
/*	z-index: 3;*/
}
#resetPassword {
	display: none;
}
#silentImageLoader {
	display: none;
}

.topLogo {
margin-top: 10px;
}

#legalText {
margin-top: 10px;
}

#publicSearchType, #groupSelect {
	display: block;
	margin-left: 0px;
	margin-right: auto;
	width: 200px;
}
.publicSearchButton {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #EEEEEE;
	border: 2px solid black;
	font-color: white;
	padding: 4px;
	text-align: center;
	margin-right: 0px;
	margin-top: 8px;
	display: block;
}
.publicSearchFields {
	margin-top: 3px;
}

#recentPublicGroupsDiv {
	position: absolute;
	top: 50px;
	left: 70px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #dddde1;
	border: 2px solid black;
	color: black;
	display: none;
	padding: 4px;
	width: 200px;
	text-align: center;
	font-weight: bold;
	z-index: 10;
}
#showRecentGroupsButton {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #EEEEEE;
	border: 2px solid black;
	font-color: white;
	padding: 4px;
	text-align: center;
	margin-right: 0px;
	margin-top: 8px;
	display: block;
}
table.recentGroupsTable {
	border: 1px solid #666;
	margin-top: 5px;
	background-color: #eeeeee;
	width: 100%;
}
td.recentGroupsTable { 
	border-bottom: 1px solid #666;
	text-align: center;
}
#suggestionBox {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #eeee99;	/*#eeee66*/
	border: 2px solid black;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	margin-right: 4px;
	padding: 4px;
	display: none;
}
#sending {
	display: none;
}
#sent {
	display: none;
}
#splashLoader {
	text-align: center;
}


.navLinks li {
list-style-type: none;
/*display: inline;*/
float:left;
}

#optional {
font-size: 90%;
margin-right: 0px;
margin-left: auto;
}












	ul	
	{
		margin-top: 0px;
		padding: 0px;
		margin-left: 0px;
		width: 100%;
	}
	li.noteLi
	{
		list-style-type: none;
		border-bottom: 1px solid rgb(160,180,180);
		padding: 8px 0px 8px 0px;
		font-size: 20px;
	}
	.cat1 {
		background-color: transparent;
	}
	.cat2 {
		background-color: #fcc;
	}
	.cat3 {
		background-color: #cfc;
	}
	.cat4 {
		background-color: #ccf;
	}
	.cat5 {
		background-color: #cff;
	}
	.cat6 {
		background-color: #ffc;
	}
	.cat7 {
		background-color: #fcf;
	}
	.cat8 {
		background-color: #ccc;
	}
	.cat9 {
		background-color: #87F599;
	}
	.cat10 {
		background-color: #fff;
	}
	.catRecent {
		background-color: #fcf;
	}
	.colorPreview {
		display: none;
	}
	.noteTitleDiv {
		margin-bottom: 0px;
	}
	.noteBodyDiv {
		overflow: hidden;	/*fixes slideDown error when clicking edit*/
		display: none;
		font-size: 12px;
	}
	.noteBodyTextDiv {
		padding-left: 16px;
		padding-right: 8px;
	}
	.inv {
		display: none;
	}
.borderImageBtn {
	margin-left: -3px;
	margin-top: -3px;
	margin-bottom: -3px;
	width: 65px;
	height: 30px;
	text-align: center;
	font: bold 15px/30px Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}
li.borderImageBtn {
	margin-left: -3px;
	padding: 6px;
	text-align: center;
	font: bold 15px/30px Helvetica, sans-serif;
	text-decoration: none;
	display: block;
}

.detailsDiv {
}
#editingDivContent {
	display: none;
}
.editingDiv {
}
.infoUl {
	width: 100%;
	margin-top: 10px;
	padding-left: 4px;
	border-top: 1px solid #FEFEFE;
	border-bottom: 1px solid #FEFEFE;
	background-color: #EEEEEE;
	color: grey;
	font-size: 1.5em;
}
.infoUl li {
	list-style-type: none;
/*	display: inline;*/
	margin-left: 11px;
	padding: 5px 2px 5px 2px;
	display: none;
	font-size: .6em;
}
li.infoLi0 {
	display: block;
}
.editingInfoUl {
	width: 100%;
	margin-top: 10px;
	padding-left: 4px;
}
.editingInfoUl li {
	list-style-type: none;
	margin-left: 8px;
	padding: 2px;
	float: left;
	clear: left;
}
.editingInfoLi2 {
	display: none;
}
.editingInfoLi3 {
	display: block;
}
.editingInfoLi4 {
	display: none;
}
.editingTitleInput {
	font-size: 1em;
	width: 250px;
}
.editingPwInput {
	font-size: 1em;
}
.editDivButton {
	float: right;
	margin-top: -7px;
}
.cancelDivButton {
	float: right;
	margin-top: -7px;
}
.saveDivButton {
	float: right;
	margin-top: -7px;
}

.noteTitleUl {
	display: inline;
	margin-left: 2px;
}
.noteTitleUl li {
	margin-left: 1px;
	display: inline;
}
.editingNoteTextArea {
	width: 98%;
	margin-left: -10px;
}
.editingShareDiv {
	background-color: #ffc;
}
.colorPreview {
	background-color: blue;
	opacity: .5;
}
.editingColors {
	background: #eee none;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(160,180,180);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.inlineNotice {
	background: #dfd none;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(160,180,180);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: green;
	font-size: 16px;
	font-weight: bold;
}