/* CSS Document */

body{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#007CC2;
}

.textlink{
	color:#1084C5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.textlink:hover{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.textmenu{
	color:#1084C5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.textmenu:hover{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.textchay{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:26px;
	font-weight:bold;
}

.textmail{
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	text-decoration:none;
	font-size:11px;
}

.title_popup{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#007DC3;
}

.text_popup{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

.link_popup{
	font-family:Arial, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:none;
	padding-left:5px;
}
.link_popup:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#0000FF;
	text-decoration:underline;
}



body {
 font: 13px/1.4 sans-serif;
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 15em;
}
.notedefault {
 padding: 3px;
 border: 1px solid #369;
 background-color: #69C;
 color: white;
}
.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: 15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: left;
 
 width: 12px;
 height: 12px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}
