/* forms */
input.go {
	vertical-align: middle;
}
/* rail

*/
#rail div.element {
	clear: both;
	padding-bottom: 15px;
}

#rail div.element h3 {
	width: 190px;
	text-indent: -1000em;
	/*cursor: pointer;*/
}

#rail div.element .action_bar {
	clear: both;
	padding: 10px 0 15px 20px;
}

#rail div.element .action_bar p {
	float: left;
}

#rail div.element .action_bar p.last {
	float: right;
	padding-right: 20px;
	padding-top: 3px;
}



/* rail: category: inbox

*/
#rail div.element.inbox {
}

#rail div.element.inbox h3 {
	height: 40px;
	background: url("/images/bg_inbox.gif") no-repeat;
}

#rail div.element.inbox li {
	background: url("/images/blt_inbox.gif") no-repeat;
	padding-left: 34px;
	line-height: 20px;
}

#rail div.element.inbox li.collect {
	background: url("/images/blt_collect.gif") no-repeat;
}

#rail div.element.inbox li.collect.selected {
	font-weight: bold;
	background: url("/images/blt_collect_selected.gif") no-repeat;
}

#rail div.element.inbox li.inbox.selected {
	font-weight: bold;
	background: url("/images/blt_inbox_selected.gif") no-repeat;
}



/* rail: category: list

*/
#rail div.element.category {
	background: url("/images/bg_notelist.gif") no-repeat;
}

#rail div.element.category h3 {
	height: 20px;
	margin-bottom: 23px;
}

#rail div.element.category ul li {
	padding-left: 36px;
	padding-right: 20px;
	float: left;
	clear: both;
	width: 134px;

	background-repeat: no-repeat;
	line-height: 20px;
}


#rail div.element.category li.all_notes {
	font-weight: bold;
	background: url("/images/blt_category_a.gif") no-repeat;
}

#rail div.element.category li.all_notes.selected {
	background: url("/images/blt_category_a_selected.gif") no-repeat;
}

#rail div.element.category #notelists li {
	background-image: url("/images/blt_category_l.gif");
}

#rail div.element.category #smart_notelists li {
	background-image: url("/images/blt_category_s.gif");
}

#rail div.element.category #notelists li.selected {
	background-color: #c5c5c5;
	background-image: url("/images/blt_category_l_selected.gif");
}
#rail div.element.category #smart_notelists li.selected {
	background-color: #c5c5c5;
	background-image: url("/images/blt_category_s_selected.gif");
}

#rail div.element.category div.category_name {
	float: left;
}

#rail div.element.category div.category_action {
	float: left;
}

#rail div.element.category .category_action {
	display: none;
}

#rail div.element.category.editable #smart_notelists li,
#rail div.element.category.editable #notelists li {
	padding-left: 20px;
	width: 150px;

	*padding-left: 16px;
}

#rail div.element.category.editable #smart_notelists li.selected,
#rail div.element.category.editable #notelists li.selected {
	width: 150px;
}

#rail div.element.category.editable .category_name {
	width: 132px;
	padding-left: 3px;

	*padding-left: 0px;

}

#rail div.element.category.editable .category_action {
	padding-top: 2px;
	display: block;
	vertical-align: bottom;

	*padding-top: 0px;
}

#rail div.element.category.editable .last {
	display: none;
}

/* rail: category: form

*/
#rail div.element.category li#new_category {
	width: 154px;
	padding-right: 0px;
}

#rail div.element.category form input.title {
	width: 133px;
	border: 1px solid #a4a4a4;

	*width: 123px;
}

#rail div.element.category input {
	float: left;
	margin: 0px;
}

#rail div.element.category.editable #smart_notelists li.editing,
#rail div.element.category.editable #notelists li.editing {
	padding-right: 0px;
	width: 170px;

	padding-top /**/: 2px;
	*padding-top: 0px;
}

#rail div.element.category.editable #smart_notelists li.selected,
#rail div.element.category.editable #notelists li.selected {
	*width: 154px;
}

#rail div.element.category.editable #smart_notelists li.selected.editing,
#rail div.element.category.editable #notelists li.selected.editing {
	*width: 174px;
}

#rail div.element.category li.editing .title {
	*margin-top: 2px;
}

#rail div.element.category li.editing .delete {
	float: left;
	padding-top: 3px;
	padding-left: 3px;
}
*:first-child+html #rail div.element.category li.editing .delete {
	padding-top: 0px;
}

#rail div.element.category li .buttons {
	float: right;
	padding: 3px 23px 3px 0;
}

#rail div.element.category form#new_category .buttons {
	padding-right: 20px;
}

#rail div.element.category li .buttons input {
	padding-right: 3px;
	vertical-align: middle;
}

#rail div.element.category li .buttons img {
	float: left;
}

#rail div.element.category form img {
	vertical-align: middle;
}




/* rail: broongsters

*/
#rail div.element.broongster {
	background: url("/images/bg_broongsters.gif") no-repeat;
}

#rail div.element.broongster h3 {
	height: 44px;
}

#rail div.element.broongster .indent {
	padding: 10px 0 10px 20px;
}

#rail div.element.broongster .indent img {
	vertical-align: middle;
}

#rail div.element.broongster ul#broongsters {
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

