
/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notenested, .notesort {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
 color: white;
 background:url(../images/popup_search_top.gif) no-repeat top;
 /*height: 150px;*/
 width:255px;
 position: absolute;
 left:670px !important;
 top:7px !important;
}
.notedefault .search_popup_sub{
 padding: 20px 10px;
 background:url(../images/popup_search_bot.gif) no-repeat bottom;
}

.acdrop {
 border: 1px solid #dcdcdc; 
 background: #fff;
 width:120px;
 z-index: 999;
 margin-top:-1px;
}

.noteaccount_inner1 {
 border: 1px solid #efefef; 
}

.noteaccount_inner2 {
 border: 1px solid #d0d0d0; 
 background: #fff;
 padding: 0 5px;
}

.notesort {
 border: 1px solid #dcdcdc; 
 background: #fff;
 width:120px;
 z-index: 999;
 margin-top: 25px !important;
 width: 150px;
}


.subpage .notesort a  {	color: #000; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
.subpage .notesort li {	padding: 2px 0;}
.subpage .notesort ul {	margin: 4px;}

.acdrop li { float: none !important;
				  text-align: center; 
				  font-size: 11px; 
				  font-weight: bold !important; 
				  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
				  background:url(../images/dots_blue.gif) repeat-x bottom left; 
				  padding: 8px 3px !important;
 }

.acdrop a		 {	display: block;}
.acdrop a:hover {	color: #02B8CF  !important;}

.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 20px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 5px 2px;
 color: black;
 font-weight: normal;
 white-space: nowrap;
 font-size:27px;
}

.notedefault label {	font-size: 12px; font-weight: bold; color: #000; }

.notedefault input	{ width: 155px !important; border: none !important; background: none !important; padding-top:3px; font:normal 12px Arial, Helvetica, sans-serif;}
.notedefault select	{ width: 161px !important; border: none !important; background: none !important; height:19px; color:#444; padding-top:1px; font:normal 12px Arial, Helvetica, sans-serif; }
.notedefault select.select_note_1 { margin:0; }
.notedefault select.select_note_2 { margin:0;}

.notedefault td { padding: 0 0 7px; }
/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black !important;
 text-decoration: none;
 visibility: hidden;
 top: 10px;
 position: absolute;
 right: 2px;
 height: 10px;
 
}
.snb-pinned .note-close {
 visibility: inherit;
}

.search_inp{
	background:url(../images/search_inp.gif) no-repeat 0 0;
	width:162px;
	height:20px;
}
.search_sel{
	background:url(../images/search_sel.gif) no-repeat 0 0;
	width:162px;
	height:20px;
}