#rail div.element.broongster ul#broongsters li {
	height: 28px;
	padding: 0 0 4px 20px;
	clear: both;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

#rail div.element.broongster ul#broongsters li.broongster {
	cursor: pointer;
}

#rail div.element.broongster ul#broongsters li .avatar {
	width: 31px;
	float: left;
}
#rail div.element.broongster ul#broongsters li .shadow {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #ababab;
	float: left;
	position: relative;
	top: 3px;
}

img.profile {
	border: 1px solid white;
	vertical-align: bottom;
}

#rail div.element.broongster ul#broongsters li .user_login {
	color: #4d4d4d;
	font-size: 10px;
	height: 12px;
}

#rail div.element.broongster ul#broongsters li .broong_title {
	height: 15px;
	color: #919191;
	overflow: hidden;
	padding-right: 20px;
	line-height: 100%;
	line-height /**/: 150%;
}

#rail div.element.broongster ul#counter li.counter_blt {
	padding-left: 21px;
	/*padding-right: 5px;*/

	padding-right: 20px;
	width: 149px;

	background: url("/images/connect/blt_broongster.gif") no-repeat;
	line-height: 20px;
}

#rail div.element.broongster ul#counter li.counter_blt.selected {
	font-weight: bold;
	background-image: url("/images/connect/blt_broongster_selected.gif");
}

/* rail: profile

*/
#rail div.element.profile {
	color: #505050;
	padding-bottom: 8px;
}

#rail div.element.profile ul.user_profile {
	line-height: 100%;
	text-align: left;
	width: 150px;
	margin: 0 auto;
}
#rail div.element.profile ul.user_profile li.avatar .shadow {
	float: left;
	border-width: 0 1px 1px 0;
	border-style: none solid solid none;
	border-color: #ababab;
	background-color: white;
	margin: 0 auto;
	text-align: center;
}

#rail div.element.profile ul.user_profile li.avatar .shadow img {
	border: 3px solid white;
}

#rail div.element.profile ul.user_profile li.user_login {
	padding-top: 5px;
	font-weight: bold;
}

#rail div.element.profile ul.user_profile li.user_since {
}

/* rail: ad

*/
#rail div.element.ad {
	margin-left: 20px;
	width: 152px;
	height: 152px;
	background-color: #d7d7d7;
}




/* content: header

*/
#content h2 {
	float: left;
	height: 20px;
	line-height: 20px;
}

#btn_edit_broong_title {
	float: left;
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
	*padding-top: 5px;
}

/* content: filter

*/
#content .filters {
	clear: both;
	padding: 11px 37px 0 0;
	border: 1px solid p;
	width: 923px;
}

/*
#content .filters.controllbar {
	padding-top: 22px;
}
*/

#content .filters.controllbar .invite_button {
	padding-right: 10px;
	float: left;
}

#content .filters.controllbar .move_to input.like_select_box {
	background: white url("/images/bg_selectbox_arrow.gif") no-repeat right;
	border: 1px solid #c5c5c5;
	width: 108px;
	height: 16px;
	padding-right: 18px;
	cursor: pointer;
}


#content .filters.controllbar .action img,
#content .filters.controllbar .move_to img,
#content .filters.controllbar .search img {
}

#content .filters.controllbar .move_to {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: -1px;
}
#content .filters.controllbar .move_to img {
	position: relative;
	top: 5px;
}

#content .filters.controllbar .action {
	float: left;
	padding-right: 10px;
}

#content .filters.controllbar .action.front a .select_helper {
	position: relative;
	top: -8px;
}

#content .filters.controllbar .action.inbox a .select_helper {
	position: relative;
	top: 8px;
}

#content .filters.controllbar .action.broongster a .select_helper {
	position: relative;
	top: -6px;
}

#content .filters.controllbar .action.rear img {
	padding-top: 3px;
	padding-left: 30px;
}

#content .filters.controllbar .action.rear.inbox img {
	padding-top: 4px;
}

#content .filters.controllbar .action .create_note {
	margin-right: 15px;
}

#content .filters.controllbar .search {
	padding-top: 1px;
	float: left;
}

#content .filters.controllbar .for_guest {
	float: left;
}

#content .filters.controllbar .search label {
	padding-top: 0px;
	padding-right: 6px;
}

#content .filters.controllbar .search label,
#content .filters.controllbar .search form {
	float: left;
	color: #4d4d4d;
}

#content .filters.controllbar .search input.text {
	vertical-align: middle;
	border: 1px solid #c5c5c5;
	padding: 3px 6px 2px;
	width: 121px;
	height: 12px;
}

#content .filters.navi {
	padding-top: 12px;
	padding-bottom: 0px;
	position: absolute;
}

#content .filters .ad {
	border:1px solid #E5E5E5;
	height:56px;
	width:334px;
	background: white;
	float: right;
}


/* content: note list

*/
ul#notes {
	width: 960px;
	clear: both;
}


/* content: in-box

*/
h2.inbox {
	height: 18px;
	text-indent: -1000px;
}

h2.collected {
	background: url("/images/title_collected.gif") no-repeat;
	width: 175px;
}

h2.received {
	background: url("/images/title_received.gif") no-repeat;
	width: 168px;
}

h2.sent {
	background: url("/images/title_sent.gif") no-repeat;
	width: 130px;
}
